-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (267 loc) · 11.3 KB
/
index.html
File metadata and controls
320 lines (267 loc) · 11.3 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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"/>
<link rel="shortcut icon" href="img/Cupid.png" type="image/x-icon">
<title>27.03</title>
</head>
<body>
<header class="header" id="header">
<nav class="nav container">
<a href="" class="nav__logo">
<img src="img/Cupid.png" alt="">
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">
<i class="ri-play-line"></i>
<span>Inicio</span>
</a>
</li>
<li class="nav__item">
<a href="#vale" class="nav__link">
<i class="ri-gift-line"></i>
<span>Vales</span>
</a>
</li>
<li class="nav__item">
<a href="#foto" class="nav__link">
<i class="ri-camera-line"></i>
<span>Fotos</span>
</a>
</li>
<li class="nav__item">
<a href="#days" class="nav__link">
<i class="ri-calendar-line"></i>
<span>Datas</span>
</a>
</li>
</ul>
</div>
<!-- Theme change button -->
<i class="ri-moon-line change-theme" id="theme-button"></i>
</nav>
</header>
<main class="main">
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__data">
<h1 class="home__title">
Ta amo muito <br>
Meu amor
</h1>
<p class="home__description">
Tenho muita coisa para te dizer <br>
basta clicar no botão a baixo.
</p>
<a href="recado.html" class="button__link">
Recado <i class="ri-arrow-right-line"></i>
</a>
</div>
<div class="home__images">
<img src="img/Casal1.jpg" alt="home image">
<img src="img/Casal2.jpg" alt="home image">
</div>
</div>
</section>
<section class="new section" id="vale">
<h2 class="section__title">
Vale Presente
</h2>
<div class="new__container container grid">
<article class="new__card">
<img src="img/ValeAbraço.png" alt="new image" class="new__img">
<a href="img/Voucher-Abraco.png" class="new__link" download="">
<div class="new__data">
<h2 class="new__title">
Vale Abraço
</h2>
<span class="new__subtitle">
R$ ♡,♡♡
</span>
</div>
<i class="ri-download-line"></i>
</a>
</article>
<article class="new__card">
<img src="img/ValeCarinho.png" alt="new image" class="new__img">
<a href="img/Voucher-Carinho.png" class="new__link" download="">
<div class="new__data">
<h2 class="new__title">
Vale Carinho
</h2>
<span class="new__subtitle">
R$ ♡,♡♡
</span>
</div>
<i class="ri-download-line"></i>
</a>
</article>
<article class="new__card">
<img src="img/ValeBeijo.png" alt="new image" class="new__img">
<a href="img/Voucher-Beijo.png" class="new__link" download="">
<div class="new__data">
<h2 class="new__title">
Vale Beijo
</h2>
<span class="new__subtitle">
R$ ♡,♡♡
</span>
</div>
<i class="ri-download-line"></i>
</a>
</article>
<article class="new__card">
<img src="img/ValeCinema.png" alt="new image" class="new__img">
<a href="img/Voucher-Cinema.png" class="new__link" download="">
<div class="new__data">
<h2 class="new__title">
Vale Cinema
</h2>
<span class="new__subtitle">
R$ ♡,♡♡
</span>
</div>
<i class="ri-download-line"></i>
</a>
</article>
<article class="new__card">
<img src="img/ValeMimo.png" alt="new image" class="new__img">
<a href="img/Voucher-Mimo.jpg" class="new__link" download="">
<div class="new__data">
<h2 class="new__title">
Vale Mimo
</h2>
<span class="new__subtitle">
R$ ♡,♡♡
</span>
</div>
<i class="ri-download-line"></i>
</a>
</article>
<article class="new__card">
<img src="img/ValeMassagem.png" alt="new image" class="new__img">
<a href="img/Voucher-Massagem.png" class="new__link" download="">
<div class="new__data">
<h2 class="new__title">
Vale Massagem
</h2>
<span class="new__subtitle">
R$ ♡,♡♡
</span>
</div>
<i class="ri-download-line"></i>
</a>
</article>
</div>
</section>
<section class="collection section" id="foto">
<div class="collection__container container">
<div class="collection__explore">
<div class="collection__data-men">
<h2 class="collection__title">
Te <br>
Amo
</h2>
</div>
<img src="img/collection1.png" alt="collection image">
</div>
<div class="collection__explore">
<img src="img/collection2.png" alt="collection image">
<div class="collection__data-woman">
<h2 class="collection__title">
Mais <br>
que Tudo
</h2>
</div>
</div>
</div>
</section>
<section class="brand section" id="days">
<h2 class="section__title">
Datas importantes
</h2>
<div class="brand__container container grid">
<img src="img/logo1.png" alt="logo image" class="brand__img">
<img src="img/logo2.png" alt="logo image" class="brand__img">
<img src="img/logo3.png" alt="logo image" class="brand__img">
<img src="img/logo4.png" alt="logo image" class="brand__img">
</div>
</section>
</main>
<footer class="footer section">
<div class="footer__container container grid">
<div>
<a href="" class="nav__logo">
<img src="img/Cupid.png" alt="">
</a>
<p class="footer__description">
Uma homenagem para a garota <br>
mais importante da minha vida <br>
Te Amo!
</p>
</div>
<div class="footer__content">
<div>
<h3 class="footer__title">
Te
</h3>
<ul class="footer__links">
<li>
<a href="#vale" class="footer__link">Vales Presentes</a>
</li>
<li>
<a href="#foto" class="footer__link">Fotos Nossas</a>
</li>
<li>
<a href="#days" class="footer__link">Datas Importantes</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">
Amo
</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Com</a>
</li>
<li>
<a href="#" class="footer__link">Amor</a>
</li>
<li>
<a href="#" class="footer__link">Thiago Alves</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">
Muito
</h3>
<p class="footer__information">
Sempre ao seu lado <br>
24hrs por dia
</p>
</div>
</div>
</div>
<div class="footer__info container">
<span class="footer__copy">
© Beatriz. Todos os direitos reservados
</span>
<a href="#" class="footer__privacy">
Termos & Condições
</a>
</div>
</footer>
<a href="" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-line"></i>
</a>
<script src="main.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
</body>
</html>