forked from anshulkharetech/SouthCityBookClubWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·443 lines (430 loc) · 24.5 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Colorlib">
<meta name="description" content="An exclusive book club aimed to grow personally and professionally using the power of reading. Every week the members meet for 1 hour to discuss their learnings from a book (non-fiction).">
<meta name="keywords" content="book club, south city, Bangalore, learning">
<!-- Favicons -->
<link rel="shortcut icon" href="#">
<!-- Page Title -->
<title>About South City Book Club</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900" rel="stylesheet">
<!-- Simple line Icon -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Themify Icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Hover Effects -->
<link rel="stylesheet" href="css/set1.css">
<!-- Swipper Slider -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Main CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- favicon -->
<link rel="icon" href="images/favicon.png" sizes="32x32">
<link rel="icon" href="images/favicon.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="images/favicon.png">
<meta name="msapplication-TileImage" content="images/favicon.pngg">
</head>
<body>
<!--============================= HEADER =============================-->
<div class="dark-bg sticky-top">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-lg navbar-light">
About
<!--<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-menu"></span>
</button>-->
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav">
<!--<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Explore
<span class="icon-arrow-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownMenuLink1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Listing
<span class="icon-arrow-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownMenuLink2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages
<span class="icon-arrow-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>-->
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/calendar.html">Calendar</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li><a href="#" class="btn btn-outline-light top-btn"><span class="ti-plus"></span> Add Listing</a></li>-->
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--//END HEADER -->
<!--============================= BOOKING =============================-->
<div>
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="images/reserve-slide2-new.jpg" class="grid image-link">
<img src="images/reserve-slide2-new.jpg" class="img-fluid" alt="#">
</a>
</div>
<div class="swiper-slide">
<a href="images/reserve-slide1-new.jpg" class="grid image-link">
<img src="images/reserve-slide1-new.jpg" class="img-fluid" alt="#">
</a>
</div>
<div class="swiper-slide">
<a href="images/reserve-slide3-new.jpg" class="grid image-link">
<img src="images/reserve-slide3-new.jpg" class="img-fluid" alt="#">
</a>
</div>
<!--<div class="swiper-slide">
<a href="images/reserve-slide1-new.jpg" class="grid image-link">
<img src="images/reserve-slide1-new.jpg" class="img-fluid" alt="#">
</a>
</div>
<div class="swiper-slide">
<a href="images/reserve-slide2-new.jpg" class="grid image-link">
<img src="images/reserve-slide2-new.jpg" class="img-fluid" alt="#">
</a>
</div>
<div class="swiper-slide">
<a href="images/reserve-slide3-new.jpg" class="grid image-link">
<img src="images/reserve-slide3-new.jpg" class="img-fluid" alt="#">
</a>
</div>-->
</div>
<!-- Add Pagination -->
<!--<div class="swiper-pagination swiper-pagination-white"></div>-->
<!-- Add Arrows -->
<!--<div class="swiper-button-next swiper-button-white"></div>
<div class="swiper-button-prev swiper-button-white"></div>-->
</div>
</div>
<!--//END BOOKING -->
<!--============================= RESERVE A SEAT =============================-->
<section class="reserve-block">
<div class="container">
<div class="row">
<div class="col-md-6">
<h5>The South City Book Club</h5>
<!--<p><span>$$$</span>$$</p>-->
<p class="reserve-description">The best kept secret of South City.</p>
</div>
<div class="col-md-6">
<div class="reserve-seat-block">
<!--<div class="reserve-rating">
<span>6 Seats Open</span>
</div>-->
<div class="review-btn">
<a href="http://bit.ly/30o1fxt" target="_blank" class="btn btn-outline-danger">Attend as Guest</a>
<span>5 Seats Open</span>
</div>
<!--<div class="reserve-btn">
<div class="featured-btn-wrap">
<a href="#" class="btn btn-danger">RESERVE A SEAT</a>
</div>
</div>-->
</div>
</div>
</div>
</div>
</section>
<!--//END RESERVE A SEAT -->
<!--============================= BOOKING DETAILS =============================-->
<section class="light-bg booking-details_wrap">
<div class="container">
<div class="row">
<div class="col-md-8 responsive-wrap">
<div class="booking-checkbox_wrap">
<div class="booking-checkbox">
<p>The South City Book Club is already 9 months old. The purpose of this book club is to grow personally and professionally using the power of reading. Every friday evening (for 1 hour) members meet and discuss their learnings from a book (non-fiction books on leadership, personal development, health, money etc). Call it learning on steroids.</p>
<p>The membership to this exclusive club is <strong>only by invitation.</strong> If you are serious about taking your professional life to the next level, you can apply for the membership to our club. We have a few seats left before the group will be permanently closed for new members.</p>
<p>Oh yes, the membership is absolutely FREE!</p>
<hr>
</div>
<div class="row">
<div class="col-md-4">
<label class="custom-checkbox">
<span class="ti-check-box"></span>
<span class="custom-control-description">Physical Meetup</span>
</label> </div>
<div class="col-md-4">
<label class="custom-checkbox">
<span class="ti-check-box"></span>
<span class="custom-control-description">Every Friday</span>
</label>
</div>
<div class="col-md-4">
<label class="custom-checkbox">
<span class="ti-check-box"></span>
<span class="custom-control-description">Only Non-Fiction</span>
</label> </div>
<div class="col-md-4">
<label class="custom-checkbox">
<span class="ti-check-box"></span>
<span class="custom-control-description">Limited Seats</span>
</label>
</div>
<div class="col-md-4">
<label class="custom-checkbox">
<span class="ti-check-box"></span>
<span class="custom-control-description">Invitation Only</span>
</label> </div>
<div class="col-md-4">
<label class="custom-checkbox">
<span class="ti-check-box"></span>
<span class="custom-control-description">No Membership Fee</span>
</label>
</div>
</div>
</div>
<div class="booking-checkbox_wrap">
<h5>Rules</h5>
<hr>
<div class="booking-checkbox">
<ul>
<li>
Each member must present at-least two books in a year.
</li>
<li>
Each member can miss upto 5 consecutive sessions. If they miss 5 then they should voluntarily exit the group or the administrator can remove them.
</li>
<li>
Membership in the group as of now would be based on recommendations from existing members to ensure genuinely interested participants are included. However, anyone can attend one session as guest. Please click on "Attend as Guest" button to contact us.
</li>
<li>
The current limit of group membership would be 26.
</li>
<li>
Each member needs to inform the group about the book which they plan to talk about at-least two weeks prior to their session.
</li>
<li>
The Whatsapp group is soley for book club related discussion. Refrain from sending any unrelated information/forwards in the group.
</li>
</ul>
<hr>
</div>
</div>
<!--<div class="booking-checkbox_wrap mt-4">
<h5>34 Reviews</h5>
<hr>
<div class="customer-review_wrap">
<div class="customer-img">
<img src="images/customer-img1.jpg" class="img-fluid" alt="#">
<p>Amanda G</p>
<span>35 Reviews</span>
</div>
<div class="customer-content-wrap">
<div class="customer-content">
<div class="customer-review">
<h6>Best noodles in the Newyork city</h6>
<span></span>
<span></span>
<span></span>
<span></span>
<span class="round-icon-blank"></span>
<p>Reviewed 2 days ago</p>
</div>
<div class="customer-rating">8.0</div>
</div>
<p class="customer-text">I love the noodles here but it is so rare that I get to come here. Tasty Hand-Pulled Noodles is the best type of whole in the wall restaurant. The staff are really nice, and you should be seated quickly. I usually get the
hand pulled noodles in a soup. House Special #1 is amazing and the lamb noodles are also great. If you want your noodles a little chewier, get the knife cut noodles, which are also amazing. Their dumplings are great
dipped in their chili sauce.
</p>
<p class="customer-text">I love how you can see into the kitchen and watch them make the noodles and you can definitely tell that this is a family run establishment. The prices are are great with one dish maybe being $9. You just have to remember
to bring cash.
</p>
<ul>
<li><img src="images/review-img1.jpg" class="img-fluid" alt="#"></li>
<li><img src="images/review-img2.jpg" class="img-fluid" alt="#"></li>
<li><img src="images/review-img3.jpg" class="img-fluid" alt="#"></li>
</ul>
<span>28 people marked this review as helpful</span>
<a href="#"><span class="icon-like"></span>Helpful</a>
</div>
</div>
<hr>
<div class="customer-review_wrap">
<div class="customer-img">
<img src="images/customer-img2.jpg" class="img-fluid" alt="#">
<p>Kevin W</p>
<span>17 Reviews</span>
</div>
<div class="customer-content-wrap">
<div class="customer-content">
<div class="customer-review">
<h6>A hole-in-the-wall old school shop.</h6>
<span class="customer-rating-red"></span>
<span class="round-icon-blank"></span>
<span class="round-icon-blank"></span>
<span class="round-icon-blank"></span>
<span class="round-icon-blank"></span>
<p>Reviewed 3 months ago</p>
</div>
<div class="customer-rating customer-rating-red">2.0</div>
</div>
<p class="customer-text">The dumplings were so greasy...the pan-fried shrimp noodles were the same. So much oil and grease it was difficult to eat. The shrimp noodles only come with 3 shrimp (luckily the dish itself is cheap) </p>
<p class="customer-text">The beef noodle soup was okay. I added black vinegar into the broth to give it some extra flavor. The soup has bok choy which I liked - it's a nice textural element. The shop itself is really unclean (which is the case
in many restaurants in Chinatown) They don't wipe down the tables after customers have eaten. If you peak into the kitchen many of their supplies are on the ground which is unsettling... </p>
<span>10 people marked this review as helpful</span>
<a href="#"><span class="icon-like"></span>Helpful</a>
</div>
</div>
</div>-->
</div>
<div class="col-md-4 responsive-wrap">
<div class="contact-info">
<a href="https://goo.gl/maps/PMgw1VhuLan" target="_blank"><img src="images/map-2.png" class="img-fluid" alt="#"></a>
<div class="address">
<span class="icon-location-pin"></span>
<p>Old Club House<br> South City, Arekere<br>7th Phase, JP Nagar<br> Bengaluru, 560076</p>
</div>
<!--<div class="address">
<span class="icon-screen-smartphone"></span>
<p> +44 20 7336 8898</p>
</div>
<div class="address">
<span class="icon-link"></span>
<p>https://burgerandlobster.com</p>
</div>-->
<div class="address">
<span class="icon-clock"></span>
<p>Every Friday - 08:30 pm - 09:30 pm <br>
<!--<span class="open-now">OPEN NOW</span></p>-->
</div>
<!--<a href="#" class="btn btn-outline-danger btn-contact">SEND A MESSAGE</a>-->
</div>
<!--<div class="follow">
<div class="follow-img">
<img src="images/follow-img.jpg" class="img-fluid" alt="#">
<h6>Christine Evans</h6>
<span>New York</span>
</div>
<ul class="social-counts">
<li>
<h6>26</h6>
<span>Listings</span>
</li>
<li>
<h6>326</h6>
<span>Followers</span>
</li>
<li>
<h6>12</h6>
<span>Followers</span>
</li>
</ul>
<a href="#">FOLLOW</a>
</div>-->
</div>
</div>
</div>
</section>
<!--//END BOOKING DETAILS -->
<!--============================= FOOTER =============================-->
<footer class="main-block dark-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<!--<p>Copyright © 2018 Listing. All rights reserved | This template is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a></p>-->
<p>Handcrafted with <i class="ti-heart" style="color: #FF0063;" aria-hidden="true"></i> by <a href="https://www.linkedin.com/in/anshulkhare/" target="_blank">Anshul</a></p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<ul>
<!--<li><a href="#"><span class="ti-facebook"></span></a></li>-->
<li><a href="https://twitter.com/anshul81"><span class="ti-twitter-alt"></span></a></li>
<!--<li><a href="#"><span class="ti-instagram"></span></a></li>-->
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--//END FOOTER -->
<!-- jQuery, Bootstrap JS. -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Magnific popup JS -->
<script src="js/jquery.magnific-popup.js"></script>
<!-- Swipper Slider JS -->
<script src="js/swiper.min.js"></script>
<script>
var swiper = new Swiper('.swiper-container', {
slidesPerView: 3,
slidesPerGroup: 3,
loop: true,
loopFillGroupWithBlank: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>
<script>
if ($('.image-link').length) {
$('.image-link').magnificPopup({
type: 'image',
gallery: {
enabled: true
}
});
}
if ($('.image-link2').length) {
$('.image-link2').magnificPopup({
type: 'image',
gallery: {
enabled: true
}
});
}
</script>
</body>
</html>