-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
131 lines (131 loc) · 5.13 KB
/
about.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
<!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--------------->
<!--------------About Section Start------------>
<section class="about" id="about">
<div class="title">
<h1 class="heading">
<span>A</span>bout <span>U</span>s
</h1>
<img src="images/header-img.jpg" alt="">
</div>
<div class="row">
<div class="image">
<img src="images/backmain.png" alt="" />
</div>
<div class="content">
<h3>AboutUs ShubVivah</h3>
<p>
A South Asian wedding planner highlights the various traditions and customs that take place during Indian weddings who assists couples in organizing and
executing their weddings taking care of every detail from the venue and decor to catering, music and cultural traditions.
They have strong coordinating and organizational abilities attention to detail,and vendor connections to ensure a memorable and stress-free wedding that reflects the couple's personality and culture.
</p>
<a href="about1.html" class="btn">Read More</a>
</div>
</div>
</section>
<!-----------------About Section End-------------->
<style>
.about {
background: linear-gradient(rgba(0 0 0 / 18%), rgba(0 0 0 / 20%)), url("images/about1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
justify-content: center;
align-items: center;
height: 90vh;
}
.about .row .content p {
color:white;
letter-spacing: 1.5px;
margin-bottom: 4rem;
margin-top: 10px;
}
.about .row .content h3 {
color:beige;
font-size: 30px;
line-height: 1;
}
</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>