-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
395 lines (367 loc) · 16.3 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<style>
.techno {
height: 150px;
}
.large {
width: 550px;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Wanna Be a Developer</h1>
<p>Here is what you need to know</p>
</section>
<section>
<img src="img/me.jpg" alt="">
<h4>Ilyes Hammadi</h4>
<p>Junior Full Stack Developer and CS student</p>
</section>
<section class="fragmented">
<h2>Difference between developer, programer and a computer scientist</h2>
</section>
<section class="fragmented">
<h3>Computer Scientist</h3>
<p class="fragment">
They write code. It may not be the prettiest or most
well-factored code, but it gets the job done. It is not about the design of the code or "good"
practices
</p>
</section>
<section>
<img class="large" src="img/cs.jpg" alt="">
</section>
<section class="fragmented">
<h3>Programmer</h3>
<p class="fragment">
Programmers write awesome code. Making it clean, well-factored and error free are very important
concerns, but not at the expense of getting the job done.
</p>
</section>
<section>
<img class="large" src="img/programmer.jpg" alt="">
</section>
<section class="fragmented">
<h3>Developer</h3>
<p class="fragment">
A software developer is a person concerned with facets of the software development process,
including
the research, design, programming, and testing of computer software.
</p>
</section>
<section>
<img class="large" src="img/developer.jpg" alt="">
</section>
<section data-background="img/developers.jpeg">
<h1>Developer Jobs</h1>
</section>
<section>
<section data-background="img/front-end-dev-1.jpg">
<h1>
Front-end Developer
</h1>
</section>
<section>
<p>Front end development is the development of those elements of a website that the customer sees and
interacts with directly. It is a combination of programming skills and aesthetics.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/html.png" class="fragment">
<img src="img/css.png" alt="" class="fragment">
<img src="img/javascript.png" alt="" class="fragment">
<img src="img/jquery.png" alt="" class="fragment">
<img src="img/react.png" alt="" class="fragment">
<img src="img/angular-js.png" alt="" class="fragment">
<img src="img/vuejs.png" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/fcc.jpeg" alt="" class="fragment">
<img src="img/udacity.png" alt="" class="fragment">
<img src="img/Coursera_logo.png" alt="" class="fragment">
<img src="img/udemy.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/front-end-salary.png">
<h3 class="fragment">$66K TO $104K</h3>
</section>
</section>
<section>
<section data-background="img/back-end.gif">
<h1>
Back-end Developer
</h1>
</section>
<section>
<p>The back end of a website consists of a server, an application, and a database. A back-end developer
builds and maintains the technology that powers those components.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/python.png" class="fragment">
<img src="img/ruby.png" alt="" class="fragment">
<img src="img/django.png" alt="" class="fragment">
<img src="img/rails.png" alt="" class="fragment">
<img src="img/node.png" alt="" class="fragment">
<img src="img/restful-api-logo.png" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/fcc.jpeg" alt="" class="fragment">
<img src="img/udacity.png" alt="" class="fragment">
<img src="img/Coursera_logo.png" alt="" class="fragment">
<img src="img/udemy.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/back-end-salary.png" alt="">
<h3 class="fragment">$66K TO $108K</h3>
</section>
</section>
<section>
<section data-background="img/full-stack.gif">
<h1>
Full Stack Developer
</h1>
</section>
<section>
<p>There’s often not a black-and-white distinction between front-end and back-end development.
Front-end developers often need to learn those additional back-end skills, and vice versa.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/html.png" class="fragment">
<img src="img/css.png" alt="" class="fragment">
<img src="img/javascript.png" alt="" class="fragment">
<img src="img/jquery.png" alt="" class="fragment">
<img src="img/react.png" alt="" class="fragment">
<img src="img/angular-js.png" alt="" class="fragment">
<img src="img/vuejs.png" alt="" class="fragment">
<img src="img/python.png" class="fragment">
<img src="img/ruby.png" alt="" class="fragment">
<img src="img/django.png" alt="" class="fragment">
<img src="img/rails.png" alt="" class="fragment">
<img src="img/node.png" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/fcc.jpeg" alt="" class="fragment">
<img src="img/udacity.png" alt="" class="fragment">
<img src="img/Coursera_logo.png" alt="" class="fragment">
<img src="img/udemy.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/full-stack-salary.png" alt="">
<h3 class="fragment">$63K TO $105K</h3>
</section>
</section>
<section>
<section data-background-iframe="https://www.youtube.com/embed/Vx5LcHhU4Vw??autoplay=1&rel=0&&controls=0&showinfo=0&autohide=1" >
<h1>
Machine Learning Engineer
</h1>
</section>
<section>
<p>Field of study that gives computers the ability to learn without being explicitly programmed</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/python.png" class="fragment">
<img src="img/Rlogo.png" alt="" class="fragment">
<img src="img/c++.png" alt="" class="fragment">
<img src="img/scikit-learn.png" alt="" class="fragment">
<img src="img/tensorflow.jpg" alt="" class="fragment">
<img src="img/math.jpeg" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/udacity.png" alt="" class="fragment">
<img src="img/Coursera_logo.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/machine-learning-salary.png" alt="">
<h3 class="fragment">$87K TO $151K</h3>
</section>
</section>
<section>
<section data-background-iframe="https://www.youtube.com/embed/f9z-eKD2xjk?autoplay=1&rel=0&&controls=0&showinfo=0&autohide=1" >
<h1>
Self-Driving Car Engineer
</h1>
</section>
<section>
<p>An autonomous car <em>(driverless car, self-driving car, robotic car)</em> is a vehicle that is
capable of sensing its environment and navigating without human input.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/python.png" class="fragment">
<img src="img/scikit-learn.png" alt="" class="fragment">
<img src="img/Rlogo.png" alt="" class="fragment">
<img src="img/tensorflow.jpg" alt="" class="fragment">
<img src="img/math.jpeg" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/udacity.png" alt="" class="fragment">
<img src="img/Coursera_logo.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/self-driving-salary.png">
<h3 class="fragment">$101K TO $178K</h3>
</section>
</section>
<section>
<section data-background-iframe="https://www.youtube.com/embed/Ut3Hvbvs1bs?autoplay=1&rel=0&&controls=0&showinfo=0&autohide=1&volume=0">
<h1>
Android Developer
</h1>
</section>
<section>
<p>Android software development is the process by which new applications are created for the Android
operating system.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/java.png" class="fragment">
<img src="img/android-sdk.jpg" alt="" class="fragment">
<img src="img/xml-logo.png" alt="" class="fragment">
<img src="img/gradle-logo.png" alt="" class="fragment">
<img src="img/material-logo.png" alt="" class="fragment">
<img src="img/restful-api-logo.png" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/udacity.png" alt="" class="fragment">
<img src="img/Coursera_logo.png" alt="" class="fragment">
<img src="img/udemy.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/android-salary.png">
<h3 class="fragment">$66K TO $117K</h3>
</section>
</section>
<section>
<section data-background="img/game-dev.jpg">
<h1>
Game Developer
</h1>
</section>
<section>
<p>A video game developer is a software developer that specializes in video game development – the
process and related disciplines of creating video games.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/c++.png" class="fragment">
<img src="img/c%23.png" alt="" class="fragment">
<img src="img/javascript.png" alt="" class="fragment">
<img src="img/unity-logo.png" alt="" class="fragment">
<img src="img/CryEngine.png" alt="" class="fragment">
<img src="img/Unreal_Engine_logo.png" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/Coursera_logo.png" alt="" class="fragment">
<img src="img/udemy.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/game-salary.png">
<h3 class="fragment">$65K TO $104K</h3>
</section>
</section>
<section>
<section data-background-iframe="https://www.youtube.com/embed/6PKzy0LvqTU??autoplay=1&rel=0&&controls=0&showinfo=0&autohide=1">
<h1>
VR Developer
</h1>
</section>
<section>
<p>Virtual reality typically refers to computer technologies that use software to
generate realistic images, sounds and other sensations that replicate a real environment.</p>
</section>
<section class="fragmented techno">
<h3>Technologies used</h3>
<img src="img/c++.png" class="fragment">
<img src="img/c%23.png" alt="" class="fragment">
<img src="img/javascript.png" alt="" class="fragment">
<img src="img/unity-logo.png" alt="" class="fragment">
</section>
<section class="fragmented techno">
<h3>Wanna learn</h3>
<img src="img/udacity.png" alt="" class="fragment">
</section>
<section class="fragmented">
<h3>Salary</h3>
<img src="img/AR : VR salary.png">
<h3 class="fragment">$72K TO $130K</h3>
</section>
</section>
<section class="fragmented">
<h2>Other Jobs</h2>
<ul>
<li class="fragment">DevOps</li>
<li class="fragment">IOS Developer</li>
<li class="fragment">Data Analyst</li>
<li class="fragment">IOT Developer</li>
<li class="fragment">Database Administrator</li>
</ul>
</section>
<section data-background-transition="zoom">
<section data-background="#b5533c">
<h1>Hope you will find your path</h1>
</section>
<section data-background="#4d7e65">
<h1>{ Thank you }</h1>
</section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{src: 'plugin/markdown/marked.js'},
{src: 'plugin/markdown/markdown.js'},
{src: 'plugin/notes/notes.js', async: true},
{
src: 'plugin/highlight/highlight.js', async: true, callback: function () {
hljs.initHighlightingOnLoad();
}
}
]
});
</script>
</body>
</html>