-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (74 loc) · 3.52 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
<!Doctype html>
<html>
<head>
<title>André Santana Nunes</title>
<meta charset="UTF-8">
<meta name="description" content="O portifólio de André Santana Nunes, programadore e analista.">
<meta name="keywords" content="André, Andre, Santana, Nunes, andré, andre, santana, nunes, AndreSantanaNunes, andresantananunes, AndresNunes, andresnunes, AndreNunes, andrenunes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<main id="main">
<nav id="navbar">
<a class="navlink" href="#welcome-section">Início</a>
<a class="navlink" href="#projects">Projetos</a>
<a class="navlink" href="#profile">Contatos</a>
</nav>
<section id="welcome-section">
<h1 class="name">André Santana Nunes</h1>
<p class="description">um desenvolvedor de sistemas.</p>
</section>
<section id="projects" >
<h2 class="projects-title">Projetos</h2>
<div class="projects-main">
<div class="project-div">
<a href="https://andresnunes.github.io/Lua-Quick-Start/">
<img class="project-img" src="https://media.giphy.com/media/U4ultEJbwvQhIZdNBW/giphy.gif" alt="Documento técnico sobre a linguagem Lua">
</a>
<h2 class="project-title">Lua Quick Start</h2>
<a class="project-link" href="https://github.com/andresnunes/Lua-Quick-Start">Códogo do Projeto</a>
</div>
<div class="project-div">
<a href="https://andresnunes.github.io/Reborn-Old-Games/">
<img class="project-img" src="https://media.giphy.com/media/gjggSY5ruF3gFiJn07/giphy.gif" alt="Template para uma página de lançamento de produto">
</a>
<h2 class="project-title">Retro Game Engine</h2>
<a class="project-link" href="https://github.com/andresnunes/Reborn-Old-Games">Códogo do Projeto</a>
</div>
<div class="project-div">
<a href="https://andresnunes.github.io/Tribute-to-Ada-Lovelace/">
<img class="project-img" src="https://media.giphy.com/media/QslsvmTMhlD6cuCUDY/giphy.gif" alt="Site tributo para Ada Love Lace">
</a>
<h2 class="project-title">Ada Lovelace</h2>
<a class="project-link" href="https://github.com/andresnunes/Tribute-to-Ada-Lovelace">Códogo do Projeto</a>
</div>
<div class="project-div">
<a href="https://andresnunes.github.io/Survey-Form/">
<img class="project-img" src="https://i.ibb.co/ZHkZNjX/Screenshot-from-2019-10-15-21-48-30.png" alt="Exemplo de Formulário">
</a>
<h2 class="project-title">Formulário</h2>
<a class="project-link" href="https://github.com/andresnunes/Survey-Form">Códogo do Projeto</a>
</div>
</div>
</section>
<footer id="profile">
<h2 class="profile-title">Contatos</h2>
<div class="profile-links">
<div class="profile-div">
<img src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-512.png" alt="facebook">
<a href="https://www.facebook.com/andre.sant.nunes" class="profile-link">Facebook</a>
</div>
<div class="profile-div">
<img src="http://cdn.onlinewebfonts.com/svg/img_326384.png" alt="github">
<a href="https://github.com/andresnunes" class="profile-link">Github</a>
</div>
<div class="profile-div">
<img src="https://icons-for-free.com/iconfiles/png/512/linkedin+logo+media+professional+profile+social+icon-1320168598882107551.png" alt="linkedin">
<a href="https://www.linkedin.com/in/andre-s-nunes/" class="profile-link">Linkedin</a>
</div>
</div>
</footer>
</main>
</body>
</html>