-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 1.62 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucas Ferreira</title>
<link rel="stylesheet" href="stylesheets/main.css">
</head>
<body>
<div class="container">
<div class="wrapper">
<div class="bio">
<img class="avatar" src="./assets/images/lucas_ferreira.jpeg" alt="Lucas Ferreira">
<h1>Lucas Ferreira</h1>
<span>Frontend Developer, Guitarrista</span>
<p>Siga minhas redes</p>
<div class="social-media">
<a href="https://github.com/ljnferreira"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/ljnferreira/"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://t.me/ljnferreira"><i class="fab fa-telegram fa-2x"></i></a>
</div>
</div>
<div class="content">
<div class="video">
<h3>Conteúdo recomendado:</h3>
<iframe
src="https://www.youtube.com/embed/oSCVb4Ts-G4"
frameborder="0"
allow="accelerometer;
autoplay;
clipboard-write;
encrypted-media;
gyroscope;
picture-in-picture"
allowfullscreen
>
</iframe>
</div>
<div class="projects">
<h3>Projetos relevantes:</h3>
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/dfb1bdc812.js" crossorigin="anonymous"></script>
<script src="scripts/index.js"></script>
</body>
</html>