diff options
Diffstat (limited to '')
-rw-r--r-- | site/images/envelope.svg | 4 | ||||
-rw-r--r-- | site/images/lock.svg | 4 | ||||
-rw-r--r-- | site/images/rss.svg | 7 | ||||
-rw-r--r-- | site/templates/default.html | 21 |
4 files changed, 27 insertions, 9 deletions
diff --git a/site/images/envelope.svg b/site/images/envelope.svg new file mode 100644 index 0000000..aa58507 --- /dev/null +++ b/site/images/envelope.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path d="M1664 1504v-768q-32 36-69 66-268 206-426 338-51 43-83 67t-86.5 48.5-102.5 24.5h-2q-48 0-102.5-24.5t-86.5-48.5-83-67q-158-132-426-338-37-30-69-66v768q0 13 9.5 22.5t22.5 9.5h1472q13 0 22.5-9.5t9.5-22.5zm0-1051v-24.5l-.5-13-3-12.5-5.5-9-9-7.5-14-2.5h-1472q-13 0-22.5 9.5t-9.5 22.5q0 168 147 284 193 152 401 317 6 5 35 29.5t46 37.5 44.5 31.5 50.5 27.5 43 9h2q20 0 43-9t50.5-27.5 44.5-31.5 46-37.5 35-29.5q208-165 401-317 54-43 100.5-115.5t46.5-131.5zm128-37v1088q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1472q66 0 113 47t47 113z" /> +</svg> diff --git a/site/images/lock.svg b/site/images/lock.svg new file mode 100644 index 0000000..e8b33a2 --- /dev/null +++ b/site/images/lock.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path d="M640 768h512v-192q0-106-75-181t-181-75-181 75-75 181v192zm832 96v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h32v-192q0-184 132-316t316-132 316 132 132 316v192h32q40 0 68 28t28 68z" /> +</svg> diff --git a/site/images/rss.svg b/site/images/rss.svg index c9b07bf..71ffb0d 100644 --- a/site/images/rss.svg +++ b/site/images/rss.svg @@ -1,7 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="98.918px" height="100px" viewBox="0 0 98.918 100" enable-background="new 0 0 98.918 100" xml:space="preserve"> - <ellipse cx="13.566" cy="86.286" rx="13.566" ry="13.714"/> - <path d="M65.569,100H46.35c0-25.879-20.752-46.858-46.35-46.858l0,0V33.715C36.214,33.715,65.569,63.391,65.569,100z"/> - <path d="M79.135,100c0-44.183-35.429-80-79.135-80V0c54.631,0,98.918,44.772,98.918,100H79.135z"/> +<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/> </svg> diff --git a/site/templates/default.html b/site/templates/default.html index d206178..6c9eae8 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -17,8 +17,8 @@ <a href="/">Home</a> <a href="/about.html">About</a> <a href="/archive.html">Archive</a> - <a class="feed-icon" href="./feed.xml"> - <img src="./images/rss.svg" alt="Blog feed" /> + <a href="/feed.xml"> + <img class="simple-icon" src="/images/rss.svg" alt="Blog feed" /> </a> </nav> </header> @@ -29,8 +29,21 @@ </main> <footer> - Site proudly generated by - <a href="http://jaspervdj.be/hakyll">Hakyll</a> + <ul> + <li> + <img class="simple-icon" src="/images/envelope.svg" alt="Envelope icon" /> + <a href="mailto:eu@euandre.org">eu@euandre.org</a> + </li> + <li> + <img class="simple-icon" src="/images/lock.svg" alt="Lock icon" /> + <a href="/public-key.txt">81F90EC3CD356060</a> + </li> + </ul> + + <p>License</p> + <p> + The content for this site is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://gitlab.com/EuAndreh/website.git">code</a> is <a href="https://gitlab.com/EuAndreh/website/raw/master/LICENSE">GPLv3</a> + </p> </footer> </body> </html> |