-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
607 lines (550 loc) · 27.7 KB
/
index.html
File metadata and controls
607 lines (550 loc) · 27.7 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
602
603
604
605
606
607
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio </title>
<link rel="shortcut icon" href="/images/R_Logo.png" type="image/x-icon">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css'>
<link rel='stylesheet'
href='https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap"rel="stylesheet'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css'>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<!-- Header -->
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#"><span>My</span><span>Portfolio</span></a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn"><strong>Home</strong></a></li>
<li><a href="#about" class="menu-btn"><strong>About</strong></a></li>
<li><a href="#services" class="menu-btn"><strong>Services</strong></a></li>
<li><a href="#skills" class="menu-btn"><strong>Skills</strong></a></li>
<li><a href="#projects" class="menu-btn"><strong>Projects</strong></a></li>
<li><a href="#contact" class="menu-btn"><strong>Contact</strong></a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- Home -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello, This is</div>
<div class="text-2 styled-name">RiTiK Kumar</div>
<div class="text-3">And I'm a <span class="typing"></span></div>
<a href="#">Let's Get Started</a>
</div>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Me</h2>
<div class="about-content">
<div class="column left">
<img src="/images/Ritik.jpg" alt="Profile Image" class="profile-img">
</div>
<div class="column right">
<div class="text">I'm RiTiK Kumar <span class="typing-2"></span></div>
<p>
Web Developer Version: "Dedicated third-year computer science student with a
passion for crafting responsive and intuitive web applications through front-end
development. Highly motivated and detail-oriented full-stack developer with a
strong academic background in data structures and algorithms. Proven ability to
design, develop, and deploy web applications, with a focus on user experience and
interface design. Strong problem-solving and collaboration skills, with the ability
to work independently and as part of an agile development team."
</p>
<br>
<div class="text">Education</div>
<ul class="education-list">
<li>
<strong>Brainware University</strong>
Bachelor's of Computer Apllications<br>
<span class="edu-year">2022 - 2025</span>
<!-- <span class="CGPA">CGPA - 9.1</span> -->
</li>
<li>
<strong>Pt.J.L. Nehru Smark SR. SEC School, Sirni Kothi</strong>
Intermediate (12th)<br>
<span class="edu-year">2020 - 2022</span>
<!-- <span class="Marks-Percentage"> Marks Percentage - 76.2</span> -->
</li>
</ul>
<br>
<a href="#link" target="_blank">Download CV</a>
</div>
</div>
</div>
</section>
<style>
.about-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.about-content .column {
flex: 1;
min-width: 300px;
padding: 20px;
}
.about-content .left {
display: flex;
justify-content: center;
align-items: center;
}
.about-content .left img {
width: 100%;
height: auto;
max-width: 400px;
/* Set maximum width for the image */
max-height: 400px;
/* Set maximum height for the image */
border-radius: 10px;
object-fit: cover;
/* Maintain aspect ratio and cover the area */
}
.about-content .right {
max-width: 600px;
}
.about-content .right .text {
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 10px;
}
.about-content .right p {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 10px;
}
.education-list {
list-style: none;
padding: 0;
margin: 0;
}
.education-list li {
margin-bottom: 15px;
font-size: 1rem;
line-height: 1.4;
}
.education-list li strong {
font-size: 1.2rem;
display: block;
margin-bottom: 5px;
}
.edu-year {
font-size: 0.9rem;
color: #555;
}
.about-content .right a {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background-color: #007BFF;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.about-content .right a:hover {
background-color: #0056b3;
}
@media (max-width: 768px) {
.about-content {
flex-direction: column;
align-items: center;
}
.about-content .left,
.about-content .right {
max-width: 100%;
text-align: center;
}
.about-content .left img {
max-width: 80%;
/* Ensure image doesn't get too small on mobile */
}
}
</style>
<!-- Services -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">My services</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-laptop-code"></i>
<div class="text">Web Design</div>
<p>Your Next Web Developer, who is working in Shopify Dropshipping Stores, High Converting
Ecommerce stores, Product Page also having Custom code, liquid template design.</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-user-secret"></i>
<div class="text">User Secret</div>
<p>I ensures that, there is no sensitive data included in the source code and are stored outside
of the project folder. And all the data which is stored by User Secrets is not encrypted.
</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-robot"></i> <!-- Machine Learning Icon -->
<div class="text">machine learning</div>
<p>Developed models to predict outcomes using data. Familiar with data preprocessing, feature
extraction,
model training, and evaluation. Skilled in Python and various machine learning libraries.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Skills -->
<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">
<h2>Internship Experience</h2>
</div>
<ul>
<li class="intern">Web Dev front-end<b class="highlight"> CodSoft</b></li>
<li class="intern">Internship Period: <span id="start-date">2024-02-10</span> to <span
id="end-date">2024-03-10</span></li>
<span class="links">
<a href="#"
target="_blank">Offer Letter</a>
<a href="#"
target="_blank">Certificate</a>
</span>
</ul>
<ul>
<li class="intern">Web development Full-Stack <b class="highlight">RTmap tech solution</b></li>
<li class="intern">Internship Period: <span id="start-date">2024-03-15</span> to <span
id="end-date">2024-04-15</span></li>
<span class="links">
<a href="#"
target="_blank">Offer Letter</a>
<a href="#"
target="_blank">Certificate</a>
</span>
</ul> -->
<!-- <li class="intern">#Company Name "Where You work"</li> -->
</p>
<div class="text">PROJECT</div>
<p>
<li class="project">Portfolio (My personal portfolio!)</li>
<li class="project">PHP Full Course (Road Map Of PHP)</li>
<li class="project">Chanakya Niti (Available in 7 different languages)</li>
<li class="project">Solar System (Information about each Planet)</li>
<li class="project">Animal Alliens (Adopting Animals)</li>
<li class="project">FiberFlow (Providing Wi-fi with Fiber)</li>
<li class="project">Calculator (Using Html, Css and Js)</li>
<li class="project">Quiz App (MCQ Qn & Ans)</li>
</p>
<br>
<div class="text">DEVELOPMENT SKILLS</div>
<p>
I'm familiar & work on a daily basis with HTML, CSS, JavaScript, Bootstrap, React js, PHP and other
modern frameworks.
</p>
<a href="#" target="blank">Get Educate...</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>Python</span>
<span>75%</span>
</div>
<div class="line python"></div>
</div>
<div class="bars">
<div class="info">
<span>HTML</span>
<span>85%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>70%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>60%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>PHP</span>
<span>75%</span>
</div>
<div class="line php"></div>
</div>
<div class="bars">
<div class="info">
<span>Bootstraps</span>
<span>60%</span>
</div>
<div class="line bootstraps"></div>
</div>
<div class="bars">
<div class="info">
<span>Django</span>
<span>70%</span>
</div>
<div class="line django"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects -->
<!-- html
Copy code -->
<!-- Projects -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title">My Projects</h2>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>My Portfolio</h1></div>
<p>
Welcome to my personal portfolio! Here you will find a showcase of
my work, including web development projects, design work, and
other creative endeavors. Each project demonstrates a variety of
skills, from coding and UI/UX design to problem-solving and innovation.<br>
<br>
Explore my portfolio to see examples of what I can do, and
feel free to contact me for any inquiries, collaborations, or freelance opportunities.
</p>
<a href="https://silver-tanuki-f29536.netlify.app/" target="_blank">View Project</a>
</div>
</div>
</div><br><br>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>PHP Full Course ( With Road Map )</h1></div>
<p>
PHP is a popular scripting language widely used for web development.
This full course will guide you through everything from the basics of PHP to
advanced concepts like working with databases, file handling, and building
dynamic websites.<br>
<br>
By the end of this course, you will have a solid understanding of PHP
and be able to build fully functional web applications. This is a comprehensive
road map for anyone looking to master PHP for both personal and professional projects.
</p>
<a href="https://rad-alpaca-7edb24.netlify.app/" target="_blank">View Project</a>
</div>
</div>
</div><br><br>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>Chanakya Niti</h1></div>
<p>
This website is dedicated to providing you with life-changing wisdom from Chanakya Niti, a collection
of principles and lessons on how to live a balanced and successful life. Here, you can learn how to
simplify and enhance your life, improve personal growth, and achieve success, all through the teachings
of the ancient philosopher Chanakya.<br>
<br>
The content is available in 7 different languages, making it accessible to a wide audience. Discover
timeless insights into how to lead your life effectively, with guidance on morality, economics, and
governance.
</p>
<a href="https://frabjous-tanuki-df8396.netlify.app/" target="_blank">View Project</a>
</div>
</div>
</div><br><br>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>Solar Systems</h1></div>
<p>
The Solar Systems project explores the intricacies of our solar system, including detailed
information about each planet, their moons, and other celestial bodies. This project aims
to educate users about the universe we inhabit, showcasing stunning visuals and interesting
facts about our neighboring planets.<br>
<br>
Dive into the wonders of space and discover how the solar system operates, its formation,
and the ongoing exploration by astronomers and scientists.
</p>
<a href="https://darling-piroshki-947913.netlify.app/" target="_blank">View Project</a>
</div>
</div>
</div><br><br>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>Rock, Paper, Scissors Game</h1></div>
<p>
Welcome to my Rock, Paper, Scissors game! This is a fun and interactive
project where you can play the classic game against the computer.
Test your luck and strategy to see if you can beat the computer.<br>
<br>
Explore this project to see my coding skills in action, and feel free
to try your hand at this simple yet exciting game. Don't hesitate to reach out
for any inquiries, collaborations, or freelance opportunities.
</p>
<a href="https://marvelous-sopapillas-ddcae7.netlify.app/" target="_blank">Play Game</a>
</div>
</div>
</div>
<br><br>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>Animal Alliens</h1></div>
<p>
Adopting animals from shelters can have numerous advantages.
Firstly, it creates a free cage space, which can
accommodate a desperate animal. Unfortunately,
8 to 12 million dogs, cats, and puppies are euthanized every year
due to a lack of homes. By adopting, you can save a life
and give an animal a second chance.<br>
<br>
Adopting an animal from a shelter can be a rewarding
experience for both the animal and the adopter.
It's a great way to give a loving home to a
deserving animal and make a
positive impact on
the community.
</p>
<a href="https://effortless-frangipane-dc954e.netlify.app/" target="_blank">View Project</a>
</div>
</div>
</div><br><br>
<div class="projects-content">
<div class="card">
<div class="box">
<div class="text"> <h1>Calculator</h1></div>
<p>
This project is a fully functional calculator built using HTML, CSS, and JavaScript. It allows you to perform basic mathematical operations such as addition, subtraction, multiplication, and division with a user-friendly interface.<br>
<br>
The calculator is designed to make calculations easy and efficient, offering a smooth user experience. Whether you need to do simple or complex calculations, this project is a great example of how HTML, CSS, and JavaScript can work together to create useful tools.
</p>
<a href="https://shiny-pika-839d53.netlify.app/" target="_blank">View Project</a>
</div>
</div>
</div><br><br>
</div>
</section>
<!-- Contact -->
<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>Feel free to get in touch. I will definitely respond as soon as I get notified to discuss new project,
creative ideas or opportunities to be part of your vision..
Email me with any questions or inquiries. I'll happy
to answer your questions and set up a meeting with you.</p>
<div class="icons">
<a href="https://www.instagram.com/ritik.kumar8z?igsh=MXhwZzhpMjBmM2thaA==">
<div class="row">
<i class="fa-solid fa-user-large"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title"><a href="https://www.instagram.com/ritik.kumar8z?igsh=MXhwZzhpMjBmM2thaA==" style="text-decoration: none; color: #333;">
Ritik Kumar</a></div>
</div>
</div>
</a>
<div class="row">
<i class="fa-solid fa-location-dot"></i>
<div class="info">
<div class="head"> Address</div>
<div class="sub-title">Kolkata, India</div>
</div>
</div>
<div class="row">
<i class="fa-solid fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title"><a href="iamritikkumar89@gmail.com" style="text-decoration: none; color: #333;">
iamritikkumar89@gmail.com</a></div>
</div>
</div>
<div class="row">
<i class="bi bi-translate"></i>
<div class="info">
<div class="head">Language Known</div>
<div class="sub-title">Hindi, English, Bengali</div>
</div>
</div>
<br>
<!-- Social -->
<div class="social-menu">
<ul>
<li><a href="https://github.com/ritikkumar8z"><i class="fa-brands fa-github"></i></a>
</li>
<li><a href="https://www.linkedin.com/in/ritik-kumar-a40537263?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i
class="fa-brands fa-linkedin-in"></i></a></li>
<li><a href="https://www.instagram.com/ritik.kumar8z?igsh=MXhwZzhpMjBmM2thaA=="><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://www.twitter.com/ritikkumar8z"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="https://www.brainwareuniversity.ac.in" title="Get Educate with Us"><i
class="fa-solid fa-graduation-cap"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Reach -->
<div class="column right">
<div class="text">Message me</div>
<form action="https://formspree.io/f/xzzbbboe" method="POST">
<div class="fields">
<div class="field name">
<input type="text" name="name" placeholder="Your Name" required>
</div>
<div class="field email">
<input type="email" name="email" placeholder="Your Email" required>
</div>
</div>
<div class="field">
<input type="text" name="subject" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea name="message" cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<span>
<a href="https://www.instagram.com/ritik.kumar8z?igsh=MXhwZzhpMjBmM2thaA=="> Ritik Kumar></a> | <span class="far fa-copyright"></span> 2024 All Rights Reserved. Privacy
Policy
</span>
</footer>
<script src='https://kit.fontawesome.com/3b57a2a2a7.js'></script>
<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 src="script.js"></script>
</body>
</html>