-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (54 loc) · 2.02 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
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Luana Simoes</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<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=Cormorant+SC&display=swap" rel="stylesheet">
</head>
<body>
<div class="first-child">
<div class="last-child">
<h1>I'm Lua.</h1>
<h2 class="prog">a programmer</h2>
</div>
</div>
<div class="middle-container">
<div class="profile">
<img src="images/lua.png" alt="lua-profile-img">
<h2>Hello.</h2>
<p class="intro">I am a web developer jr. I'm an engineering's student. I ❤️ books and sleep.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="math-img" src="images/math.png" alt="math-img">
<h3>Math</h3>
<p>I started learning to code 1 year ago because I love math e logical questions. I need and want to gained a
wealth of experience designing and developing mobile and web applications.</p>
</div>
<div class="skill-row">
<img class="bob-img" src="images/bob.png" alt="bob-img">
<h3>Bookstan</h3>
<p>But my best skill is actually reading a lot of books in a less time. I am the undisputed queen of reading
books. Blake Crouch is my king.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love my description.</h3>
<p class="contact-message">Talk to me!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/luana-simoes-a18b84178/">LinkedIn</a>
<p class="copyright">© 2022 Luana Simoes </p>
</div>
</body>
</html>