-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
298 lines (279 loc) · 17.7 KB
/
blog.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="Description" content="At Hackference we are aiming to provide a hacking and networking platform by bringing people from a multitude of organisations,educational backgrounds ,belonging to different stratas of society for a whole new arena of excitement,coding and sheer brilliance. And at what cost, Zero. Zip. Zilch. Nada. Nothing!">
<meta name="Keywords" content="hackathon, developer, relations, advocate, conference, hiring, fair, bengaluru, bangalore, karnataka, open, source, development, india">
<title>Blog - Hackference India 2018</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<!--Core CSS -->
<link rel="stylesheet" href="assets/css/bulma.css">
<link rel="stylesheet" href="assets/css/core.css">
<!--Libraries-->
<link rel="stylesheet" href="assets/fonts/cryptofont/css/cryptofont.min.css">
<link rel="stylesheet" href="assets/js/modalvideo/modal-video.min.css">
<link rel="stylesheet" href="assets/js/aos/aos.css">
</head>
<body>
<!-- Pageloader -->
<div class="pageloader is-theme"></div>
<div class="infraloader is-active"></div>
<div class="media-wrapper">
<!-- Landing page Hero -->
<section class="hero">
<div class="hero-head">
<!-- Cloned navbar -->
<!-- Cloned navbar that comes in on scroll -->
<nav id="navbar-clone" class="navbar is-fixed is-dark">
<div class="container">
<!-- Brand -->
<div class="navbar-brand">
<a href="./index" class="navbar-item">
<img src="assets/images/logo.svg" alt="">
<span class="brand-name">HACKFERENCE</span>
</a>
<!-- Responsive toggle -->
<span class="navbar-burger burger" data-target="cloneNavbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<!-- Menu -->
<div id="cloneNavbarMenu" class="navbar-menu">
<div class="navbar-end">
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./about">About</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./timeline">Event Timeline</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./blog">Blog</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./Women-Safety-Guidelines-HACKFERENCE-INDIA-2018.pdf" target="_blank">Women Safety Guidelines</a>
</div>
<!-- Sign up -->
</div>
</div>
</div>
</nav>
<!-- /Cloned navbar -->
<!-- Static navbar -->
<!-- Static navbar -->
<nav class="navbar is-light">
<div class="container">
<!-- Brand -->
<div class="navbar-brand">
<a href="./index" class="navbar-item">
<img src="assets/images/logo.svg" alt="">
<span class="brand-name">HACKFERENCE</span>
</a>
<!-- Responsive toggle -->
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<!-- Menu -->
<div id="navbarMenu" class="navbar-menu light-menu">
<div class="navbar-end">
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./about">About</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./timeline">Event Timeline</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./blog">Blog</a>
</div>
<!-- Menu item -->
<div class="navbar-item is-nav-link">
<a class="is-centered-responsive" href="./Women-Safety-Guidelines-HACKFERENCE-INDIA-2018.pdf" target="_blank">Women Safety Guidelines</a>
</div>
<!-- Sign up -->
</div>
</div>
</div>
</nav>
<!-- /Static navbar -->
</div>
<!-- Hero Image and Title -->
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<!-- Landing page Title -->
<div class="column is-5 is-offset-1 landing-caption">
<div class="divider"></div>
<h1 class="title is-1 is-light is-semibold is-spaced main-title">Blog</h1>
<h2 class="subtitle is-6 is-light is-thin">
Our enthusiastic team of bloggers have put together certain articles helping you understand the event insights more efficiently.
</h2>
</div>
<!-- Hero image -->
<div class="column is-6">
<figure class="image">
<img src="assets/images/illustrations/blog.svg" alt="">
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-12">
<!-- Content wrapper -->
<div class="content-wrapper">
<!-- Post -->
<div class="blog-post">
<a href="hackference-101">
<!-- Featured image -->
<div class="featured-image">
<img src="assets/images/media/hackference101.jpg" alt="">
</div>
<!-- Content -->
<div class="content">
<div class="post-title">Hackference 101 <span class="blog-date">15.09.2018</span></div>
<p>
Hackathons are taking the world by storm. They are changing the way we think about education, replacing career fairs, and producing hackers by the thousand...
</p>
<!-- Meta -->
<div class="post-meta">
<div class="author-block">
<div class="image is-32x32">
<img src="assets/images/team/sanmaya.jpg" alt="">
</div>
<div class="author-name">
<span>by Sanmaya Mohanty</span>
<span>Featured</span>
</div>
</div>
</div>
</div>
</a>
<a href="devrelconf">
<!-- Featured image -->
<div class="featured-image">
<img src="assets/images/media/devrelconf.jpg" alt="">
</div>
<!-- Content -->
<div class="content">
<div class="post-title">Developer Relations Conference<span class="blog-date">30.09.2018</span></div>
<p>
Today the market is not based on simple code and algorithms, from the past years it has grown over many terms and the industry is fastly pacing toward a industry which is predominantly customer based and relations attained...
</p>
<!-- Meta -->
<div class="post-meta">
<div class="author-block">
<div class="image is-32x32">
<img src="assets/images/team/prakarsh.jpg" alt="">
</div>
<div class="author-name">
<span>by Prakarsh Pathak</span>
</div>
</div>
</div>
</div>
</a>
<a href="hackathon">
<!-- Featured image -->
<div class="featured-image">
<img src="assets/images/media/hackathon.jpg" alt="">
</div>
<!-- Content -->
<div class="content">
<div class="post-title">Demystifying the term "Hackathon"<span class="blog-date">01.10.2018</span></div>
<p>
Engineers are innovative individuals – they must be. Creating programming and web applications isn't just about knowing how programming dialects function...
</p>
<!-- Meta -->
<div class="post-meta">
<div class="author-block">
<div class="image is-32x32">
<img src="assets/images/team/prakarsh.jpg" alt="">
</div>
<div class="author-name">
<span>by Prakarsh Pathak</span>
<span>Featured</span>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<!-- /Content wrapper -->
</div>
</div>
</div>
<div class="columns">
<div class="column is-8 is-offset-2">
<!-- Contact icons -->
<div class="contact-icons">
<!-- Mail -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="100" data-aos-offset="200" data-aos-easing="ease-out-quart" href="mailto:[email protected]" target="_blank">
<img class="is-phone" src="assets/images/icons/mail.svg" alt="">
</a>
<!-- Facebook -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="200" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://www.facebook.com/hackferenceindia/" target="_blank">
<img class="is-facebook" src="assets/images/icons/social/facebook.svg" alt="facbook">
</a>
<!-- Instagram -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="300" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://www.instagram.com/hackferenceindia/" target="_blank">
<img class="is-instagram" src="assets/images/icons/social/instagram.svg" alt="">
</a>
<!-- LinkedIn -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="400" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://www.linkedin.com/company/hackference/" target="_blank">
<img class="is-linkedin" src="assets/images/icons/social/linkedin.svg" alt="">
</a>
<!-- Twitter -->
<a class="contact-icon" data-aos="fade-up" data-aos-delay="500" data-aos-offset="200" data-aos-easing="ease-out-quart" href="https://twitter.com/HackferenceIn" target="_blank">
<img class="is-twitter" src="assets/images/icons/social/twitter.svg" alt="">
</a>
</div>
</div>
</div>
</section>
</div>
<footer class="hackference-footer">
<div class="container">
<!-- Logo -->
<div class="footer-logo">
<div class="footer-logo">
<img src="assets/images/logo.svg" alt="">
<div class="brand-name">Hackference India</div>
<div class="brand-subtitle">India's Biggest Ever Open Source Event</div>
<a class="k-copyright" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
<!-- Absolute image -->
<img class="solar-system" src="assets/images/bg/solar.svg" alt="">
</footer> <!-- Core js -->
<script src="assets/js/app.js"></script>
<!--script src="assets/js/particlesjs/particles.min.js"></script-->
<script src="assets/js/aos/aos.js"></script>
<script src="assets/js/timer.js"></script>
<script src="assets/js/timeline.js"></script>
<script src="assets/js/roadmap.js"></script>
<script src="assets/js/main.js" defer="defer"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
</body>
</html>