-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideojuegos-index.html
More file actions
85 lines (73 loc) · 2.98 KB
/
videojuegos-index.html
File metadata and controls
85 lines (73 loc) · 2.98 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
<!doctype html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO -->
<meta name="description" content="Reseñas de video juegos y peliculas, Pixel y Frame">
<title>Pixel & Frame</title>
<!-- href -->
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/assets/fonts/fonts.css">
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
</style>
</head>
<body>
<!-- =========== -->
<!-- header esto es una modificacion para testear-->
<header>
<div class="game-header text-center">
<div class="container">
<h1 class="display-4 fw-bold">
<span class="text-orange">PIXEL</span>
<span class="text-blue">&</span>
<span class="text-orange">F</span><span class="text-blue">RAME</span>
</h1>
<h2 class="lead">Video Juegos</h2>
</div>
</div>
</header>
<div class="sticky-top">
<div id="navbar-placeholder" class="d-flex justify-content-center"></div>
</div>
<main>
<section class="titulo-paguinas">
<div class="container">
<h1>Videojuegos</h1>
<div class="row">
<div class="col-lg-8">
<h2>Reportaje destacado</h2>
<iframe
src="https://www.youtube.com/embed/P26c__EHyFQ?si=k81nl3Xy2gQt6LJx"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>
<div class="col-lg-4" id="publicidad-pagina-dedicada">
<span class="badge bg-warning text-dark mb-2">Publicidad</span>
<a href="hbomax.com"><img src="https://mktadstrategies.wordpress.com/wp-content/uploads/2017/05/big_263621.jpg" alt="hbomax"></a>
</div>
</div>
<h2 class="my-3">Reportajes</h2>
</div>
</section>
<br>
<div class="row">
<div class="col-1-sm" id="post-col" >
<div class="container my-4" id="Content-Videojuegos"></div>
</div>
</div>
</main>
<div id="footer-placeholder"></div>
<!-- js scripts -->
<script src="/bootstrap/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="/js/app.js"></script>
</body>
</html>