-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lahore.html
111 lines (72 loc) · 2.39 KB
/
Lahore.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="StyleSheet\citytemplate.css">
<title>Lahore</title>
</head>
<body>
<div class="Top_Nav_Bar">
<img src="stylesheet/logo_A.png" class="Logo_Nav">
<h1>Lahore</h1>
<div class="Buttons">
<a href="index.html"><button class="btn">Home</button></a>
<a href="cityguide.html"><button class="btn">City Guide</button></a>
<a href="azna\about.html"><button class="btn">About Us</button></a>
<a href="azna\contact.html"><button class="btn">Contact Us</button></a>
</div>
</div>
<div class="City_Information">
<div class="City_Image">
<img src="StyleSheet\lhra.jpg" class="Image_City">
</div>
<div class="City_Content">
Lahore is the city of Pakistan, <br> based on ancient culture. <br> It have one of the biggest markets in Pakistan
</div>
</div>
<div class="Image_City_Fixed">
<h1>Lahore</h1>
</div>
<div class="City_Data">
<div class="Data_Container">
<h2><u>About Lahore</u>:</h2>
<p> Lahore is the city where the history of Pakistan Starts form. Lahore is famous for it's culture mainly.</p>
<h2><u>Places to Visit</u>:</h2>
<p> <ol>
<li>Minar-e-Pakistan</li>
<li>BadShahi Mosque</li>
</ol></p>
<h2><u>Budget Required</u>:</h2>
<p> You Should have at least 10-15k For a 3 days trip to Lahore</p>
</div>
</div>
<footer>
<div class="info">
<h3>Feel Free to contact us at:</h3>
<img src="footer\phone.png" class="ImgSocial1">
030xxxxxxxx<br>
<img src="footer\mail.png" class="ImgSocial1" >
<img src="footer\mail.png" class="ImgSocial1">
</div>
<div class="links">
<h2>Keep in touch</h2>
<a href="#"><img src="footer\social1.png" class="ImgSocial"></a>
<a href="#"><img src="footer\social2.png" class="ImgSocial"></a>
<a href="#"><img src="footer\social3.png" class="ImgSocial"></a>
<a href="#"><img src="footer\social4.png" class="ImgSocial" ></a>
</div>
<div class="newsletter">
<center><h1>NewsLetter</h1></center>
<center><form>
Email<br><input type="mail" name="email" placeholder="Enter Your Email"><br><br>
Password<br><input type="password" name="email" placeholder="Enter Your Password">
<br>
<input type="button" name="Subscribe" value="Subscribe">
</form>
</center>
</div>
</footer>
</body>
</html>