Add donation page and masthead

This commit is contained in:
Alex Cabal 2020-12-20 14:23:11 -06:00
parent b77098e3f9
commit 796ce22a9e
41 changed files with 778 additions and 109 deletions

View file

@ -69,6 +69,9 @@ print("\n");
<li>
<a<? if($highlight == 'contribute'){ ?> class="highlighted"<? } ?> href="/contribute">Get Involved</a>
</li>
<li>
<a<? if($highlight == 'donate'){ ?> class="highlighted"<? } ?> href="/donate">Donate</a>
</li>
</ul>
</nav>
</header>