-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
771 lines (754 loc) · 28.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
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="max-age=31536000" />
<meta
name="description"
content="As a developer, I specialize in creating modular and scalable front-end architectures.I generate fresh and unique content for any specific purpose.Since I respect the time, I always deliver content within the promised timeframe. I understand and respect the fact, that there is a story behind every brand , behind every individual"
/>
<meta
name="keywords"
content="Adarsh Jena , Adarsh Nityanand Jena , adarshnjena , adarshjena.me , adarshjena , portfolio , gcoen , adhayaa ,website developer , app developer , flutter developer , react developer , google developer club lead gcoen , gdsc lead gcoen , gdsc , adhayaa tech lead , adarshjena , theadviceonline , cpp developer , java developer , firebase developer , freelancer"
/>
<meta name="author" content="Adarsh Jena" />
<title>Adarsh</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="3D BOX.css" />
<link rel="icon" href="./images/logo.webp" type="image/x-icon" />
</head>
<body>
<!--=====PreLoader====-->
<div class="loader">
<div class="boxes">
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<span>Loading....</span>
</div>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo">
<img src="./images/logo.webp" alt="Logo of the website" /><a href="#"
>Adarsh<span> Jena</span></a
>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#projects" class="menu-btn">Project</a></li>
<li><a href="#skills" class="menu-btn">Skill</a></li>
<li><a href="#works" class="menu-btn">Work</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
<li><a href="#contact" class="menu-btn">Experience</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<main class="l-main">
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello, my name is</div>
<div class="text-2">Adarsh Jena</div>
<div class="text-3">And I'm a <span class="typing"></span></div>
<a
href="https://www.linkedin.com/in/adarsh-jena-5ba295122/"
target="_blank"
>Hire me</a
>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<picture>
<source srcset="images/profilePic.avif" type="image/avif">
<img src="images/profilePic.webp" alt="" />
</picture>
</div>
<div class="column right">
<div class="text">
I'm Adarsh Jena and I'm a <span class="typing-2"></span>
</div>
<p>
As a developer, I specialize in creating modular and scalable
front-end architectures.I generate fresh and unique content for
any specific purpose.Since I respect the time, I always deliver
content within the promised timeframe. I understand and respect
the fact, that there is a story behind every brand , behind
every individual.
</p>
<a href="./pdf/Profile.pdf" target="_blank"
>Download CV <i class="fas fa-download"></i
></a>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title">My expertise</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Web Dev</div>
<p>
I had developed multiple websites for multiple domains , I
have an experience of 15+ months in 3D web app development.
</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-chart-line"></i>
<div class="text">App Dev</div>
<p>
I had developed 10+ apps so far , both in IOS and Android , I
have also developed an app for our college tech fest.
</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">CP</div>
<p>
I have just started my cp journey , I am 3 star at codedchef
and 5 star in hacker rank.
</p>
</div>
</div>
</div>
</div>
</section>
<!--experience section start -->
<section class="experience" id="experience">
<h2 class="title">My Experiences</h2>
<section class="experiences">
<div class="experiences-content">
<div class="text">
Freelanced @<a class="typing-2" href="https://startic-field.vercel.app/" target="_blank">StarticField</a>
</div>
<p>
As a developer, I specialize in creating modular and scalable
front-end architectures.I generate fresh and unique content for
any specific purpose.Since I respect the time, I always deliver
content within the promised timeframe. I understand and respect
the fact, that there is a story behind every brand , behind
every individual.
</p>
<ul>
<li>
Designed and developed their core web and app services (Next.js
& Flutter).
</li>
<li>
Collaborate with senior developers to update the website and
create new features.
</li>
<li>
Developed a robust backend for serving their application to the
public (django).
</li>
</ul>
</div>
</section>
<section class="experiences">
<div class="experiences-content experiences-content-right">
<div class="text">
Intern @<a class="typing-2" href="https://nasscomfoundation.org" target="_blank">Nascom Foundation</a>
</div>
<p>
As a developer, I specialize in creating modular and scalable
front-end architectures.I generate fresh and unique content for
any specific purpose.Since I respect the time, I always deliver
content within the promised timeframe. I understand and respect
the fact, that there is a story behind every brand , behind
every individual.
</p>
<ul>
<li>
Designed and developed their core web and app services (Next.js
& Flutter).
</li>
<li>
Collaborate with senior developers to update the website and
create new features.
</li>
<li>
Developed a robust backend for serving their application to the
public (django).
</li>
</ul>
</div>
</section>
<section class="experiences">
<div class="experiences-content">
<div class="text">
I'm Adarsh Jena and I'm a <span class="typing-2"></span>
</div>
<p>
As a developer, I specialize in creating modular and scalable
front-end architectures.I generate fresh and unique content for
any specific purpose.Since I respect the time, I always deliver
content within the promised timeframe. I understand and respect
the fact, that there is a story behind every brand , behind every
individual.
</p>
<ul>
<li>
Designed and developed their core web and app services (Next.js
& Flutter).
</li>
<li>
Collaborate with senior developers to update the website and
create new features.
</li>
<li>
Developed a robust backend for serving their application to the
public (django).
</li>
</ul>
</div>
</section>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">What am I looking for ??</div>
<p>
I give utmost importance to grow in parallel with the company by
adding value to it while polishing what I know and learning
which I don't. I am a professional Full Stack developer
(frontend preferable), but I want to learn a lot as a human,
which is possible by being a part of a great Startup.
</p>
<a href="https://github.com/adarshnjena" target="_blank"
><i class="fab fa-github-alt"></i>GitHub</a
>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>60%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>80%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>Firebase</span>
<span>80%</span>
</div>
<div class="line firebase"></div>
</div>
<div class="bars">
<div class="info">
<span>Flutter</span>
<span>70%</span>
</div>
<div class="line flutter"></div>
</div>
<div class="bars">
<div class="info">
<span>C/C++</span>
<span>70%</span>
</div>
<div class="line c_cpp"></div>
</div>
<div class="bars">
<div class="info">
<span>React</span>
<span>70%</span>
</div>
<div class="line react"></div>
</div>
<div class="bars">
<div class="info">
<span>Java</span>
<span>50%</span>
</div>
<div class="line java"></div>
</div>
<div class="bars">
<div class="info">
<span>Three.js</span>
<span>40%</span>
</div>
<div class="line three"></div>
</div>
</div>
</div>
</div>
</section>
<section class="works" id="works">
<div class="max-width">
<h2 class="title">My Projects</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<picture>
<source srcset="images/work8.avif" type="image/avif">
<img src="images/work8.webp" alt="" />
</picture>
<div class="text">CA Portal</div>
<p>
This is a
<a href="https://cadashboard.adhyaaya.org" target="_blank"
>Campus Ambassador portal</a
>
which was designed and developed by me as a technical lead of
the most esteemed event adhyaaya.
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work7.avif" type="image/avif">
<img src="images/work7.webp" alt="" />
</picture>
<div class="text">3D Haunted House</div>
<p>
This is a 3D WEB APP build using Three.js,I have used DatGui
for the dropdown console where you can edit the lightining
conditions.There's a hidden message in it let's see if you can
answer😉😉.
<a
class="btn"
href="https://www.linkedin.com/feed/update/urn:li:activity:6882043334500646912/"
target="_blank"
>Live Demo</a
>
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work1.avif" type="image/avif">
<img src="images/work1.webp" alt="" />
</picture>
<div class="text">BeatMaker</div>
<p>
This is a
<a
href="https://adarshnjena.github.io/BeatMaker.github.io/"
target="_blank"
>BeatMaker</a
>. A webapp which will make you dance. I have made this using
pure JavaScript.Cherry on the top , The easy to use UI design
powers your creativity on few clicks.
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work2.avif" type="image/avif">
<img src="images/work2.webp" alt="" />
</picture>
<div class="text">e-comerse website</div>
<p>
Developed fully functioning e-comerse website with the use of
bootstrap as a framework and php as a backend language.This
was my project during my training program at internshala.Check
out my
<a href="https://github.com/adarshnjena" target="_blank"
>Github</a
>
for such websites.
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work3.avif" type="image/avif">
<img src="images/work3.webp" alt="" />
</picture>
<div class="text">expense tracker</div>
<p>
This is an
<a
href="https://expensetracker-adarsh.netlify.app/"
target="_blank"
>expense tracker</a
>
. Add , delete , graph , and a lot more. I have made this
using react framework. My first ever project on react , I have
used react state to manage the data , Resulting a fully
functioning web app.
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work9.avif" type="image/avif">
<img src="images/work9.webp" alt="" />
</picture>
<div class="text">Landing page</div>
<p>
This is a
<a href="https://adhyaaya.org" target="_blank"
>Landing Page(Adhyaaya)</a
>
which was designed and developed by me and my team members ,
we used Svelte , firebase and dozens of other library to make
this possible.
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work4.avif" type="image/avif">
<img src="images/work4.webp" alt="" />
</picture>
<div class="text">Tic Tac To</div>
<p>
Tic Tac To , an AI boot , which is unbeatable!!<br />
Wanna play, check this out:-
<a
href="https://adarshnjena.github.io/tic_tac_to.github.io/"
target="_blank"
>Tic Tac to
</a>
Curious how I have implimented , source code at
<a
href="https://github.com/adarshnjena/tic_tac_to.github.io"
target="_blank"
>GitHub</a
>
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work5.avif" type="image/avif">
<img src="images/work5.webp" alt="" />
</picture>
<div class="text">Weather App</div>
<p>
This is a Weather App. The app tracks your location and
displays the weather of your locality in the home page. I have
made this using Futter. I have used provider package to manage
the data , Resulting a fully functioning weather app.
<a
class="btn"
href="https://github.com/adarshnjena/Weather-App"
target="_blank"
>GitHub</a
>
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work10.avif" type="image/avif">
<img src="images/work10.webp" alt="" />
</picture>
<div class="text">Landing Page</div>
<p>
This is a
<a href="https://ca.adhyaaya.org" target="_blank"
>Landing Page(Adhyaaya CA Portal)</a
>
which was designed and developed by me and my team members ,
we used three.js a for 3D touch to our website.
</p>
</div>
</div>
<div class="card">
<div class="box">
<picture>
<source srcset="images/work6.avif" type="image/avif">
<img src="images/work6.webp" alt="" />
</picture>
<div class="text">To Do App</div>
<p>
This is a To Do App. I ahe developed it using flutter. I have
used provider package to manage the data , Resulting a fully
functioning weather app.
<a
class="btn"
href="https://github.com/adarshnjena/to_do_app"
target="_blank"
>github</a
>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<!-- <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Dignissimos harum corporis fuga corrupti. Doloribus quis soluta nesciunt veritatis vitae nobis?</p> -->
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Adarsh Jena</div>
<div class="sub-title">Student</div>
</div>
</div>
<div class="row">
<i class="fab fa-linkedin-in"></i>
<div class="info">
<a
href="https://www.linkedin.com/in/adarshnjena/"
target="_blank"
>
<div class="head">Linkedin</div>
<div class="sub-title">Adarsh Jena</div>
</a>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<a href="mailto:adarshnjena@gmail.com" target="_blank">
<div class="head">Email</div>
<div class="sub-title">adarshnjena@gmail.com</div>
</a>
</div>
</div>
<div class="row">
<i class="fab fa-whatsapp"></i>
<div class="info">
<a href="https://wa.me/917620426119" target="_blank">
<div class="head">WhatsApp</div>
<div class="sub-title">+91 7620 426 119</div>
</a>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me <i class="fas fa-comment"></i></div>
<form
method="POST"
action="https://formsubmit.co/c86ba43a84a4fad85d229538ac1b9c08"
>
<div class="fields">
<div class="field name">
<input
type="text"
name="name"
placeholder="Name"
required
/>
</div>
<div class="field email">
<input
type="email"
name="email"
placeholder="Email"
required
/>
</div>
</div>
<div class="field">
<input
type="text"
placeholder="Subject"
name="subject"
required
/>
</div>
<div class="field textarea">
<textarea
cols="30"
rows="10"
placeholder="Message.."
name="message"
required
></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
<input
type="hidden"
name="_next"
value="https://adarshjena.me/thankyou"
/>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span
>Created By <a href="#">Adarsh Jena</a> |
<span class="far fa-copyright"></span> 2020 All rights reserved.</span
>
</footer>
</main>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script>
$(document).ready(function () {
$(window).scroll(function () {
// sticky navbar on scroll script
if (this.scrollY > 20) {
$(".navbar").addClass("sticky");
} else {
$(".navbar").removeClass("sticky");
}
// scroll-up button show/hide script
if (this.scrollY > 500) {
$(".scroll-up-btn").addClass("show");
} else {
$(".scroll-up-btn").removeClass("show");
}
});
// slide-up script
$(".scroll-up-btn").click(function () {
$("html").animate({ scrollTop: 0 });
// removing smooth scroll on slide-up button click
$("html").css("scrollBehavior", "auto");
});
$(".navbar .menu li a").click(function () {
// applying again smooth scroll on menu items click
$("html").css("scrollBehavior", "smooth");
});
// toggle menu/navbar script
$(".menu-btn").click(function () {
$(".navbar .menu").toggleClass("active");
$(".menu-btn i").toggleClass("active");
});
// typing text animation script
var typed = new Typed(".typing", {
strings: [
"Competitive Programmer",
"Developer",
"Student",
"Designer",
"Freelancer",
],
typeSpeed: 100,
backSpeed: 60,
loop: true,
});
var typed = new Typed(".typing-2", {
strings: [
"Competative Programmer",
"Developer",
"Student",
"Designer",
"Freelancer",
],
typeSpeed: 100,
backSpeed: 60,
loop: true,
});
// owl carousel script
$(".carousel").owlCarousel({
margin: 20,
loop: true,
autoplay: true,
autoplayTimeOut: 2000,
autoplayHoverPause: true,
responsive: {
0: {
items: 1,
nav: false,
},
600: {
items: 2,
nav: false,
},
1000: {
items: 3,
nav: false,
},
},
});
});
</script>
<!--Page Loader-->
<script>
var Loader = document.querySelector(".loader");
var page = document.querySelector(".l-main");
page.style.opacity = "0";
setInterval(() => {
Loader.style.display = "none";
page.style.opacity = "1";
}, 2000);
</script>
</body>
</html>