Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Add Sansec Co. sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Mar 26, 2021
1 parent 6a12aea commit 307d795
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
19 changes: 14 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,20 @@ <h2>{{ site.description }}</h2>
</div>
</section>

<footer class="credit">
<p>Project maintained by <a href="https://github.com/lelinhtinh" title="lelinhtinh">lelinhtinh</a>
<br>Hosted on GitHub Pages</p>
<p>Icons made by <a href="https://www.flaticon.com/free-icon/artificial-intelligence_653469"
title="Eucalyp">Eucalyp</a></p>
<footer id="footer">
<section class="sponsors">
<h3>Sponsors</h3>
<p>Secure stores, happy shoppers. We are <a href="https://sansec.io/" target="_blank"
rel="noopener noreferrer">Sanguine Security B.V.</a></p>
</section>
<section class="credits">
<h3>Credits</h3>
<p>Project maintained by <a href="https://github.com/lelinhtinh" title="lelinhtinh">lelinhtinh</a>
<br>Hosted on GitHub Pages
</p>
<p>Icons made by <a target="_blank" href="https://www.flaticon.com/free-icon/artificial-intelligence_653469"
title="Eucalyp">Eucalyp</a></p>
</section>
</footer>
</div>

Expand Down
20 changes: 14 additions & 6 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -429,14 +429,22 @@ small {
color: $disabled-color;
}

.credit {
color: $special-disabled-color;
#footer {
color: #666;
font-size: small;
margin-top: 80px;

a {
color: $special-disabled-color;
text-decoration: none;
color: $special-primary-color;
}

text-align: right;
font-size: small;
margin-top: 40px;
.sponsors {
float: left;
}

.credits {
float: right;
text-align: right;
}
}

0 comments on commit 307d795

Please sign in to comment.