This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevsummer.html
245 lines (220 loc) · 11.1 KB
/
devsummer.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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
@media screen and (max-width: 1200px) {
#logo1,
#logo2 {
display: none;
}
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1" user-scalable="no" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="DevSummer 2020 | FARC-NITK" />
<link rel="icon" type="image/png" href="FARC.ico">
<script src="js/index.js"></script>
<script src="js/navbar.js"></script>
<title>FARC | DevSummer 2020</title>
<link href="css/plugins.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="body-inner">
<header id="header" data-transparent="true" data-fullwidth="true" class="dark submenu-light">
<div class="header-inner">
<div class="container">
<script>
insertNavbar()
</script>
</div>
</div>
</header>
<section id="page-title" data-bg-parallax="images/events/devsummer2020/Dev.jpg">
<div class="container">
<div class="page-title">
<h1>DevSummer 2020</h1>
</div>
</div>
</section>
<section class = "mt-0 content background-white">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="heading-text heading-section">
<h2>WHAT WAS IT ALL ABOUT?</h2>
</div>
</div>
<div class="col-lg-9">
<div class="row">
<div class="col-lg-6" align="justify">
<font size=3px>
<p>The SMP was held by the club convenor of batch 2019-2020, Nishant Kumar. It was proposed with an aim to build a strong foundation and impart skills of Android Development to fellow
teammates and growing developers.
</p>
<p>
The SMP was one with ample hands-on time and experience and was a big success seeing the participation of many club members ranging from all SIGs of the club. In response to the participation, a Github repository was created in the FARC organization for guidance, instructions,
and submission of assignments that were given.
</p>
</font>
</div>
<div class="col-lg-6" align="justify">
<font size=3px>
<p>
Sessions were conducted on every week for 1 - hours containing a detailed demonstration as well as a QnA session. A usual session would be the mentor explaining 1 to 2 core
concepts a day. The teaching was followed by a guided assignment that was submitted on a FARC Github repo.
</p>
<p>
Nishant would thenreview the assignments, discuss what we could improve and applaud any exceptional effort put
in by someone. The assignments were thoroughly checked and posted on the group enabling healthy communication and interaction between fellow participants.
</p>
</font>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-0 content background-grey">
<div class="box-fancy section-fullwidth text-light p-b-0">
<div class="row">
<div style="background-color:#01579B" class="col-lg-4" align = "justify">
<h1 class="text-lg text-uppercase">01.</h1>
<h3>Intro to Android Studio IDE</h3>
<span>The first step to creating any android application in Android Studio is to first get familiar with the IDE. We explored all the functionality and workings
of the application and even tried to create one as an assignment. </span>
</div>
<div style="background-color:#0277BD" class="col-lg-4" align = "justify">
<h1 class="text-lg text-uppercase">02.</h1>
<h3>XML Structure of Views</h3>
<span>After getting a good grasp on the IDE, we were exposed to the structuing and the coding segment of an android application and how it is made to perform various
tasks. After the session, we were assigned to create a login application.
</span>
</div>
<div style="background-color:#0288D1" class="col-lg-4" align = "justify">
<h1 class="text-lg text-uppercase">03.</h1>
<h3>Applying functionality</h3>
<span>
Finally, coming to the last session, we were introduced to Postman which allowed us to tweak into the GUI and cloud functionalities of our application. Furthermore,
we were assigned to create a weather application utlising evereything we learnt in the SMP.
</span>
</div>
</div>
</div>
</section>
<section class="content background-white">
<div class="container">
<div class="heading-text heading-section text-center">
<h2>Snipets of the event</h2>
<span class="lead">With each new session, the difficulty of assignments grew, so as to enable everyone to get a complete picture of app development. The response met with the standards of the assignments
as it saw some creative and unique UI implementation on mobile platforms.
</span>
</div>
<div class="container">
<div class="grid-layout grid-5-columns" data-margin="20" data-item="grid-item" data-lightbox="gallery">
<div class="grid-item">
<a class="image-hover-zoom" href="images/events/devsummer2020/screenshots/addhyan_weather.png" data-lightbox="gallery-image"><img src="images/events/devsummer2020/screenshots/addhyan_weather.png"></a>
</div>
<div class="grid-item">
<a class="image-hover-zoom" href="images/events/devsummer2020/screenshots/ishaan_login.png" data-lightbox="gallery-image"><img src="images/events/devsummer2020/screenshots/ishaan_login.png"></a>
</div>
<div class="grid-item">
<a class="image-hover-zoom" href="images/events/devsummer2020/screenshots/ishaan_tictactoe.png" data-lightbox="gallery-image"><img src="images/events/devsummer2020/screenshots/ishaan_tictactoe.png"></a>
</div>
<div class="grid-item">
<a class="image-hover-zoom" href="images/events/devsummer2020/screenshots/pranshu_login.png" data-lightbox="gallery-image"><img src="images/events/devsummer2020/screenshots/pranshu_login.png"></a>
</div>
<div class="grid-item">
<a class="image-hover-zoom" href="images/events/devsummer2020/screenshots/srika_login.png" data-lightbox="gallery-image"><img src="images/events/devsummer2020/screenshots/srika_login.png"></a>
</div>
</div>
</div>
</div>
</section>
<section class="background-grey">
<div class="container">
<div class="heading-text heading-section text-center">
<h2><br>THE SMP INSTRUCTOR</h2>
</div>
<br><br>
<div class="row team-members team-members-shadow m-b-40">
<div class="col-lg-4" style="margin: auto;">
<div class="team-member" style="border-style: solid; border-width: 0px 0px 3px 0px; border-color: red;">
<div class="team-desc">
<u>
<h3>Nishant Kumar</h3>
</u>
<div class="col-lg-12">
<div class="row mt-1">
<div class="col-lg-5"><img class="m-2" id="img-member"
src="images/team/Nishant Kumar.jpeg"></div>
<div class="col-lg-7 align-items-center" height="inherit">
<div class="team-desc p-0 mt-3 mb-2" id="position"
style="width:120%; margin-left: -10%;">
<font size=4px>Convenor<br>2019-2020</font><br>
</div>
<div class="d-flex justify-content-center" style="width:120%; margin-left: -10%;">
<a class="btn btn-s btn-slide btn-light" data-width="85"
href="mailto:[email protected]">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a class="btn btn-s btn-slide btn-light" data-width="115"
href="https://www.linkedin.com/in/nishantkr97/" target="_blank">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="footer-content">
<div class="container">
<div class="row">
<div id="row2" class="col-lg-12">
<div class="widget" align="center">
<div class="widget-title">
<h3>FARC on Social Media</h3>
</div>
<span class="slide-captions text-center">
<a id="a" class="btn btn-lg btn-slide btn-light" href="mailto:[email protected]" data-width="120">
<i class="icon-mail"></i>
<span>Mail</span>
</a>
<a id="b" class="btn btn-lg btn-slide btn-light" target="_blank" href="http://instagram.com/farcnitk"
data-width="190">
<i class="fab fa-instagram"></i>
<span>Instagram</span>
</a>
<a id="c" class="btn btn-lg btn-slide btn-light" target="_blank"
href="https://www.facebook.com/FlyingandRoboticsClubOfficial/" data-width="180">
<i class="fab fa-facebook-f"></i>
<span>Facebook</span>
</a>
<a id="c" class="btn btn-lg btn-slide btn-light" target="_blank"
href="https://www.linkedin.com/company/flying-and-robotics-club-nitk/?viewAsMember=true"
data-width="160">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</footer>
<a id="scrollTop"><i class="icon-chevron-up"></i><i class="icon-chevron-up"></i></a>
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/functions.js"></script>
</div>
</body>
</html>