-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
613 lines (569 loc) · 30 KB
/
index.html
File metadata and controls
613 lines (569 loc) · 30 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
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta property="og:title" content="CodeandStuff" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://codeandstuff.co.uk/assets/img/4.png" />
<meta property="og:url" content="https://codeandstuff.co.uk" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="A bi-weekly coding and networking community for Women and Non-Binary code newbies and developers in Manchester." />
<title>Code and Stuff</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/gaia.css" rel="stylesheet"/>
<!-- slick-theme.css -->
<link rel="stylesheet" type="text/css" href="slick/slick.css">
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css">
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Cambo|Poppins:400,600' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/fonts/pe-icon-7-stroke.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135920800-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135920800-1');
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-primary navbar-fixed-top">
<!-- if you want to keep the navbar hidden you can add this class to the navbar "navbar-burger"-->
<div class="container">
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="index.html" class="navbar-brand overide"><img class="logo-img" src="assets/img/nav-logo.png" alt="Code and Stuff logo">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right navbar-uppercase">
<li>
<a href="#about">About Us</a>
</li>
<li>
<a href="#partners">Partners</a>
</li>
<li class="dropdown">
<a href="#gaia" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-share-alt"></i> Connect
</a>
<ul class="dropdown-menu dropdown-danger">
<li>
<a href="https://www.linkedin.com/company/codeandstuff-manc" target="_blank"><i class="fa fa-linkedin"></i> Linkedin</a>
</li>
<li>
<a href="https://twitter.com/CodeAndStuff_uk" target="_blank"><i class="fa fa-twitter"></i> Twitter</a>
</li>
<li>
<a href="https://www.instagram.com/codeandstuff.manc/" target="_blank"><i class="fa fa-instagram"></i> Instagram</a>
</li>
<li>
<a href="https://www.facebook.com/codeandstuff.manc/" target="_blank"><i class="fa fa-facebook-square"></i> Facebook</a>
</li>
</ul>
</li>
<li>
<a href="https://www.eventbrite.co.uk/o/code-and-stuff-19702492738" target="_blank" class="btn btn-brand btn-fill">Register for next Event</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div class="section section-header">
<div class="parallax filter filter-color-red">
<div class="image"
style="background-image: url('assets/img/img-1b.jpg')">
</div>
<div class="container">
<div class="content">
<div class="title-area">
<p>Welcome to</p>
<h1 class="title-modern">CodeandStuff</h1>
<h3>A coding and networking community for women and non-binary developers and code newbies in Manchester, with bi-weekly events.</h3>
<div class="separator line-separator">♦</div>
</div>
<!--<div class="button-get-started">
<a href="#more" class="btn btn-white btn-fill btn-lg ">
Find out more
</a>
</div>-->
</div>
</div>
</div>
</div>
<div class="section" id="more">
<div class="container">
<div class="row">
<div class="title-area">
<h2>Our Mission</h2>
<div class="separator separator-brand">✻</div>
<p class="description">We believe that diversity in tech is really important and to balance the scale we are building a collaborative agile learning community to support more women and non-binary people getting into tech.
Our ambition is to show women and non-binary developers and code newbies that anything is possible - and that with a bit of help and confidence they can realise their potential and enjoy a thriving career in tech.</p>
<p class="text-brand">#BalanceforBetter</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-brand">
<i class="pe-7s-medal"></i>
</div>
<h3>Learning</h3>
<p class="description">We want women and non-binary people to try coding and perhaps they will find that they have a hidden talent because successful coding is about logic.</p>
</div>
</div>
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-brand">
<i class="pe-7s-gym"></i>
</div>
<h3>Empower</h3>
<p class="description">We empower women and non-binary people to aspire to a career in tech through mentoring based coding events, talks, workshops and hackathons.</p>
</div>
</div>
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-brand">
<i class="pe-7s-female"></i>
</div>
<h3>Community</h3>
<p class="description">We will link and connect women and non-binary people to tech opportunities and people in tech to provide accessible role models.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center mt-3">
<a href="https://www.eventbrite.co.uk/o/code-and-stuff-19702492738" target="_blank" class="btn btn-brand btn-fill">Register for next Event</a>
</div>
</div>
</div>
</div>
<div class="section section-our-team-freebie" id="about">
<div class="parallax filter filter-color-black">
<div class="image" style="background-image:url('assets/img/img-2.png')">
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="title-area">
<h2>Who Are We?</h2>
<div class="separator separator-brand">✻</div>
<p class="description">We are all passionate about increasing diversity in tech, mentoring and sharing knowledge.</p>
</div>
</div>
<div class="team">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row mentor slider">
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-brand">
<img alt="Photo of Fey" class="img-circle" src="assets/img/people/fey.png"/>
</div>
<div class="description">
<h3 class="title">Fey Ijaware</h3>
<p class="small-text">Founder and Mentor</p>
<p class="description">Is deeply commmited to positive change and diversity. She is a Northern Power Women and one of Tech Nation’s 50 Most Inspiring, Prominent, and Influential Black Voices in Tech 2019.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-brand">
<img alt="Photo of Tom" class="img-circle" src="assets/img/people/tom.png"/>
</div>
<div class="description">
<h3 class="title">Thomas Campbell</h3>
<p class="small-text">Mentor and Co-organiser</p>
<p class="description">Is a software engineer with over 10 years professional experience. He has been mentoring with CodeandStuff since 2019. He enjoys helping people who are learning to code, or starting a career in tech.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-brand">
<img alt="Photo of Ned" class="img-circle" src="assets/img/people/ned.png"/>
</div>
<div class="description">
<h3 class="title">Ned Grady</h3>
<p class="small-text">Mentor and Co-organiser</p>
<p class="description">Has been coding since school and is always interested to dive deeply into any topic to ensure full understanding. Enjoys exploring the 'why' when teaching or learning, and will do so with a smile.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-brand">
<img alt="Photo of Claire" class="img-circle" src="assets/img/people/claire-1.png"/>
</div>
<div class="description">
<h3 class="title">Claire Worthington</h3>
<p class="small-text">Mentor</p>
<p class="description">Is a founder, web developer and digital marketer from Romiley. She has been working in digital since 2009, a STEMNET Ambassador and has ran after school coding clubs at Romiley Primary School.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-brand">
<img alt="Photo of Kelly" class="img-circle" src="assets/img/people/kelly.png"/>
</div>
<div class="description">
<h3 class="title">Kelly Obrazcova</h3>
<p class="small-text">Mentor</p>
<p class="description">Is a self-taught Front-end developer. She is very passionate about mentoring, teaching and supporting people who want to learn how to code and also a Co-Founder at Full Stack of Pancakes.</p>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-brand">
<img alt="Photo of Daniel" class="img-circle" src="assets/img/people/daniel.png"/>
</div>
<div class="description">
<h3 class="title">Daniel Thomas</h3>
<p class="small-text">Mentor and Co-organiser</p>
<p class="description">Is a mathematics graduate and former esport tournament organiser. He started a career in coding at 27 and now helps others do the same. He is currently attempting to become an indie game developer.</p>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="partners">
<div class="container">
<div class="row">
<div class="title-area">
<h2>Our Partners</h2>
<div class="separator separator-brand">✻</div>
</div>
</div>
<div class="row partner slider">
<div class="col-md-6 spacing">
<div class="info-icon">
<div>
<img class="img-responsive" src="assets/img/spinks.png" alt="Spinks Logo">
</div>
<p class="description"><a class="text-brand" href="https://www.wearespinks.com/" target="_blank">Spinks</a> is our sponsoring partner. They are a total tech talent solutions provider, who connect talent through authentic talent solutions and community engagement.</p>
</div>
</div>
<div class="col-md-6 spacing">
<div class="info-icon">
<div>
<img class="img-responsive" src="assets/img/youequalnorth.png" alt="You Equal Tech Logo">
</div>
<p class="description"><a class="text-brand" href="https://www.youequaltech.com/" target="_blank">#YouEqualTech</a> is our delivery partner. #YouEqualTech believe in the power of community and exists to champion diversity in tech. Check out their meetups in Manchester <a class="text-brand" href="https://www.meetup.com/You-Equal-Tech-North/events/259467748/" target="_blank">here</a></p>
</div>
</div>
<div class="col-md-6 spacing">
<div class="info-icon">
<div>
<img class="img-responsive" src="assets/img/partner3a.png" alt="Innovate Her Logo">
</div>
<p class="description"><a class="text-brand" href="https://www.innovateher.co.uk" target="_blank">Innovateher</a> is our delivery partner. We’re proud to be partnering with Innovateher and supporting their mission to get more <span class="text-brand">#girlsintech!</span></p>
</div>
</div>
<div class="col-md-6 spacing">
<div class="info-icon">
<div>
<img class="img-responsive" src="assets/img/partner1.png" alt="Northcoders Logo">
</div>
<p class="description"><a class="text-brand" href="https://northcoders.com/" target="_blank">Northcoders</a> is our sponsoring partner. Northcoders is the UK's leading coding school for graduate outcomes with campuses in Manchester and Leeds.</p>
</div>
</div>
<div class="col-md-6 spacing">
<div class="info-icon">
<div>
<img class="img-responsive" src="assets/img/partner2.png" alt="Jaguar Land Rover Logo">
</div>
<!--<h3 class="text-brand">Our Host</h3>-->
<p class="description">Jaguar Land Rover's brand new hi-tech Digital Delivery Centre (software, IT and engineering) in central Manchester within the Neo building, is our hosting partner.</p>
</div>
</div>
<div class="col-md-6 spacing">
<div class="info-icon">
<div>
<img class="img-responsive" src="assets/img/partner5.png" alt="Jetbrains Logo">
</div>
<p class="description"><a class="text-brand" href="https://www.jetbrains.com/" target="_blank">Jetbrains</a> is our supporting partner. Jetbrains makes professional software development a more productive and enjoyable experience for developers.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center mt-3">
<a href="https://www.eventbrite.co.uk/o/code-and-stuff-19702492738" target="_blank" class="btn btn-brand btn-fill">Register for next Event</a>
</div>
</div>
</div>
</div>
<!--<div class="section section-our-clients-freebie">
<div class="container">
<div class="title-area">
<h5 class="subtitle text-gray">Here are some</h5>
<h2>Clients Testimonials</h2>
<div class="separator separator-brand">∎</div>
</div>
<ul class="nav nav-text" role="tablist">
<li class="active">
<a href="#testimonial1" role="tab" data-toggle="tab">
<div class="image-clients">
<img alt="..." class="img-circle" src="assets/img/"/>
</div>
</a>
</li>
<li>
<a href="#testimonial2" role="tab" data-toggle="tab">
<div class="image-clients">
<img alt="..." class="img-circle" src="assets/img/"/>
</div>
</a>
</li>
<li>
<a href="#testimonial3" role="tab" data-toggle="tab">
<div class="image-clients">
<img alt="..." class="img-circle" src="assets/img/faces/"/>
</div>
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="testimonial1">
<p class="description">
</p>
</div>
<div class="tab-pane" id="testimonial2">
<p class="description">
</p>
</div>
<div class="tab-pane" id="testimonial3">
<p class="description">
</p>
</div>
</div>
</div>
</div>-->
<div class="section section-small section-get-started">
<div class="parallax filter">
<div class="image"
style="background-image: url('assets/img/img-4.JPG')">
</div>
<div class="container">
<div class="title-area">
<h2 class="text-white">Do you want to come on board?</h2>
<div class="separator line-separator">♦</div>
<p class="description">Would you like to attend our event, mentor at our event, support us, host or sponsor us? We are open to any kind of support and would love to have you. Please have a read of our community 'Code of Conduct' below and connect with us on any of our social channel.</p>
</div>
<div class="button-get-started">
<a href="assets/Code-of-Conduct.pdf" target="_blank" class="btn btn-brand btn-fill btn-lg">Code of Conduct</a>
</div>
</div>
</div>
</div>
<footer class="footer footer-big footer-color-black" data-color="black">
<div class="container">
<!--<div class="row">
<div class="col-md-2 col-sm-3">
<div class="info">
<h5 class="title">Company</h5>
<nav>
<ul>
<li>
<a href="#">Home</a></li>
<li>
<a href="#">Find offers</a>
</li>
<li>
<a href="#">Discover Projects</a>
</li>
<li>
<a href="#">Our Portfolio</a>
</li>
<li>
<a href="#">About Us</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title"> Help and Support</h5>
<nav>
<ul>
<li>
<a href="#">Contact Us</a>
</li>
<li>
<a href="#">How it works</a>
</li>
<li>
<a href="#">Terms & Conditions</a>
</li>
<li>
<a href="#">Company Policy</a>
</li>
<li>
<a href="#">Money Back</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="info">
<h5 class="title">Latest News</h5>
<nav>
<ul>
<li>
<a href="#">
<i class="fa fa-twitter"></i> <b>Get Shit Done</b> The best kit in the market is here, just give it a try and let us...
<hr class="hr-small">
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"></i> We've just been featured on <b> Awwwards Website</b>! Thank you everybody for...
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-2 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title">Follow us on</h5>
<nav>
<ul>
<li>
<a href="#" class="btn btn-social btn-facebook btn-simple">
<i class="fa fa-facebook-square"></i> Facebook
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-dribbble btn-simple">
<i class="fa fa-instagram"></i> Instagram
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-twitter btn-simple">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-reddit btn-simple">
<i class="fa fa-github"></i> Github
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<hr>-->
<div class="copyright">
© 2019 - <script> document.write(new Date().getFullYear()) </script> CodeandStuff.
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="js/slick.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).on('ready', function() {
$(".mentor").slick({
dots: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 3,
responsive: [
{
breakpoint: 1025,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
infinite: true,
dots: true
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
}),
$(".partner").slick({
dots: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2,
responsive: [
{
breakpoint: 1025,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: true
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
}
);
});
</script>
</body>
<!-- core js files
<script src="assets/js/jquery.min.js" type="text/javascript"></script>-->
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<!-- js library for devices recognition -->
<script type="text/javascript" src="assets/js/modernizr.js"></script>
<!-- file where we handle all the script from the Gaia - Bootstrap Template -->
<script type="text/javascript" src="assets/js/gaia.js"></script>
</html>