-
Notifications
You must be signed in to change notification settings - Fork 0
/
wedding.html
93 lines (88 loc) · 3.48 KB
/
wedding.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
<!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>Marriage Photos | Venkateshwara Studios</title>
<!--Static stylesheet-->
<link rel="stylesheet" href="./css/static.css">
<!--Transition stylesheet-->
<link rel="stylesheet" href="./css/transitions.css">
<!--Font awesome web application cdn-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Google fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap" rel="stylesheet">
<!--Cursive font in homepage-->
<link href="https://fonts.googleapis.com/css2?family=Cookie&family=Great+Vibes&display=swap" rel="stylesheet">
<!--Font awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="marriage-body">
<div class="navbar">
<img src="./images/removebg-preview1.png" alt="Logo">
<ul class="nav-list">
<li class="nav-options"><a href="index.html">Home</a></li>
<li class="nav-options"><a href="about.html">About us</a></li>
<li class="nav-options" id="dropdown"><a href="#">Photo works</a>
<div class="dropdown-content">
<a href="wedding.html">Wedding</a>
<a href="kids.html">Kids</a>
</div></li>
<li class="nav-options"><a href="testimonials.html">Testimonials</a></li>
</ul>
<a href="about.html#form-enquire"><button class="enquire-hp">Enquire Now</button></a>
</div>
<div class="content-mar">
<div class="inner-wed">
<h1>Candid wedding Photographies</h1>
<div class="photographs-section">
<!--Row1-->
<div class="sec-row1">
<div> </div>
<div> </div>
<div> </div>
</div>
<!--Row2-->
<div class="sec-row2">
<div>
</div>
<div> </div>
<div> </div>
</div>
<!--Row3-->
<div class="sec-row3">
<div>
</div>
<div>
</div>
</div>
<!--Row 4-->
<div class="sec-row4">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
<!--Row5-->
<div class="sec-row5">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
<div class="enquire-row">
<a href="about.html#form-enquire"><button class="enq-row">
Enquire us
</button></a>
</div>
</div>
</div>
</div>
</body>
</html>