-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
422 lines (416 loc) · 23.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<!--Header Begins-->
<header>
<div class="portfolio-container">
<div class="portfolio-row header-wrap">
<div class="brand-name">
<a href="#" class="logo">Lakshya Kumar Singh</a>
</div>
<!--Header Navigation Begins-->
<div class="portfolio-navbar">
<ul>
<li>
<a href="#about" class="navbar-link active-link">Home</a>
</li>
<li>
<a href="#resume" class="navbar-link">Resume</a>
</li>
<li>
<a href="#certifications" class="navbar-link">Certifications</a>
</li>
<li>
<a href="#projects" class="navbar-link">Projects</a>
</li>
<li>
<a href="#contact" class="navbar-link">Contact</a>
</li>
</ul>
</div>
<!--Header Navigation Ends-->
<div class="navbar-toggle">
<i class="lni lni-grid-alt"></i>
</div>
</div>
</div>
</header>
<!--Header Ends-->
<!--About Section Begins-->
<section id="about">
<div class="portfolio-container">
<div class="portfolio-row about-content">
<!--Greetings and Introduction Begins-->
<div class="about-intro">
<div class="about-text">
<h1> 👋 Hey There, <br>
It's Lakshya
</h1>
<h3>Frontend Developer</h3>
<p>Welcome to my digital space where pixels come to life and user experiences are crafted with love!
I'm a dedicated frontend developer with a keen eye for design and a passion for creating seamless,
interactive, and visually appealing websites.</p>
</div>
</div>
<!--Greetings and Introduction Ends-->
<div class="about-image">
<a class="link-image"><img src="image/profile.png" alt="profile"></a>
</div>
</div>
</div>
</section>
<!--About Section Ends-->
<!--Resume Section Begins-->
<section id="resume">
<div class="portfolio-container">
<div class="portfolio-row">
<!--Resume Intro Begins-->
<div class="resume-intro">
<h2><strong>About Me</strong></h2>
<div class="resume-text">
<p>Hello there! 👋 I'm Lakshya, a passionate learner on the exciting journey of becoming a Full Stack Developer.
Currently immersed in the world of coding, I'm specializing in Frontend Development to craft immersive and user-centric web experiences.</p>
<br>
<p>💻 <strong>Frontend Enthusiast:</strong> Proficient in Frontend frameworks and libraries,
I enjoy the art of turning ideas into visually appealing and interactive interfaces.
My goal is to create seamless digital experiences that leave a lasting impression.</p>
<br>
<p>🌐 <strong>Full Stack:</strong> Eager to explore the entire web development spectrum,
I am actively honing my skills in Full Stack Development.
From designing captivating user interfaces to delving into server-side technologies,
I love the challenge of building comprehensive solutions.
</p>
<br>
<p>🌟 <strong>Let's Create Something Amazing:</strong> I believe in the power of technology to transform ideas into reality.
If you're looking for a dedicated and creative developer, let's collaborate and bring your projects to life!</p>
</div>
<div class="hello-btn">
<a href="#contact">Say Hello</a>
</div>
</div>
<!--Resume Intro Ends-->
<!--Resume Body Begins-->
<div class="resume-body">
<h2><strong>Qualification</strong></h2>
<!--Resume Heading Begins-->
<div class="resume-heading">
<button class="btn active" type="button" data-id="education">
Education
</button>
<button class="btn" type="button" data-id="skills">
Skills
</button>
</div>
<!--Resume Heading Ends-->
<!--Education Tab Begins-->
<div class="resume-tab active" id="education">
<div class="qualification-content">
<h4 class="course">Bachelor of Technology in Computer Science and Engineering</h4>
<h6 class="institution">Supreme Knowledge Foundation, Hooghly</h6>
<span class="years">2021-present</span><br>
<span class="years">8.8 CGPA</span>
</div>
<div class="qualification-content">
<h4 class="course">Senior Secondary Education</h4>
<h6 class="institution">Vivekananda Academy, Serampore</h6>
<span class="years">2021</span><br>
<span class="years">76%</span>
</div>
<div class="qualification-content">
<h4 class="course">Secondary Education</h4>
<h6 class="institution">Vivekananda Academy, Serampore</h6>
<span class="years">2019</span><br>
<span class="years">89%</span>
</div>
</div>
<!--Education Tab Ends-->
<!--Skills Tab Begins-->
<div class="resume-tab" id="skills">
<div class="qualification-content">
<h4 class="role">SKills
</h4>
<h6 class="institution">Hard Skills</h6>
<span class="years"><strong>Languages</strong>: Advanced in Java, JavaScript, TypeScript; Proficient in C, Python, PHP.</span><br>
<span class="years"><strong>Technologies</strong>:HTML, CSS, MySQl</span><br>
<span class="years"><strong>Frameworks and Libraries</strong>:BootStrap, Tailwind CSS, GSAP, jQuery, React JS</span><br>
<span class="years"><strong>Tools</strong>:Git, Github, Linux, Windows</span>
<br>
<br>
<h6 class="institution">Soft SKills</h6>
<span class="years">Communication</span><br>
<span class="years">Leadership</span><br>
<span class="years">Team Player</span><br>
<span class="years">Problem Solving</span>
</div>
</div>
<!--Skill Tab Ends-->
</div>
<!--Resume Body Ends-->
</div>
</div>
</section>
<!--Resume Section Ends-->
<!--Certification Section Begins-->
<section id="certifications">
<div class="portfolio-container">
<div class="portfolio-row filter-wrap">
<h2><strong>Certifications</strong></h2>
<!--Portfolio Nav filter Begins-->
<div class="portfolio-filter-nav ">
<button class="btn active" data-id="all" type="button">All</button>
<button class="btn" data-id="technical" type="button">Technical</button>
<button class="btn" data-id="non-technical" type="button">Non-Technical</button>
</div>
<!--Portfolio Nav filter Ends-->
</div>
<!--Main Portfolio Begins-->
<div class="portfolio-wrapper">
<div class="portfolio-col">
<div class="portfolio-item technical">
<img src="image\nptel python.jpg" alt="technical 1">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Nptel Python Certification</h4>
<p><a href="image\nptel python.jpg">view</a></p>
</div>
</div>
</div>
<div class="portfolio-item non-technical">
<img src="image\Enhancing Soft Skills and Person.jpg" alt="non-technical 1">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Nptel Soft Skills Certification</h4>
<p><a href="image\Enhancing Soft Skills and Person.jpg">view</a></p>
</div>
</div>
</div>
</div>
<div class="portfolio-col">
<div class="portfolio-item technical">
<img src="image\WhatsApp Image 2023-12-08 at 5.37.46 PM.jpeg" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>PHP Certification</h4>
<p><a href="image\WhatsApp Image 2023-12-08 at 5.37.46 PM.jpeg">view</a></p>
</div>
</div>
</div>
<div class="portfolio-item non-technical">
<img src="image\Ethics In Engineering Practice (1).jpg" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Nptel Ethics Certification </h4>
<p><a href="image\Ethics In Engineering Practice (1).jpg">view</a></p>
</div>
</div>
</div>
</div>
<!-- <div class="portfolio-col">
<div class="portfolio-item non-technical">
<img src="image\WhatsApp Image 2023-12-31 at 11.24.42 AM (2).jpeg" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>dfjdkfv;ldf</h4>
<p>kvjxfhvfjv</p>
</div>
</div>
</div>
<div class="portfolio-item technical">
<img src="image\WhatsApp Image 2023-12-31 at 11.24.51 AM (1).jpeg" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>dfijdd</h4>
<p>kdyvhsdhj</p>
</div>
</div>
</div>
</div> -->
</div>
<!--Main Portfolio Ends-->
</div>
</section>
<!--Certification Section Ends-->
<br>
<!--Projects Section Begins-->
<section id="projects">
<div class="portfolio-container">
<div class="portfolio-row filter-wrap">
<h2><strong>Projects</strong></h2>
<!--Portfolio Nav filter Begins-->
<!-- <div class="portfolio-filter-nav">
<button class="btn active" data-id="all" type="button">All</button>
<button class="btn" data-id="mini" type="button">Mini Projects</button>
<button class="btn" data-id="major" type="button">Major Projects</button>-->
<!-- </div> -->
<!--Portfolio Nav filter Ends-->
</div>
<!--Main Portfolio Begins-->
<div class="portfolio-wrapper">
<div class="portfolio-col">
<div class="portfolio-item2 mini">
<img src="image\Screenshot 2024-01-17 143402.png" alt="project 1" class="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Motor Menders</h4>
<p><a href="https://github.com/lakshya-26/Motormenders-demosite">Github</a></p>
</div>
</div>
</div>
<div class="portfolio-item2 major">
<img src="image\Screenshot 2024-01-14 030837.png" alt="project 2">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Focus on Today</h4>
<p><a href="https://github.com/lakshya-26/Focus-on-Today">Github</a> <a href="https://focus-on-today26.netlify.app/">Live</a></p>
</div>
</div>
</div>
</div>
<div class="portfolio-col">
<div class="portfolio-item2 major">
<img src="image\Screenshot 2024-01-15 024741.png" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Where in the World?</h4>
<p><a href="https://github.com/lakshya-26/where-in-the-world-react-version">Github</a> <a href="https://where-in-the-world-react-26.netlify.app/">Live</a></p>
</div>
</div>
</div>
<div class="portfolio-item2 mini">
<img src="image\Screenshot 2024-01-14 172332.png" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Meme Generator</h4>
<p><a href="https://github.com/lakshya-26/meme-generator">Github</a> <a href= "https://meme-generator26.netlify.app/">Live</a></p>
</div>
</div>
</div>
</div>
<div class="portfolio-col">
<div class="portfolio-item2 mini">
<img src="image\Screenshot 2024-01-05 015704.png" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>Music PLayer</h4>
<p><a href="https://github.com/lakshya-26/music-player">Github</a> <a href= "https://lakshya-26.github.io/music-player/">Live</a></p>
</div>
</div>
</div>
<!-- <div class="portfolio-item2 major">
<img src="image\WhatsApp Image 2023-12-31 at 11.24.51 AM (1).jpeg" alt="">
<div class="portfolio-item-content">
<div class="product-title">
<h4>dfijdd</h4>
<p>kdyvhsdhj</p>
</div>
</div>
</div> -->
</div>
</div>
<!--Main Portfolio Ends-->
</div>
</section>
<!--Projects Section Ends-->
<!--Contact Section Begins-->
<section id="contact">
<div class="portfolio-container">
<!--Contact General info Begins-->
<div class="contact-general">
<h2><strong>Get in touch</strong></h2>
<div class="contact-card">
<div class="icon">
<i class="lni lni-map-marker"></i>
</div>
<div class="contact-content">
<h5>Location</h5>
<span>1/B/57, S.S.Road Extension, Pravash Nagar, Rishra, Hooghly, WB-712249</span>
</div>
</div>
<div class="contact-card">
<div class="icon">
<i class="lni lni-phone-set"></i>
</div>
<div class="contact-content">
<h5>Phone</h5>
<span>+91 6290 698 356</span>
</div>
</div>
<div class="contact-card">
<div class="icon">
<i class="lni lni-envelope"></i>
</div>
<div class="contact-content">
<h5>Email</h5>
<span>lakshyakumarsingh.2003.va@gmail.com</span>
</div>
</div>
<!--Contact General info Ends-->
</div>
<div class="portfolio-container">
<h2 style="text-align: center;"><strong>Contact Me</strong></h2>
<div class="portfolio-row">
<!------ Main Contact Form Begins ------->
<form id="contact-form" method="POST" action="#">
<div class="portfolio-row">
<div class="name-email">
<div class="input-wrapper">
<label for="name">Name</label>
<input type="text" class="input-control" name="name" placeholder="Enter your name">
</div>
<div class="input-wrapper">
<label for="email">Email</label>
<input type="email" class="input-control" name="email" placeholder="Enter your email">
</div>
</div>
<div class="input-subject">
<label for="subject">Subject</label>
<input type="text" class="input-control" name="subject" placeholder="Enter your subject">
</div>
<div class="input-subject">
<label for="message">Message</label>
<textarea name="message" class="contact-msg" rows="9" placeholder="Your Message"></textarea>
</div>
</div>
<div class="form-submit">
<button type="submit" class="btn-submit">Submit</button>
<div class="loader">
<i class="lni lni-spinner-solid"></i>
</div>
<div class="form-message"></div>
</div>
</form>
<!------- Main Contact Form Ends -------->
</div>
</div>
</section>
<!--Contact Section Ends-->
<!--Footer Section Begins-->
<footer>
<div class="portfolio-container">
<div class="portfolio-row footer-wrap">
<div class="copyright-text">
<p>© Copyright 2023 by <strong>Lakshya Kumar Singh</strong></p>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/lakshya.rajput.714049">Facebook</a></li>
<li><a href="https://twitter.com/LakshyaKumarS20">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/lakshya-kumar-singh-49703924a/">Linkedin</a></li>
</ul>
</div>
</div>
</footer>
<!--Footer Section Ends-->
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>