-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 839 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Douglas Lima</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="home">
<div id="start">
<a href="./pages/about.html" id="first">
<span class="hi">HELLO</span>
<span class="about">ABOUT ME</span>
</a>
<a href="./pages/experience.html" id="second">
<span class="i">I</span>
<span class="experience">EXPERIENCE</span>
</a>
<a href="./pages/skills.html" id="third">
<span class="am">AM</span>
<span class="skills">SKILLS</span>
</a>
<a href="./pages/contact.html" id="fourth">
<span class="douglas">DOUGLAS</span>
<span class="contact">CONTACT</span>
</a>
</div>
<img src="./static/foto.jpeg" alt="">
</div>
</body>
</html>