-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (326 loc) · 17.9 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
<!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>Portfolio</title>
<link rel="icon" href="./logo512.png" />
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<box-icon name='menu' id="menu-icon"></box-icon>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#experience">Experience</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Ashwani Kumar Singh</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>Currently pursuing B.Tech in Computer Science and Engineering at Amity University Lucknow!</p>
<div class="social-media">
<a title="Facebook" href="https://www.facebook.com/profile.php?id=100021759763046" target="_blank"><i
class='bx bxl-facebook-circle'></i></i></a>
<a title="LinkedIn" href="https://www.linkedin.com/in/ashwani-singh-5a7072223" target="_blank"><i
class='bx bxl-linkedin'></i></a>
<a title="GitHub" href="https://github.com/Ashwani2529" target="_blank"><i class='bx bxl-github'></i></box-icon></a>
<a title="Leetcode" href="https://leetcode.com/Ashwani2529/" target="_blank"><i class='bx bx-code'></i></a>
<a title="Apps" href="https://drive.google.com/drive/u/1/folders/1oPt4TEoKJeHL4W7ogWB_jqbPEOnGhmhE" target="_blank"><i
class='bx bxl-android'></i></a>
<a title="Certificates" href="https://drive.google.com/drive/folders/1XUFkrCeLhoZLADKdijbOhJJ6i9NU5jG8?usp=sharing" target="_blank"><i
class='bx bxs-folder'></i></a>
</div>
<a href="https://drive.google.com/file/d/11SRj1i7Ebvd70I-1xyCfqS11SZcXqpEf/view?usp=sharing" target="_blank"
class="btn">Download CV</a>
</div>
<div class="home-img">
<img src="./images/home.jpg" alt="">
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="./images/about.jpg" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>ME</span></h2>
<h3>Full Stack Developer!</h3>
<p id="aboutMe"> Hello! I'm Ashwani Kumar Singh, a 22-year-old currently pursuing a B.Tech in Computer Science and Engineering at Amity University Lucknow. With a passion for technology and continuous learning, I stay updated with the latest advancements.
I'm a dedicated Full Stack Developer with over a year of experience in crafting scalable and dynamic web applications. My expertise includes JavaScript, React.js, Node.js, MongoDB, and AWS S3. To keep my problem-solving skills sharp, I actively tackle challenges on LeetCode using Python and C++.
Throughout my journey, I've completed five successful web development internships, gaining invaluable insights and hands-on experience. I've also worked on projects utilizing SvelteKit, Prisma, MySQL, Flowbite, and AWS S3.
Beyond web development, I have a keen interest in cybersecurity, constantly exploring new techniques and tools in this ever-evolving field.</p>
<a href="https://drive.google.com/file/d/1AfZDByef5FT2wRWnex0WOC6xXBjhD-P6/view?usp=sharing" target="_blank"
class="btn">Read More</a>
</div>
</section>
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-container">
<div class="skills-box">
<i class='bx bx-code-alt'></i>
<h3>Development</h3>
<p>Experienced in HTML, CSS, JavaScript, React.js, SvelteKit, and Node.js. Proficient with Git for version control and TypeScript for type safety. Skilled in creating dynamic interfaces with React.js, and building server-side applications using Node.js and Nest.js.</p>
</div>
<div class="skills-box">
<i class='bx bx-data'></i>
<h3>Databases</h3>
<p>Extensive experience in working with databases such as Firebase, MongoDB, MySQL, and PostgreSQL. Proficient in designing and optimizing database structures, data manipulation, and integration for scalable and efficient web applications.</p>
</div>
<div class="skills-box">
<i class='bx bx-code-curly'></i>
<h3>Programming</h3>
<p>Proficient in C, C++, Python, and TypeScript with a focus on algorithm design, problem-solving, and backend development. Demonstrated expertise in OOP and functional programming paradigms. Passionate about innovation and continuous learning.</p>
</div>
<div class="skills-box" id="skillboxxx">
<i class='bx bxl-sketch'></i>
<h3>UI/UX Designing</h3>
<p>Proficient in UI/UX design tools like Canva Pro, Figma, and Uizard. Experienced in creating visually appealing and user-friendly interfaces, focusing on responsive design. Skilled in translating ideas into interactive designs to enhance user experiences.</p>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="heading">My<span> Projects</span></h2>
<div class="projects-container">
<div class="projects-box">
<img src="images/portfolio1.jpg" alt="">
<div class="projects-layer">
<h4>iText-Editor</h4>
<p>iText-Editor: The ultimate online word processor. Enjoy Microsoft Word-like features with cloud-saving
capability. Access files from anywhere, anytime. Simplify your word processing needs with our innovative
web-based app.</p>
<a title="Preview" href="https://itext-editor.netlify.app/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio2.jpg" alt="">
<div class="projects-layer">
<h4>Mail Merge</h4>
<p>"Mail Merge script automates personalized email sending, attaching PDFs, utilizing Excel lists,
offering ease, and unlimited tokens for efficient bulk emailing..</p>
<a title="Preview" href="https://github.com/Ashwani2529/Mail_Merge" target="_blank"><i
class='bx bx-link-external'></i></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio3.jpg" alt="">
<div class="projects-layer">
<h4>Chat Verse</h4>
<p>ChatVerse: Real-time group chatting web app with React.js & Socket.io. Sleek UI, lightning-fast response
time. Connect, share, and express with ease. Join now and experience the magic of live chat!</p>
<a title="Preview" href="https://chatverxe.netlify.app/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio4.jpg" alt="">
<div class="projects-layer">
<h4>Weather Sage</h4>
<p>WeatherSage is a sleek weather app offering real-time reports worldwide. It features an interactive
interface, accurate weather data, and a unique weather icon display. Users can plan their activities
effectively, making it the ideal weather companion.</p>
<a title="Preview" href="https://weather-sage-fc.netlify.app" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio9.jpg" alt="">
<div class="projects-layer">
<h4>Form Builder</h4>
<p>FormBuilder: Create personalized forms, share via unique links, and store responses in MongoDB database.
Effortless, efficient, and secure.</p>
<a title="Preview" href="https://formxbuilder.netlify.app/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio11.jpg" alt="">
<div class="projects-layer">
<h4>Temp Switch</h4>
<p>Temp Switch: Instant temperature converter - Celsius, Fahrenheit, Kelvin. Effortlessly switch and convert
temperatures with ease and speed.</p>
<a title="Preview" href="https://temp-switch.netlify.app/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio12.jpg" alt="">
<div class="projects-layer">
<h4>Weather Week</h4>
<p>Weather Week: Explore global city forecasts for the entire week. Powered by OpenWeather API, stay informed
about temperatures, conditions, and more. Plan travels, stay prepared, and embrace worldwide weather.
Convenient global updates at your fingertips!</p>
<a title="Preview" href="https://weather-week-fc.netlify.app" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio5.jpg" alt="">
<div class="projects-layer">
<h4>Explorer Club</h4>
<p>Welcome to Explorer Club. Our goal is to expand our ideas into the field of Science & Tech and build
several projects on latest Trending Problems under the guidance of The Explorer Club</p>
<a title="Preview" href="https://explorer-club.netlify.app" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio6.jpg" alt="">
<div class="projects-layer">
<h4>GPS Calculator</h4>
<p>The GPS-Calculator is a React project with graphing, polynomial roots, and scientific calculators. It
offers versatile mathematical tools for functions, roots, and scientific operations.</p>
<a title="Preview" href="https://gps-calculator.netlify.app/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio7.jpg" alt="">
<div class="projects-layer">
<h4>Reaction Game</h4>
<p>The game round will run for 30 seconds, score highest by pressing the keys that are showed in screen.</p>
<a title="Preview" href="https://reaxtion-game.netlify.app" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio8.jpg" alt="">
<div class="projects-layer">
<h4>Portfolio Lite</h4>
<p>A simple webpage containing my social media accounts link, I will be certainly updating this to my
Portfolio-Pro from lite :)</p>
<a title="Preview" href="https://portfolio-lite.netlify.app/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio9.jpg" alt="">
<div class="projects-layer">
<h4>Hacking Effect</h4>
<p>A simple HTML page which shows hacker effect shown in movies by chaging all letters and digits randomly
throughout the screen for infinite time</p>
<a title="Preview" href="https://hacker-effect.netlify.app" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<section class="projects" id="experience">
<h2 class="heading">My<span> Experiences</span></h2>
<div class="projects-container">
<div class="projects-box1">
<img src="images/portfolio7.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://heliverse.com/" target="_blank">Heliverse Technologies</a></h4>
<p id="positions">Full Stack Developer</p>
<p>Under Development</p>
<h3><i id="timeline">September/2024 - Present</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio4.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://craftlab.ai/" target="_blank">Meta Craftlab Pvt. Ltd.</a></h4>
<p id="positions">Developer Associate</p>
<p>As an Associate Developer at Meta Craftlab, I contributed to projects like Net Credentials and Inboxera, managed 30+ teams for Devstarter, and utilized SvelteKit, Prisma ORM, and MySQL to build and enhance web-based tools.</p>
<h3><i id="timeline">May/2024 - September/2024</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio3.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://www.aplanbyconsultants.com/" target="_blank">A Plan By Consultants</a></h4>
<p id="positions">Developer</p>
<p>As a remote intern Developer at A Plan By Consultants, I work on JavaScript, Google App Script,
and Wix projects, including a grocery store website, reverse recruiting, and a successful mail merge
project.</p>
<h3><i id="timeline">May/2024 - June/2024</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio1.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://banao.tech/" target="_blank">Banao Technologies</a></h4>
<p id="positions">MERN Stack Developer</p>
<p>As a MERN Stack Developer Intern at Banao Technologies (ATG World Networks Pvt. Ltd.), I contributed to six projects: AWFE,
CrossDocks, TEPS, Treato, Suvarna, and Evallo, enhancing user interfaces and optimizing backend
functionalities.</p>
<h3><i id="timeline">September/2023 - April/2024</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio8.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://alhansat.com/" target="_blank">Alhansat Solutions</a></h4>
<p id="positions">Full Stack Developer</p>
<p>Completed a 45-day Full Stack Developer internship with Alhansat Solutions via IEEE Bombay Section, leading
the 'Personal Portfolio Platform' project. Grateful to Hannon Satopay for this incredible opportunity!</p>
<h3><i id="timeline">September/2023 - November/2023</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio9.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://www.linkedin.com/company/atbc-technologies-pvt-ltd/about/" target="_blank">ATBC Technologies</a></h4>
<p id="positions">Web Desiger</p>
<p>During my internship at ATBC Technologies as a Website Design Intern, I designed a functional website,
aijobkit.com, using Wix, enhanced my UI/UX skills, and created engaging landing pages and digital creatives.
</p>
<h3><i id="timeline">August/2023 - October/2023</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio10.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://knothastags.com/" target="_blank">Knot Hashtags</a></h4>
<p id="positions">Full Stack Developer</p>
<p>During my UI/UX Design internship at Knot Hashtags, I crafted the visual identity and user experience of
the E-commerce website using Figma and uizard.io. Collaborated with the development team to translate
designs into a fully functional website.</p>
<h3><i id="timeline">July/2023 - October/2023</i></h3>
</div>
</div>
<div class="projects-box1">
<img src="images/portfolio12.jpg" alt="">
<div class="projects-layer">
<h4><a id="company-name" href="https://birspark.com/" target="_blank">Birspark</a></h4>
<p id="positions">Content Writer</p>
<p>During my content writing internship at Birspark, I honed my skills in crafting captivating articles across
diverse topics. I skillfully merged creativity with informative content, enriching my expertise in web
content creation.</p>
<h3><i id="timeline">May/2023 - July/2023</i></h3>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#" method="POST" id="emailForm">
<div class="input-box">
<input type="text" name="fullName" placeholder="Full Name" required>
<input type="email" name="emailAddress" placeholder="Email Address" required>
</div>
<div class="input-box">
<input type="number" name="mobileNumber" placeholder="Mobile Number">
<input type="text" name="subject" placeholder="Subject" required>
</div>
<textarea name="message" cols="40" rows="9" placeholder="Message" required></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<footer class="footer">
<div class="footer-text">
<p>
A$H <i class='bx bxs-face-mask'></i> ᴅʏsᴛᴏᴘɪᴀɴ ᴘʀᴏᴛᴀɢᴏɴɪsᴛ |
<i class='bx bx-phone'></i> <a href="tel:+917985717101" style="color: white">+917985717101</a> |
<i class='bx bx-envelope'></i> <a style="color: white" href="mailto:ashwanix2749@gmail.com">ashwanix2749@gmail.com</a>
</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bxs-chevrons-up'></i></a>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="js/script.js"></script>
</body>
</html>