forked from oss2019/oss2019.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
new_post.html
405 lines (337 loc) · 18.6 KB
/
new_post.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OSS — IIT Dharwad</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./images/oss_logo.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,700,900|Roboto+Mono:300,400,500">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/fl-bigmug-line.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body style="overflow-y: hidden;">
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<header class="site-navbar py-1" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<a href="index.html"><img src="images/oss_logo.png" style="max-height: 100px;"></a>
<!-- <h1 class="mb-0"><a href="index.html" class="text-black h2 mb-0">O<strong>SS</strong></a></h1> -->
</div>
<div class="col-10 col-xl-10 d-none d-xl-block">
<nav class="site-navigation text-right" role="navigation">
<ul class="site-menu js-clone-nav mr-auto d-none d-lg-block">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="new_post.html"><span class="rounded bg-primary py-2 px-3 text-white"><span class="h5 mr-2">+</span>Propose an Idea </span></a></li>
</ul>
</nav>
</div>
<div class="col-6 col-xl-2 text-right d-block">
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header><div id="full-page-quiz" class="full-page-quiz">
<div class="heading jumbotron">
<h1>I want to..</h1>
</div>
<center>
<div class="card-deck col-md-6">
<div id="project" class="card" onclick="show_form(this)">
<!-- <img class="card-img-top" src="..." alt="Card image cap"> -->
<div class="card-body">
<center><h5 class="card-title">Start a Project</h5></center>
<p class="card-text">If you have already thought of a solution to some problem or had an amazing idea which you want to implement</p>
<p class="card-text"><small class="text-muted">Don't worry! There are enough members to help you if you get stuck.</small></p>
</div>
</div>
<div id="idea" class="card" onclick="show_form(this)">
<!-- <img class="card-img-top" src="..." alt="Card image cap"> -->
<div class="card-body">
<center><h5 class="card-title">Give an Idea</h5></center>
<p class="card-text">If you have come accross a problem or had an amazing idea about something but you don't really want to work on it</p>
<p class="card-text"><small class="text-muted">Don't worry! You will be given idea credits and also you can join later if you change your mind.</small></p>
</div>
</div>
</center>
</div>
<div class="unit-5 overlay" style="background-image: url('images/grid-bluecut.jpg');">
<div class="container text-center">
<h2 class="mb-0">Submit An Idea</h2>
</div>
</div>
<div class="site-section bg-light">
<div class="container">
<div class="row">
<!-- Open Project Submission -->
<div id="project-form" class="col-md-12 col-lg-8 mb-5">
<form action="https://formspree.io/[email protected]" method="post" class="p-5 bg-white">
<!-- <h3>Idea</h3>
<hr> -->
<div class="row form-group">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">Project Title</label>
<input type="text" id="fullname" name="Title" class="form-control" placeholder="eg. Jarvis">
</div>
</div>
<div class="row form-group mb-5">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">A Brief Description</label>
<input type="text" id="fullname" name="Brief" class="form-control" placeholder="eg. Supporting OS for a Titanium-plated exoskeletal armor which flies and shoots">
</div>
</div>
<div class="row form-group mb-5">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">Motive behind this project</label>
<textarea type="text" id="fullname" name="Motive" class="form-control" placeholder="eg. Held prisoner in a cave by terrorists which compelled me to make a prototype and get out of there. Now it's just revenge. "></textarea>
</div>
</div>
<div class="row form-group mb-5">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">Resources required (not guaranteed)</label>
<input type="text" id="fullname" name="Resources" class="form-control" placeholder="eg. Arc reactor, Titanium and maybe a billion dollars">
</div>
</div>
<div class="row form-group mb-5">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">Technology Stack</label>
<input type="text" id="fullname" name="Technology Stack" class="form-control" placeholder="eg. OS development, missile technology etc.">
</div>
<div class="col-md-12 mb-3 mb-md-0 px-4 pt-2">
<label for="option-price-1">
<input type="checkbox" value="Hardware" name="Genre"> Hardware
</label>
</div>
<div class="col-md-12 mb-3 mb-md-0 px-4">
<label for="option-price-2">
<input type="checkbox" value="Software" name="Genre"> Software
</label>
</div>
</div>
<div class="row form-group mb-5">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">Estimated time to build a prototype</label>
<input type="text" id="fullname" name="Est. time" class="form-control" placeholder="eg. Golden rule - Escape the cave first and then build nano-tech">
</div>
</div>
<!-- <div class="row form-group">
<div class="col-md-12"><h3>If required H3</h3></div>
<div class="col-md-12 mb-3 mb-md-0">
<textarea name="" class="form-control" id="" cols="30" rows="5"></textarea>
</div>
</div> -->
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Submit" class="btn btn-primary py-2 px-5">
</div>
</div>
</form>
</div>
<!-- Close Project Submission -->
<!-- Open Idea Submission -->
<div id="idea-form" class="col-md-12 col-lg-8 mb-5">
<form action="https://formspree.io/[email protected]" method="post" class="p-5 bg-white">
<div class="row form-group mb-5">
<div class="col-md-12 mb-3 mb-md-0">
<label class="font-weight-bold" for="fullname">Idea</label>
<textarea type="text" id="fullname" name="idea" class="form-control" placeholder="eg. Want to build my 42nd Titanium armor suit "></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Submit" class="btn btn-primary py-2 px-5">
</div>
</div>
</form>
</div>
<!-- Close Idea Submission -->
<div class="col-lg-4">
<div class="p-4 mb-3 bg-white">
<h3 class="h5 text-black mb-3">How to fill this form?</h3>
<p>This is a very serious form through which you have to pitch your idea. After your idea is intensively reviewed by a panel of professors, high court judges and the PMO, they <strong>may</strong> accept your idea. </p>
<p>
Just kidding, you just need to know your stuff (or at least be serious and try to know it) and we'll be thrilled to approach you.
</p>
<!-- <p><a href="#" class="btn btn-primary py-2 px-4">Learn More</a></p> -->
</div>
<div class="p-4 mb-3 bg-white">
<h3 class="h5 text-black mb-3">Stuck on something?</h3>
<p class="mb-0 font-weight-bold">Feel free to bug us at</p>
<p class="mb-0"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-6" data-aos="fade" >
<h2>Frequently Asked Questions</h2>
</div>
</div>
<div class="row justify-content-center" data-aos="fade" data-aos-delay="100">
<div class="col-md-8">
<div class="accordion unit-8" id="accordion">
<div class="accordion-item">
<h3 class="mb-0 heading">
<a class="btn-block" data-toggle="collapse" href="#collapseOne" role="button" aria-expanded="true" aria-controls="collapseOne">Is there any discipline/year restriction on starting a new project? <span class="icon"></span></a>
</h3>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="body-text">
<p>Right from a student who's just joined IIT Dharwad to a PhD scholar who's going to complete his/her thesis tomorrow are encouraged to start off implementing any cool idea they have.</p>
</div>
</div>
</div> <!-- .accordion-item -->
<div class="accordion-item">
<h3 class="mb-0 heading">
<a class="btn-block" data-toggle="collapse" href="#collapseTwo" role="button" aria-expanded="false" aria-controls="collapseTwo">Will these projects influence my CGPA directly?<span class="icon"></span></a>
</h3>
<div id="collapseTwo" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="body-text">
<p>Absolutely not. At OSS, everyone takes up various open-sourced and spectacular projects which are only taken up with a lot of interest and a feel to solve real-life problems like a real engineer. It won't affect your grades directly (assuming you wouldn't neglect your academics totally). But it surely will make you feel more awesome!</p>
</div>
</div>
</div> <!-- .accordion-item -->
<div class="accordion-item">
<h3 class="mb-0 heading">
<a class="btn-block" data-toggle="collapse" href="#collapseThree" role="button" aria-expanded="false" aria-controls="collapseThree">What if I don't complete the project in time?<span class="icon"></span></a>
</h3>
<div id="collapseThree" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="body-text">
<p>There aren't any deadlines or penalties for not completing it in time. It's totally fine if you want to focus some more on academics or maybe just take a break. But remember this, the longer you delay it, the lesser motive you have to work on it. On the other hand, if your team is stuck at some point, feel free to bug us so that we can help (or maybe try and get some).</p>
</div>
</div>
</div> <!-- .accordion-item -->
<div class="accordion-item">
<h3 class="mb-0 heading">
<a class="btn-block" data-toggle="collapse" href="#collapseFour" role="button" aria-expanded="false" aria-controls="collapseFour">I don't know anything about coding/building stuff but I want to contribute. How should I proceed?<span class="icon"></span></a>
</h3>
<div id="collapseFour" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="body-text">
<p>Make sure you attend the workshops we conduct so that you get a fair understanding of the basic stuff. If you want more learning stuff, you ping us any time and we'll try to point you where to get started. Once that's done, you just need to observe the small little problems around you and try to develop a solution.</p>
</div>
</div>
</div> <!-- .accordion-item -->
</div>
</div>
</div>
</div>
</div>
<!--Start Footer-->
<footer class="site-footer unit-5 overlay footer-color">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-6 col-md-6 col-lg-6 mb-5 mb-lg-0">
<img src="images/oss_logo.png" style="max-width: 100%">
</div>
<div class="col-6 col-md-3 col-lg-3 mb-5 mb-lg-0">
</div>
<div class="col-6 col-md-3 col-lg-3 mb-5 mb-lg-0">
<div class="text-center">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="codeofconduct.html">Terms & Policies</a></li>
</ul>
</div>
<div class="text-center">
<h3 class="footer-heading mb-4">Follow Us</h3>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://www.facebook.com/OSS-Open-Student-Society-390468168410308/" target="_blank">
<img src="images/facebook.png" style="max-width: 20px">
</a>
</span>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://www.linkedin.com/company/oss2019" target="_blank">
<img src="images/linkedin.png" style="max-width: 20px">
</a>
</span>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://github.com/oss2019/oss2019.github.io/" target="_blank">
<img src="images/github.png" style="max-width: 20px">
</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li>
<span class="d-block text-white">Address</span>
Indian Institute of Technology, Dharwad,
Karnataka 580011
</li>
<li>
<span class="d-block text-white">Email</span>
</li>
</ul>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>document.write(new Date().getFullYear());</script> All Rights Reserved <br> OSS, IIT Dharwad<br>
</p>
<p style="font-size: 10px;">
This template is made by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<br>
Icons made by <a href="https://www.flaticon.com/authors/geotatah" target="_blank" title="geotatah" style="">geotatah</a> from <a href="https://www.flaticon.com/" target="_blank" title="Flaticon">www.flaticon.com </a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</p>
</div>
</div>
</div>
<div class="footer-up-btn">
<div>
<img src="images/arrow-up.png" alt="up">
</div>
</div>
</footer>
<!--End Footer-->
</div>
<script src="js/custom.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>