Skip to content

Commit

Permalink
enh(index): Add sponsor section
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Sep 28, 2024
1 parent 09cd274 commit f7b402d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
</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" />
</v-col>
<v-col class="col-12 col-sm-6 flex-column d-flex justify-center">
<h2 class="headline">
Sponsored by <em>you</em>?
</h2>
<p class="subtitle-1">
<span style="background: white; color: black; padding: 3px;">Support this project by becoming a <a href="https://opencollective.com/floccus">Bronze</a>, <a href="https://opencollective.com/floccus">Silver</a> or <a href="https://opencollective.com/floccus">Gold</a> Sponsor. <br/> A large company logo will be added here with a link to your website.</span>
</p>
</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

0 comments on commit f7b402d

Please sign in to comment.