-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (64 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="content">
<h1>Hi, my name is Forogh</h1>
<div class="image-container">
<div>
<img src="pic1tagh.jpg">
<p>Taq Bostan</p>
</div>
<div>
<img src="pic8city.jpg">
<p>City View of Kermanshah</p>
</div>
</div>
<h2>I am from Kermanshah in Iran</h2>
<div>
<img src="pic4bastani.jpg">
<p>encient city Kermanshah</p>
</div>
<h3>Iran's ancient and historically significant cities include Kermanshah.</h3>
<div>
<img src="pic7tabiat.jpg">
<p>Nature of Kermanshah</p>
</div>
<p>
The region's top destinations for nature tourism and excursions include Kermanshah's stunning natural surroundings, particularly the oak forests of Zagros, the city's Taq Bostan and Kohustan forest parks, and the area's well-known caverns and verdant plains.
</p>
<p>
Some of the greatest Iranian foods, treats, and mementos may be found in Kermanshah. for example:
</p>
<ul>
<li>Stew made with sliced almonds</li>
<li>Kak Sweet</li>
<li>Nan-e Berenji-Rice Cracker</li>
<li>Kebab</li>
</ul>
<div class="image-container">
<div>
<img src="pic3kak.jpg" width="600px" height="650px">
<p>Kak Sweets</p>
</div>
<div>
<img src="pic5nanbranji.jpg" width="600px" height="650px">
<p>Nan-e Berenji - Rice Crackers</p>
</div>
<div>
<img src="pic2kabab.jpg"width="600px" height="650px">
<p>Kebab</p>
</div>
</div>
<p>I'd like to invite you to visit my hometown; I'm sure you'll have enjoy.</p>
<p>
Please connect with me on
<a href="https://www.linkedin.com/in/f-a-5255a6268/overlay/about-this-profile/?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BFir52yQyTZGFR4WSWyF%2FSg%3D%3D" target="_blank">LinkedIn here.</a>
</p>
</div>
</body>
</html>