-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_redirect.html
More file actions
executable file
·601 lines (587 loc) · 29.3 KB
/
index_redirect.html
File metadata and controls
executable file
·601 lines (587 loc) · 29.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
location.replace('/jinja');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DileepAdari Portfolio</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.6.0/fonts/remixicon.css" rel="stylesheet">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,600;0,700;1,100;1,300;1,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!--header-->
<header>
<a href="" class="logo">Dileep<span class="logo thoka">Kumar</span> <span>A.</span></a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navlist">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#interest">Interests</a></li>
<li><a href="/cv/" target="_blank">Resume</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="top-btn con">
<a href="mailto:adaridileep@gmail.com" class="h-btn">Contact me</a>
</div>
</header>
<!--homepage-->
<section class="homepage" id="home">
<div class="bg-img" data-aos="zoom-in-down">
<img src="images/background.png" alt="image" loading="lazy">
</div>
<div class="main-content" data-aos="zoom-in-up">
<h4>Hi, There!</h4>
<h1>I'm <span>Dileep Kumar</span></h1>
<p>A passionate web developer and programmer. My journey revolves around the enchanting world of software engineering, where I thrive on turning ideas into reality through the art of coding. With a keen interest in crafting digital solutions, my focus is on creating seamless and innovative experiences. Welcome to my portfolio, where every line of code tells a story of creativity and precision in the realm of web development</p>
<div class="social">
<a href="https://www.facebook.com/dileep.adari" target="_blank"><i class="ri-facebook-fill"></i></a>
<a href="https://www.instagram.com/dileepadari" target="_blank"><i class="ri-instagram-fill"></i></a>
<a href="https://www.linkedin.com/in/dileep-kumar-adari-298169252/" target="_blank"><i class="ri-linkedin-box-fill"></i></a>
<a href="https://medium.com/@adaridileep/about" target="_blank"><i class="ri-medium-fill"></i></a>
<a href="https://twitter.com/Dileepadari1" target="_blank"><i class="ri-twitter-fill"></i></a>
<a href="https://www.youtube.com/channel/UCi5zNthz3a2iOa0VVy3QH8Q" target="_blank"><i class="ri-youtube-fill"></i></a>
</div>
<div class="main-btn">
<a href="https://github.com/Dileepadari" class="btn" target="_blank"><i class="ri-github-fill"></i> GitHub</a>
<a href="docs/portfolio.pdf" class="btn btn2" target="_self" download="dileep_portfolio">Download Resume</a>
</div>
</div>
</section>
<!--about page-->
<section class="aboutpage" id="about">
<div class="about-text" data-aos="zoom-in-down">
<h2>I am a <span>Programmer</span><br> & <span>Web Developer</span> </h2>
<div class="exp-area">
<p class="exp">
Education:
<span>B-Tech Year 2*</span>
</p>
<p class="exp">
College:
<span>IIIT Hyderabad</span>
</p>
<p class="exp">
Skills:
<span>HTML, CSS, JS, PHP, Python, MERN</span>
</p>
<p class="exp">
Address:
<span>Vishakapatnam, AP</span>
</p>
<p class="exp">
Email:
<span>adaridileep@gmail.com</span>
</p>
<p class="exp">
Contact:
<span>7330701217</span>
</p>
<p class="exp">
Freelance:
<span>Available</span>
</p>
</div>
<a href="#projects" class="btn">View all projects</a>
</div>
<div class="about-img" data-aos="zoom-in-up">
<img src="images/profilepic.jpeg" alt="Profile Picture" style="filter: brightness(0.89);" loading="lazy">
</div>
</section>
<!-- projects page -->
<section class="projectpage" id="projects">
<div class="center-text" data-aos="fade-down">
<h2>My <span>Projects</span></h2>
</div>
<div class="project-content" data-aos="zoom-in-up">
<div class="row">
<img src="images/greenplant.jpg" alt="project image 1" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Green Plant</h5>
<p>A user-friendly website offering real-time plant condition information via sensor data. Designed using flask, HTML, CSS for plant enthusiasts, gardeners, and indoor growers, it provides an intuitive interface for easy access to plant data.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Smart_farming.git" target="_blank">View Source</a>
<a href="https://greenplant.pythonanywhere.com" target="_blank">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/NFS.jpeg" alt="project image 2" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Network File System</h5>
<p>Developed a fault-tolerant distributed file system with TCP sockets and POSIX C, ensuring redundancy and Managed concurrent client access and implemented performance optimizations. A simple network file system with multiples client and backup servers.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Network_File_System" target="_blank">View Source</a>
<a href="https://github.com/Dileepadari/Network_File_System" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/blogsite.jpg" alt="project image 3" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Blog Website</h5>
<p>A Blog website with login, post, comments, categories, etc. features using Next, React, Node, MongoDB etc. A Blog website with all the features of a blog for college level. Simple UI configured and dark mode and light modes are enabled based on user preference.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Blog_Website_MERN" target="_blank">View Source</a>
<a href="https://github.com/Dileepadari/Blog_Website_MERN" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/smartgrid.jpg" alt="project image 4" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Smart PowerGrid</h5>
<p>Designed IoT project for secure, energy-saving grid management. Implemented sensor deployment, UI design for data visualization, Controlling Appliances through web and shortage alerts. Report, status and preferences were implemented in addition.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Smart-Powergrid" target="_blank" >View Source</a>
<a href="https://smart-powergrid.000webhostapp.com/" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/facebook.jpg" alt="project image 5" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Facebook Clone</h5>
<p>
A Facebook Clone website with login, post, groups, friends, notifications and personal messaging etc. features using PHP, HTML, CSS, JS etc. A Social Media website with all the features of facebook for college level (specially made for Rguktians).
</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Facebook_using_php" target="_blank" class="dis">View Source</a>
<a href="https://lifeofiiith.rf.gd" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/musicmania.jpeg" alt="project image 6" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Music Mania</h5>
<p>Developed a music Review website allowing users to see artists, albums and songs, see their music revews. Implemented features such as playlist creation, song samples, and multiple users. Developed based on requirements of ISS Course Project.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/ISSproject1/tree/phase3" target="_blank">View Source</a>
<a href="https://music-mania.pythonanywhere.com" target="_blank">Open Demo</a>
</div>
</div>
<!-- <div class="row">
<img src="images/digitallibrary.jpg" alt="project image 1" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Digital Library</h5>
<p> using php, html, css, js, sql etc.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Adaridileep/facebook-clone" target="_blank">View Source</a>
<a href="https://github.com/AdarIdileep/React-Projects/tree/main/facebook-clone" target="_blank">Open Demo</a>
</div>
</div> -->
</div>
<div class="project-content2" data-aos="zoom-in-up" id="more-projs">
<div class="row">
<img src="images/vscode-extension.png" alt="project image 7" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>A VsCode Web extension for Virtual labs</h5>
<p>This web extension is a part of the Virtual Labs project. It is a VSCode extension that provides a set of commands to interact with the Virtual Labs API. You can clone and change the experiment as per your requirements, test it and make a pull request.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/virtual_web_trial" target="_blank">View Source</a>
<a href="https://marketplace.visualstudio.com/items?itemName=Virtual-Labs.VirtualLabs" target="_blank">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/attendance.png" alt="project image 8" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Attendace Management System</h5>
<p>An Attendace Management System for college level with login, attendance, class wise reports, student wise reports using excel sheets and php, html, css, js etc. The system is designed to be simple and easy to use by the faculty as per requirements of RGUKT staff.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Attendance_management_system_php" target="_blank">View Source</a>
<a href="https://rgukt-attend.000webhostapp.com/" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/splitbill.jpeg" alt="project image 9" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Split bill - Coin Connect</h5>
<p>Coin Connect is a web application for splitting the bill and making groups of friends. It makes easy for people to split their expenses when they go out together and have a party. It is useful to maintain the transactions and the pending bills among friends.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Hackathon42" target="_blank">View Source</a>
<a href="https://dileepadari.pythonanywhere.com/" target="_blank">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/authentication.png" alt="project image 10" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Authentication System</h5>
<p>A simple login and signup form using HTML, CSS, JavaScript and validated using MERN. The Authentication system is done with safety and through secured channel and error validation is tested for maximum possible cases. It can be simply embeded in any other project.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/Authentication_Using_MERN" target="_blank">View Source</a>
<a href="https://github.com/Dileepadari/Authentication_Using_MERN" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/digitallibrary.jpeg" alt="project image 5" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Digital library</h5>
<p>A digital library in which users can access and also uploads the files. The library is with categories and every thing is well organised. A reviewer reviews the books that are being uploaded by the user. This is helpful in getting all the required content at single place.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/digital_library" target="_blank" class="dis">View Source</a>
<a href="https://github.com/Dileepadari/digital_library" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<div class="row">
<img src="images/stopwatch.png" alt="project image 6" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Stop Watch</h5>
<p>A stop watch app built using React js. This is built for fun , not for any specific purpose. This project was given by Quantum computing club in my college for selecting the students who are freshers to college. I got shortlisted by this project. We can use it in competitions.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Dileepadari/stopwatch" target="_blank">View Source</a>
<a href="https://github.com/Dileepadari/stopwatch" target="_blank" class="dis">Open Demo</a>
</div>
</div>
<!-- <div class="row">
<img src="images/digitallibrary.jpg" alt="project image 1" loading="lazy">
<div class="main-row">
<div class="row-text">
<h5>Digital Library</h5>
<p> using php, html, css, js, sql etc.</p>
</div>
</div>
<div class="source-links">
<a href="https://github.com/Adaridileep/facebook-clone" target="_blank">View Source</a>
<a href="https://github.com/AdarIdileep/React-Projects/tree/main/facebook-clone" target="_blank">Open Demo</a>
</div>
</div> -->
</div>
<div class="top-btn more-btn">
<a class="h-btn" id="more-btn">Show More</a>
</div>
</section>
<!-- interest page -->
<section class="interestpage" id="interest">
<div class="center-text" data-aos="fade-down">
<h2>What I <span>Know</span></h2>
</div>
<div class="interest-content" data-aos="zoom-in-up">
<div class="row">
<div class="row-text">
<h4>Frontend</h4>
</div>
<div class="main-row">
<div class="skill">
<div class="skill-icon">
<i class="ri-html5-fill"></i>
</div>
<h6 class="skill-content">
HTML
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="ri-css3-fill"></i>
</div>
<h6 class="skill-content">
CSS
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxs-file-js"></i>
</div>
<h6 class="skill-content">
Javascript
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-react"></i>
</div>
<h6 class="skill-content">
ReactJs
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-jquery"></i>
</div>
<h6 class="skill-content">
JQuery
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-bootstrap"></i>
</div>
<h6 class="skill-content">
Bootstrap
</h6>
</div>
</div>
</div>
<div class="row">
<div class="row-text">
<h4>Backend</h4>
</div>
<div class="main-row">
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-flask"></i>
</div>
<h6 class="skill-content">
Flask
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-django"></i>
</div>
<h6 class="skill-content">
Django
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-php"></i>
</div>
<h6 class="skill-content">
PHP
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxs-file-js"></i>
</div>
<h6 class="skill-content">
Next.js
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-nodejs"></i>
</div>
<h6 class="skill-content">
NodeJS
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-file-js"></i>
</div>
<h6 class="skill-content">
ExpressJS
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-c-plus-plus"></i>
</div>
<h6 class="skill-content">
C++
</h6>
</div>
</div>
</div>
<div class="row">
<div class="row-text">
<h4>Database</h4>
</div>
<div class="main-row">
<div class="skill">
<div class="skill-icon">
<i class=""></i>
</div>
<h6 class="skill-content">
MySQL
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class=""></i>
</div>
<h6 class="skill-content">
SQLite
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-mongodb"></i>
</div>
<h6 class="skill-content">
Mongodb
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class=""></i>
</div>
<h6 class="skill-content">
Mariadb
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-postgresql"></i>
</div>
<h6 class="skill-content">
PostgreSQL
</h6>
</div>
</div>
</div>
<div class="row">
<div class="row-text">
<h4>Devops</h4>
</div>
<div class="main-row">
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-git"></i>
</div>
<h6 class="skill-content">
Git
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-docker"></i>
</div>
<h6 class="skill-content">
Docker
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class=""></i>
</div>
<h6 class="skill-content">
Selenium
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-gitlab"></i>
</div>
<h6 class="skill-content">
Gitlab
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-aws"></i>
</div>
<h6 class="skill-content">
AWS
</h6>
</div>
<div class="skill">
<div class="skill-icon">
<i class="bx bxl-wordpress"></i>
</div>
<h6 class="skill-content">
Wordpress
</h6>
</div>
</div>
</div>
</div>
</section>
<section class="contactpage" id="contact">
<div class="center-text" data-aos="fade-down">
<h2>Contact <span>Me</span></h2>
</div>
<div class="contact-content">
<div class="contact-container" data-aos="zoom-in">
<h2>Lets Work Together</h2>
<p>
I am available for freelance work. If you are looking to collaborate on a project, need a website, or just want to say hi, feel free to send me a message. I am always open to new opportunities and challenges. I look forward to hearing from you!
</p>
<div class="contact">
<b>Contact: </b>
<a href="mailto: rs200302@rguktsklm.ac.in" target="_blank">
rs200302@rguktsklm.ac.in
</a>
</div>
<div class="phone">
<b>Phone: </b>
<a href="tel:7330701217" target="_blank">
7330701217
</a>
</div>
<div class="social" id="socialmediaicons">
<a href="https://www.facebook.com/dileep.adari" target="_blank"><i class="ri-facebook-fill"></i></a>
<a href="https://www.instagram.com/dileepadari" target="_blank"><i class="ri-instagram-fill"></i></a>
<a href="https://github.com/Dileepadari" target="_blank"><i class="ri-github-fill"></i></a>
<a href="https://www.linkedin.com/in/dileep-kumar-adari-298169252/" target="_blank"><i class="ri-linkedin-box-fill"></i></a>
<a href="https://medium.com/@adaridileep/about" target="_blank"><i class="ri-medium-fill"></i></a>
<a href="https://twitter.com/Dileepadari1" target="_blank"><i class="ri-twitter-fill"></i></a>
<a href="https://www.youtube.com/channel/UCi5zNthz3a2iOa0VVy3QH8Q" target="_blank"><i class="ri-youtube-fill"></i></a>
</div>
</div>
<div class="contact-form" data-aos="zoom-in">
<form action="https://formspree.io/f/meqypdyv" method="POST">
<input type="text" name="name" id="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Email Address..." required>
<textarea name="message" id="msg" cols="30" rows="10" placeholder="Write your message here..." required></textarea>
<div class="form-btns">
<input type="reset" value="Clear message" class="send-btn reset">
<input type="submit" value="Send message" class="send-btn send">
</div>
</form>
</div>
</div>
</section>
<div class="footer">
<div class="copyright">
<p>@<i id="year"></i> <span>DileepAdari</span>, All Rights Reserved.</p>
<script>document.getElementById("year").innerHTML = new Date().getFullYear();</script>
</div>
<a href="#home" class="scroll-top">
<i class="bx bxs-rocket"></i>
</a>
</div>
<script type="text/javascript" src="js/script.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 150,
duration: 800,
});
</script>
</body>
</html>