personal-site/themes/theme/templates/base.html

52 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
{% block head %}
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}Tanner's Site{% endblock title %}</title>
<meta name="author" content="Tanner" />
{% endblock head %}
<link rel="icon" href="/favicon.svg">
<style>
{% include 'style.css' %}
</style>
</head>
<body>
<div class="container">
<div class="logo">
<a href="/" aria-label="Return home">
<svg version="1.1" viewBox="0 0 212.2 121.18" xmlns="http://www.w3.org/2000/svg">
<rect width="212.2" height="121.18" stroke-width=".265"/>
<g transform="matrix(.54303 0 0 .54303 -10.488 -292.52)" fill="#fff" style="shape-inside:url(#rect913);white-space:pre">
<path d="m50.641 570.31v11.859h15.589v5.333h-15.589v22.675q0 4.6244 1.7528 6.4518 1.7528 1.8274 6.1162 1.8274h7.7198v5.4822h-8.3911q-7.7198 0-10.89-3.0954-3.17-3.0954-3.17-10.666v-22.675h-11.151v-5.333h11.151v-11.859z"/>
<path d="m99.906 602.95h-2.2749q-6.0043 0-9.0624 2.1258-3.0208 2.0884-3.0208 6.2654 0 3.7667 2.2749 5.8551t6.3027 2.0884q5.6687 0 8.9132-3.9158 3.2446-3.9531 3.2818-10.89v-1.529zm13.314-2.8343v23.831h-6.8994v-6.1908q-2.2003 3.7294-5.5568 5.5195-3.3192 1.7528-8.0928 1.7528-6.3772 0-10.181-3.5802-3.804-3.6175-3.804-9.6591 0-6.9739 4.6617-10.591 4.699-3.6175 13.761-3.6175h9.2116v-1.0815q-0.0373-4.9974-2.536-7.235-2.4987-2.2749-7.9809-2.2749-3.5056 0-7.0858 1.0069-3.5802 1.0069-6.9739 2.9462v-6.8621q3.804-1.4545 7.2723-2.163 3.5056-0.74588 6.7875-0.74588 5.1838 0 8.8386 1.529 3.6921 1.529 5.967 4.5871 1.4172 1.8647 2.0139 4.6244 0.5967 2.7224 0.5967 8.2046z"/>
<path d="m158.9 598.06v25.882h-6.8994v-25.882q0-5.6314-1.9766-8.2792t-6.1908-2.6479q-4.8109 0-7.4215 3.431-2.5733 3.3937-2.5733 9.771v23.607h-6.862v-41.769h6.862v6.2654q1.8274-3.5802 4.9601-5.4076 3.1327-1.8647 7.4215-1.8647 6.3772 0 9.5099 4.2142 3.17 4.1769 3.17 12.68z"/>
<path d="m204.89 598.06v25.882h-6.8994v-25.882q0-5.6314-1.9766-8.2792-1.9766-2.6479-6.1908-2.6479-4.8109 0-7.4215 3.431-2.5733 3.3937-2.5733 9.771v23.607h-6.8621v-41.769h6.8621v6.2654q1.8274-3.5802 4.9601-5.4076 3.1327-1.8647 7.4215-1.8647 6.3772 0 9.5099 4.2142 3.17 4.1769 3.17 12.68z"/>
<path d="m253.15 601.34v3.3564h-29.723v0.22376q0 6.8248 3.5429 10.554 3.5802 3.7294 10.069 3.7294 3.2819 0 6.8621-1.0442 3.5802-1.0442 7.6452-3.17v6.8248q-3.9158 1.6036-7.5706 2.3868-3.6175 0.82046-7.0112 0.82046-9.7337 0-15.216-5.8178-5.4822-5.8551-5.4822-16.111 0-9.9947 5.3703-15.962 5.3703-5.967 14.321-5.967 7.9809 0 12.568 5.4076 4.6244 5.4076 4.6244 14.768zm-6.8621-2.0139q-0.14918-6.0416-2.8716-9.1743-2.6852-3.17-7.7571-3.17-4.9601 0-8.1673 3.2819-3.2073 3.2818-3.804 9.0997z"/>
<path d="m300.73 590.79q-2.2003-1.7155-4.4753-2.4987t-4.9974-0.78317q-6.4145 0-9.8083 4.0277-3.3937 4.0277-3.3937 11.636v20.773h-6.8994v-41.769h6.8994v8.1674q1.7155-4.438 5.2584-6.7875 3.5802-2.3868 8.4657-2.3868 2.536 0 4.7363 0.634 2.2003 0.63399 4.2142 1.9766z"/>
<path d="m302.9 643.04v-90.736h47.475v90.736z"/>
</g>
</svg>
</a>
</div>
{% block content %}
{% endblock %}
</div>
<p class="footer">
<span class="wname">Webring:</span> <a href="https://nice42q.de/" class="wprev">&lt; Previous</a> | <a href="https://webring.t0.vc" class="windex">Index</a> | <a href="https://udia.ca" class="wnext">Next &gt;</a>
</p>
<p class="footer">
© 20122022 Tanner
</p>
</body>
</html>