-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
147 lines (146 loc) · 5.98 KB
/
service.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<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">
<link rel="icon" href="mainlogo.png">
<title>WedInShubhVivah.com</title>
<link rel="stylesheet" href="style.css">
</head>
<!------------Awesome font cdn link---------------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<body>
<div class="preloader"></div>
<div id="preloader"></div>
<!-----------------Header Start--------------->
<header class="head">
<a href="#" class="logo"> WedIn <i class="fas fa-heart"></i> ShubhVivah</a>
<nav class="navbar">
<ul class="links">
<a href="index.html" id="first">Home</a>
<a href="about.html">About</a>
<a href="service.html">Service</a>
<a href="gallery.html">Gallery</a>
<a href="vendor.html">Vendor</a>
<a href="venue.html">Venue</a>
<a href="blogs.html">Blogs</a>
<a href="e-invites.html">E-invites</a>
<a href="contact us.html">Contact Us</a>
<a href="login/loginfrom.html">Login</a>
<span onclick="openBucket()">
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
</span>
</ul>
</nav>
<div id="menu-bar" class="active"><i class="fas fa-bars"></i></div>
</header>
<!-----------------Header End--------------->
<!------------------------Services Section Start-------------------->
<section class="service" id="service">
<div class="title">
<h1><span>S</span>ervice</h1>
<img src="images/header-img.jpg"alt="">
</div>
<div class="services-row">
<div class="services-col">
<i class="fas fa-book-open"></i>
<h2>invitation</h2>
<p>A wedding invitation is a letter asking the recipient to attend a wedding.</p>
</div>
<div class="services-col">
<i class="fas fa-camera"></i>
<h2>Photography & Video</h2>
<p>Traditional Wedding Photography and Videography,basically documents the entire events in a traditional or straight angle.</p>
</div>
<div class="services-col">
<i class="fas fa-brush"></i>
<h2>Beauty & Makeup</h2>
<p>makeup can include soft and romantic colors.</p>
</div>
<div class="services-col">
<i class="fab fa-pagelines"></i>
<h2>Wedding flowers</h2>
<p> Hand-held arrangement of flowers. Stems of the flowers are usually bound together.</p>
</div>
<div class="services-col">
<i class="fas fa-birthday-cake"></i>
<h2>wedding cake</h2>
<p>A wedding cake is the traditional cake served at wedding receptions following dinner.</p>
</div>
<div class="services-col">
<i class="fas fa-music"></i>
<h2>music band</h2>
<p>A wedding band for hire is a group of musicians who specifically perform live music at weddings.</p>
</div>
<div class="services-col">
<i class="fas fa-utensils"></i>
<h2>Catering</h2>
<p>A full-service wedding caterer is responsible for some décor, table arrangements, and food presentation.</p>
</div>
<div class="services-col">
<i class="fas fa-ring"></i>
<h2>Jewellery</h2>
<p>Bridal jewellery sets usually consist of heavy and necklaces,earrings,finger rings,bangles etc</p>
</div>
</div>
</section>
<!------------------------Services Section End-------------------->
<style>
.service {
background: linear-gradient(rgba(0 0 0 / 18%), rgba(0 0 0 / 20%)), url("images/service1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
justify-content: center;
align-items: center;
height: 90vh;
}
</style>
<!-------------------------------------------Footer Start--------------------------->
<footer id="footer">
<div class="container">
<div class="f-container">
<h2>WedInShubhVivah - Your Personal Wedding Planner</h2><br>
<p>Plan your wedding with Us WedInShubhVivah is an Indian Wedding Planning Website </p>
<div class="social">
<i class="fab fa-youtube"></i>
<i class="fab fa-google"></i>
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-pinterest"></i>
</div>
</div>
<div class="f-container">
<h2>Our Services</h2>
<a href="#"><i class="fas fa-angle-right"></i>Full Wedding Planning</a>
<a href="#"><i class="fas fa-angle-right"></i>Partial Wedding Planning</a>
<a href="#"><i class="fas fa-angle-right"></i>Day-of Coordination</a>
<a href="#"><i class=" fas fa-angle-right "></i>Vendor Referrals</a>
<a href="# "><i class="fas fa-angle-right "></i>Catering Service</a>
</div>
<div class="f-container">
<h2>Contact Us</h2>
<a href="#"><i class="fas fa-phone"></i> 123-595-5555</a>
<a href="#"><i class="fas fa-phone"></i> 555-555-5555</a>
<a href="#"><i class="fas fa-envelope"></i> info@wedinshubhvivah.com</a>
<a href="#"><i class="fas fa-map"></i> NULL </a>
</div>
</div>
</footer>
<!-------------------------------------------Footer End--------------------------->
<a href="#" class="arrow">
<i><img src="images/up-arrow.png" alt="" width="50px"></i>
</a>
<script>
var loader = document.getElementById("preloader");
window.addEventListener("load",function(){
loader.style.display = "none";
})
</script>
<div class="copyright ">
<p>Copyright ©2023-2024 All Rights Reserved | Designed BY @Dipesh22</p>
</div>
</body>
</html>