-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The homepage of Diogo Matias: illustrator and visual designer</title>
<meta name="author" content="Diogo Matias">
<meta name="description" content="A personal website about climate communication and visual design.">
<meta name="color-scheme" content="dark light">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header role="banner">
<nav role="navigation">
<ul>
<li>Projects</li>
<li><a href="notes.html">Notes</a></li>
<li><a href="about.html">About myself</a></li>
</ul>
</nav>
</header>
<aside>
<p>Updated on <time datetime="2024-11-17">17 November 2024</time>, on the first foggy day after a sunny and cold fortnight.</p>
</aside>
<footer role="contentinfo">
<p> Content on this website by Diogo Matias is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">Attribution-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" loading="lazy" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" loading="lazy" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" loading="lazy" alt=""></a></p>
</footer>
</body>
</html>