-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
29 lines (29 loc) · 1.83 KB
/
about.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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About myself and my website</title>
<meta name="author" content="Diogo Matias">
<meta name="description" content="A short bio ">
<meta name="color-scheme" content="dark light">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<h1>Visual designer and science comunicator</h1>
<p>I am interested in illustrating ideas for social, ecological, economic, and climate transition. Currently I design communication materials for projects funded by the European Union.</p>
<p>You can reach me at diogo.fm.matias@gmail.com</p>
<img
src="images/leksand-lake-800w.jpg"
srcset="
images/leksand-lake-400w.webp 400w,
images/leksand-lake-800w.webp 800w,
images/leksand-lake-1200w.webp 1200w"
sizes="(min-width: 760px) 704px, 100vw"
width="800" height="600"
alt="A person walking on a sandy lake shore during a cloudy day.">
<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>