-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
299 lines (272 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<!-- Link To CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Link To AOS -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- Box Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet" href= "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Link To AOS ANIMATION -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Navbar -->
<header>
<a href="#" class="logo">WELCOME!</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar" data-aos="fade-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#project">Project</a></li>
<li><a href="#contact">Contact</a></li>
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
<!-- Loading Animation -->
<div class='container'>
<div class='loader'>
<div class='loader--dot'></div>
<div class='loader--dot'></div>
<div class='loader--dot'></div>
<div class='loader--dot'></div>
<div class='loader--dot'></div>
<div class='loader--dot'></div>
<div class='loader--text'></div>
</div>
</div>
<link rel="stylesheet" href="Loading Animation/style.css">
<script src="Loading Animation/script.js"></script>
<!-- Home -->
<section class="home" id="home" data-aos="fade-right">
<div class="social">
<a href="https://www.linkedin.com/in/kumar-anand" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/zkanand" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://auth.geeksforgeeks.org/user/itz_kanand" target="_blank" class="geeksforgeeks-logo"><i class="fa-brands fa-hackerrank"></i></a>
</div>
<div class="home-img" data-aos="fade-right">
<img src="Home.png" alt="">
</div>
<div class="home-text">
<span>Hello, I am</span>
<h1>Kumar Anand</h1>
<span class="text"></span>
<p>Driven by a relentless pursuit of excellence, I am ready to bring your projects to life. Let's collaborate
to create exceptional digital experiences that leave a lasting impact.</p>
<span>
💬 Let's Connect!
</span>
<p>Ready to embark on a coding adventure together? Whether it's a new project or a collaboration opportunity,
feel free to reach out. Your vision, my code - let's make it happen!</p>
<a href="#contact" class="btn">Contact Me</a>
</div>
</section>
<!-- About -->
<section class="about" id="about" data-aos="fade-left">
<div class="heading">
<h2>About Me</h2>
<span>Introduction</span>
</div>
<!-- About Content -->
<div class="about-container">
<div class="about-img">
<img src="AnandSingh.jpg" alt="">
</div>
<div class="about-text">
<p>My journey in the world of software development has equipped me with a diverse skill set, allowing me to tackle challenges head-on and deliver high-quality, innovative solutions. Whether it's back-end development, front-end development, or full-stack projects, I thrive on bringing concepts to life through clean code and intuitive design.</p>
<div class="information">
<!-- Box 1 -->
<div class="info-box">
<i class='bx bxs-user' ></i>
<span>Kumar Anand</span>
</div>
<!-- Box 2 -->
<div class="info-box">
<i class='bx bxs-phone' ></i>
<span>+91 7250764449</span>
</div>
<!-- Box 3 -->
<div class="info-box">
<i class='bx bxs-envelope' ></i>
<span>[email protected]</span>
</div>
</div>
<link rel="stylesheet" href="Button Animation/style.css">
<script src="Button Animation/script.js"></script>
<button type="button"onClick="download" data-dl>
<span class="dl-icon"></span>
<span>RESUME</span>
</button>
</a>
</div>
</section>
<!-- Skills -->
<section class="skills" id="skills" data-aos="fade-right">
<div class="heading">
<h2>Technical Skills</h2>
</div>
<div class="skills-container">
<span>SKILLS AND LANGUAGES</span>
<p class="skl sklLine">_________________________</p>
<ul>
<li><strong>Subjects:</strong> Data Structures (Basic), Design and Analysis of Algorithms (Basic), OS, CN, DBMS, OOPs, Cloud Computing, Mobile Computing.</li>
<br>
<li><strong>Programming Languages:</strong> CPP, Java, Python (Basic)</li>
<br>
<li><strong>Frameworks:</strong> Spring Boot</li>
<br>
<li><strong>Databases:</strong> MySQL</li>
<br>
<li><strong>Web/Application Servers:</strong> Tomcat</li>
<br>
<li><strong>Tools:</strong> Postman, Eclipse, Maven, Hibernate</li>
<br>
<li><strong>Version Control:</strong> GIT</li>
<br>
<li><strong>Testing:</strong> JUnit5, Mockito (Familiar), Unit Testing</li>
<br>
<li><strong>Operating Systems:</strong> Windows, Ubuntu</li>
</ul>
</div>
</section>
<!-- certifications -->
<section class="certifications" id="certifications" data-aos="fade-left">
<div class="heading">
<h2>Certifications</h2>
<span>My Certifications</span>
</div>
<div class="certifications-content">
<!-- Box 1 -->
<div class="certifications-box">
<i class='bx bx-code-alt' ></i>
<h3>Data Analyst</h3>
<h5>-By Centum Learning</h5>
<a href="https://drive.google.com/file/d/1k59q3EOAXPPSGeDMoqHVO8QD1mUAmi4i/view?usp=drive_link">Click To See..</a>
</div>
<!-- Box 2 -->
<div class="certifications-box">
<i class='bx bxl-java' ></i>
<h3>Java Certification</h3>
<h5>-By Skillup</h5>
<a href="https://drive.google.com/file/d/1Nz8JriKP7gPObySmhANzQvpjfjpg9Sf-/view?usp=drive_link">Click To See..</a>
</div>
<!-- Box 3 -->
<div class="certifications-box">
<i class='bx bx-cloud' ></i>
<h3>Google Cloud Fundamentals</h3>
<h5>-By Coursera </h5>
<a href="https://drive.google.com/file/d/1QaNM8aT7cK9WccRnnnu7zHswAUMPDtx3/view?usp=drive_link">Click To See..</a>
</div>
<div class="certifications-box">
<i class='bx bx-certification' ></i>
<h3>Advanced Design Patterns</h3>
<h5>-By LinkedIn </h5>
<a href="https://drive.google.com/file/d/1tKcZGlBpQEqJt7zCe9WvV6MvFkw-Eh9M/view?usp=drive_link">Click To See..</a>
</div>
<div class="certifications-box">
<i class='bx bxl-codepen' ></i>
<h3>Blockchain Essential</h3>
<h5>-By Cognitive Class </h5>
<a href="https://drive.google.com/file/d/1aEiEQSLuiDBzglKJIByeilyycPdqThV7/view?usp=drive_link">Click To See..</a>
</div>
<div class="certifications-box">
<i class='bx bxs-bank'></i>
<h3>Computer System Security</h3>
<h5>-By IIT Kanpur </h5>
<a href="https://drive.google.com/file/d/1Z29-z0IQIafNfoaKyOVhSgSI4-1POoZM/view?usp=drive_link">Click To See..</a>
</div>
<div class="certifications-box">
<i class='bx bxl-javascript'></i>
<h3>Responsive web design</h3>
<h5>-By Digital Defynd </h5>
<a href="https://drive.google.com/file/d/1MBuAkloWcM6dLvtdN3roB5QVS9up8MTl/view?usp=drive_link">Click To See..</a>
</div>
</section>
<!-- Project -->
<section class="project" id="project" data-aos="zoom-in">
<div class="heading">
<h2>Project & Experiences</h2>
<span>My Recent Work</span>
</div>
<div class="project-content" data-aos="zoom-in">
<div class="project-img">
<img src="RestApiCRUD.jpeg" alt="">
<u><h2>RESTful Web Services</h2></u>
<h3>Tech Stack: Java, Springboot, MY SQL</h3>
<p>• Build a RESTful API for users. Skeleton of how
the backend work.</p>
<p>• Built RESTful API for users using Spring Web
and Spring Boot Devtools.</p>
<p>• Incorporated Spring Data JPA for database
management and H2 Database as the underlying database.</p>
<p>• Implemented CRUD operations for user entities.</p>
<a href="https://github.com/github0o0o/Restful-API" class="btn" onclick="showMessage()">Github Repo</a>
</div>
<div class="project-img" data-aos="zoom-in">
<img src="Covid19.png" alt="">
<h2>Coronavirus Tracker App</h2>
<h3>Tech Stack: Java, Springboot, HTML, Bootstrap</h3>
<p>• Java Spring Boot Application to track reported
data of confirmed infection around the world.</p>
<p>• Used Thymeleaf as a template engine to display the data in a user-friendly manner.</p>
<p>• Utilized Bootstrap, HTML, and CSS for the front-end design.</p>
<p>• Implemented Spring Web and Spring Boot Devtools for web development and debugging.</p>
<a href="https://github.com/github0o0o/Covid-Tracker"class="btn">Github Repo</a>
</div>
<div class="project-img" data-aos="zoom-in">
<img src="chat-application.png" alt="">
<h2>REAL-Time Chat application</h2>
<h3>Tech Stack: Java, Springboot, React JS, Websocket</h3>
<p>• ReactJS: Used ReactJS as the primary frontend library for the application.</p>
<p>• Websocket: Utilized Websocket, a protocol that enables bidirectional real-time communication over a single TCP connection, to facilitate real-time chat functionality.</p>
<p>• Real-time chat: The core feature of the application was real-time chat, which enabled users to communicate with each other in real-time.</p>
<a href="https://github.com/github0o0o/Real-Time-Chat-Application-"class="btn">Github Repo</a>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact" data-aos="fade-left">
<div class="heading">
<h2>Contact</h2>
<span>Connect with me</span>
</div>
<div class="contact-form">
<form id="contactForm" action="https://api.web3forms.com/submit" method="POST" onsubmit="return submitForm()">
<input type="hidden" name="access_key" value="bd2f5254-f5fc-46a8-b1dd-0c3a882bf000">
<input type="text" name="name" id="name" placeholder="Your Name" required>
<input type="email" name="email" id="email" placeholder="Your Email" required>
<textarea name="message" id="message" cols="30" rows="10" placeholder="Write Message Here..." required></textarea>
<input type="submit" value="Send" class="contact-button">
</form>
</div>
<script src="https://web3forms.com/client/script.js" async defer></script>
<script>
function submitForm() {
window.location.href = ""
form.reset()
}
</script>
</section>
<!-- Copyright -->
<div class="copyright">
<p>Created By <a href="">Kumar Anand</a></p>
</div>
<!-- Link To JS -->
<script src="./js/script.js"></script>
<!---OUR AOS-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset:200,
duration:1000
});
</script>
</body>
</html>