-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (131 loc) · 6.84 KB
/
index.html
File metadata and controls
144 lines (131 loc) · 6.84 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- META DESCRIPTION -->
<meta name="description"
content="Los mejores videojuegos actuales y futuros. Sin limites y en una única cuenta. AKS Games">
<!-- FAVICON -->
<link rel="shortcut icon" href="imagenes/favicon/luffy.png" type="image/x-icon">
<!-- BOOTSTRAP -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!-- BOOTSTRAP ICONS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<title>Inicio | AKS Games</title>
</head>
<body class="body">
<header id="top" class="header">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="imagenes/logo.png" alt="logo de la página"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="pages/juegos.html">Juegos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/noticias.html">Noticias</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/esports.html">Esports</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/registro.html">Registro</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="main">
<h1 class="subtitulos">JUEGOS DESTACADOS</h1>
<section class="container">
<div class="row m-1">
<div class="col-xl-4 col-md-12 col-sm-12 text-center">
<img src="imagenes/league-of-legends-portada.jpg" alt="imagen portada de league of legends"
class="rounded m-1 imgIndex">
</div>
<div class="col-xl-4 col-md-12 col-sm-12 text-center">
<img src="imagenes/apex-legends-portada.jpg" alt="imagen portada de apex legends"
class="rounded m-1 imgIndex">
</div>
<div class="col-xl-4 col-md-12 col-sm-12 text-center">
<img src="imagenes/vampire-full.jpg" alt="imagen portada de vampire survivor"
class="rounded m-1 imgIndex">
</div>
</div>
<div class="row m-1">
<div class="col-xl-4 col-md-12 col-sm-12 text-center">
<img src="imagenes/zelda-portada.jpg" alt="imagen portada de zelda" class="rounded m-1 imgIndex">
</div>
<div class="col-xl-4 col-md-12 col-sm-12 text-center">
<img src="imagenes/legion-td2-portada.jpeg" alt="imagen portada de legion td2"
class="rounded m-1 imgIndex">
</div>
<div class="col-xl-4 col-md-12 col-sm-12 text-center">
<img src="imagenes/wow-portada.jpg" alt="imagen portada de wow" class="rounded m-1 imgIndex">
</div>
</div>
</section>
<h3 class="subtitulos">PRÓXIMAMENTE</h3>
<section class="container">
<section class="row m-1">
<div class="col-xl-6 col-md-12 col-sm-12 text-center">
<img src="imagenes/battlefield-v-portada.jpg" alt="portada de battlefield 5"
class="rounded m-1 imgIndex imgIndexAjuste">
</div>
<div class="col-xl-6 col-md-12 col-sm-12 text-center">
<img src="imagenes/elden-ring-portada.jpeg" alt="portada de elden ring"
class="rounded m-1 imgIndex imgIndexAjuste">
</div>
</section>
<section class="row m-1">
<div class="col-xl-6 col-md-12 col-sm-12 text-center">
<img src="imagenes/plants-vs-zombies-portada.png" alt="portada de plantas vs zombies"
class="rounded m-1 imgIndex imgIndexAjuste">
</div>
<div class="col-xl-6 col-md-12 col-sm-12 text-center">
<img src="imagenes/gow-portada.jpeg" alt="portada de god of war"
class="rounded m-1 imgIndex imgIndexAjuste">
</div>
</section>
</section>
<h4 class="subtitulos">VIDEO DESTACADO</h4>
<div class="videoIndex">
<iframe width="560" height="315" src="https://www.youtube.com/embed/aR-KAldshAE"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</main>
<!-- BOTON TOP -->
<a href="#top" class="aTop">TOP</a>
<!-- FOOTER -->
<div class="container">
<footer>
<ul class="nav justify-content-center">
<li class="nav-item"><a href="index.html" class="nav-link px-2 text-muted">Inicio</a></li>
<li class="nav-item"><a href="pages/juegos.html" class="nav-link px-2 text-muted">Juegos</a></li>
<li class="nav-item"><a href="pages/noticias.html" class="nav-link px-2 text-muted">Noticias</a></li>
<li class="nav-item"><a href="pages/esports.html" class="nav-link px-2 text-muted">Esports</a></li>
<li class="nav-item"><a href="pages/registro.html" class="nav-link px-2 text-muted">Registro</a></li>
</ul>
<hr class="hrFooter">
<p class="text-center text-muted">© Made by Alejandro Ortega | 2023</p>
</footer>
</div>
<!-- BOOTSTRAP -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>