-
Notifications
You must be signed in to change notification settings - Fork 0
/
vendor9.html
92 lines (90 loc) · 3.71 KB
/
vendor9.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
<!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>
</ul>
</nav>
<div id="menu-bar" class="active"><i class="fas fa-bars"></i></div>
</header>
<!-----------------Header End--------------->
<!------------------------Vendor Section End------------------>
<section class="vendor" id="vendor">
<div class="title">
<h1><span>F</span>eatured <span>V</span>endor</h1>
<img src="images/img0.png" alt="">
</div>
</section>
<!------------------------Vendor Section End------------------>
<!--------------------------------------------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>