-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (189 loc) · 9.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Deepak.com</title>
<!-- febicon -->
<link rel="shortcut icon" href="/assets/febicon1.jpeg" type="image/x-icon" />
<!-- Google font (montserrot) -->
<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=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap"
rel="stylesheet">
<!-- CDN OF RENIX ICON -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css" rel="stylesheet" />
<!-- Animate on scroll -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- CSS -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- ====== Navbar======= -->
<nav>
<div class="container nav-container">
<a href="index.html">DEEPAK</a>
<button class="nav-theme-btn">
<i class="ri-moon-line"></i>
</button>
</div>
</nav>
<!-- ====== Floting nav====== -->
<menu class="floting-nav">
<a href="#" class="active"><i class="ri-home-3-line"></i></a>
<a href="#resume"><i class="ri-briefcase-line"></i></i></a>
<a href="#projects"><i class="ri-passport-line"></i></a>
<a href="#contact"><i class="ri-contacts-line"></i></a>
</menu>
<!-- ======== = HEADER ============ -->
<header>
<div class="header-container">
<div class="header-image" data-aos="fade-up" data-aos-delay="800">
<img src="./assets/febicon2.jpg" alt="Header-image">
</div>
<h5 data-aos="fade-in" data-aos-delay="500">Hi, I'm Deepak Kumar</h5>
<h1 data-aos="fade-in" data-aos-delay="500">Fullstack <span>Web Developer </span>
</h1>
<p data-aos="fade-in" data-aos-delay="500">I'm a Software Engineer (Frontend & Full Stack) with 6 months of experience using Reactjs. Reach out if you'd like to Know more!
</p>
<div class="header-cta" data-aos="fade-in">
<a href="#projects" class="btn"> My Projects</a>
<a href="#contact" class="btn primary">Hire me</a>
</div>
<menu class="header-social" data-aos="fade-left" data-aos-delay="200">
<a href="https://github.com/Deepak-Mahanta" target="_blank" title="GitHub"><i class="ri-github-line"></i></a>
<a href="https://www.linkedin.com/in/contactdeepk/" target="_blank" title="LinkedIn"><i class="ri-linkedin-box-fill"></i></a>
<a href="https://twitter.com/DeepakMahanta_" target="_blank" title="Twitter"><i class="ri-twitter-x-line"></i></a>
<a href="https://codepen.io/Deepak-CodePen" target="_blank" title="CodePen"><i class="ri-code-box-line"></i></a>
</menu>
</div>
</header>
<!-- RESUME ------------------------------>
<section id="resume">
<div class="container resume-container" data-aos="fade-in" data-aos-delay="200">
<div class="resume-left">
<h1>Get to know me!</h1>
<p>Here you will find more information about me.
</p>
<menu>
<button class="btn primary experience-btn">Experience</button>
<button class="btn education-btn">Education</button>
<button class="btn skills-btn">Skills</button>
<button class="btn about-btn">About</button>
</menu>
</div>
<div class="resume-right">
</div>
</div>
</section>
<!-- =========== PROJECTS ========= -->
<section class="projects" id="projects">
<h1>Recent Projects</h1>
<p>Here you will find some personal projects that I created using frontend and backend technology.
</p>
<menu class="projects-catagories" >
<button class="btn " data-filter="*">All</button>
<button class="btn" data-filter=".frontend">Frontend</button>
<button class="btn" data-filter=".backend">Backend</button>
<button class="btn" data-filter=".fullstack">Fullstack</button>
</menu>
<div class="container projects-container" data-aos="fade-in" data-aos-delay="200">
<article class="project mix frontend" data-order="1">
<div class="project-image">
<img src="./assets/PONG-GAME.png" alt="Project 1">
</div>
<h5>PONG-GAME </h5>
<p>
The Pong game is a classic arcade game that simulates table tennis. In this game, players control paddles to hit a ball back and forth. The game is built using HTML, CSS, and JavaScript, allowing two players to compete and track their scores in real-time. Additionally, sound effects enhance the gaming experience, providing an immersive feel.
</p>
<div class="project-cta">
<a href="https://deepak-mahanta.github.io/Arcade-PONG-Game/" class="btn primary" target="_blank"><i class="ri-link-unlink"></i></a>
<a href="https://github.com/Deepak-Mahanta/Arcade-PONG-Game" class="btn " target="_blank"><i class="ri-github-fill"></i></i></a>
</div>
</article>
<article class="project mix fullstack" data-order="2">
<div class="project-image">
<img src="./assets/EMS-photo.png" alt="Project 2">
</div>
<h5>Employee Management System </h5>
<p>
Created a robust employee management system with React.js, Node.js, and MySQL, featuring secure authentication for admins and employees. Implemented extensive CRUD operations for efficient employee data management, ensuring seamless user experience with a responsive Bootstrap design and real data integration.
</p>
<div class="project-cta">
<a href="https://github.com/Deepak-Mahanta/Employee-Management-System-" class="btn primary" target="_blank"><i class="ri-link-unlink"></i></a>
<a href="https://github.com/Deepak-Mahanta/Employee-Management-System-" class="btn " target="_blank"><i class="ri-github-fill"></i></i></a>
</div>
</article>
<article class="project mix frontend" data-order="3">
<div class="project-image">
<img src="./assets/Edusity-Hero-Section.png" alt="Project 3">
</div>
<h5>Edusity </h5>
<p>
Developed and deployed a fully responsive college/university website using React JS, ensuring cross-device and cross-browser compatibility. Enhanced user interaction with features like smooth scrolling, dynamic sliders, and an integrated contact form. Achieved significant improvement in front-end performance, emphasizing responsive design and user experience.
</p>
<div class="project-cta">
<a href="https://edusity-steel-kappa.vercel.app/" class="btn primary" target="_blank"><i class="ri-link-unlink"></i></a>
<a href="https://github.com/Deepak-Mahanta/Edusity" class="btn " target="_blank"><i class="ri-github-fill"></i></i></a>
</div>
</article>
<article class="project mix frontend" data-order="4">
<div class="project-image">
<img src="./assets/Text-To_Emoji.png" alt="Project 4">
</div>
<h5>text-to-emoji-converter </h5>
<p>
In this text-to-emoji converter you can convert your text into emojis and vice-versa.
</p>
<div class="project-cta">
<a href="https://deepak-mahanta.github.io/text-to-emoji-converter/" class="btn primary" target="_blank"><i class="ri-link-unlink"></i></a>
<a href="https://github.com/Deepak-Mahanta/text-to-emoji-converter" class="btn " target="_blank"><i class="ri-github-fill"></i></i></a>
</div>
</article>
<article class="project mix frontend" data-order="5">
<div class="project-image">
<img src="./assets/LinkeTreePortfolio.png" alt="Project 5">
</div>
<h5> linktree-Portfolio</h5>
<p>
Created a simple Linktree-like portfolio using HTML, CSS, and JavaScript, featuring clean, minimalistic design and easy navigation for showcasing multiple links. Focused on optimizing loading speed and accessibility for all users.
</p>
<div class="project-cta">
<a href="https://deepak-mahanta.github.io/linktree-portfolio-/" class="btn primary" target="_blank"><i class="ri-link-unlink"></i></a>
<a href="https://github.com/Deepak-Mahanta/linktree-portfolio-" class="btn " target="_blank"><i class="ri-github-fill"></i></i></a>
</div>
</article>
</div>
</section>
<!-- contact -->
<section id="contact">
<div class="container contact-container" >
<menu class="contact-options">
<a href="https://twitter.com/DeepakMahanta_" class="contact-option" target="_blank">
<i class="ri-twitter-fill"></i>
</a>
<a href="https://github.com/Deepak-Mahanta" class="contact-option" target="_blank">
<i class="ri-github-fill"></i>
</a>
<a href="https://www.linkedin.com/in/contactdeepk/" class="contact-option" target="_blank">
<i class="ri-linkedin-box-fill"></i>
</a>
</menu>
<form id="contactForm" action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="99aae606-141f-4ea9-a3a2-d05b1c3cf93e">
<input type="text" name="name" placeholder="Full Name" required>
<input type="email" name="email" placeholder="Email Address" required>
<textarea rows="7" name="message" placeholder=" Feel free to message..." required></textarea>
<button type="submit" class="btn primary">Send</button>
</form>
</div>
</section>
<script src="./mix/dist/mixitup.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({duration:2000,offset:80});
</script>
<script src="script.js"></script>
</body>
</html>