Skip to content

Commit

Permalink
Removed mehr Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
leontm-dev committed Feb 4, 2024
1 parent 6f39286 commit 59d90cb
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions unternehmen.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,65 +76,20 @@
<div class="th-preis">6€ / Stelle pro Monat</div>
<div class="th-buttons">
<a class="th-buy">Buchen</a>
<div class="th-button" id="thb-1" onclick="showInfo(1)">
<div class="th-button-text">Mehr</div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-caret-right"
viewBox="0 0 16 16"
>
<path
d="M6 12.796V3.204L11.481 8zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753"
/>
</svg>
</div>
</div>
</th>
<th>
<div class="th-title">Unlimited Access</div>
<div class="th-preis">unbegrenzte Stellen</div>
<div class="th-buttons">
<a href="" class="th-buy">Buchen</a>
<div class="th-button" id="thb-2" onclick="showInfo(2)">
<div class="th-button-text">Mehr</div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-caret-right"
viewBox="0 0 16 16"
>
<path
d="M6 12.796V3.204L11.481 8zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753"
/>
</svg>
</div>
</div>
</th>
<th>
<div class="th-title">Premium Unlimited Access</div>
<div class="th-preis">unbegrenzte Stellen + Premium Features</div>
<div class="th-buttons">
<a href="" class="th-buy">Buchen</a>
<div class="th-button" id="thb-3" onclick="showInfo(1)">
<div class="th-button-text">Mehr</div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-caret-right"
viewBox="0 0 16 16"
>
<path
d="M6 12.796V3.204L11.481 8zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753"
/>
</svg>
</div>
</div>
</th>
</tr>
Expand Down

0 comments on commit 59d90cb

Please sign in to comment.