Skip to content

Commit

Permalink
support: add box for sponsors and underline Open in title
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercarrascocruz committed Jan 23, 2025
1 parent 914d579 commit d3b644e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions _sass/_basscss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
@import "basscss/profile-picture";
@import "basscss/commercial-link";
@import "basscss/affiliate-disclaimer";
@import "basscss/sponsor-box";
9 changes: 9 additions & 0 deletions _sass/basscss/_sponsor-box.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.sponsor-box {
background-color: #B3FFBB;
padding: 15px;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-top: 10px;
margin-bottom: 30px;
}
10 changes: 9 additions & 1 deletion support.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---

<h2>
<center>Help me create more Open content</center>
<center>Help me create more <u>Open</u> content</center>
</h2>

<div class="support-buttons">
Expand All @@ -21,6 +21,14 @@ <h2>
<img src="/images/logos/paypal.webp" alt="PayPal" style="width: 75%; height: auto;"></a>
</div>

<div class="sponsor-box">
<div style="text-align: center;">
<span style="font-size:1.05em;">
🚀 Would you like to be my official sponsor? Reach out <a class="linkedin-link" href="{{ '/' | relative_url }}contact/">here</a> to chat about it!
</span>
</div>
</div>

<p><b>I want to keep my content open and up-to-date.</b> But to achieve that and keep creating new material, I
need your support.</p>

Expand Down

0 comments on commit d3b644e

Please sign in to comment.