forked from shivani1706/photoholic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
346 lines (308 loc) · 13.9 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!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>Photoholic : chase your dreams</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- =============
HEADER
============= -->
<header><br><br>
<div class="container container-nav">
<div>
<div class="title">
<h1>Photoholic</h1>
</div>
<div class="subtitle">
<p>
CHASE YOUR DREAMS...
</p>
</div>
</div>
<nav>
<ul class="nav-list">
<li><a class="current-page" href="">Home</a></li><br class="hide">
<div class="dropdown">
<li><a href="">About</a></li><br class="hide">
<div class="dropdown-content">
<a class="list-item-1">Contact</a>
<a class="list-item-2">Follow</a>
<a class="list-item-3">Terms & Conditions</a>
</div>
</div>
<div class="dropdown">
<li><a href="">Login</a></li><br class="hide">
<div class="dropdown-content">
<a class="list-item-1">Sign-in</a>
<a class="list-item-2">Sign-up</a>
</div>
</div>
<div id="menu-icon" onclick="openNav()" class="menu-icon">☰</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="#">About</a><br>
<a href="#">Services</a><br>
<a href="#">Clients</a><br>
<a href="#">Contact</a><br>
<a href="#">Terms & Conditions</a><br>
<a href="#">Feedback</a><br>
<a href="#">Stay Updated</a><br>
<a href="#">Complaints</a><br>
</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
document.getElementById("menu-icon").style.marginLeft = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("menu-icon").style.marginLeft = "0";
}
</script>
</ul>
</nav>
</div>
</header><br><br>
<!-- ==============
landing page
============== -->
<section class="landing-page">
<div class="quote">
You need somebody who is going to tell you that YES!<br>
you should consider that and that's what we do as <br><span class="galleries">GALLERIES</span> <br>
<button class="btn" style=" border-radius: 5px solid #15f4ae">REGISTER NOW !</button>
</div>
</section>
<!-- =============
CAPTURING THE CAPTURE
============= -->
<section class="camera">
<div class="heading-ctc">
<P>CAPTURING  THE  CAPTURE</P>
<hr class="hr">
</div>
<div class="container-ctc">
<div class="card">
<img class="imagee" src="cam1.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by JOE FARNADES</div>
<div class="date">May 4,2020</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="cam2.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by HARRY RIFFIEAS</div>
<div class="date">June 9,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="cam3.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by DANIEL MARIA</div>
<div class="date">June 17,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="cam4.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by RIHAN HASAN</div>
<div class="date">Dec 19,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="cam5.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by KRITI SHARMA</div>
<div class="date">Oct 4,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
</div>
</section><br><br><br><br>
<!-- =========
ADD page
======== -->
<section class="ad-page">
<div class="quote photo-quote">
<span class="photograaphy">PHOTOGRAPHY</span> has no rules,<br> it is not a sport<br><br>
It is the result which counts ,no matter how it is achieved.
</div>
</section>
<!-- =============
TEMPTING TEMPTATIONS
============= -->
<section class="camera">
<div class="heading-ctc">
<P>TEMPTING  TEMPTATIONS</P>
<hr class="hr">
</div>
<div class="container-ctc">
<div class="card">
<img class="imagee" src="food1.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by JOE FARNADES</div>
<div class="date">May 4,2020</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="food2.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by HARRY RIFFIEAS</div>
<div class="date">June 9,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="food3.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by DANIEL MARIA</div>
<div class="date">June 17,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="food4.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by RIHAN HASAN</div>
<div class="date">Dec 19,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
<div class="card">
<img class="imagee" src="food5.webp">
<div class="overlay1">
<a><input class="right button" type="button" value="SAVE"></a>
</div>
<div class="overlay2">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div>
<div class="description">
<div class="photographer"> Shot by KRITI SHARMA</div>
<div class="date">Oct 4,2019</div>
<input class="right button" type="button" value="VOTE"></a>
</div>
</div>
</div>
</section><br><br><br><br>
<hr>
<!-- ======
footer-section
====== -->
<section class="footer">
<div class="quote-footer">
CHASE YOUR DREAMS... BE PHOTOHOLIC...
</div>
<div>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
</div><br><br>
<div class="shivani">
Designed by : SHIVANI SARASWAT<br><br><br></div>
</div>
</section>
</body>
</html>