mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-06-01 16:23:13 +00:00
Create a Django website
This commit is contained in:
parent
69170f19fb
commit
a71584ef98
60 changed files with 1344 additions and 1150 deletions
11
website/templates/navigation.html
Normal file
11
website/templates/navigation.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<nav>
|
||||
<a href="{% url 'index' %}">Index</a>
|
||||
<a href="{% url 'refsheet' %}">Refsheet</a>
|
||||
<a href="{% url 'articles:list' %}">Articles</a>
|
||||
</nav>
|
||||
|
||||
<button class="nav-toggle" onclick="toggleNav();" aria-label="Open Navigation tab">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256">
|
||||
<path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path>
|
||||
</svg>
|
||||
</button>
|
Loading…
Add table
Add a link
Reference in a new issue