-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (98 loc) · 3.43 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
<!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="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<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=Gabarito&family=Kanit:wght@100;400&family=Permanent+Marker&family=Young+Serif&display=swap"
rel="stylesheet">
<title>Cine 🚬</title>
</head>
<body>
<div class="background">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<header id="header">
<section id="sectionHeaderNav">
<nav id="mainNav">
<ul class="mainNavlist">
<li>
<a href="../index.html" class="navItem1">INICIO</a>
</li>
<li>
<a href="../index.html" class="navItem">CONTACTO</a>
</li>
<li>
<a href="../index.html" class="navItem">SOBRE MI</a>
</li>
</ul>
</nav>
</section>
<section id="sectionHeaderLogo">
<article class="artLogo">
<img src="images/1.png" class="headerLogoImg">
</article>
</section>
</header>
<main id="main">
<section id="botonesMain">
<article class="botonesBox">
<a href="pages/peliculas.html">
<button class="boton1">Películas</button>
</a>
</article>
<article class="botonesBox">
<a href="pages/peliculas.html">
<button class="boton2">Series</button>
</a>
</article>
</section>
</main>
<footer id="footer">
<section id="footerOne">
<article class="icon">
<i class="bi bi-twitter-x"></i>
<a href="https://twitter.com/Iny4faceLoL" target="_blank"><span>@Iny4facelol</span></a>
</article>
<article class="icon">
<i class="bi bi-instagram"></i>
<a href="https://www.instagram.com/alexviciousx/" target="_blank"><span>@alexviciousx</span></a>
</article>
<article class="icon">
<i class="bi bi-tiktok"></i>
<a href="https://www.tiktok.com/@alexviciousx" target="_blank"><span>@alexviciousx</span></a>
</article>
<article class="icon">
<i class="bi bi-discord"></i>
<a href="https://discord.com/" target="_blank"><span>Iny4face</span></a>
</article>
</section>
<section id="footerTwo">
<h6>©Todos los derechos reservados.</h6>
</section>
</footer>
</body>
</html>