forked from Technigo/technigo-project-news-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Untitled-1.html
110 lines (100 loc) · 4.44 KB
/
Untitled-1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pagina de noticias</title>
<link rel="stylesheet" href="News pryect.css">
</head>
<body>
<header>
<img src="Logo_Captura de pantalla 2024-08-26 180254.png" alt="Logo de la Página" class="logo">
<h1>Slow living travelers</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<!-- Primera línea desplazada -->
<section class="grid-item item1">
<img src="CABECERA_paisajes-hermosos-chinos-19683381.webp" alt="Cabecera">
<h2>Slow Life top destinations</h2>
<p>We will see the world together</p>
<p>Join the Slow Living movement: embrace a life of mindful simplicity <a href="nueva-pagina.html">More info</a>
</p>
</section>
<main class="grid-container">
<!-- Primera línea de cuadros -->
<section class="grid-item item1">
<img src="depositphotos_28907987-stock-photo-colosseum-in-rome.jpg" alt="Roma">
<h2>Italy</h2>
<p>Slow living in Italy: savoring life's simple pleasures in timeless landscapes.
</p>
</section>
<section class="grid-item item2">
<img src="Balcanes_follaje-amarillo-en-el-parque-del-otoño-riga-letonia-42102170.webp" alt="Balcanes">
<h2>Baltics</h2>
<p>Unwind in the Baltics: embracing slow living in historic towns and quiet coasts.
</p>
</section>
<section class="grid-item item3">
<img src="España-playa-hermosa-de-cala-macarella-isla-menorca-144821717.webp" alt="España">
<h2>Spain</h2>
<p>The art of slow travel in Spain: discovering tranquility in sun-kissed villages.
</p>
</section>
<section class="grid-item item4">
<img src="Stockholm_panorama-aéreo-de-estocolmo-suecia-29502570.webp" alt="Stockholm">
<h2>Nordics</h2>
<p>Slow down in the Nordics: finding serenity amidst nature’s wonders.
</p>
</section>
<!-- Segunda línea de cuadros -->
<section class="grid-item item5">
<img src="Tailandia_photo-1494948949099-1311f3e907a9.avif" alt="Tailandia">
<h2>Thailand</h2>
<p>Experience slow living in Thailand: a journey through tranquil temples and lush jungles.
</p>
</section>
<section class="grid-item item6">
<img src="Japon_templo-en-otoño-kyoto-japón-de-daigoji-48062049.webp" alt="Japon">
<h2>Japan</h2>
<p>Japan at a slower pace: embracing mindfulness and tradition in a fast-paced world.
</p>
</section>
<section class="grid-item item7">
<img src="Australia_istockphoto-535455441-2048x2048.jpg" alt="Australia">
<h2>Australia</h2>
<p>Australia unhurried: exploring the vast outback and idyllic coasts at your own pace.
</p>
</section>
<section class="grid-item item8">
<img src="Argentina_waterfall-5040210_640.jpg" alt="Argentina">
<h2>Argentina</h2>
<p>Slow living in Argentina: discovering the calm amidst vibrant culture and stunning landscapes.
</p>
</section>
</main>
<footer>
<p>© 2024 Slow living travelers. All rights reserved.</p>
<div class="social-media">
<a href="https://www.facebook.com" target="_blank" aria-label="Facebook">
<img src="Facebook_Logo_2023.png" alt="Facebook">
</a>
<a href="https://www.twitter.com" target="_blank" aria-label="Twitter">
<img src="X_descarga.png" alt="X">
</a>
<a href="https://www.instagram.com" target="_blank" aria-label="Instagram">
<img src="Instagram_descarga.jpg" alt="Instagram">
</a>
<a href="https://www.linkedin.com" target="_blank" aria-label="LinkedIn">
<img src="LinkedIn_descarga.png" alt="LinkedIn">
</a>
</div>
</footer>
</body>
</html>