-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (45 loc) · 1.65 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='../css/reset.css'>
<link rel='stylesheet' type='text/css' media='screen' href='../css/main.css'>
<script src='main.js'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body class="wow animate__animated animate__fadeInUp">
<header class="corPadrao">
<div class="topo">
<a href="index.html"><img src="../img/MFS_LOGO.svg"></a>
<div class="menu">
<nav>
<ul>
<li class="underline"><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./projects.html">Projects</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<hr>
</header>
<section class="content ">
<div>
<h2>Márcio Silva</h2>
<p>Hi, I am a Fullstack Developer <br> and Designer!</p>
<a href="./about.html"><button>
About me
</button></a>
</div>
<img class="site" src="../img/foto1.png">
</section>
</body>
</html>