-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
350 lines (339 loc) · 10.5 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
<!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">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<title>Aman's Portfolio</title>
<!-- Stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<!-- Plugin -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- spinner to be shown when page is loading-->
<div class="spinner-container">
<div class="circles">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Main Body-->
<div class="container">
<!-- TopLeft icons -->
<div class="symbol" data-aos="zoom-out">
<h3>
<i class="fas fa-laptop-code"></i>
<i class="fas fa-bug"></i>
</h3>
</div>
<!-- SideBar icon-->
<div class="hamburger-menu">
<div class="line line-1"></div>
<div class="line line-2"></div>
<div class="line line-3"></div>
<span>Close</span>
</div>
<!-- Heading and sub heading content-->
<header class="header">
<div class="banner">
<h1>I'm Aman,</h1>
</div>
<div class="banner-heading">
<span class="heading-1">Developer</span>
<span class="heading-2">Creator</span>
<span class="heading-3">Blogger</span>
</div>
</header>
<!-- Sidebar content -->
<section class="sidebar">
<!-- sidebar items list -->
<ul class="menu">
<li class="menu-item">
<a href="#" class="menu-link" data-content="Home">Home</a>
</li>
<li class="menu-item">
<a href="#about-us" class="menu-link" data-content="About">About</a>
</li>
<li class="menu-item">
<a href="#education" class="menu-link" data-content="Education">Education</a>
</li>
<li class="menu-item">
<a href="#team" class="menu-link" data-content="Project">Projects</a>
</li>
<li class="menu-item">
<a href="#contact" class="menu-link" data-content="Contact">Contact</a>
</li>
</ul>
<!-- sidebar social icons -->
<div class="social-media">
<a href="https://github.com/born69confused">
<i class="fab fa-github">
</i></a>
<a href="https://www.instagram.com/born_69_confused/?hl=de">
<i class="fab fa-instagram-square">
</i></a>
<a href="https://aman-dwivedi.medium.com/">
<i class="fab fa-medium">
</i></a>
<a href="mailto:[email protected]">
<i class="fas fa-envelope">
</i></a>
</div>
</section>
<!-- Heading and sub heading content finished-->
<!-- About content-->
<section class="about-us" id="about-us">
<!-- About content heading-->
<div class="section-header">
<h1 class="section-heading">
Skills
</h1>
<div class="underline"></div>
</div>
<!-- About content items-->
<div class="services">
<div class="service">
<div class="service-header" data-aos="fade-right">
<i class="fab fa-node-js"></i>
<h3>Languages</h3>
</div>
<p class="service-text" data-aos="fade-right">
Strong knowledge of C,C++ and javascript.
Familier with python and Go.
</p>
</div>
<div class="service">
<div class="service-header" data-aos="fade-right">
<i class="fas fa-blog"></i>
<h3>Blogging</h3>
</div>
<p class="service-text" data-aos="fade-right">
I write in my free time about Technology and tools for development.
</p>
</div>
<div class="service">
<div class="service-header" data-aos="fade-right">
<i class="fab fa-firefox-browser"></i>
<h3>Crossbrowser</h3>
</div>
<p class="service-text" data-aos="fade-right">
I make fully responsive and optimised Websites.
</p>
</div>
<div class="service">
<div class="service-header" data-aos="fade-left">
<i class="fas fa-database"></i>
<h3>Web Dev</h3>
</div>
<p class="service-text" data-aos="fade-left">
I'm learning MERN stack but always ready to learn new skills.
</p>
</div>
<div class="service">
<div class="service-header" data-aos="fade-left">
<i class="fas fa-terminal"></i>
<h3>Coding</h3>
</div>
<p class="service-text" data-aos="fade-left">
I practise Competitive Programming on Leetcode/codeforces.
</p>
</div>
<div class="service">
<div class="service-header" data-aos="fade-left">
<i class="fab fa-aws"></i>
<h3>Deployment</h3>
</div>
<p class="service-text" data-aos="fade-left">
I deploy apps on Heroku/netlify,
currently learning AWS architecture.
</p>
</div>
<!-- About content images-->
<div class="about-us-img-wrapper" data-tilt>
<img src="images/skill.png" alt="about-us">
</div>
</div>
</section>
<!-- About content finished-->
<!-- Education content-->
<section class="education" id="education">
<!-- Education content heading-->
<div class="section-header">
<h1 class="section-heading">
Education
</h1>
<div class="underline"></div>
</div>
<!-- Education content timeline-->
<div class="timeline">
<ul>
<li>
<div class="right_content">
<h2>College</h2>
<p>I am pursuing Computer Science and Engineering from Madan Mohan Malviya University of Technology with 8.4 CGPA
</p>
</div>
<div class="left_content">
<h3>March, 2020-2023</h3>
</div>
</li>
<li>
<div class="right_content">
<h2>Intermediate</h2>
<p>I have completed my Intermediate from Lucknow Public School, ICSE Board with 94.4%
</p>
</div>
<div class="left_content">
<h3>March, 2018 </h3>
</div>
</li>
<li>
<div class="right_content">
<h2>High school</h2>
<p>I have completed my High School from Lucknow Public School, ISC Board with 94.3%
</p>
</div>
<div class="left_content">
<h3>March, 2016 </h3>
</div>
</li>
<div style="clear:both;"></div>
</ul>
</div>
</section>
<!-- Education content finished-->
<!-- Project content-->
<section class="team" id="team">
<!-- Project content heading-->
<div class="section-header">
<h1 class="section-heading">
Projects
</h1>
<div class="underline"></div>
</div>
<!-- Project content cards-->
<div class="cards-wrapper">
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="images/lyricsapp.png" alt="project">
</div>
<div class="card-info">
<h2>Lyrics_Search</h2>
<h3>Lyrics finding Webapp</h3>
<p>You can serach lyrics of any song by the title or even name of artist.</p>
<button><a href="https://ecstatic-euclid-fd9a39.netlify.app/">Live Demo</a></button>
</div>
</div>
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="images/kaban.png" alt="project">
</div>
<div class="card-info">
<h2>Kaban Board</h2>
<h3>Workflow management</h3>
<p>Webapp to manage time and keep track of the project activities.</p>
<button><a href="https://clever-bose-bc8251.netlify.app/">Live Demo</a></button>
</div>
</div>
<div class="card" data-tilt>
<div class="card-img-wrapper">
<img src="images/codecolab.png" alt="project">
</div>
<div class="card-info">
<h2>CodeColab</h2>
<h3>Realtime Code share</h3>
<p>Webapp with Node as backend and MongoDB databse to share, edit code in realtime with chating</p>
<button><a href="https://colab-code.herokuapp.com/">Live Demo</a></button>
</div>
</div>
</div>
</section>
<!-- Project content finished-->
<!-- Contact content-->
<section class="contact" id="contact">
<div class="contact-wrapper" data-aos="flip-down">
<!-- Contact content left-->
<div class="contact-left">
<h3>Want to work together?
Ping me!</h3>
</div>
<!-- Contact content right-->
<div class="contact-right">
<h1 class="contact-heading">Contact</h1>
<!-- 3rd party API-->
<form action="https://formspree.io/f/mleadwav" method="POST">
<div class="input-group">
<input type="text" class="field" name="name" required>
<label class="input-label">Name</label>
</div>
<div class="input-group">
<input type="email" class="field" name="email" required>
<label class="input-label">Email</label>
</div>
<div class="input-group">
<textarea class="field" name="message">
</textarea>
<label class="message" required>Message</label>
</div>
<input type="submit" class="submit-btn" value="submit"/>
</form>
</div>
</div>
</section>
<!-- Contact content finished -->
<!-- Footer content -->
<footer class="footer">
<div class="footer-content">
<p class="copyright">
Copyright <i class="far fa-copyright"></i> 2021, Aman Dwivedi
</p>
<!-- contact content social icons -->
<div class="social-list">
<a href="https://www.linkedin.com/in/aman-dwivedi-b3b5841b0/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/born_69_confused/?hl=de"><i class="fab fa-instagram"></i></a>
<a href="https://aman-dwivedi.medium.com/"><i class="fab fa-medium"></i></a>
<a href="https://github.com/born69confused"><i class="fab fa-github"></i></a>
</div>
</div>
</footer>
<!-- Footer content finished -->
<!-- Button to refresh page-->
<a href="" class="scroll-btn">
<i class="fas fa-arrow-up"></i>
</a>
</div>
<!-- Main content finished -->
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- my script -->
<script src="script.js"></script>
<!-- Plugin scripts -->
<script src="tilt.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- Particle scripts -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="particlescript.js"></script>
<!-- Plugin loaded -->
<script>
AOS.init({
startEvent: 'DOMContentLoaded',
});
</script>
</body>
</html>