This repository was archived by the owner on Dec 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
331 lines (302 loc) · 13.8 KB
/
index.html
File metadata and controls
331 lines (302 loc) · 13.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<title>Python Amsterdam</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!-- jQuery scroll animate-->
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script>
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top -86}, 800);
});
});
</script>
<!-- CSS and JavaScript for calendar-->
<link href='packages/core/main.min.css' rel='stylesheet' />
<link href='packages/daygrid/main.min.css' rel='stylesheet' />
<script src='packages/core/main.min.js'></script>
<script src='packages/interaction/main.min.js'></script>
<script src='packages/daygrid/main.min.js'></script>
<script src='packages/core/locales/en-gb.js'></script>
<script src='js/calendar.js'></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-opacity fixed-top">
<div class="container">
<a class="navbar-brand scroll" href="#home"><img src="img/py.amsterdam-white.svg" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto text-uppercase">
<li class="nav-item">
<a class="nav-link scroll" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#who-we-are">Who we are</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#a-calendar">Calendar</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead d-flex" id="home">
<div class="container text-center my-auto">
<h1 class="mb-1"><span class="blue-color">p</span><span class="yellow-color">y</span><span class="text-black">.</span><span class="red-color">am</span><span class="black-color">sterdam</span></h1>
<h3 class="mb-5">
<p>This is a classical tech meetup where Python enthusiasts meet to discuss their favorite topics over pizza and beer.</p>
</h3>
<a class="btn btn-danger btn-my-style scroll" href="#who-we-are"><i class="fas fa-angle-down"></i></a>
</div>
</header>
<!-- Who we are -->
<section class="content-section bg-light" id="who-we-are">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto content-section-heading">
<h3 class="text-danger mb-0">About us</h3>
<h2>Who Are We?</h2>
<p class="lead mb-5">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially.</p>
<a class="btn btn-dark btn-xl scroll" href="#services">What We Offer</a>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="content-section bg-danger text-white text-center" id="services">
<div class="container">
<div class="content-section-heading">
<h3 class="text-dark mb-0">Services</h3>
<h2 class="mb-5">What We Offer</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="icon-screen-smartphone"></i>
</span>
<h4>
<strong>Responsive</strong>
</h4>
<p class="text-faded mb-0">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
<div class="col-lg-4 col-md-4 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="icon-pencil"></i>
</span>
<h4>
<strong>Redesigned</strong>
</h4>
<p class="text-faded mb-0">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
<div class="col-lg-4 col-md-4 mb-5 mb-md-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<i class="icon-like"></i>
</span>
<h4>
<strong>Favorited</strong>
</h4>
<p class="text-faded mb-0">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="content-section bg-white text-dark text-center" id="team">
<div class="container">
<div class="content-section-heading">
<h3 class="text-danger mb-0">Python Amsterdam</h3>
<h2 class="mb-5">Team</h2>
</div>
<div class="row team">
<div class="col-lg-3 col-md-6 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<img src="img/avatar.png" class="rounded-circle" />
</span>
<h5>Name Lastname</h5>
<p class="text-faded mb-3 text-dark">Position</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-facebook"></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-lg-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<img src="img/avatar.png" class="rounded-circle" />
</span>
<h5>Name Lastname</h5>
<p class="text-faded mb-3 text-dark">Position</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-facebook"></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-md-0">
<span class="service-icon rounded-circle mx-auto mb-3">
<img src="img/avatar.png" class="rounded-circle" />
</span>
<h5>Name Lastname</h5>
<p class="text-faded mb-3 text-dark">Position</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-facebook"></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<span class="service-icon rounded-circle mx-auto mb-3">
<img src="img/avatar.png" class="rounded-circle" />
</span>
<h5>Name Lastname</h5>
<p class="text-faded mb-3 text-dark">Position</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.linkedin.com/company/pyamsterdam/">
<i class="icon-social-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Calendar -->
<section class="content-section bg-light" id="a-calendar">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto content-section-heading">
<h3 class="text-danger mb-0">Meetup</h3>
<h2>Calendar</h2>
<div id='calendar'></div>
<a class="btn btn-dark btn-xl" href="https://www.meetup.com/PyAmsterdam/">Meetup</a>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section class="content-section" id="sponsors">
<div class="container">
<div class="content-section-heading text-center">
<h3 class="text-danger mb-0">Our</h3>
<h2 class="mb-5">Sponsors</h2>
</div>
<div class="row pt-5">
<div class="col-12 col-md-6">
<ul>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
</ul>
</div>
<div class="col-12 col-md-6">
<ul>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
<li>Sponsor - Some information. <a href="#">Some link</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-opacity" id="contact">
<div class="footer-widgets bg-light text-dark pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-4">
<p><img src="img/py.amsterdam.svg" class="footer-logo"></p>
<p><a href="mailto:info@py.amsterdam"><img src="img/email.png" class="footer-icon">info@py.amsterdam</a></p>
<p><a href="https://twitter.com"><img src="img/twitter.png" class="footer-icon">@pyamsterdam</a></p>
<p><a href="https://meetup.com/pyamsterdam"><img src="img/meetup.png" class="footer-icon">meetup.com/pyamsterdam</a></p>
<p><a href="https://github.com/PyAmsterdam"><img src="img/github.png" class="footer-icon">github.com/PyAmsterdam</a></p>
<p><a href="https://pyamsterdam.slack.com"><img src="img/slack.png" class="footer-icon">pyamsterdam.slack.com</a></p>
</div>
<div class="col-12 col-md-4">
<h3 class="mb-4">More information</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div>
<div class="col-12 col-md-4">
<h3 class="mb-4">Join us at Slack</h3>
<img src="img/qr-code-slack.svg" class="qr-code-slack">
</div>
</div>
</div>
</div>
<div class="container text-center">
<p class="text-white small mb-0 mt-5">© 2019 PyAmsterdam</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded scroll" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
</body>
</html>