-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
579 lines (571 loc) · 21.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
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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>soumya.io</title>
<link rel = "icon" href =
"img/icon_logo.png"
type = "image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
</head>
<body onload="myFunction()">
<!-- Spinner -->
<div id="loading">
<div class="spinner">
<div class="inner one"></div>
<div class="inner two"></div>
<div class="inner three"></div>
</div>
</div>
<!-- End Spinner -->
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero"
><h1>
<span class="colorChange">Soumya Ranjan Rout</span>
</h1></a
>
</div>
<div class="nav-list">
<div class="hamburger"><div class="bar"></div></div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li>
<a href="#credentials" data-after="Credential">Credentials</a>
</li>
<li>
<a href="#activities" data-after="Activities">Activities</a>
</li>
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#about" data-after="about">About</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<!-- Added Video to the front page of the website. -->
<div>
<video autoplay muted loop>
<source src="video/pexels-charlie-mounsey-6143768.mp4" type="video/mp4" />
</video>
</div>
<div>
<h1>
<i>Hello,<br /></i><span></span>
</h1>
<h1>
<i>I am Soumya<br /></i><span></span>
</h1>
<h1>Web-<br />Devloper<span></span></h1>
<a href="#projects" type="button" class="cta"
><span class="colorChange">portfolio</span></a
>
</div>
</div>
</section>
<!-- -->
<!-- End Hero Section -->
<!-- Credential Section -->
<section id="credentials">
<section class="big-deal">
<div class="credentials container">
<div class="credential-top">
<h1 class="section-title">
<span>C</span>rede<span>n</span>tial<span>s</span>
</h1>
<p>
I am a student of CSE, doing B.Tech in GITA College BBSR, Odisha.
I have done some online courses and trainings described below.
</p>
</div>
<div class="credential-bottom">
<div class="credential-item">
<div class="icon">
<img
src="https://img.icons8.com/doodle/96/000000/graduation-scroll.png"
/>
</div>
<h2>
Java Programming and S.E Fundamentals Specialization, Duke University, Coursera,
Online(Oct 2020 - Ongoing)
</h2>
<p>
This Specialization is comprised of five courses which includes Html,
JavaScript, CSS, Java Progrmming, Html:5, Algorithms, Problem Solving,
String, Data Structure, Cryptography, Hash Table, Programming Principles.
<br /><a
href="https://drive.google.com/file/d/1G0yFZoaWofbTZSPvAm8PrjozAVA6K957/view?usp=sharing"
target="blank"
><button id="myBtn">
<span class="colorChange1">Credential-URL</span>
</button></a
>
</p>
</div>
<div class="credential-item">
<div class="icon">
<img
src="https://img.icons8.com/doodle/96/000000/graduation-scroll.png"
/>
</div>
<h2>
Web Devlopment Internshala Trainings, online(Dec 2020 - Jan
2021)
</h2>
<p>
Successfully completed a six weeks online certified training on
Web Devlopment. The training consisted of HTML & CSS, Bootstrap,
SQL and PHP modules. I scored 99% in the final assesment and was
a top performer in the training.<br /><a
href="https://drive.google.com/file/d/1dyKbTm3Uq3VN9W6FN13R_8lsCkl5Jg0G/view?usp=sharing"
target="blank"
><button id="myBtn">
<span class="colorChange1">Credential-URL</span>
</button></a
>
</p>
</div>
<div class="credential-item">
<div class="icon">
<img
src="https://img.icons8.com/doodle/96/000000/graduation-scroll.png"
/>
</div>
<h2>
The Complete JavaScript Course 2021: From Zero to Expert!,
udemy, Online(Feb 2021 - July 2021)
</h2>
<p>
Successfully completed 68 total hours of The Complete JavaScript
Course 2021: From Zero to Expert! online course. I have learned
Javascript, Modern ES6+, Modern OOP, Asynchronus Javascript,
NPM, Parsel and Babel with ES6 modules.<br />
<a
href="https://drive.google.com/file/d/1xfhR4DK6sqZjcclSmSWi73s3-_3e3aGW/view?usp=sharing"
target="blank"
><button id="myBtn">
<span class="colorChange1">Credential-URL</span>
</button></a
>
</p>
</div>
<div class="credential-item">
<div class="icon">
<img
src="https://img.icons8.com/doodle/96/000000/graduation-scroll.png"
/>
</div>
<h2>
The Complete Android App Development Masterclass: Build Apps,
udemy, Online(Sep 2020 - Nov 2020)
</h2>
<p>
Successfully completed 39.5 total hours of The Complete Android
App Development Masterclass: Build Apps online course. I have
learned Core Java, Designing Modern U.I, Working with
Databases in Android, Activities and APIs.<br /><a
href="https://drive.google.com/file/d/1MO_tXtlIvyMRLVukbrVrxG7Ugs_hq853/view?usp=sharing"
target="blank"
><button id="myBtn">
<span class="colorChange1">Credential-URL</span>
</button></a
>
</p>
</div>
</div>
</div>
</section>
</section>
<!-- End Credential Section -->
<!-- Activities Section-->
<section id="activities">
<section class="about-us">
<div class="section-header">
<h1 class="section-heading">Activities</h1>
<div class="underline"></div>
</div>
<div class="services">
<div class="service">
<div class="service-header">
<i class="fas fa-book"></i>
<h3>A.I-Robotics</h3>
</div>
<p class="service-text">
Successfully completed a two days workshop on AI ROBOTICS by
Oltron Technology with the collaboration of GITA Robotics Club
held in GITA, Bhubaneswar.<br />
<a
href="https://drive.google.com/file/d/1B1l8HhZYtLYjuPw64_MT5yid5gzgn1dm/view?usp=sharing"
target="blank"
>
<button id="myBtn2">
<span class="colorChange1">Work Shop-URL</span>
</button></a
>
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-book"></i>
<h3>Smart Grid in India and its Future</h3>
</div>
<p class="service-text">
Participated in a Webinar on ‘Smart Grid in India and its
Future’. The webinar was organized on January 29, 2021 by Tata
Power Delhi Distribution Limited, New Delhi.<br /><a
href="https://drive.google.com/file/d/1-Mz98aPbu0xdiMRoh3bUajbAtstefcJz/view?usp=sharing"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Webinar-URL</span>
</button></a
>
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-book"></i>
<h3>National Means–cum-Merit Scholarship</h3>
</div>
<p class="service-text">
It is a Centrally sponsored scholarship scheme implemented by
the Department of School Education & Literacy under the Ministry
of Human Resource Development.<br />
<a
href="https://drive.google.com/file/d/1RL6ZWv3NZPn0QtnwUiiozkIupYUcBi7u/view?usp=sharing"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Certificate-URL</span>
</button></a
>
</p>
</div>
<div class="service">
<div class="service-header">
<i class="fas fa-book"></i>
<h3>Industry Visit</h3>
</div>
<p class="service-text">
Participated in the Entreprenuership Awareness Camp and the Industry
Visit in Feb 2020.It was organised by GITA with NSTEDB, Department of
Science and technology, Govt. India.
<br />
<a
href="https://drive.google.com/file/d/1uQUyJXhHVhkzxgwXimYgLgg46YMgsvUw/view?usp=sharing"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Certificate-URL</span>
</button></a
>
</p>
</div>
<div class="service">
<div class="service-header">
<h3>U.T.S.E</h3>
</div>
<p class="service-text">
Participated in the All Odisha Uranium Talent Search
Examination(UTSE-2014) affiliated to BSE(Odisha) and qualified
with Grade-A.<br />
<a
href="https://drive.google.com/file/d/1mnJGNntfQfwi8TxAXdJD0qhV9NQG_yIE/view?usp=sharing"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Certificate-URL</span>
</button></a
>
</p>
</div>
<div class="service">
<div class="service-header">
<i class="far fa-book"></i>
<h3>Internship at Team Everest</h3>
</div>
<p class="service-text">
Participated in Team Everest 'Design a Game' activity from
16-Nov-2021 to 30-Nov-2021. We have created intresting games
for children learning programs with Java, JavaScript, Netbeans.
<br />
<a
href="https://drive.google.com/file/d/1DYYUxgIE3Dl_l78ldDYO-LG6u-7RiiF-/view?usp=sharing"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Selection-URL</span>
</button></a
>
<a
href="https://drive.google.com/file/d/1weEhdDDe-SPYiVpZHxoesbJaE1wemN3H/view?usp=sharing"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Internship-URL</span>
</button></a
>
</p>
</div>
<div class="about-us-img-wrapper">
<img
src="https://media.giphy.com/media/iFVTmBdUkLyQi1QJO9/giphy.gif"
/>
</div>
</div>
</section>
</section>
</section>
<!-- End Activities Section-->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>Portfolio-Website</h2>
<p>
A complete responsive portfolio website that describes one
persons skills and efforts.<br /><a
href="https://github.com/soumya-debug/My-Website"
target="blank"
>
<button id="myBtn">
<span class="colorChange1">Project-URL</span>
</button></a
><a
href="https://soumya-debug.github.io/My-Website/"
target="blank"
><button id="myBtn2">
<span class="colorChange1">Website-URL</span>
</button></a
>
</p>
</div>
<div class="project-img">
<img src="./img/IMG-Project-1.jpg" alt="img" />
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>Mapty-Weathers</h2>
<p>
A simple website that stores the data of your workouts and
update it in geolocational website. It also shows weather of
cities all across the world.<br /><a
href="https://github.com/soumya-debug/Mapty-Weather"
target="blank"
><button id="myBtn">
<span class="colorChange1">Project-URL</span>
</button></a
><a
href="https://soumya-debug.github.io/Mapty-Weather/"
target="blank"
><button id="myBtn2">
<span class="colorChange1">Website-URL</span>
</button></a
>
</p>
</div>
<div class="project-img">
<img src="./img/IMG-Project-2.jpg" alt="img" />
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>
Library Management System(Sep 2021 - Present)
</h2>
<p>
A complete Library-Management-System which is created by using
Netbeans, Swing, Jframe, MySQL, php-myAdmin and Java. By using this
software we can store database of books, student details and Payments
of a library.
</br>
<a
href="https://github.com/soumya-debug/Library_Management_System"
target="blank"
><button id="myBtn2">
<span class="colorChange1">Project-URL</span>
</button></a
>
</p>
</div>
<div class="project-img">
<img src="./img/IMG-Project-3.jpg" alt="img" />
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 4</h1>
<h2>Pig Game</h2>
<p>
Pig is a jeopardy game, where you risk everything to see if you
can win more.<br />
<a
href="https://github.com/soumya-debug/Pig-Game"
target="blank"
><button id="myBtn2">
<span class="colorChange1">Project-URL</span>
</button></a
>
<a
href="https://soumya-debug.github.io/Pig-Game/"
target="blank"
><button id="myBtn2">
<span class="colorChange1">Website-URL</span>
</button></a
>
</p>
</div>
<div class="project-img">
<img src="./img/IMG-Project-4.jpg" alt="img" />
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- About Section -->
<section id="about">
<section class="big-deal2">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="./img/IMG-id.jpg" alt="img" />
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>
<span class="colorChange"
>Front End Web Developer and Java Programmer</span
>
</h2>
<p>
I am a Computer Science and Engineering student of GITA College,
BBSR, Odisha, India. I am a front end web developer and I am good at
programming languages like (Android & Java), code-editors like
(Android Studio, IntelliJ IDEA & Microsoft/VSCode),
scripting-languages like (JavaScript, CSS, HTML, PHP). My birthplace
is Jajpur, Odisha and I am currently leaving in Bhubaneswar, India.
</p>
<a href="Soumya Ranjan Rout.pdf" target="blank" class="cta2"
><span class="colorChange">Resume Overview</span></a
>
</div>
</div>
</section>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon">
<img src="https://img.icons8.com/bubbles/100/000000/phone.png" />
</div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 9348797071</h2>
<h2>+91 8895385616</h2>
</div>
</div>
<div class="contact-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/new-post.png"
/>
</div>
<div class="contact-info">
<h1>Email</h1>
<h2>soumya261412@gmail.com</h2>
<h2>soumya_182129@gita.edu.in</h2>
</div>
</div>
<div class="contact-item">
<div class="icon">
<img
src="https://img.icons8.com/bubbles/100/000000/map-marker.png"
/>
</div>
<div class="contact-info">
<h1>Address</h1>
<h2>
GITA Engineering College Road, Badaraghunathpur, Bhubaneswar,
Odisha 752054, India.
</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span class="colorChange">Soumya Ranjan Rout</span></h1>
<a href="#" class="scroll-btn">
<i class="fas fa-arrow-up">#</i>
</a>
</div>
<h2><span class="colorChange">Complete Responsive Web Site</span></h2>
<div class="social-icon">
<div class="social-item">
<a href="https://www.facebook.com/soumyaranjan.rout.1441/" target="blank"
><img src="https://img.icons8.com/bubbles/100/000000/facebook.png"
/></a>
</div>
<div class="social-item">
<a href="https://github.com/soumya-debug" target="blank"
><img src="https://img.icons8.com/bubbles/100/000000/github.png"
/></a>
</div>
<div class="social-item">
<a
href="https://www.linkedin.com/in/soumya-ranjan-rout26/"
target="blank"
><img
src="https://img.icons8.com/bubbles/100/000000/linkedin.png"
/></a>
</div>
<div class="social-item">
<a href="https://www.behance.net/soumyaranjan26" target="blank"
><img src="https://img.icons8.com/bubbles/100/000000/behance.png"
/></a>
</div>
</div>
<p>
© Copyright by
<a href="https://github.com/soumya-debug" target="blank"
><span class="colorChange1">Soumya Ranjan Rout.</span></a
>
</p>
<p>All rights reserved</p>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>
<!-- Added Full Repository to github-->