-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (252 loc) · 10.1 KB
/
Copy pathindex.html
File metadata and controls
289 lines (252 loc) · 10.1 KB
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!doctype html>
<html lang="pt-br">
<head>
<!-- Fontes do Google -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Fonte do Google - Poppins -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Lary a pioral" />
<meta
name="description"
content="Portfólio da Lary,
desenvolvedora Full Stack especializado em criar experiências
digitais incríveis. Conheça meus projetos e entre em contato."
/>
<meta name="robots" content="index, follow" />
<link rel="icon" type="image/svg+xml" href="./assets/icons/icon.png" />
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- SWIPER CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<!-- Devicon CSS -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<!-- Google Fonts -->
<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=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Phosphor Icons -->
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<title>Larissa Mendonça - Desenvolvedora Full Stack</title>
</head>
<body class="dark">
<div id="mouse-glow"></div>
<header>
<div class="menu-content">
<!--CABEÇALHO DA PAGINA -->
<a href="index.html" id="titulo" aria-label="Página inicial">
<span class="logo-name"><Outwake</span><span class="logo-tag"><span class="logo-emoji">👾</span>/></span>
</a>
<!-- Mobile Menu Button -->
<button class="mobile-menu-btn" id="mobile-btn" aria-label="Open Menu">
<i class="ph ph-list"></i>
</button>
<!-- Right Menu Container (Nav + Theme) -->
<div class="right-menu" id="right-menu">
<nav>
<ul class="menu-list">
<li><a href="#hero">Inicio</a></li>
<li><a href="#about">Sobre</a></li>
<li><a href="#projects">Projetos</a></li>
<li><a href="#stacks">Stacks</a></li>
<li><a href="#contact">Contatos</a></li>
</ul>
</nav>
<button class="theme-btn" id="toggle-theme" aria-label="Toggle Theme">
<i class="ph ph-moon"></i>
</button>
</div>
</div>
</header>
<main>
<section id="hero" class="section-container hero-container">
<!-- Floating Bubbles Background -->
<div class="floating-bg">
<div class="floating-bubble"><span class="logo-name">Games </span></div>
<div class="floating-bubble"> <span class="logo-name">Dev</span></div>
<div class="floating-bubble"><span class="logo-name">React</span></div>
<div class="floating-bubble"><span class="logo-name">Tailwind</span></div>
<div class="floating-bubble"><span class="logo-name">CSS</span></div>
<div class="floating-bubble"><span class="logo-name">TypeORM</span></div>
<div class="floating-bubble"><span class="logo-name">GitHub</span></div>
<div class="floating-bubble"><span class="logo-name">Tech</span></div>
<div class="floating-bubble"><span class="logo-name">JS</span></div>
<div class="floating-bubble"><span class="logo-name">HTML</span></div>
<div class="floating-bubble"><span class="logo-name">NodeJS</span></div>
<div class="floating-bubble"><span class="logo-name">MySQL</span></div>
</div>
<article class="hero-content">
<h1 class="hero-title"><span class="logo-name"><Hello</span>, Eu sou a Lary<br>Desenvolvedora <span class="logo-name">FullStack/></span></h1>
<p class="hero-subtitle">Transformando ideias em <span class="logo-name">códigos e experiências incríveis.</span></br>
Venha conhecer um pouco do meu universo. 💜</p>
<div class="buttons-container">
<a href="#projects" class="botao">Meus Projetos</a>
<a href="#about" class="botao-outline">Sobre Mim</a>
</div>
</article>
</section>
<!-- Seção about-->
<section id="about" class="section-container about-container">
</section>
<!-- Seção Projects-->
<section id="projects" class="section-container projects-container">
<h2>Meus Projetos 👩🏾💻</h2>
<!-- Swiper Container-->
<div class="swiper projects-swiper">
<div class="swiper-wrapper">
</div>
<!-- Botões de Navegação -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<!-- Paginação-->
<div class="swiper-pagination"></div>
</div>
</section>
<!-- Seção Stacks-->
<section id="stacks" class="section-container stacks-container">
<h2>Minhas Stacks 👾</h2>
<div class="card-alex tech-stack-card">
<div class="stacks-flex">
<div class="stack-item">
<i class="devicon-react-original"></i>
<span>React</span>
</div>
<div class="stack-item">
<i class="devicon-nodejs-plain"></i>
<span>Node.js</span>
</div>
<div class="stack-item">
<i class="devicon-javascript-plain"></i>
<span>JavaScript</span>
</div>
<div class="stack-item">
<i class="devicon-html5-plain"></i>
<span>HTML5</span>
</div>
<div class="stack-item">
<i class="devicon-css3-plain"></i>
<span>CSS3</span>
</div>
<div class="stack-item">
<i class="devicon-git-plain"></i>
<span>Git</span>
</div>
<div class="stack-item">
<i class="devicon-mysql-plain"></i>
<span>MySQL</span>
</div>
<div class="stack-item">
<i class="devicon-tailwindcss-plain"></i>
<span>Tailwind</span>
</div>
<div class="stack-item">
<i class="devicon-vercel-original"></i>
<span>Vercel</span>
</div>
<div class="stack-item">
<i class="devicon-postgresql-plain"></i>
<span>PostgreSQL</span>
</div>
<div class="stack-item">
<i class="devicon-typescript-plain"></i>
<span>TypeScript</span>
</div>
</div>
</div>
</section>
<!-- Seção contact-->
<section id="contact" class="section-container contact-container">
<!--Redes sociais-->
<article class="contact-info">
<h2>Entre em contato</h2>
<p>Sinta-se a vontade para entrar em contato comigo!</p>
<!-- Links para as Redes Sociais-->
<div class="social-container">
<a
href="https://www.linkedin.com/in/larissa-ferreira-mendon%C3%A7a-49655a185/"
target="_blank"
class="social-icon"
aria-label="Linkedin"
>
<img
src="./assets/icons/social/linkedin.svg"
alt="Link para o LinkedIn"
/>
</a>
<a
href="https://github.com/outwake"
target="_blank"
class="social-icon"
aria-label="GitHub"
>
<img
src="./assets/icons/social/github.svg"
alt="Link para o GitHub"
/>
</a>
<a
href="https://www.instagram.com/mrsherlokia/"
target="_blank"
class="social-icon"
aria-label="Instagram"
>
<img
src="./assets/icons/social/instagram.svg"
alt="Link para o Instagram"
/>
</a>
</div>
</article>
<form id="formulario" action="https://formsubmit.co/b55867fa24162de248046be5e56c3f12" method="POST">
<input type="hidden" name="_next" value="https://outwake.github.io/portfolio/success.html">
<input type="hidden" name="_captcha" value="false">
<label for="nome">Nome</label>
<input
id="nome"
name="nome"
type="text"
placeholder="Digite o seu nome completo:"
/>
<span id="erro-nome"></span>
<label for="email">E-mail</label>
<input
id="email"
name="email"
type="text"
placeholder="Digite o seu email:"
/>
<span id="erro-email"></span>
<label for="assunto">Assunto</label>
<input
id="assunto"
name="assunto"
type="text"
placeholder="Digite o assunto da mensagem:"
/>
<span id="erro-assunto"></span>
<label for="mensagem">Mensagem</label>
<textarea
id="mensagem"
name="mensagem"
placeholder="Digite a sua mensagem:"
rows="3"
></textarea>
<span id="erro-mensagem"></span>
<button class="botao" type="submit">Enviar Mensagem</button>
</form>
</section>
</main>
<!-- Rodapé da página -->
<footer>
<p>Desenvolvido por Lary, a Pioral ❤. Todos os direitos reservados.</p>
</footer>
<!-- SWIPER JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Script JavaScript principal-->
<script src="./assets/js/script.js"></script>
</body>
</html>