-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontato.html
266 lines (211 loc) · 10.8 KB
/
contato.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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Contato</title>
<meta http-equiv="content-language" content="pt-br">
<meta name="author" content="Rebeca Belin">
<meta name="description"
content="Ajudando meninas como eu que querem se tornar grandes UX/UI Designers e conquistarem o mundo com suas habilidades e grande potencial">
<meta name="keywords" content="design, UX, ui, menina, cursos, Processos Seletivos">
<meta name="theme-color" content="#20376C">
<meta property="og:title" content="Menina de UX">
<meta property="og:description"
content="Ajudando meninas como eu que querem se tornar grandes UX/UI Designers e conquistarem o mundo com suas habilidades e grande potencial">
<meta property="theme-color" content="#20376C">
<!-- Ícones -->
<link href="assets/img/logo.webp" rel="icon">
<link href="assets/img/mobile.webp" rel="mobile-icon">
<link href="assets/img/apple-touch-icon.webp" rel="apple-touch-icon">
<!-- CSS -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="assets/fontawesome/fontawesome-free-6.1.1-web/css/all.css" rel="stylesheet">
<!-- CSS principal -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/index.css" rel="stylesheet">
<!-- Fontes -->
<link href="//db.onlinewebfonts.com/c/4050b0ba6e521d334f956c60aa58cf66?family=NCS+Radhiumz" rel="stylesheet" type="text/css"/>
<link href="http://fonts.cdnfonts.com/css/avenir-lt-std" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S13Y6YV777"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-S13Y6YV777');
</script>
<!-- Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<!-- Header -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<a href="index.html"><img src="assets/img/header-logo.webp" alt="" class="img-fluid"></a>
</div>
<!-- Navbar -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link" href="index.html">Início</a></li>
<li><a class="nav-link" href="estudos.html">Estude</a></li>
<li><a class="nav-link" href="cursos.html">Cursos</a></li>
<li><a class="nav-link" href="bootcamps.html">Bootcamps</a></li>
<li><a class="nav-link" href="sobre.html">Sobre</a></li>
<!-- <li><a class="nav-link" href="apoie.html">Apoie</a></li> -->
<li><a class="nav-link" href="contato.html">Contato</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- End Navbar -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- Telegram Section -->
<section id="telegram" class="telegram">
<div class="container">
<div class="row align-items-center">
<div class="col align-items-center" data-aos="fade-up">
<h1>Quer ficar por dentro de todas as novidades?</h1>
<p>Entre no canal do Telegram da Menina de UX e fique sabendo de todos os cursos e processos
seletivos novos!</p>
<div class="text-center text-lg-start">
<a href="https://t.me/meninadeux" target="_blank" class="btn-quero-apoiar">Entrar no
canal</a>
</div>
</div>
<div class="col align-items-center img-fluid" data-aos="fade-up">
<img src="assets/img/mulher-recebendo-novidades.webp" class="img-fluid" alt=""
draggable="false">
</div>
</div>
</div>
</section>
<!-- End Telegram Section -->
<!-- Contato Section -->
<section id="contato" class="contato">
<div class="container">
<div class="row align-items-center">
<div class="col align-items-center" data-aos="fade-up">
<h1>Redes Sociais</h1>
<p data-aos="fade-up">Me acompanhe nas redes sociais! <br>Se quiser conversar
sobre projetos, eventos e afins, tem meu e-mail aí!
</p>
<a class="btn btn-primary" data-aos="fade-up" href="mailto:becabelin@gmail.com" role="button"><i
class="fa-solid fa-at me-2"></i>E-mail</a>
<a class="btn btn-primary" data-aos="fade-up" href="https://www.instagram.com/meninadeux"
role="button"><i class="fab fa-instagram me-2"></i>Instagram</a>
<a class="btn btn-primary" data-aos="fade-up"
href="https://www.LinkedIn.com/company/meninadeux" role="button"><i
class="fab fa-LinkedIn me-2"></i>LinkedIn</a>
</div>
<div class="col align-items-center img-fluid" data-aos="fade-up">
<img src="assets/img/mulher-redes-sociais.webp" class="img-fluid animated" alt="" style="width: 70%;"
draggable="false">
</div>
</div>
</div>
</section>
<!-- End Contato Section -->
</main>
<!-- End main -->
<!-- Footer -->
<footer class="footer text-center text-lg-start text-muted">
<div class="container text-center text-md-start mt-4">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid Logo e ODS column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<div class="logo">
<img src="assets/img/header-logo.webp" alt="" class="img-fluid">
</div>
<p class="text-p">Ajudando meninas como eu</p>
<div class="ods">
<p class="text-ods">ODS apoiadas:</p>
<a href="https://brasil.un.org/pt-br/sdgs/4" target="_blank"><img class="img-fluid"
src="assets/img/ods-4.webp" alt="ods 4 - educação de qualidade"></a>
<a href="https://brasil.un.org/pt-br/sdgs/5" target="_blank"><img class="img-fluid"
src="assets/img/ods-5.webp" alt="ods 5 - igualdade de gênero"></a>
</div>
</div>
<!-- Grid Logo e ODS column -->
<!-- Grid Projetos column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Projetos</h6>
<p><a href="/criando-seu-case/index.html" class="links">Crie seu Case</a></p>
</div>
<!-- Grid Projetos column -->
<!-- Sobre a Menina de UX -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Sobre a <br>Menina de UX</h6>
<p><a href="/sobre.html" target="_blank" class="links">Conheça a iniciativa</a></p>
<p><a href="/becabelin.html" target="_blank" class="links">Quem criou</a></p>
</div>
<!-- Coluna -->
<!-- Coluna -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Redes sociais</h6>
<p class="links"><a href="https://www.instagram.com/meninadeux" class="links" target="_blank"><i
class="fa-brands fa-instagram me-2"></i>Instagram</a></p>
<p class="links"><a href="https://www.LinkedIn.com/company/meninadeux" class="links"
target="_blank"><i class="fa-brands fa-LinkedIn me-2"></i>LinkedIn</a></p>
<p class="links"><a href="https://t.me/meninadeux" class="links" target="_blank"><i
class="fa-brands fa-telegram me-2"></i>Telegram</a></p>
</div>
<!-- Coluna -->
</div>
<!-- Grid row -->
</div>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4 copyright">
Feito com 💙 por <span>Menina de UX</span>
<div class="credits">
Design e código por <a href="becabelin.html" target="_blank">Rebeca Belin</a>
</div>
<div class="credits">
Ilustrações por Storyset
</div>
</div>
<!-- Copyright -->
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Libras -->
<div vw class="enabled">
<div vw-access-button class="active"></div>
<div vw-plugin-wrapper>
<div class="vw-plugin-top-wrapper"></div>
</div>
</div>
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
</body>
</html>
<!--
Esse código foi feito por mim, Rebeca Alves Sousa, também conhecida por Rebeca Belin.
Não me roube ou sofrerá as consequência (7 anos de azar) :)
-->