-
Notifications
You must be signed in to change notification settings - Fork 0
/
devlaunch.html
305 lines (296 loc) · 12 KB
/
devlaunch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Girlscript Ranchi GS Github Tech Bootcamp GSRNC GSRanchi Technology Arnab Deep Debanshu Mutt gsrnc gsranchi HTML JavaScript
CSS Portfolio Website Workshop Web Development">
<meta name="description" content="DevLaunch is a Web Development workshop + portfolio website making COMPETITION organised by Girlscript Ranchi.
">
<meta name="author" content="Arnab Deep, Debanshu Mutt">
<meta property="og:title" content="DevLaunch | Girlscript Ranchi">
<meta property="og:type" content="Website">
<meta property="og:description" content="
DevLaunch is a Web Development workshop + portfolio website making COMPETITION organised by Girlscript Ranchi.
">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=Poppins:wght@500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="./Assets/css/events-style.css">
<title>DevLaunch | Girlscript Ranchi</title>
<link rel="shortcut icon" href="./Assets/images/gsLogo.png" type="image/x-icon">
<link href="//cdn.muicss.com/mui-0.10.3/extra/mui-noglobals.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" />
</head>
<body>
<header>
<div class="logo">
<a href="./index.html"><img src="./Assets/images/logoLight.png" width="200" alt=""></a>
</div>
<nav>
<ul>
<li class="navlink"><a href="./index.html">Home</a></li>
<li class="navlink"><a href="#about">About</a></li>
<li class="navlink"><a href="#timeline">Timeline</a></li>
<li class="navlink"><a href="#takeaways">Takeaways</a></li>
<li class="navlink"><a href="#mentor">Mentors</a></li>
</ul>
</nav>
<div class="menu-toggle mt-1">
<i class="fa fa-bars" aria-hidden="true" style="color: #F57C00;"></i>
</div>
</header>
<div class="img-container center">
<img src="./Assets/images/web_back.jpeg" id="banner" alt="">
</div>
<div class="event-text-type center">
<h1 id="dev"></h1>
</div>
<div class="container event" id="about" style="padding-top: 100px;">
<div class="row">
<div class="col-md-4 my-auto">
<img class="img-fluid" src="./Assets/images/DevLaunch.png">
</div>
<div class="col-md-8 order-sm-first my-auto">
<h2 class="text-center mt-4" style="font-weight: 800;"> About Devlaunch</h2>
<div class="row">
<div class="col-12">
<div class="about">
<p class="px-2" style="font-size: 1.5rem;">
<b>DevLaunch</b> is a Web Development workshop + portfolio website making COMPETITION.
A 6 days comprehensive bootcamp for learning Web Development right from the SCRATCH and
3 days
competition for building up and deploying your own Portfolio Website!💻
</p>
</div>
</div>
</div>
</div>
</div>
<div id="timeline" style="padding-top: 100px;">
<h2 class="text-center mt-4" style="font-weight: 800;">Devlaunch Timeline</h2>
<div class="timeline center mt-3">
<div class="Day1 center">
<h4 class="text-center">Web<br>Programming</h4>
<small>12th July</small>
</div>
<div class="Day1 center">
<h4 class="text-center">Introduction <br> to HTML5</h4>
<small>13th July</small>
</div>
<div class="Day1 center">
<h4 class="text-center">Introduction <br> to CSS3</h4>
<small>14th July</small>
</div>
<div class="Day1 center">
<h4 class="text-center">JavaScript</h4>
<small>15th July</small>
</div>
<div class="Day1 center">
<h4 class="text-center">Github &<br>Deployment</h4>
<small>16th July</small>
</div>
<div class="Day1 center">
<h4 class="text-center">Portfolio<br>Making<br>Competetion</h4>
<small>17th - 20th July</small>
</div>
</div>
</div>
<div id="takeaways" style="padding-top: 100px;">
<h2 class="text-center mt-5 mb-3" style="font-weight: 800;">Key Takeaways</h2>
<div class="row">
<div class="col-md-12">
<div class="card-deck">
<div class="card" style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;">
<div class="card-body">
<img src="./Assets/images/Icons/certificate.png" height="100px">
<br>
<p class="card-text">Certificate of completion for all the
participants.</p>
</div>
</div>
<div class="card" style=" box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;">
<div class="card-body">
<img src="./Assets/images/Icons/session.png" height="100px">
<br>
<p class="card-text">Live hands-on session on every topic
by the mentors.</p>
</div>
</div>
<div class="card" style=" box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;">
<div class="card-body">
<img src="./Assets/images/Icons/podium.png" height="100px">
<p class="card-text">
Certificate of Appreciation for the
<em> best 3 portfolio websites. </em>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="mentor" style="padding-top: 100px;">
<h2 class="text-center mentor-heading my-5">Mentors of DevLaunch</h2>
<div class="row mentors mb-5">
<div class="col-lg-4 mentor center">
<img class="mentor-pic" src="./Assets/images/mentor/abhishek.jpg">
<div class="mentor-overlay">
<a href="https://www.linkedin.com/in/abhishek-mankuskar-03790018b/"
class="fab fa-2x fa-linkedin m-1"></a>
</div>
</div>
<div class="col-lg-4 mentor center">
<img class="mentor-pic" src="./Assets/images/mentor/aditya.jpg">
<div class="mentor-overlay">
<a href="https://www.linkedin.com/in/adityaraj-singh/" class="fab fa-2x fa-linkedin m-1"></a>
</div>
</div>
<div class="col-lg-4 mentor center">
<img class="mentor-pic" src="./Assets/images/mentor/harsh.jpg">
<div class="mentor-overlay">
<a href="https://www.linkedin.com/in/harsh-bardhan-mishra-b19990173/"
class="fab fa-2x fa-linkedin m-1"></a>
</div>
</div>
</div>
</div>
<div class="headingcenter" style="margin-top: 100px;">
<h2 class="mentor-heading text-center">Top Performers</h2>
</div>
<div class="container my-4">
<div class="row">
<div class="col-md-4 center my-3">
<img class="mentor-pic" src="./Assets/images/Winners/Hackathon.png"alt="">
</div>
<div class="col-md-4 center my-3">
<img class="mentor-pic" src="./Assets/images/Winners/Performers.png" alt="">
</div>
<div class="col-md-4 center my-3">
<img class="mentor-pic" src="./Assets/images/Winners/Consolation.png" alt="">
</div>
</div>
</div>
<h2 class="text-center mentor-heading" style="margin-top: 100px;">Testimonials</h2>
<section class="quotes center mt-2">
<div class="bubble">
<blockquote><br>I refuse to accept the view that mankind is so tragically bound to the starless midnight of
racism and war that the bright daybreak of peace and brotherhood can never become a reality...<br>
</blockquote>
<div></div>
<cite> Martin Luther King, Jr.</cite>
</div>
<div class="bubble">
<blockquote><br>Peace is not a relationship of nations. It is a condition of mind brought about by a
serenity of soul. Peace is not merely the absence of war. It is also a state of mind. Lasting peace
can come only to peaceful people.<br>
</blockquote>
<div></div>
<cite> Jawaharlal Nehru</cite>
</div>
<div class="bubble">
<blockquote> <br>Forgiveness is not always easy. At times, it feels more painful than the wound we suffered,
to forgive the one that inflicted it. And yet, there is no peace without forgiveness.<br>
</blockquote>
<div></div>
<cite> Marianne Williamson</cite>
</div>
<div class="bubble">
<blockquote> <br>Of all our dreams today there is none more important - or so hard to realise - than that of
peace in the world. May we never lose our faith in it or our resolve to do everything that can be
done to convert it one day into reality. <br></blockquote>
<div></div>
<cite> Lester B. Pearson</cite>
</div>
</section>
</div>
<!--Footer-->
<div class="footer" id="contact">
<div class="lowerFooter">
<div class="container">
<div class="row">
<div class="offset-md-1 col-md-4 col-12 center">
<img src="./Assets/images/gsLogo.png">
<h5>Ranchi</h5>
</div>
<div class="col-md-2 col-12 mt-3 px-2 center">
<h4>Quick Links</h4>
<div style="align-items: flex-start;">
<i class="fas fa-arrow-circle-right mr-2"></i><a href="#about">About</a><br>
<i class="fas fa-arrow-circle-right mr-2"></i><a href="#timeline">Timeline</a><br>
<i class="fas fa-arrow-circle-right mr-2"></i><a href="#takeaways">Takeaways</a><br>
<i class="fas fa-arrow-circle-right mr-2"></i><a href="#mentor">Mentors</a><br>
<i class="fas fa-arrow-circle-right mr-2"></i><a href="#">Back to Top</a>
</div>
</div>
<div class="col-md-5 col-12 mt-3 px-2 center">
<h4>Connect with us on:</h4>
<div>
<a href="https://www.facebook.com/Girlscript-Ranchi-105199421237889/"
class="fab fa-2x fa-facebook-square m-1"></a>
<a href="https://github.com/GirlScript-Ranchi" class="fab fa-2x fa-github-square m-1"></a>
<a href="mailto:[email protected]" class="fas fa-2x fa-envelope m-1"></a>
<a href="https://twitter.com/GirlscriptRnc" class="fab fa-2x fa-twitter-square m-1"></a>
<a href="https://www.linkedin.com/company/girlscript-ranchi/"
class="fab fa-2x fa-linkedin m-1"></a>
<a href="https://www.instagram.com/girlscript.ranchi/"
class="fab fa-2x fa-instagram m-1"></a>
</div>
</div>
</div>
</div>
<hr>
<div class="col-12 my-auto center">
<h6>© 2020 GirlScript Ranchi | All rights reserved.</h6>
<h6>Made with ❤️ by <strong style="color: #F57C00;">GirlScript Ranchi</strong>
</h6>
</div>
</div>
</div>
<script src="./Assets/js/devlaunch.js"></script>
<script src="//cdn.muicss.com/mui-0.10.3/extra/mui-combined.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script>
$(document).ready(function () {
$('.menu-toggle').click(function () {
$('nav').toggleClass('active')
});
$(".navlink").click(function () {
$("nav").removeClass("active")
});
});
</script>
<script>
$('.quotes').slick({
dots: true,
infinite: true,
autoplay: true,
autoplaySpeed: 6000,
speed: 800,
arrows: false,
slidesToShow: 1,
adaptiveHeight: true
});
$(document).ready(function () {
$('.no-fouc').removeClass('no-fouc');
});
</script>
</body>
</html>