File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,4 +88,24 @@ <h1 class="center f2 tl">About</h1>
8888 </ section >
8989</ div >
9090
91- {% endblock content %}
91+ {% endblock content %}
92+
93+ {% block footer %}
94+ < footer class ="bg-near-black w-100 ">
95+ < div class ="ph3 pv4 center mw7 flex items-center justify-between align-center ">
96+ {# Show our nav again. You know, for safety measures. #}
97+ < div class ="white ">
98+ {% for link in config.extra.nav %}
99+ < a class ="dim pv1 db white f5 no-underline " href ="{{ link.url }} "> {{ link.title }}</ a >
100+ {% endfor %}
101+ </ div >
102+ < a href ="https://www.netlify.com " class ="o-50 grow " target ="_blank ">
103+ < img src ="https://www.netlify.com/img/global/badges/netlify-dark.svg " />
104+ </ a >
105+ < a href ="//u9h.design " target ="_blank " class ="ph3 pv4 o-20 grow db self-end ">
106+ < img src ="/media/designed.svg " style ="width: 100px; " class ="db " />
107+ </ a >
108+ </ div >
109+ < div style ="height: 82px; " class ="dn-ns db "> </ div >
110+ </ footer >
111+ {% endblock footer %}
Original file line number Diff line number Diff line change 7171 {% endif %}
7272 {% block content %}{% endblock content %}
7373 {% block extra_body %}{% endblock extra_body %}
74- < footer class ="bg-near-black w-100 ">
74+ {% block footer %}
75+ < footer class ="w-100 ">
7576 < div class ="ph3 pv4 center mw7 flex items-center justify-between align-center ">
7677 {# Show our nav again. You know, for safety measures. #}
77- < div class =" white " >
78+ < div >
7879 {% for link in config.extra.nav %}
79- < a class ="dim pv1 db white f5 no-underline " href ="{{ link.url }} "> {{ link.title }}</ a >
80+ < a class ="dim pv1 db black f5 no-underline " href ="{{ link.url }} "> {{ link.title }}</ a >
8081 {% endfor %}
8182 </ div >
82- < a href ="https://www.netlify.com " class ="o-50 grow " target ="_blank ">
83- < img src ="https://www.netlify.com/img/global/badges/netlify-dark .svg " />
83+ < a href ="https://www.netlify.com " class ="grow " target ="_blank ">
84+ < img src ="https://www.netlify.com/img/global/badges/netlify-light .svg " />
8485 </ a >
85- < a href ="//u9h.design " target ="_blank " class ="ph3 pv4 o-20 grow db self-end ">
86- < img src ="/media/designed.svg " style ="width: 100px; " class ="db " />
86+ < a href ="//u9h.design " target ="_blank " class ="ph3 pv4 o-50 grow db self-end ">
87+ < img src ="/media/designed-dark .svg " style ="width: 100px; " class ="db " />
8788 </ a >
8889 </ div >
8990 < div style ="height: 82px; " class ="dn-ns db "> </ div >
9091 </ footer >
92+ {% endblock footer %}
9193</ body >
9294
9395</ html >
You can’t perform that action at this time.
0 commit comments