-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (290 loc) · 10.7 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
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
<!DOCTYPE html>
<html>
<head>
<title>Kotlin-android workshop</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section class="home" id="home">
<div class="background">
<img src="images/pink-triangle.png" alt="pink triangle" class="pink-triangle">
<img src="images/yellow-strip.png" alt="yellow strip" class="yellow-strip">
<img src="images/blue-triangle.png" alt="blue triangle" class="blue-triangle">
<img src="images/pink-strip.png" alt="pink strip" class="pink-strip">
</div>
<nav>
<ul class="nav-items">
<li><a href="#home" class="nav">HOME</a></li>
<li><a href="#objectives" class="nav">OBJECTIVES</a></li>
<li><a href="#day-plan" class="nav">DAY PLAN</a></li>
<li><a href="#partners" class="nav">PARTNERS</a></li>
<li><a href="#register" id="register-nav" class="nav">REGISTER</a></li>
<li><a href="#contact" class="nav">CONTACT</a></li>
</ul>
<div class="menu">
<img src="images/menu-icon.png" alt="menu-icon" class="menu-icon">
<ul class="nav-list">
<li><a href="#home" class="nav">HOME</a></li>
<li><a href="#objectives" class="nav">OBJECTIVES</a></li>
<li><a href="#day-plan" class="nav">DAY PLAN</a></li>
<li><a href="#partners" class="nav">PARTNERS</a></li>
<li><a href="#register" class="nav">REGISTER</a></li>
<li><a href="#contact" class="nav">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="hero">
<div class="hero-contents">
<div class="grid-pattern">
<img src="images/grid-pattern.png" alt="grid-pattern">
</div>
<div class="hero-main-content">
<div class="ca">
<img src="images/ca-logo.png" alt="Crazy Amigos logo">
<h3>presents</h3>
</div>
<div class="main-text">
<div class="days">
<h1>10</h1>
<h2>days</h2>
</div>
<div class="workshop">
<h1><span>Kotlin</span>-Android<br>workshop</h1>
</div>
</div>
<div class="mobile10x">
<h3>in association with</h3>
<img src="images/mobile10x.png" alt="mobile10x logo">
</div>
</div>
<div class="android-illustration">
<img src="images/android-and-kotlin.png" alt="Android and Kotlin illustration">
</div>
</div>
</div>
</section>
<section class="event-info">
<div class="info-card">
<div class="date">
<h2>Date</h2>
<h3>16th July to<br>27th July<span><br>(Sat and Sun off)</span></h3>
</div>
<div class="time">
<h2>Time</h2>
<h3>9am to 5pm</h3>
</div>
<div class="venue">
<h2>Venue</h2>
<h3> Mobile 10X<br>Govt. Cyber Park<br>Kozhikode, Kerala</h3>
</div>
<h3 class="text">Seats limited for <span>30</span> participants</h3>
<h3 class="text">Basic programming knowledge is favourable</h3>
<div class="free-panel">
<h3>Registration is</h3>
<h1>FREE<span>*</span></h1>
</div>
</div>
<div class="background"></div>
</section>
<section class="objectives" id="objectives">
<h1>Objectives</h1>
<div class="content-card content-card1">
<ul>
<li>Covers Kotlin basics</li>
<li>Android app development using Kotlin</li>
<li>Learn open source contribution using GIT</li>
<li>Be a part of Yeng( yeng.in) Project.</li>
<li>Demo App publishing to Play Store</li>
<li>Continuous development support after finishing the workshop.</li>
<li>Kotlin ios app development introduction</li>
<li>Android NDK introduction</li>
<li>Entrepreneurship, Personality Development, Trending technologies introductions etc.</li>
</ul>
</div>
<div class="square-background"></div>
<div class="pink-grid">
<img src="images/pink-grid.png" alt="pink grid">
</div>
</section>
<section class="day-plan" id="day-plan">
<div class="content-card content-card2">
<div class="day">
<h3 class="day-name">Day1</h3>
<h3 class="plan">Introduction, Tools Configuration, Basics, Flow Control</h3>
<div class="detailed-plan">
<h3>Introduction:</h3>
<h4>Introduction, Kotlin Runtime, Java vs Kotlin, Kotlin Future</h4>
<h3>Tools Configuration</h3>
<h4>JDK Installation, Idea IDE Installation</h4>
<h3>Basics</h3>
<h4>Hello world, Data Types, Variables, Operators, Type Conversion, Comments, Input/Output, Sample Programs</h4>
<h3>Flow Control</h3>
<h4>If Expression, When Expression, Sample Program</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day2</h3>
<h3 class="plan">Flow Control (cont...), Functions</h3>
<div class="detailed-plan">
<h3>Flow Control (coninued)</h3>
<h4>While loop, For loop, Break, Continue, Sample programs</h4>
<h3>Functions</h3>
<h4>Function basics, Inflix function, Default Arguments, Named Arguments, Sample Programs, Recursion, Tail Recursion, Lamdas and HigherOrder functions</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day3</h3>
<h3 class="plan">OOPs</h3>
<div class="detailed-plan">
<h3>OOPs</h3>
<h4>Class, Objects,, Constructors, Getters and Setters, Inheritance, Visibility Modifiers, Abstract class, Interfaces, Nested and Inner classes, Data class, Sealed class, Object, Companion Object, Extension function</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day4</h3>
<h3 class="plan">Installation, Introduction, Android UI, Building blocks</h3>
<div class="detailed-plan">
<h3>Installation</h3>
<h4>Android Studio</h4>
<h3>Introduction</h3>
<h4>Hello world, Project outline, Kotlin Selection</h4>
<h3>Android UI</h3>
<h4>XML Design, Constraint Layout, Kotlin UI Controls, Basic UI components</h4>
<h3>Building Blocks</h3>
<h4>Activity, Making calculator, Intent, Moving between activities, Start Activity for Result, Toast, Alert, Log</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day5</h3>
<h3 class="plan">Building blocks, Background process, Storage</h3>
<div class="detailed-plan">
<h3>Building Blocks</h3>
<h4>Services, Broadcast Receiver</h4>
<h3>Background Process</h3>
<h4>Asynctask, Handler, Long task - Progressbar, Anko</h4>
<h3>Storage</h3>
<h4>File storage, Sqlite database, Shared Preference</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day6</h3>
<h3 class="plan">Server Connection, Multimedia, Telephony, Sensors</h3>
<div class="detailed-plan">
<h3>Server Connection</h3>
<h4>GET Web Services, POST Web Services</h4>
<h3>Multimedia</h3>
<h4>Audio, Video, Camera</h4>
<h3>Telephony</h3>
<h4>Making phone call, Sending SMS, Call state Receiver</h4>
<h3>Sensors</h3>
<h4>GPS, Motion Sensors, Position Sensors, Environmental Sensors</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day7</h3>
<h3 class="plan">Advanced, version controller</h3>
<div class="detailed-plan">
<h3>Advanced</h3>
<h4>Room, Firebase, Glide, Retrofit, okHttp, Dependency Injection</h4>
<h3>Version Controller</h3>
<h4>GIT, Github contribution</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day8</h3>
<h3 class="plan">Project: Idea pitch, project selection, planning, designing, kickstart</h3>
<div class="detailed-plan">
<h3>Project</h3>
<h4>Idea Pitch, Project Selection, Planning, Designing, Kickstart</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day9</h3>
<h3 class="plan">Project: Coding</h3>
<div class="detailed-plan">
<h3>Project</h3>
<h4>Coding</h4>
</div>
</div>
<div class="day">
<h3 class="day-name">Day10</h3>
<h3 class="plan">Project: Testing, Release</h3>
<div class="detailed-plan">
<h3>Project</h3>
<h4>Testing, Release</h4>
</div>
</div>
</div>
<h1>Day Plan</h1>
<div class="square-background"></div>
<div class="blue-grid">
<img src="images/blue-grid.png" alt="blue grid">
</div>
</section>
<section class="partners" id="partners">
<div class="heading">
<h1>Partners</h1>
<div class="square-background"></div>
</div>
<div class="partner-logos">
<div class="logo">
<img src="images/gdg.png" alt="google developers group kozhikode logo">
</div>
<!-- <div class="logo">
<img src="images/kerala-startup.png" alt="kerala startup mission logo">
</div> -->
<div class="logo">
<img src="images/kotlin-kozhikode.png" alt="kotlin kozhikode user group logo">
</div>
<!-- <div class="logo">
<img src="images/ksidc.png" alt="kerala state industrial development corporation ltd logo">
</div> -->
</div>
<div class="yellow-strip">
<img src="images/yellow-strip.png" alt="yellow strip">
</div>
<div class="pink-strip">
<img src="images/pink-strip.png" alt="pink strip">
</div>
</section>
<section class="register" id="register">
<div class="heading">
<h1>Register</h1>
<div class="square-background"></div>
</div>
<div class="terms-card">
<h1><span>*</span>Terms and Conditions</h1>
<ul>
<li>Participant should carry a laptop with minimum 8GB RAM.</li>
<li>Participant should pay Rs.1000, which is a refundable amount for seat confirmation.</li>
<li>Payment should be paid through Tez/Whatsapp UPI payment to 9895212588 only.</li>
<li>Full amount will be refunded to the participant’s Tez/Whatsapp mobile number after completion of workshop</li>
<li>Participant will not get the refunded amount if they are taking two or more days leave.</li>
</ul>
</div>
<h3>Register now and level up your skills!</h3>
<button onclick="window.open('https://goo.gl/forms/AGWFYv2Bxy9c1DnR2')">Register</button>
</section>
<section class="contacts" id="contact">
<div class="contact-details">
<h1>Contacts</h1>
<h3>+91 9995 4713 53<br>[email protected]</h3>
<h4>Copyrights © 2018 crazyamigos.io</h4>
</div>
<div class="social-media">
<h1>Follow us on</h1>
<div class="icons">
<a href="https://www.facebook.com/crazyamigos/" target="_blank"><img src="images/fb.png" alt="fb icon"></a>
<a href="https://twitter.com/crazyamigos2013" target="_blank"><img src="images/twitter.png" alt="twitter icon"></a>
<a href="https://www.instagram.com/crazyamigosngo/" target="_blank"><img src="images/insta.png" alt="instagram icon"></a>
<a href="https://www.youtube.com/channel/UCiegJNFZp1VsrzJuAi5cblQ" target="_blank"><img src="images/youtube.png" alt="youtube icon"></a>
</div>
</div>
<img src="images/androids.png" alt="android robots" class="androids">
</section>
</body>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</html>