Skip to content

Commit

Permalink
enh: remove linkwarden from sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 7, 2024
1 parent 6ee8ecd commit 642ca8b
Showing 1 changed file with 18 additions and 25 deletions.
43 changes: 18 additions & 25 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,6 @@
</div>
</div>
</v-row>
<v-row class="mt-12 d-block d-sm-flex" style="background: rebeccapurple; margin-left: -200px; margin-right: -200px; border-radius: 30px; padding: 30px 150px; color: white;">
<v-col class="col-12 col-sm-6 flex-column d-flex justify-center">
<v-img src="undraw_product_photography.svg" :height="250" :width="300" :contain="true" />
</v-col>
<v-col class="col-12 col-sm-6 flex-column d-flex justify-center">
<div class="mt-10 d-flex justify-center">
<h2 class="headline">
Sponsored by
</h2>
</div>

<div class="mt-10 d-flex justify-center">
<a href="https://linkwarden.app">
<v-img src="sponsors_linkwarden.png" :height="150" :width="150"></v-img>
<b style="color: white;">Linkwarden</b>
</a>
</div>
<div class="mt-10 d-flex justify-center">
<p class="subtitle-1 mt-10">
<span>Support this project by becoming a <a href="https://opencollective.com/floccus" style="color: white;">Bronze</a>, <a href="https://opencollective.com/floccus" style="color: white;">Silver</a> or <a href="https://opencollective.com/floccus" style="color: white;">Gold</a> Sponsor. <br/> A large company logo will be added here with a link to your website.</span>
</p>
</div>

</v-col>
</v-row>
<v-row class="mt-12 d-block d-sm-flex">
<v-col class="col-12 col-sm-6 flex-column d-flex justify-center">
<h2 class="headline">
Expand Down Expand Up @@ -88,6 +63,24 @@
<v-img src="floccus_schema.png" />
</v-col>
</v-row>
<v-row class="mt-12 d-block d-sm-flex" style="background: rebeccapurple; margin-left: -200px; margin-right: -200px; border-radius: 30px; padding: 30px 150px; color: white;">
<v-col class="col-12 col-sm-6 flex-column d-flex justify-center">
<v-img src="undraw_product_photography.svg" :height="250" :width="300" :contain="true" />
</v-col>
<v-col class="col-12 col-sm-6 flex-column d-flex justify-center">
<div class="mt-10 d-flex justify-center">
<h2 class="headline">
Sponsored by <em>you</em> ?
</h2>
</div>
<div class="mt-5 d-flex justify-center">
<p class="subtitle-1 mt-5">
<span>Support this project by becoming a <a href="https://opencollective.com/floccus" style="color: white;">Bronze</a>, <a href="https://opencollective.com/floccus" style="color: white;">Silver</a> or <a href="https://opencollective.com/floccus" style="color: white;">Gold</a> Sponsor. <br/> A large company logo will be added here with a link to your website.</span>
</p>
</div>

</v-col>
</v-row>
<v-row class="mt-12 d-block d-sm-flex">
<v-col class="col-12 col-sm-6">
<v-img src="undraw_devices.svg" />
Expand Down

0 comments on commit 642ca8b

Please sign in to comment.