Skip to content

Commit

Permalink
welcome @betterstack-community ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Mar 21, 2024
1 parent 693c9e5 commit 46781af
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
class="fa fa-linkedin" target="_blank"></a>
</li>
</ul>


<ul id="sponsoring">
<li>
Kindly supported by&nbsp; 👉
</li>
<li>
<img width="" src="assets/sponsor-betterstack.png" />
</li>
</ul>
</header>

<main id="content" class="main-content" role="main">
Expand Down
22 changes: 22 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,25 @@ h2 {
max-width: 85rem;
}
}

ul#sponsoring {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}

ul#sponsoring li {
display: flex;
padding: 0px 15px;
font-size: 16px;
}

ul#sponsoring li img {
max-width: 180px;
max-height: 80px;
}

.page-header {
padding-bottom: 30px;
}
Binary file added assets/sponsor-betterstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46781af

Please sign in to comment.