-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.5 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
30
31
<!DOCTYPE html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Anna Munhoz</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta property="og:title" content="Anna Munhoz" />
<meta property="og:description" content="Anna Munhoz's website" />
<meta property="og:image" content="https://i.imgur.com/d1jN4Ip.jpg" />
<meta property="og:url" content="https://www.annamunhoz.github.io/" />
<meta property="og:site_name" content="Anna Munhoz" />
<link rel="image_src" href="images/background-img.jpg" />
</head>
<body>
<div class="container">
<h1 class="main-title">Anna Munhoz</h1>
<div class="bio">
<p>I'm starting my dev career. <a href="https://www.linkedin.com/in/annamunhoz/"> Connect with me on Linkedin</a></p>
<p>I've created online courses around my hobbie. <a href="https://www.udemy.com/user/annamunhoz/">See my Art Journal courses on Udemy</a><br />
<em>(all courses in portuguese)</em></p>
<p>Sometimes I also write short stories and poems. <a href="https://www.amazon.com/author/annaoliveira">See my Amazon Author Profile</a><br />
<em>(e-books in english and portuguese)</em></p>
</div>
</div>
</body>
</html>