-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallary.html
146 lines (114 loc) · 5.9 KB
/
gallary.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gallary</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="gallary.css">
</head>
<body>
<header>
<div class="head">
<div class="himg">
<img src="https://preview.colorlib.com/theme/seapalace/img/Logo.png.webp" alt="">
</div>
<div class="phone">
<p><i style="font-size:24px" class="fa"></i>
Have any question? <br> Free: <a href=""> <b>+20 784587</b> </a> </p>
</div>
<div class="message">
<p><i style='font-size:24px' class='fa'></i>
Have any question? <br> Free: <a href=""> <b>+20 784587</b> </a></p>
</div>
</div>
<hr color="gray">
<nav class="nhead">
<ul class="nfirst">
<li><a href="">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="properties.html">PROPERTIES</a></li>
<li><a href="gallary.html">GALLARY</a></li>
<li><a href="">BLOG</a></li>
<li><a href="">CONTACT</a></li>
</ul>
<ul class="nsecond">
<li><a href="#"><i style="font-size:24px" class="fa"></i></a></li>
<li><a href="#"><i style="font-size:24px" class="fa"></i></a></li>
<li><a href="#"><i style="font-size:24px" class="fa"></i></a></li>
<li><a href="#"><i style="font-size:24px" class="fa"></i></a></li>
</ul>
</nav>
</header>
<main>
<div class="photoback"> <br><br><br><br><br><br><br><br><br>
<div class="about_text">
<h1>Gallary</h1>
<p>Home/Gallary</p>
</div>
</div>
<section id="sfirst">
<img src="https://preview.colorlib.com/theme/seapalace/img/home/bed-icon.png.webp" alt=""><br>
<h1 align="center">Our Gallary</h1>
</section>
<section class="photo">
<div class="photo1"><img src="https://www.tridenthotels.com/content/gallery/b9.jpg" alt=""><img src="https://www.tridenthotels.com/content/gallery/b3.jpg" alt="">
<img src="https://www.tridenthotels.com/content/gallery/b11.jpg" alt=""></div>
<div class="photo2"><img src="https://www.tridenthotels.com/content/gallery/b7.jpg" alt="">
<img src="https://www.tridenthotels.com/content/gallery/b6.jpg" alt=""></div>
<div class="photo3"><img src="https://www.tridenthotels.com/content/gallery/b4.jpg" alt="">
<img src="https://www.tridenthotels.com/content/gallery/b5.jpg" alt=""></div>
<div class="photo4"><img src="https://www.tridenthotels.com/content/gallery/b2.jpg" alt="">
<img src="https://www.tridenthotels.com/content/gallery/d3.jpg" alt=""></div>
<div class="photo5"><img src="https://www.tridenthotels.com/content/gallery/c3.jpg" alt=""><img src="https://www.tridenthotels.com/content/gallery/c2.jpg" alt=""></div>
</section>
</main>
<footer>
<div class="fheading">
<p>Top Products</p>
<p>Quick Links</p>
<p>Features</p>
<p>Resources</p>
<p>Newsletter</p>
</div>
<div class="flinks">
<br>
<a href="">Managed Website</a>
<a href="">Jobs</a>
<a href="">Jobs</a>;
<a href="">Guides</a> <br> <br>
<a href="">Manage Reputation</a>
<a href="">Brand Assests</a>
<a id="lreserch" href="">Brand Assests</a>
<a href="">Research</a> <br><br>
<a href="">Power Tools</a>
<a href="">Investor Relations</a>
<a href="" id="lreserch1">Investor Relations</a>
<a href="">Experts</a> <br> <br>
<a href="">Marketing Service</a>
<a href="">Terms and Service</a>
<a href="">Conditions</a>
<a href="">Agencies</a>
</div>
<div id="fpara">
<p class="pa">You can trust us. we only send promo offers,</p>
<div class="inputs"><br><br>
<input id="femail" type="text" placeholder="Your Email Address">
<input id="fbutton" type="button" value="SUBMIT">
</div>
</div>
<br><br><br><br>
<div class="copyright">
<p>Copyright ©2022 All rights reserved | This template is made with ❤ by <span id="fcolorlib"> Colorlib </span>
<ul class="lsecond">
<li><a href="#"><i style="font-size:24px" class="fa">  </i></a></li>
<li><a href="#"><i style="font-size:24px" class="fa">  </i></a></li>
<li><a href="#"><i style="font-size:24px" class="fa"></i></a></li>
<li><a href="#"><i style="font-size:24px" class="fa">  </i></a></li>
</ul>
</p>
</div>
</footer>
</body>
</html>