-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.html
56 lines (44 loc) · 2 KB
/
content.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover Mashhad's rich history and culture.">
<title>Mashhad - Explore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Explore Mashhad</h1>
</header>
<main>
<div class="grid">
<div class="card">
<img src="images/Imam-Reza-Shrine-3.jpg" alt="Imam Reza Holy Shrine">
<div class="card-content">
<h2>Imam Reza Holy Shrine</h2>
<p><a href="https://en.wikipedia.org/wiki/Imam_Reza_shrine" target="_blank" class="wiki">Discover the spiritual heart of Mashhad.</a></p>
</div>
</div>
<div class="card">
<img src="images/goharshad-mosque.jpg" alt="Goharshad Mosque">
<div class="card-content">
<h2>Goharshad Mosque</h2>
<p><a href="https://en.wikipedia.org/wiki/Goharshad_Mosque" target="_blank" class="wiki">Admire the beauty of Persian Islamic architecture.</a></p>
</div>
</div>
<div class="card">
<img src="images/saffran.jpg" alt="Saffron Fields in Mashhad during harvest season">
<div class="card-content">
<h2>Saffron Fields</h2>
<p><a href="https://en.imna.ir/photo/705183/Harvesting-Golden-Essence-Artistry-of-Saffron-Farmers-in-Mashhad" target="_blank" class="wiki">Experience the vibrant colors of Mashhad's saffron harvest.</a></p>
</div>
</div>
</div>
</main>
<footer>
<p>© 2024 Discover Mashhad | Designed by <a href="https://zohreh-business-card.netlify.app/" target="_blank"
id="business-card">Zohreh Kazemianpour</a></p>
</footer>
</body>
</html>