-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (155 loc) · 5.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>meuPortifólio</title>
<link rel = "stylesheet" href = "CSS/style.css">
</head>
<body>
<header>
<h2 class = "logo"> Gabriel Natucci</h2>
<nav>
<a href = "#top">Home</a>
<a href="#sobre__mim">Sobre mim</a>
<a href ="#Contato">Contato</a>
</nav>
</header>
<div style = "height: 65px;"></div>
<section class = "quem_sou_eu">
<div class = desc>
<div>
<h2>Olá! Meu nome é Gabriel
e construo páginas web!</h2>
<p>Eu tenho 19 anos, estou cursando Sistemas Embarcados
, e o curso da Oracle + Alura, o Next Education e estou
a procura do meu primeiro emprego.</p>
<nav>
<ul class = "redes">
<li class = "rede"><a href = "https://github.com/GabrielNatucci" target="_blank">Github</a></li>
<li class = "rede"><a href = "https://www.linkedin.com/in/gabriel-natucci-russo-pimentel-de-toledo-3742b4219/" target="_blank">Linkedin</a></li>
<li class = "rede"><a href = "https://www.instagram.com/gabriel.natucci/" target = "_blank">Instagram</a></li>
<li class = "rede"><a href = "Documentos/CV - Gabriel Toledo.pdf" target = "_blank">Currículo</a></li>
<a name = "sobre__mim"></a>
</ul> <!-- redes -->
</nav>
</div> <!-- div -->
<img src = "Imagens/Foto 3x4 Gabriel cortada.png" class = foto_minha>
</div> <!-- desc -->
</section> <!-- quem sou eu -->
<main>
<section class = "sobre_mim">
<h3> Sobre mim:</h3>
<p> Olá! Meu nome é Gabriel Natucci e tenho 19 anos.
Sou amante de programação/desenvolvimento
e estudo Sistemas Embarcados na FATEC Jundiaí.
Além disso, sigo a formação da Oracle, o Next Education,
formada junto com a alura. Sou amante da programação, tenho
muito interesse em técnologias na prática
tenho muita ambição para entrar no mercado de trabalho
na área de programação/desenvolvimento e seguir carreira
na área.
</p>
<h3 style = "margin-top: 20px">Hobbies:</h3>
<div class = "hobbies">
<div class = "hobbie">
<img src = "Imagens/controle.png">
<p>Jogos</p>
</div> <!-- hobbie -->
<div class = "hobbie">
<img src = "Imagens/skate.png">
<p>Skate</p>
</div> <!-- hobbie -->
<div class = "hobbie">
<img src = "Imagens/cavalo.png">
<p>Xadrez</p>
</div> <!-- hobbie -->
<div class = "hobbie">
<img src = "Imagens/cubo.png">
<p>Cubo Mág.</p>
</div> <!-- hobbie -->
</div> <!-- hobbies -->
<h3 style = "margin-top: 10px">Skills:</h3>
<div class = "hobbies">
<div class = "hobbie">
<img src = "Imagens/html.png">
<p>Html 5</p>
</div> <!-- hobbie -->
<div class = "hobbie">
<img src = "Imagens/JavaScript.png">
<p>JavaScript</p>
</div> <!-- hobbie -->
<div class = "hobbie">
<img src = "Imagens/CSS.png">
<p>CSS</p>
</div> <!-- hobbie -->
<div class = "hobbie">
<img src = "Imagens/SE.png">
<p>SE</p>
</div> <!-- hobbie -->
</div> <!-- hobbies -->
</section> <!-- sobre mim -->
<section class = "formacoes">
<h3>Formação acadêmica/Cursos:</h3>
<div class = "geralformacao">
<div class = "formacao">
<img src = "Imagens/FATEC.png">
<p>Sistemas embarcados </p>
<h5>Em andamento - Fatec </h5>
</div> <!-- formação -->
<div class = "formacao">
<img src = "Imagens/OracleONE.png">
<p>Oracle Next Education </p>
<h5>Em andamento - Oracle </h5>
</div> <!-- formação -->
</div> <!-- geralformação -->
</section> <!-- formações -->
<section class = "experiencia">
<h3>Experiência com programação: </h3>
<h4 class = "challenges">Primeiro Challenge Oracle:</h4>
<div class = "codificador">
<img src = "Imagens/codificador.png">
<div class = "divcodificador">
<h3>Codificador de texto:</h3>
<a href = "" target="_blank">
<button id = "repositorio">Repositório</button></a>
<a href = "" target="_blank">
<button>Teste o Codificador!</button></a>
</div> <!-- div codificador -->
</div> <!-- codificador -->
<h4 class = "challengesegundo">Segundo Challenge Oracle:</h4>
<div class = "codificador">
<div class = "divforca">
<h3>Forca:</h3>
<a href = "" target="_blank">
<button id = "repositorio">Repositório</button></a>
<a href = "" target="_blank">
<button>Teste a Forca!</button></a>
</div> <!-- div codificador -->
<img src = "Imagens/forca.png">
</div> <!-- codificador -->
</section> <!-- experiencia -->
<section class = "contato">
<a name = "Contato"></a>
<h2>Contato:</h2>
<form class="formulario">
<input type="text" placeholder="Nome e sobrenome" id = "Nome" maxlength = "25">
<input type="email" placeholder="Email" id = "Email" maxlength="50">
<textarea placeholder="Mensagem" id ="mensagem"></textarea>
<p id = "erro_nome" class = "erro">Você digitou um nome inválido </p>
<p id = "erro_nome2" class = "erro">O campo nome é obrigatório </p>
<p id = "erro_email" class = "erro">Você digitou um email inválido </p>
<p id = "erro_email2" class = "erro">O campo email é obrigatório </p>
<p id = "erro_msg" class = "erro">O campo Mensagem é obrigatório </p>
<button type="submit" id="formulario-btn">Enviar Mensagem</button>
</form>
</section> <!-- contato -->
<footer>
<p>Desenvolvido por Gabriel Natucci</p>
<p>2022</p>
</footer>
</main>
<script src = "JS/script.js"></script>
</body>
</html>