-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="María Mira Galindo" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/index.css" />
<link type="image/png" sizes="16x16" rel="icon" href=".../icons8-clover-96.png">
<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=Lato&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/fff8749cb1.js" crossorigin="anonymous"></script>
<title>Journey - Index</title>
</head>
<body>
<header>
<a href="index.html"><i class="fa-solid fa-clover"></i></a>
<div>
<a href="gallery.html">Gallery</a>
<a href="interviews.html">Interviews</a>
<a href="https://www.ireland.com/es-es/destinations/county/cork/cork-city/" target="_blank">More info?</a>
</div>
</header>
<main>
<article>
<h1>Cork, <span>"The Rebel County"</span></h1>
<h3>Memories of this past language immersion </h3>
<p>Cork is a diverse and lively city that offers a unique blend of history, culture, and modern life. Its friendly and welcoming atmosphere makes it an attractive destination for both residents and visitors alike. Here you will find some brief memories from my point of view about this language immersion.</p>
<div class="button_box">
<button><a href="gallery.html">Go to the Gallery</a></button>
<button><a href="interviews.html">Go to the Interviews</a></button>
</div>
</article>
<section>
<img src="resources/imgs/bg_index.gif" alt="ireland">
</section>
</main>
<footer>
<span>© 2023. Original project created by María Mira Galindo. Images and audios rights are reserved.</span>
</footer>
</body>
</html>