-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (58 loc) · 2.5 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css" integrity="sha384-/frq1SRXYH/bSyou/HUp/hib7RVN1TawQYja658FEOodR/FQBKVqT9Ol+Oz3Olq5" crossorigin="anonymous">
<title>Allexander Martins</title>
<link rel="stylesheet" href="estilo/estilo.css">
</head>
<body>
<header>
<div>
<img class="logo" src="imagens/logo.png" alt="Logo">
</div>
<ul>
<li>
<a target="_blank" href="https://github.com/all3x-martins"><i class="fa-brands fa-github"></i></a> <a class="menu" target="_blank" href="https://github.com/all3x-martins">GitHub</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/allex-martins"><i class="fa-brands fa-linkedin"></i></a> <a class="menu" target="_blank" href="https://www.linkedin.com/in/allex-martins">LinkedIn</a>
</li>
<li>
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a> <a class="menu" href="mailto:[email protected]">E-mail</a>
</li>
</ul>
</header>
<main>
<section class="intro">
<h1 class="line">Olá, eu sou Allexander Martins</h1>
<p class="line typing-animation">Front-End Developer</p>
<div class="arrow" onclick="displayAbout()" id="arrow">
<a href="#sobre"><i id="animation" class="fa-solid fa-angles-down"></i></a>
</div>
</section>
<section class="sobre" id="sobre">
<h3>Sobre mim</h3>
<p>Olá,sou o Allexander Martins, sou estudante de Front-End estou a procura da minha primeira oportunidade na area de programação com programador junior</p>
</section>
<section class="portifolio">
<h1>Projetos</h1>
<div class="projeto">
<img class="img-projeto" src="imagens/Projeto-1.png" alt="">
</div>
<div class="projeto">
<img class="img-projeto" src="imagens/Projeto-2.png" alt="">
</div>
<div class="projeto">
<img class="img-projeto" src="imagens/Projeto-3.png" alt="">
</div>
</section>
</main>
<footer>
</footer>
</body>
<script src="script/script.js"></script>
</html>