-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplace.html
84 lines (69 loc) · 2.88 KB
/
place.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Humayun's Tomb</title>
<link rel="stylesheet" href="/dist/place.css">
<link rel="stylesheet" href="/dist/helper.css">
<script src="/app/js/main.js" defer></script>
</head>
<body>
<img src="/Resource/places-Tomb.png" alt="">
<div id="place-title">
<a href="/suggestion.html"><img src="/Resource/back-light.svg" alt="" class="back-Btn"></a>
<div>
<h1 class="jockey-one-regular" style="font-size: 64px;">Humayun's Tomb</h1>
<li class="inter">Historical landmark</li>
</div>
</div>
<div class="More-details">
<h2 class="jockey-one-regular">Details</h2>
<img src="/Resource/Arrow 1.svg" alt="">
<span class="circle"></span>
</div>
<Section class="">
<img src="/Resource/back-dark.svg" alt="" id="backPlace">
<div class="info" id="info">
<div>
<h1 class="jockey-one-regular">01 Why?</h1>
<img src="/Resource/Arrow 2.svg" alt="">
</div>
<p class="inter">
The surrounded is very beautiful, with river Yamuna located to its side, adorable fountains, gardens and mosque.<br>
The best time to visit it is just after sunrise, and on working days. (You will have less crowd to handle).<br>
You will get a guide book from the stores inside this beautiful place to get a better experience of the tour.
</p>
</div>
<div class="info" id="info">
<div>
<h1 class="jockey-one-regular">02 Where?</h1>
<img src="/Resource/Arrow 2.svg" alt="">
</div>
<p class="inter">
Opposite Dargah Nizamuddin, Mathura Road, New Delhi, Delhi 110013<br>
Closes 17:00<br>
## Redirect to google maps
</p>
</div>
<div class="info" id="info">
<div>
<h1 class="jockey-one-regular">03 find More</h1>
<img src="/Resource/Arrow 2.svg" alt="">
</div>
<p class="inter">
## Youtube Links and other reviews
</p>
</div>
<div class="info" id="general-info">
<p class="inter">A Mughal Tomb Built Of Red Sandstone And Marble Was Inspired By The Taj Mahal.<br><br>
Architect: Mirak Mirza Ghiyath<br>
Construction started: 1565<br>
Construction completed: 1572</p>
</div>
<div class="sideImg">
<img src="/Resource/Group 25.png" alt="">
</div>
</Section>
</body>
</html>