-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (121 loc) · 4.52 KB
/
index.html
File metadata and controls
128 lines (121 loc) · 4.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>THE FOX NEWSPAPER</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="top-header">
<div class="logo">
<h1>Dragonario </h1>
<p>Unique and Impressive Newspaper Theme. Since 2022</p>
</div>
<div class="social">
<a href="https://www.facebook.com" target="_blank">FB</a>
<a href="https://www.twitter.com" target="_blank">TW</a>
<a href="https://share.google/drndsSSOMyL7EIKhc" target="_blank">IG</a>
</div>
<div class="date">
<p>October 4, 2025</p>
</div>
</header>
<nav class="navbar">
<ul>
<li><a href="#">Posts</a></li>
<li><a href="#">World</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Cooking</a></li>
<li><a href="#">Interview</a></li>
<li><a href="#">Lifestyle</a></li>
</ul>
</nav>
<section class="hero">
<div class="hero-featured">
<img src="fotos/Compilado_logos_UCA-13.png" width="200" height="auto" alt="Main Feature" />
</div>
<div class="hero-side">
<article>
<img src="iconos/Compilado_logos_UCA-10.png" width="300" height="auto" alt="Side Article" />
<h3>Ayudemos a nuestro planeta </h3>
<p>en la univercidad carolina se inicia la iniciativa ECO IMPACT que previene y una mayor contaminacion de pet </p>
</article>
<article>
<img src="fotos/prepa.jpg" alt="Side Article" />
<h3>Bienvenido Dragones </h3>
<p>nuestros alumnos de bachillerato dan inicio a el nuebo clclo escolar 2025-2026</p>
</article>
</div>
<section class="section">
<h2>Nuevas Noticias</h2>
<div class="grid-4">
<article>
<img src="fotos/IMG_01.jpg" alt="World News" />
<h3>Lorem Ipsum</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<span>Oct 4, 2025</span>
</article>
<article>
<img src="fotos/fabio.jpg" alt="World News" />
<h3>Dolor Sit Amet</h3>
<p>Aliquam erat volutpat. Sed ut perspiciatis unde omnis.</p>
<span>Oct 4, 2025</span>
</article>
<article>
<img src="fotos/dinorun.jpg" alt="World News" />
<h3>Adipiscing Elit</h3>
<p>Ut enim ad minima veniam, quis nostrum exercitationem.</p>
<span>Oct 4, 2025</span>
</article>
<article>
<img src="fotos/colorfest.jpg" alt="World News" />
<h3>Vestibulum Ante</h3>
<p>Quis autem vel eum iure reprehenderit qui in ea voluptate.</p>
<span>Oct 4, 2025</span>
</article>
</div>
</section>
<section class="section">
<h2>deportes</h2>
<div class="grid-4">
<article>
<img src="fotos/basquet.jpg" alt="deportes" />
<h3>los dragones ganaron la final</h3>
<p>El pasado 2 de octubre se susito un suseso inolbidable para el quipo de la univercidad carolina en el campionato juvenil de la Uadec en el gimnasio municipal donde se susito la final de dragones VS raptors.</p>
<span>Oct 4, 2025</span>
</article>
<article>
<img src="fotos/img_tocho.jpg" alt="Music" />
<h3>¡a la final!</h3>
<p>el pasado 4 de octubre ocurrio el enfrentamiento de dragones VS linces en la categoria juvenil en donde uedamos vitoriosos en semifinal </p>
<span>Oct 4, 2025</span>
</article>
<article>
<img src="fotos/flyer.jpg" alt="Music" />
<h3>sumando comunidad </h3>
<p>se habre un segundo equipo de americano en el que permite a la comunidad carolina a desarollar y fortalecer su ficico </p>
<span>Oct 4, 2025</span>
</article>
<article>
<img src="fotos/img_baseball.jpg" alt="Music" />
<h3>el equipo de basquetball ganan la final</h3>
<p>El pasado 2 de octubre se susito un suseso reñido para el quipo de la universidad carolina en el campionato juvenil de la Uadec en el donde se susito la final de dragones VS linces de la UadeC.</p>
<span>Oct 4, 2025</span>
</article>
</div>
</section>
<section class="opinion">
<h2>Opinion</h2>
<article>
<img src="fotos/conferencias.jpg " width="200" height="auto" alt="Opinion" />
<h3>The Future of Journalism</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
<span>Oct 4, 2025</span>
</article>
</section>
<footer>
<p>© 2025 THE FOX NEWSPAPER</p>
</footer>
</body>
</html>