-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
124 lines (103 loc) · 5.54 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
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
<html>
<head>
<title>Tehran/Azar's home town</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h3 id="Algerian">Welcome to Tehran</h3>
<div id="head">
<div id="hero">
</div>
<div>
<h3 class="atributes"> Country ................. Iran</h3>
<h3 class="atributes"> Province................ Tehran</h3>
<h3 class="atributes"> Language............... Farsi</h3>
<h3 class="atributes"> Population............. 9,400,000</h3>
<h3 class="atributes"> Density................. 11,800/km2</h3>
<h3 class="atributes"> More about <a id="about-tehran" href="https://en.wikipedia.org/wiki/Tehran" ><span class="span1">Tehran</span></a></h3>
</div>
</div>
<h3 id="atributes1"> Tehran is the capital of Iran with many attractive tourist
places such as Tehran Grand Bazaar,Azadi Tower, National Jewelry Treasury and many mouth-wattering
traditional dishes including Ghormesabzi, Zereshk polo,Abgoosht,Halim.
Furthermore, the weather is hot,arid, and clear in the summers and the winters are cold,dry, and mostly clear.
A famous festival celebrated in Iran is Nowrooz which marks the Persian new year; some others include Chaharshanbe soory and Yalda.
</h3>
<div id="second-back">
<h3 id="placesinteharn">places to visit in Tehran</h3>
<div id="visit-section">
<div class="visits">
<a class="Hy" href="https://iranontour.com/city-attractions/golestan-palace/">
<img src="images/golestan.jpg" class="visit-img" alt="golestanpalace-image">
<h3 class="h3id"> Golestan palace</h3>
<p class="content"> Golestan Palace (UNESCO)
is an absolute must-see
on your Tehran Tour! This
dazzling palace stands for
the art of 17th to 20th century
Iran. In the middle of a large
garden with an attractive view,
you’ll find this palace complex
showcasing a pleasant harmony of
Persian art with European architecture.
</p>
</a>
</div>
<div class="visits">
<a class="Hy" href="https://iranontour.com/city-attractions/national-museum-of-iran/">
<img src="images/museum.jpg" class="visit-img" alt="tehranmuseum-image">
<h3 class="h3id">National Museum </h3>
<p class="content">The National Museum of Iran is Iran’s
largest and richest archaeological and
historical museum. This fascinating
museum preserves valuable historical
artifacts that have been transferred
from a generation to another. About
300,000 valuable and precious objects
exist in this museum which are from the
Paleolithic era to the present.
</p>
</a>
</div>
<div class="visits">
<a class="Hy" href="https://iranontour.com/city-attractions/glassware-and-ceramic-museum/">
<img src="images/ceramic.jpg" class="visit-img" alt="Ceramicmuseum-image">
<h3 class="h3id">Glassware and Ceramic Museum</h3>
<p class="content">Glassware and Ceramic Museum of Iran
(Abgineh Museum) is an impressive collection
set up in one of the historical houses of Tehran.
In this beautiful highlight of a Tehran Tour,
you can see the evolution of glass and ceramic
from prehistory to present.
</p>
</a>
</div>
</div>
</div>
<div>
<h3 class="placesinteharn"> </h3>
</div>
<div class="galery">
<div><img class="img1" src="images/Azadi.jpg" alt="azaditower-image"></div>
<div> <img class="img1" src="images/milad.jpg" alt="miladtower-image"></div>
<div><img class="img1" src="images/shah.jpg" alt="tehranmuseum-image"></div>
</div>
<div class="Galery">
<img class="img1" src="images/jewelry.jpg" alt="bazareshah-image">
<img class="img1" src="images/grand.jpg" alt="grand bazar-image">
<img class="img1" src="images/art2.jpg" alt="contemporaryart-image">
</div>
<h3 id="more-pic"> Explore more pictures</h3>
<div id="more-picture">
<button id="next">Next</button>
<img id="images" src="" alt="tehran-images">
<button id="previous">previous</button>
</div>
<div id="footer">
<h3 id="footer-font">Join our newsletter</h3>
<input id="input" type="email" placeholder="Email" alt="inputemail">
<button id="botton">subscribe</button>
</div>
<script src="index.js"></script>
</body>
</html>