-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.38 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 1.38 KB
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
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About Me:Theo A. Monteiro</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Mono:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet" />
<link href="assets/css/utils.css" rel="stylesheet" />
<link href="assets/css/pages.css" rel="stylesheet" />
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<header></header>
<main>
<header id="main-header">
<!-- here the banner and pic -->
<img class="banner" src="assets/imgs/png/banner.png" alt="banner">
<img class="avatar" src="assets/imgs/svg/symbol.svg" alt="avatar">
<p class="handle">@theoamonteiro</p>
</header>
<nav>
<!-- here the sections anchors -->
</nav>
<section id="info">
<!-- here the infos like name, location, nationality, etc -->
</section>
<section id="links">
<!-- here the links to twitter, linkedin, blog, etc -->
</section>
</main>
<footer></footer>
</body>
</html>