-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboutique.html
155 lines (145 loc) · 6.91 KB
/
boutique.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Boutiques & Clothing</title>
<link rel="stylesheet" href="style3.css" type="text/css">
<link rel="icon" href="images/favicon.jpeg" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body style="background-color: #CCF3EE;">
<!-- nav bar -->
<nav class="navbar navbar-expand-lg" style="background-color: #F9F3EE;">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="images/favicon.jpeg" alt="Logo" width="30" height="24"
class="d-inline-block align-text-top my-1 mx-2"><strong>Boutiques & Clothing</strong></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
style="font-size: 18px;font-weight: bold;">Home</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main body -->
<div style="background-color: #CCF3EE;">
<div class="heading">
<h1>‘Belle Chic’</h1>
<p>
Belle Chic, a dream turned into reality! With passion and dedication, I've curated a collection of unique,
handpicked fashion that screams style and individuality.
</p>
</div>
<div class="contained">
<section class="about">
<div class="about-image">
<img src="images/bellechic1.jpg" alt="Belle chic" height="400px" width="400px" />
</div>
<div class="about-image">
<img src="images/bellechic2.webp" alt="Belle chic" height="500px" width="500px" />
</div>
<div class="about-content">
<!-- <h2>Lorem ipsum dolor sit amet Vitae, dolorem.</h2> -->
<p class="mt-3">
Every piece at Belle Chic tells a story - from elegant evening gowns to casual boho-chic ensembles. Whether
you're a fashionista or just looking for that perfect outfit, we've got you covered.
Stepping into Belle Chic is like entering a world of curated fashion and personalized service. We're not
just a boutique, we're an experience.
So come on over, let's embark on a style journey together! Your perfect outfit is waiting at Belle Chic, and
I can't wait to share it with you. See you soon!
</p>
<h6>Address: Shop No. 32&33, Galaxy Apartments, Juhu Tara Road, Santacruz</h6>
<h6>Contact: +91-9828468753/ [email protected]</h6>
</div>
</section>
</div>
<hr>
<div class="heading">
<h1>‘Bobby Apparels’</h1>
<p>
Welcome to our local apparel store, where every piece of clothing tells a story.
</p>
</div>
<div class="contained">
<section class="about">
<div class="about-image">
<img src="images/bobby1.jpg" alt="Bobby apparel" height="500px" width="500px" />
</div>
<div class="about-image">
<img src="images/bobby2.jpg" alt="Bobby apparel" height="400px" width="400px" />
</div>
<div class="about-content">
<!-- <h2>Lorem ipsum dolor sit amet Vitae, dolorem.</h2> -->
<p class="mt-3">
Behind these racks and shelves stands a dedicated owner who pours heart and soul into managing this
establishment.
The store isn't just a business, but a dream nurtured into reality. It's a testament to the countless hours
spent sourcing quality fabrics, curating the latest trends, and providing personalized service to every
visitor who walks through the door.
In this store, you'll find more than just clothes; you'll discover a curated collection that reflects the
passion and dedication of a local entrepreneur.
We invite you to be a part of this vibrant tapestry, where style meets substance and where the heartbeat of
a local business resonates through every corner. Welcome to our store, where fashion meets dedication, and
where every visit is more than just a shopping trip—it's an experience.
</p>
<h6>Address: Shop No.2, Man apts., Santacruz(W), Mumbai.</h6>
<h6>Contact:8657239274</h6>
</div>
</section>
</div>
</div>
<!-- footer -->
<footer class="bg-dark text-white pt-5 pb-4 mt-3">
<div class="container text-center text-md-left">
<hr class="mb-4">
<div class="row align-items-center">
<div class="col-md-7 col-lg-7">
<p>Copyright @2023 All rights reserved by:</p>
<a href="#" style="text-decoration: none;"><strong class="text-warning">ShopNearCampus</strong></a>
</div>
<div class="col-md-5 col-lg-4">
<div class="text-center text-md-right">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-google-plus"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-linkedin-in"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>