summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJfriedli2021-03-18 15:40:37 +0100
committerJfriedli2021-03-18 15:40:37 +0100
commit29e29e02929bb29345e4c472b8a2aaeab3609bab (patch)
tree78ae3b805d326a2a87d3c32faa841f7f24ec0fbf /templates/base.html
parentb325dcc4523f13dfe7c741335a7bb80a91a1fac6 (diff)
finish up restyling
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 8d6712c..b259fdc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,7 +5,6 @@
5 <title>MAT2</title> 5 <title>MAT2</title>
6 <meta charset="UTF-8"> 6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 <link href="{{ url_for('static', filename='raleway.woff2') }}" as="font" type="font/woff2" rel="preload">
9 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}"> 8 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}">
10 {% assets 'css' %} 9 {% assets 'css' %}
11 <link rel="stylesheet" href="{{ ASSET_URL }}"> 10 <link rel="stylesheet" href="{{ ASSET_URL }}">
@@ -36,8 +35,11 @@
36 </section> 35 </section>
37 36
38 <footer class="h-10 flex justify-center"> 37 <footer class="h-10 flex justify-center">
39 © <a href='https://dustri.org'>jvoisin</a> - 38 <a class="flex justify-center" target="_blank" rel="noreferrer" href="https://0xacab.org/jvoisin/mat2-web" class="text-blue-dark">
40 <a href='https://0xacab.org/jvoisin/mat2-web'>source</a> - 39 <svg class="w-4 h-4 mr-2 text-blue-dark self-center" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
41 40 <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
41 </svg>
42 <span class="self-center text-blue-dark">source</span>
43 </a>
42 </footer> 44 </footer>
43</body> \ No newline at end of file 45</body> \ No newline at end of file