-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
374 lines (314 loc) · 18.4 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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" type="text/css" href="css/hover.css" />
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/linkstyles.css" />
<link href="https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Acme&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap" rel="stylesheet">
<script src="JS/jquery-3.4.1.min.js"></script>
<title>Photo</title>
</head>
<body style="background-color: black;">
<div >
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" href="#"><img src="image/camera-1724286_640.png" height="30" width="30" class="d-inline-block align-top mr-2">PHO.TO</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mr-4">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-hover="dropdown">
Category
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Wild</a>
<a class="dropdown-item" href="#">Aimation</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Other</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link " href="#">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fa fa-shopping-cart fa-1x ml-3 "></i></a>
</li>
</ul>
</div>
</nav>
<header>
<div class="overlay"></div>
<video class="video" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="video/y2mate.com - photographers_and_photography_studios_video_logo_animation_advertisementcommercial_7se3suzgFOU_360p.mp4" type="video/mp4">
</video>
<div class="container text-center text-white hearderset">
<h1 class="h1">Photo Marketplace!</h1>
<h3> Find The Perfect Photo For Any Project </h3>
<form class="form-inline">
<input class="in1 mr-sm-2" type="search" placeholder=" Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</header>
<div ></div>
<section>
<div class="container text-center" style="margin-top: 100px ; margin-bottom: 35px;">
<div class="row">
<div class="col">
<div class="card border-0 hovereffect">
<img class="card-img img-responsive" src="image/cold-couple-happiness-247908.jpg" alt="Card image">
<div class="overlay">
<h2>Couples Photography</h2>
<p>
<a href="#"><button type="button" class="btn btn-success">More Photos</button> </a>
</p>
</div>
</div>
</div>
<div class="col text-white cou" style="margin-top: 20%;">
<div class="">
<a class="link link--yaku" href="#">
<span>C</span><span>O</span><span>U</span><span>P</span><span>L</span><span>E</span><span>S</span>
</a>
</div>
</div>
</div>
<div class="container text-center" style="margin-top: 65px ; margin-bottom: 65px;">
<div class="row">
<div class="col text-white cou" style="margin-top: 20%;">
<div class="">
<a class="link link--yaku" href="#">
<span>W</span><span>E</span><span>D</span><span>D</span><span>I</span><span>N</span><span>G</span>
</a>
</div>
</div>
<div class="col">
<div class="card border-0 hovereffect">
<img class="card-img img-responsive" src="image/bride-bride-and-groom-celebration-1770964.jpg" alt="Card image">
<div class="overlay">
<h2>Wedding Photography</h2>
<p>
<a href="#"><button type="button" class="btn btn-success">More Photos</button> </a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<hr style="border: 0.5px solid gray;">
<section style="margin-bottom: 55px;">
<div class="container">
<div class="row">
<div class="col-8 ">
<h1 class="text-white cou1 effect-shine"style="font-weight: bold;">Top free pics this week</h1>
<p class="text-white" style="font-family: 'Open Sans Condensed', sans-serif;
font-size: 22px;
letter-spacing: 2px;">Stunning stock images, perfect for blogs and websites</p>
</div>
<div class="col">
<div class="mt-4 text-right">
<button type="button" class="btn btn-outline-success btn-lg">More Pictures</button>
</div>
</div>
</div>
<div class="card-deck ">
<div class="card border-0">
<div class="hovereffect1">
<img class="card-img-top " src="image/kids-giggle-on-steps.jpg" height=245 width="260" alt="Card image cap">
<div class="overlay1">
<a class="info text-center text-success border-success" href="#">Download</a>
</div>
</div>
</div>
<div class="card border-0">
<div class="hovereffect1">
<img class="card-img-top" src="image/bike-close-up-motorbike-2820888 (1).jpg" height=245 width="260" alt="Card image cap">
<div class="overlay1">
<a class="info text-center text-success border-success" href="#">Download</a>
</div>
</div>
</div>
<div class="card border-0">
<div class="hovereffect1">
<img class="card-img-top" src="image/alcoholic-beverage-alcoholic-drink-beer-1796698.jpg" height=245 width="260" alt="Card image cap">
<div class="overlay1">
<a class="info text-center text-success border-success" href="#">Download</a>
</div>
</div>
</div>
</div>
</section>
<hr style="border: 0.5px solid gray;">
<div class="bgimg1">
<div class="container text-center text-white hearderset1">
<a class="link link--mallki" href="#">Contact Us<span data-letters="Contact Us"></span><span data-letters="Contact Us"></span></a>
<p>While we're good with smoke signals, there are simpler ways for us to get in touch and answer your questions.</p>
<button type="button" id="btn1" class="btn btn-outline-success mt-4" >Click Here To Contect</button>
</div>
</div>
<div id="demo" style="display:none;">
<div class="container bg-dark mb-4" style="margin-top: 25px; border-radius: 15px;">
<div class="row">
<div class="col">
<form>
<label for="fname" class="text-light mt-4">Name</label>
<input type="text" class="form-control bg-white border-0 text-dark mb-4" placeholder="Name">
<label for="fname" class="text-light">Mobile Number</label>
<input type="tel" pattern="[0-9]{10}" class="form-control bg-white border-0 text-dark mb-4" placeholder="Mobile Number">
<label for="fname" class="text-light">Email</label>
<input type="email" class="form-control bg-white border-0 text-dark mb-4" placeholder="Your Email">
<label for="country" class="text-light">Country</label>
<select id="country" name="country" class="form-control bg-white border-0 text-dark mb-4">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>
<label for="subject" class="text-light">Subject</label>
<textarea id="subject" name="subject" class="form-control bg-white border-0 text-dark mb-4" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit" class="btn btn-outline-success mb-4">
</form>
</div>
<div class="col" style="margin-top:16%">
<div class="m8 w3-panel" style="margin-left: 100px; ">
<div class="w3-large w3-margin-bottom text-light w3-hover-text-green">
<i class="fa fa-map-marker fa-fw text-light w3-hover-text-green w3-xlarge w3-margin-right"></i> Gujarat, India<br>
<i class="fa fa-phone fa-fw text-light w3-hover-text-green w3-xlarge w3-margin-right"></i> Phone: +91 151515<br>
<i class="fa fa-envelope text-light fa-fw w3-hover-text-green w3-xlarge w3-margin-right"></i> Email: [email protected]<br>
</div>
<div class="text-center" style="margin-top: 50px">
<a class="fb-ic" href="https://www.facebook.com/">
<i class="fab fa-facebook-f fa-lg text-white w3-hover-text-green mr-md-5 mr-3 fa-2x" > </i>
</a>
<a class="tw-ic" href="#">
<i class="fab fa-twitter fa-lg text-white w3-hover-text-green mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="gplus-ic" href="#">
<i class="fab fa-google-plus-g fa-lg text-white w3-hover-text-green mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="li-ic" href="#">
<i class="fab fa-linkedin-in fa-lg text-white w3-hover-text-green mr-md-5 mr-3 fa-2x"> </i>
</a>
<a class="ins-ic" href="#">
<i class="fab fa-instagram fa-lg text-white w3-hover-text-green mr-md-5 mr-3 fa-2x"> </i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<hr style="border: 0.5px solid gray;">
<div class="bgimg2 mt-4">
<div class="container text-center text-white hearderset1">
<a class="link link--ilin" href="#"><span>About</span>  <span>Us</span></a>
<p style="letter-spacing: 2px; margin-top:10px;"> Millions of people use MailChimp every day to create, send, and track email newsletters.</p>
<button type="button" id="btn" class="btn btn-outline-success mt-4">Click Here To About</button>
</div>
</div>
<div id="demo1" class="btn3" style="display:none;">
<div class="container">
<div class="row">
<div class="col">
<div>
<h1 class="text-light" style="font-weight: bold;font-family: 'Lexend Deca', sans-serif;font-size: 50px;margin-top: 100px;">About Us</h1>
<p class="text-dark" style="font-family: 'Karla', sans-serif;font-size: 15px;letter-spacing: 1px;">Odio similique possimus amet deleniti iste mollitia animi a dolor aliquid hic quaerat temporibu illum itaque vitae porro facilis? Commodi accusantium nam error iure enim suscipit beatae vitae ipsa minus unde dolore nisi non, itaque delectus, iusto labore eaque soluta tenetur quis repudiandae odio voluptate. Illo ea facilis, temporibus distinctio maxime earum porro molestias officiis quam velit corporis et quas fugit debitis consequatur culpa deserunt nobis est reprehenderit. Sint vel a ut libero iure, expedita deleniti incidunt alias rem, sapiente molestias nobis, sunt corrupti optio accusantium aspernatur beatae sed! Molestias porro laboriosam placeat sapiente nobis ex, delectus commodi modi perspiciatis sit veniam corporis laborum voluptas nihil excepturi! Quam animi doloremque aspernatur! In quia libero laboriosam, alias fugiat inventore nulla eveniet delectus quos enim nemo nam quisquam minima nisi possimus, unde nesciunt reiciendis culpa consectetur. Cumque perspiciatis ratione corporis quaerat? Dolore doloribus blanditiis animi accusantium temporibus. Commodi, dicta cumque. Voluptas, earum aliquid impedit totam amet id excepturi possimus eius dicta?</p>
</div>
</div>
<div class="col">
<div class="text-center" style="margin-top: 30%;">
<video width="520" height="440" id="vid" autoplay="autoplay" controls loop>
<source src="video/Top 10 Finalists Photos Of The National Geographic Nature Photographer Of The Year 2017.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
<div>
<footer class="text-light">
<div class="container">
<div class="row">
<div class="col-6 mt-4 ">
<h1 class="text-white text-uppercase cou1 effect-shine"style="font-weight: bold;">PHO.to</h1>
<p style="font-family: 'Karla', sans-serif;font-size: 15px;letter-spacing: 1px;">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Placeat voluptatum labore exercitationem ea quo dolorem, cupiditate possimus aperiam dolor omnis eos vitae, nemo numquam velit explicabo in voluptates! Provident, incidunt.</p>
</div>
<div class="col">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Link 1</a>
</li>
<li>
<a href="#!">Link 2</a>
</li>
<li>
<a href="#!">Link 3</a>
</li>
<li>
<a href="#!">Link 4</a>
</li>
</ul>
</div>
<div class="col">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Link 1</a>
</li>
<li>
<a href="#!">Link 2</a>
</li>
<li>
<a href="#!">Link 3</a>
</li>
<li>
<a href="#!">Link 4</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<script>
document.getElementById('vid').play();
</script>
<script>
$(document).ready(function(){
$("#btn").click(function(){
$(".btn3").toggle();
});
});
$(document).ready(function(){
$("#btn1").click(function(){
$("#demo").toggle("slow");
});
});
</script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>