-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
90 lines (89 loc) · 4.25 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
<!DOCTYPE html>
<html>
<head>
<title>NodeSchool Dhaka</title>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="uikit.min.css" />
<script src="uikit.min.js"></script>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="uk-flex uk-flex-middle uk-flex-center main-wrapper">
<div class="uk-text-center">
<img src="./images/logo.png" width="300px"/>
<h1 class="">Nodeschool Dhaka</h1>
<h3 class="uk-margin-small-top">July 28th, 2018 @ NewsCred Dhaka</h3>
<a href="https://www.meetup.com/Dhaka-JS/events/252392286/" target="_blank">
<button class="uk-button uk-button-primary">RSVP!</button>
</a>
</div>
</div>
<div class="desc-design-wrapper"></div>
<div class="uk-section uk-section-muted desc-wrapper">
<div class="uk-container">
<div class="uk-grid-match uk-child-width-1-3@m" uk-grid>
<div>
<h3 class="uk-margin-remove">Learn Coding</h3>
<p>Join us and learn coding with us. You are going to learn the basics of Node.js. It's a plus if you know some JavaScript beforehand, but if not we can help you out.</p>
</div>
<div>
<h3 class="uk-margin-remove">Self-Guided</h3>
<p>You will go through a set of self-paced challenges. No boring talks. All challenges are Open Source and available online on <a href="http://nodeschool.io" target="_blank">nodeschool.io</a>. This means you can continue learning after the event.</p>
</div>
<div>
<h3 class="uk-margin-remove">For Everyone</h3>
<p>We think coding is awesome and everyone should feel welcome at our event. This includes that we are expecting all participants to be awesome and respect each other. </p>
</div>
</div>
</div>
</div>
<div class="uk-grid-collapse uk-grid-match uk-child-width-expand@s uk-text-center venue-wrapper" uk-grid>
<div class="">
<div class="uk-padding venue-content">
<h3 class="uk-margin-remove" style="padding-top: 75px;">Venue</h3>
<p class="uk-margin-remove"><b>Location:</b> NewsCred Dhaka</p>
<p class="uk-margin-remove"><b>Time:</b> 3PM - 7PM</p>
</div>
</div>
<div>
<div class="uk-background-primary uk-padding-remove uk-light venue-photo"></div>
</div>
<div>
<div class="uk-background-secondary uk-padding-remove uk-light"><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3069.8683107869933!2d90.40891635388047!3d23.7933662081287!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc3fee805a51cc8f3!2sNewsCred!5e0!3m2!1sen!2sbd!4v1530391350444" frameborder="0" style="border:0; width:100%; height: 100%;" allowfullscreen></iframe></div>
</div>
</div>
<div class="uk-section questions-wrapper">
<div class="uk-container">
<h2>Questions? Want to help out?</h2>
<p>
<b>Just open an issue on <a href="https://github.com/nodeschool/dhaka/issues" target="_blank">Github</a> and join the discussion.</b>
</p>
<p>
If you are not on Github yet, <a href="https://github.com/join" target="_blank">create</a> a free account and check out the <a href="https://github.com/jlord/git-it-electron" target="_blank">Git-it workshop</a>. It will help you get started.
</p>
</div>
</div>
<div class="uk-section credits-wrapper">
<div class="uk-container">
<div class="uk-grid-match uk-child-width-1-3@m" uk-grid>
<div>
<h3>Sponsored by</h3>
<p class="uk-margin-remove"><img src="./images/nc-logo.png" width="200px" /></p>
</div>
<div>
<h3>Mentors</h3>
<p class="uk-margin-remove"><a href="https://github.com/zhdzmn" target="_blank">@zhdzmn</a></p>
<p class="uk-margin-remove"><a href="https://github.com/sabit-zahin" target="_blank">@sabit-zahin</a></p>
<p class="uk-margin-remove"><a href="https://github.com/faisalhmohd" target="_blank">@faisalhmohd</a></p>
</div>
<div>
<h2><code>NodeSchool.Dhk.end();</code></h2>
</div>
</div>
</div>
</div>
</body>
</html>