-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (180 loc) · 10.7 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!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">
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/carousel.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/sobre.css">
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="css/challenges.css">
<link rel="stylesheet" href="css/footer.css">
<!-- ICONS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Fontes -->
<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=Inter&display=swap" rel="stylesheet">
<title>Alura Projetos</title>
</head>
<body>
<header class="header">
<nav class="menu-top__container">
<a href="https://www.alura.com.br/" id="logo-link"><img id="alura-logo" src="img/alura-logo-white.svg" alt="alura-logo-white"></a>
<ul class="menu-top__itens">
<li class="item"><a href="#home">Home</a></li>
<li id="form">
<div class="form-btn">Formações<span class="seta-list"><i class="fa-solid fa-angle-up"></i></span></div>
<div class="form-list__container">
<ul class="form-list__itens">
<a href="#css">
<li class="form-list__item">
<i class="devicon-css3-plain"></i>
Formação CSS
</li>
</a>
<a href="#js">
<li class="form-list__item">
<i class="devicon-javascript-plain"></i>
Formação JS
</li>
</a>
</ul>
</div>
</li>
<li class="item"><a href="#challenges">Alura Challenges</a></li>
</ul>
<div class="social__container">
<a href="https://github.com/Th0mzzz" class="social__item"><i class="devicon-github-original"></i></a>
<a href="https://www.linkedin.com/in/thomaz-vasconcelos-mendes-027388268/" class="social__item"><i class="devicon-linkedin-plain"></i></a>
<a href="mailto:contatothomazvmendes@gmail.com" class="social__item"><i class="devicon-google-plain"></i></a>
</div>
</nav>
</header>
<aside class="aside">
<nav class="aside_menu__container">
<ul class="aside-menu__itens">
<li class="aside-item"><a href="#"></a></li>
<li class="aside-item"><a href="#"></a></li>
<li class="aside-item"><a href="#"></a></li>
</ul>
</nav>
</aside>
<main class="main__container" id="home">
<section class="sobre__container" >
<img id="programmer-svg" src="img/Programming-amico.svg" alt="computador">
<div class="sobre-text__container">
<h2 class="title">Alura Projetos</h2>
<p class="text">Esse repositório aloca todos os meus projetos dos cursos da Alura incluindo os Alura Challenges.<br>
Para ver mais projetos meus, acesse meu <a class="link" href="https://github.com/Th0mzzz">perfil no Github</a> ou meu <a class="link" href="/"> Portifolio</a></p>
</div>
</section>
<section class="formacoes__container" >
<div class="form-apresentacao__container">
<h2 class="title">Formações</h2>
<p class="text">Projetos de formações concluidas ou sendo cursadas.</p>
</div>
<section class="formacoes__content" id="css" >
<section class="form__container" >
<h2 class="subtitle">Formação <span style="color:var(--azul-claro)">CSS</span></h2>
<button class="arrow prev" class="prev"><i class="fa-solid fa-chevron-left"></i></button>
<button class="arrow next" class="next"><i class="fa-solid fa-chevron-right"></i></button>
<div class="carousel__inner">
<div class="projeto">
<img src="img/alura-play.png" alt="imagem do projeto" class="img__projeto">
<div class="more">
<h2 class="subtitle">AluraPlay</h2>
<a class="more__btn" href="">Repositório</a>
<a class="more__btn" href="">Acessar projeto</a>
</div>
</div>
<div class="projeto" >
<img src="img/alura-cast.png" alt="imagem do projeto" class="img__projeto">
<div class="more">
<h2 class="subtitle">AluraCast</h2>
<a class="more__btn" href="">Repositório</a>
<a class="more__btn" href="">Acessar projeto</a>
</div>
</div>
</div>
</section>
<section class="form__container" id="js" >
<h2 class="subtitle">Formação <span style="color:var(--azul-claro)">JS</span></h2>
<button class="arrow prev" class="prev"><i class="fa-solid fa-chevron-left"></i></button>
<button class="arrow next" class="next"><i class="fa-solid fa-chevron-right"></i></button>
<div class="carousel__inner">
<div class="projeto">
<img src="img/alura-midi.png" alt="imagem do projeto" class="img__projeto">
<div class="more">
<h2 class="subtitle">AluraMidi</h2>
<a class="more__btn" href="">Repositório</a>
<a class="more__btn" href="">Acessar projeto</a>
</div>
</div>
<div class="projeto" >
<img src="img/robotron-2000.png" alt="imagem do projeto" class="img__projeto" >
<div class="more">
<h2 class="subtitle">Robotron 2000</h2>
<a class="more__btn" href="https://github.com/Th0mzzz/Robotron-2000-Alura">Repositório</a>
<a class="more__btn" href="https://th0mzzz.github.io/Robotron-2000-Alura/">Acessar projeto</a>
</div>
</div>
<div class="projeto">
<img src="img/alura-books.png" alt="imagem do projeto" class="img__projeto">
<div class="more">
<h2 class="subtitle">Alura Books</h2>
<a class="more__btn" href="">Repositório</a>
<a class="more__btn" href="">Acessar projeto</a>
</div>
</div>
</section>
</section>
</section>
</section>
<section class="challenges__container" id="challenges">
<div class="challenges__sobre">
<h2 class="title">Alura Challenges</h2>
<p class="text">
Os Alura Challenges são desafios práticos propostos pela Alura,
nos quais os estudantes aplicam seus conhecimentos em projetos reais
para desenvolver habilidades técnicas e resolver problemas específicos.
<span style="color:var(--azul)">Os projetos abaixo são os que eu realizei:</span></p>
</div>
<div class="challenges__projetos">
<div class="challenge__item">
<div class="bloqueado">
<i class="fa-solid fa-lock"></i>
<span>Incompleto</span>
</div>
<div class="img__challenge"></div>
<h2 class="subtitle">Projeto E-commerce</h2>
<p class="text">Projeto de E-commerce de roupas, com opção de se inscrever na newsletter e ver mais sobre os produtos.</p>
<div class="challenge_btn">
<a class="more__btn" href="">Repositório</a>
<a class="more__btn" href="">Acessar projeto</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer__content">
<ul class="link_list">
<h2 class="subtitle">Icones e Imagens Usadas</h2>
<li><a href="https://storyset.com/web">Storyset</a></li>
<li><a href="https://devicon.dev/">DevIcons</a></li>
<li><a href="https://fontawesome.com/">FontAwesome</a></li>
</ul>
<a href="https://www.alura.com.br/" id="logo-link"><img id="alura-logo" src="img/alura-logo-white.svg" alt="alura-logo-white"></a>
</div>
</footer>
<script src="scripts/index.js" defer></script>
<script src="scripts/carrousel.js" defer></script>
</body>
</html>