Rework main menu to have Games, Education, About

This commit is contained in:
2018-12-10 12:38:54 +03:00
parent 97fdc56433
commit 35786508a2
128 changed files with 795 additions and 157 deletions

View File

@@ -30,7 +30,8 @@
</div>
<div class="row top-menu">
<div class="large-12 columns">
<a href="/pages/projects.html" class="menu-button secondary">Projects</a>
<a href="/pages/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</a>
<a href="/pages/about.html" class="menu-button secondary">About</a>
</div>