forked from heliumjk/heliumjk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
300 lines (282 loc) · 14.7 KB
/
index.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
---
layout: index
title: .NET Liverpool Meetup
tagline: Monthly .NET Meetup in Liverpool
css:
js: sliders.js
keywords: .NET, Liverpool, meetup, technology, C#, community
canonical: https://your-meetup-page-url.com
---
{% include JB/setup %}
<!-- Content Area Start -->
<div id="content">
<!-- sliders -->
<div id="sliders">
<div class="full-width">
<!-- light slider -->
<div id="light-slider" class="carousel slide">
<div id="carousel-area">
<div id="carousel-slider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-slider" data-slide-to="0" class="active"></li>
<li data-target="#carousel-slider" data-slide-to="1"></li>
<li data-target="#carousel-slider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="img-fluid w-100" src="{{ BASE_PATH }}/assets/images/slider/bg-1.jpg" alt="">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center text-center">
<h3 class="slide-title animated fadeInDown"><span class="text-primary">.NET</span> - Liverpool Meetup</h3>
<h5 class="slide-text animated fadeIn">Join us monthly for discussions on .NET and tech in Liverpool.</h5>
<div class="button-group d-flex justify-content-center">
<a href="#features" class="btn btn-lg btn-default-filled animated fadeInUp mx-2">Learn More</a>
<a href="https://www.meetup.com/dot-net-liverpool" target="_blank" class="btn btn-lg btn-common animated fadeInUp mx-2">Join Now</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="img-fluid w-100" src="{{ BASE_PATH }}/assets/images/slider/bg-2.jpg" alt="">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center text-center">
<h3 class="slide-title animated fadeInDown"><span class="text-primary">Next Meetup</span></h3>
<h5 class="slide-text animated fadeIn">We meet every month to discuss all things .NET and more!</h5>
<div class="button-group d-flex justify-content-center">
<a href="https://www.meetup.com/dot-net-liverpool/events/302954625" target="_blank" class="btn btn-lg btn-default-filled animated fadeInUp mx-2">RSVP</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="img-fluid w-100" src="{{ BASE_PATH }}/assets/images/slider/bg-3.jpg" alt="">
<div class="carousel-caption d-flex flex-column justify-content-center align-items-center text-center">
<h3 class="slide-title animated fadeInDown"><span class="text-primary">Community</span> & Networking</h3>
<h5 class="slide-text animated fadeIn">Connect with local developers and expand your network.</h5>
<div class="button-group d-flex justify-content-center">
<a href="#features" class="btn btn-lg btn-default-filled animated fadeInUp mx-2">Get Started</a>
<a href="https://www.meetup.com/blog/connections-meetups-powerful-new-friendship-tech" target="_blank" class="btn btn-lg btn-common animated fadeInUp mx-2">More Info</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel-slider" role="button" data-slide="prev">
<span class="carousel-control carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-slider" role="button" data-slide="next">
<span class="carousel-control carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- End sliders -->
<div class="mb-60"></div>
<div id="features" class="container">
<!-- Features of the Meetup -->
<div class="sub-title">
<span>Meetup Features</span>
</div>
<div class="row">
<!-- Meetup Feature 1 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-users"></i>
</div>
<div class="service-content">
<h4><a href="#">Monthly Meetups</a></h4>
<p>
Our .NET Liverpool group meets once a month to discuss the latest in .NET technology.
</p>
</div>
</div>
</div>
<!-- End Meetup Feature 1 -->
<!-- Meetup Feature 2 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-coffee"></i>
</div>
<div class="service-content">
<h4><a href="#">Networking</a></h4>
<p>
Connect with local developers, share ideas, and collaborate on projects.
</p>
</div>
</div>
</div>
<!-- End Meetup Feature 2 -->
<!-- Meetup Feature 3 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-code"></i>
</div>
<div class="service-content">
<h4><a href="#">Tech Talks</a></h4>
<p>
Each month, we host talks on the latest trends in .NET, C#, and web development.
</p>
</div>
</div>
</div>
<!-- End Meetup Feature 3 -->
</div>
</div>
<div class="mb-60"></div>
<!-- Team Section -->
<div class="container">
<div class="team-members-tow mtb-50">
<div class="sub-title">
<span>Organisers</span>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<figure>
<img src="{{ BASE_PATH }}/assets/images/team/organizer-1.jpg" alt="">
<div class="image-overlay">
<div class="overlay-text text-center">
<div class="info-text">
<strong>Joshua Duxbury</strong>
<span>Organiser & Host</span>
</div>
</div>
</div>
</figure>
</div>
<div class="col-sm-6 col-md-3">
<figure>
<img src="{{ BASE_PATH }}/assets/images/team/organizer-2.jpg" alt="">
<div class="image-overlay">
<div class="overlay-text text-center">
<div class="info-text">
<strong>Christopher Daly</strong>
<span>Co-Organiser & Host</span>
</div>
</div>
</div>
</figure>
</div>
<div class="col-sm-6 col-md-3">
<figure>
<img src="{{ BASE_PATH }}/assets/images/team/organizer-3.jpg" alt="">
<div class="image-overlay">
<div class="overlay-text text-center">
<div class="info-text">
<strong>Nwizugbe Samson</strong>
<span>Co-Organiser & Host</span>
</div>
</div>
</div>
</figure>
</div>
<div class="col-sm-6 col-md-3">
<figure>
<img src="{{ BASE_PATH }}/assets/images/team/organizer-4.jpg" alt="">
<div class="image-overlay">
<div class="overlay-text text-center">
<div class="info-text">
<strong>Sara Elkeheya</strong>
<span>Co-Organiser & Host</span>
</div>
</div>
</div>
</figure>
</div>
</div>
</div>
</div>
<div class="mb-60"></div>
<!-- STATS -->
<div id="counter">
<div class="container">
<h4 class="sub-title">Meetup Stats - Since 2019</h4>
<div class="row count-to-sec">
<div class="col-md-3 col-sm-6 count-one">
<span class="icon"><i class="fa fa-globe"> </i></span>
<h3 class="timer count-value" data-to="561" data-speed="1000">57</h3>
<hr class="width25-divider">
<small class="count-title">Events</small>
</div>
<div class="col-md-3 col-sm-6 count-one">
<span class="icon"><i class="fa fa-user"> </i></span>
<h3 class="timer count-value" data-to="950" data-speed="1000">1,189</h3>
<hr class="width25-divider">
<small class="count-title">RSVP</small>
</div>
<div class="col-md-3 col-sm-6 count-one">
<span class="icon"><i class="fa fa-desktop"> </i></span>
<h3 class="timer count-value" data-to="978" data-speed="1000">1,290</h3>
<hr class="width25-divider">
<small class="count-title">Meetup Subscribers</small>
</div>
<div class="col-md-3 col-sm-6 count-one">
<span class="icon"><i class="fa fa-play"> </i></span>
<h3 class="timer count-value" data-to="1700" data-speed="1000">247</h3>
<hr class="width25-divider">
<small class="count-title">YouTube Subscribers</small>
</div>
</div>
</div>
</div>
<div class="mb-60"></div>
<!-- CONTACT FORM -->
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 class="title-head text-center">Join Us</h3>
<p>Interested in speaking at one of our monthly .NET Liverpool Meetup? Fill out the form below:</p>
<form id="contactForm" class="contact-form" data-toggle="validator">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" id="name" placeholder="Full Name" required data-error="Please enter your name">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Email" required data-error="Please enter your email">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<textarea id="message" rows="8" placeholder="Message" required data-error="Please enter your message"></textarea>
<div class="help-block with-errors"></div>
</div>
<div class="cf-turnstile" data-sitekey="0x4AAAAAAAyf-XxTdaBucEkV"></div>
<button type="submit" id="form-submit" class="btn btn-common btn-form-submit">Submit</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></div>
</div>
</div>
</form>
</div>
<div class="col-md-4">
<h4 class="contact-info-title">Contact Information</h4>
<div class="contact-info">
<address>
<i class="fa fa-map-marker icons cyan-color contact-info-icon"></i>
Barclays Eagle Lab, Liverpool
</address>
<div class="tel-info">
<a href="tel:+441234567890"><i class="fa fa-phone icons cyan-color contact-info-icon"></i>+44 7584 436104</a>
</div>
<div class="email-info">
<a href="mailto:contact@dotnetliverpool.com"><i class="fa fa-envelope-o icons cyan-color contact-info-icon"></i> contact@dotnetliverpool.com</a>
</div>
</div>
</div>
</div>
</div>
<!-- End CONTACT FORM -->
<!-- Start Map -->
<iframe width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBFQIORgnH48JsRWS-X_lmJ75fGaoYy0Mg&q=barclays+eagle+labs+liverpool" id="gmap">
</iframe>
</div>
<!-- Content Area End -->
<!-- End Map -->
</div>
<!-- Content Area End -->