-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgath.html
210 lines (200 loc) · 9.01 KB
/
gath.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg "style="background-color: #2f1612;">
<div class="container-fluid">
<a class="navbar-brand" href="#" style="color: white;">Navbar</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 (1).html" style="color: white;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="meetings.html" style="color: white;">meetings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="table.html" style="color: white;">table</a>
</li>
<li class="nav-item">
<a class="nav-link " href="gath.html" style="color: white;">gatherings</a>
</li>
<li class="nav-item">
<a class="nav-link " href="shows.html" style="color: white;">shows</a>
</li>
<li class="nav-item">
<a class="nav-link " href="sanikpuri.html" style="color: white;">sanikpuri</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="card mb-3" >
<div class="row g-0">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1453614512568-c4024d13c247?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Y29mZmVlJTIwc2hvcHxlbnwwfHwwfHx8MA%3D%3D&w=1000&q=80" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<a href="registration.html" class="btn btn-primary">book now</a>
<p class="card-text"><small class="text-body-secondary">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
<div class="card mb-3">
<div class="row g-0">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1453614512568-c4024d13c247?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Y29mZmVlJTIwc2hvcHxlbnwwfHwwfHx8MA%3D%3D&w=1000&q=80" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<a href="registration1.html" class="btn btn-primary">book now</a>
<p class="card-text"><small class="text-body-secondary">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
<div class="card mb-3" >
<div class="row g-0">
<div class="col-md-4">
<img src="https://images.unsplash.com/photo-1453614512568-c4024d13c247?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Y29mZmVlJTIwc2hvcHxlbnwwfHwwfHx8MA%3D%3D&w=1000&q=80" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<a href="registration2.html" class="btn btn-primary">book now</a>
<p class="card-text"><small class="text-body-secondary">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
<footer
class="text-center text-lg-start text-white"
style="background-color: #BF8415"
>
<!-- Grid container -->
<div>
<!-- Section: Links -->
<section class="p-3 pt-0">
<!--Grid row-->
<div class="row">
<!-- Grid column -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h2 class="text-uppercase mb-4 font-weight-bold">
Coffee
</h2>
<p>
Coffee is one of the world's most popular beverages.
Some claim it is the most widely consumed liquid in the world aside from water.
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none" />
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h3 class="text-uppercase mb-4 font-weight-bold">Products</h3>
<p>
<a class="text-white">Coffee</a>
</p>
<p>
<a class="text-white">Starters</a>
</p>
<p>
<a class="text-white">Gatherings</a>
</p>
<p>
<a class="text-white">Mettings</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none" />
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h3 class="text-uppercase mb-4 font-weight-bold">
Quick links
</h3>
<p>
<a class="text-white">Delivery</a>
</p>
<p>
<a class="text-white">Season's Gifting</a>
</p>
<p>
<a class="text-white">Careers</a>
</p>
<p>
<a class="text-white">Customer service</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none" />
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h3 class="text-uppercase mb-4 font-weight-bold">Contact Us</h3>
<p><i class="fas fa-home mr-3"></i>coffee shop hyderabad</p>
<p><i class="fas fa-envelope mr-3"></i>[email protected]</p>
<p><i class="fas fa-phone mr-3"></i>9567890990</p>
<p><i class="fas fa-print mr-3"></i>8956748328</p>
</div>
<!-- Grid column -->
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
<hr>
<!-- Section: Social media -->
<section class="d-flex justify-content-center p-4 border-bottom">
<!-- Right -->
<div>
<!-- Facebook -->
<a
class="btn btn-outline-light btn-floating m-1"
class="text-white"
role="button"
><i class="fab fa-facebook-f"><img src="facebook.svg"></i
></a>
<!-- Twitter -->
<a
class="btn btn-outline-light btn-floating m-1"
class="text-white"
role="button"
><i class="fab fa-twitter"><img src="twitter.svg"></i
></a>
<!-- Google -->
<a
class="btn btn-outline-light btn-floating m-1"
class="text-white"
role="button"
><i class="fab fa-google"><img src="google.svg"></i
></a>
<!-- Instagram -->
<a
class="btn btn-outline-light btn-floating m-1"
class="text-white"
role="button"
><i class="fab fa-instagram"><img src="instagram.svg"></i
></a>
</div>
<!-- Right -->
</section>
<hr>
<!-- Grid container -->
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS" crossorigin="anonymous"></script>
</body>