Adds backers section and does some re-ordering

This commit is contained in:
Ryan L McIntyre 2021-12-05 14:01:23 -08:00
parent f531f91b08
commit 141779ac21
7 changed files with 49 additions and 3 deletions

View file

@ -0,0 +1,20 @@
---
title: "Backers"
short_title: "Backers"
bg: 'purple'
color: white
fa-icon: gift
page: backers
style: container
---
# Special thanks to the following backers & supporters
<div class="d-flex flex-row flex-wrap justify-content-center align-items-start center">
<!-- do not change/fix the HTML indentation - it messes up the markdown rendering -->
<div markdown="1">
[<img class="lzy_img" data-src="https://avatars.githubusercontent.com/u/99691?v=4" width="100px;"/><br /><sub><b>Deven Phillips</b></sub>](https://github.com/InfoSec812)
</div>
</div>

21
backers.html Executable file
View file

@ -0,0 +1,21 @@
---
---
<!DOCTYPE html>
<html dir="ltr" lang="en">
{% include header.html %}
<body>
<div id="main" class="section-page-wrapper">
{% assign page = site.posts[1] %}
{% include topnav.html %}
{% include section.html %}
<div id="footer" class="section text-white">
<div class="container">
{% capture foottext %} {% include footer.md %} {% endcapture %}
{{ foottext | markdownify }}
</div>
</div>
</div>
{% include analytics.html %}
{% include scripts.html %}
</body>
</html>

View file

@ -5,7 +5,7 @@
{% include header.html %}
<body>
<div id="main" class="section-page-wrapper">
{% assign page = site.posts[2] %}
{% assign page = site.posts[3] %}
{% include topnav.html %}
{% include section.html %}
<div id="footer" class="section text-white">

View file

@ -5,7 +5,7 @@
{% include header.html %}
<body>
<div id="main" class="section-page-wrapper">
{% assign page = site.posts[1] %}
{% assign page = site.posts[2] %}
{% include topnav.html %}
{% include section.html %}
<div id="footer" class="section text-white">

View file

@ -4,7 +4,7 @@
<html dir="ltr" lang="en">
{% include header.html %}
<body id="main" class="section-page-wrapper">
{% assign page = site.posts[3] %}
{% assign page = site.posts[4] %}
{% include topnav.html %}
{% include section.html %}
<div id="footer" class="section text-white">

View file

@ -24,6 +24,11 @@
<lastmod>2019-07-26T04:29:17+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.nerdfonts.com/backers</loc>
<lastmod>2019-07-26T04:29:17+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.nerdfonts.com/releases</loc>
<lastmod>2019-07-26T04:29:17+00:00</lastmod>