-
Notifications
You must be signed in to change notification settings - Fork 0
/
aniversario.html
105 lines (86 loc) · 4.33 KB
/
aniversario.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/love-birds.png">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="three-years.css">
<link rel="stylesheet" href="coding_seru.css">
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<title>5 AÑOS DE AMOR</title>
</head>
<body>
<section id="welcome">
<div id="contador">
<h1 class="contador-titulo">Han pasado:</h1>
<p id="time-counter"></p>
<h1 class="contador-titulo">Desde que nació el amor</h1>
</div>
<div class="dark-blur">
<div class="titulos">
<h1 class="this-gift">Y este es tu regalo<br />por nuestro 5to aniversario</h1>
<h3 class="with-love">Está hecho con mucho amor y esfuerzo</h3>
</div>
<div class="couple">
<img src="img/propuesto.png" alt="">
</div>
</div>
<div class="container">
<div class="valentines">
<div class="envelope"></div>
<div class="front"></div>
<div class="card">
<div class="text">Feliz</br> Aniversario</div>
<div class="heart"></div>
<div class="text"></br></br>Pulsa aqui</div>
</div>
</div>
</div>
<script src="coding_seru.js"></script>
<div id="modalTexto" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2>18/10/2024</h2>
<p class="carta" id="textoMostrar">Cartita</p>
</div>
</div>
</section>
<section class="desktop_3" id="gallery">
<h1 class="this-gift">Elige un año</h1>
<div class="year-buttons">
<button class="year-btn" data-year="2019">2019</button>
<button class="year-btn" data-year="2020">2020</button>
<button class="year-btn" data-year="2021">2021</button>
<button class="year-btn" data-year="2022">2022</button>
<button class="year-btn" data-year="2023">2023</button>
<button class="year-btn" data-year="2024">2024</button>
</div>
<div class="swiper-container mySwiper">
<div class="swiper-wrapper">
</div>
<!-- Botones de navegación de Swiper -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<!-- Incluye el JS de Swiper -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="gallery.js"></script>
</section>
<script src="counter.js"></script>
</body>
</html>