A website for producing interactive charts without writing a single line of code. Built with Common Lisp and Python. https://charts.craigoates.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
576 B

{% extends "layouts/base.html" %}
{% block title %}Craig Oates: Navigation{% endblock %}
{% block content %}
<nav class="mobile-nav">
<a class="ui-link" href="/search">Search</a>
<hr style="width: 100%;">
<a class="ui-link" href="/">Home</a>
<a class="ui-link" href="/3dmodels">3D Models</a>
<a class="ui-link" href="/blog">Articles</a>
<a class="ui-link" href="/art">Artwork</a>
<a class="ui-link" href="/graphics">Graphics</a>
<a class="ui-link" href="/sketchbooks">Sketchbooks</a>
<a class="ui-link" href="/software">Software</a>
</nav>
{% endblock %}