-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
258 lines (237 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
</head>
<body>
<header class="header">
<a href="#"class="logo">Portfolio</a>
<nav class="navbar">
<a href="#home" style="--i:1" class="active">Home</a>
<a href="#about" style="--i:2">About</a>
<a href="#services" style="--i:3">Skill</a>
<a href="#portfolio" style="--i:4">Portfolio</a>
<a href="#contact" style="--i:5">Contact</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Aditya Dwivedi</h1>
<h3>And I'm a <span class="text"></span></h3>
<p>I'm an Engineering Student<br>expertise in Problem Solving, Machine Learning and Web Development</p>
<div class="home-sci">
<a href="#" style="--i:7" ><i class='bx bxl-linkedin' id="linkedin" ></i></a>
<a href="#" style="--i:8"><i class='bx bxl-github' id="github"></i></box-icon></a>
<a href="#contact" style="--i:9"><i class='bx bxl-gmail' ></i></a>
<a href="#" style="--i:10"><i class='bx bxl-c-plus-plus' id="codingninja"></i></a>
</div>
<a href="#" class="btn-box"> More About Me></a>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="photo_2023-10-22_02-18-53.jpg">
</div>
<div class="about-text">
<h2>About<span>Me</span></h2>
<h4>Student</h4>
<p>I am a dedicated Front End Developer with a robust foundation in web technologies, including HTML, CSS, JavaScript, and React.js. I excel in database management with MySQL and Oracle, ensuring efficient data handling and storage solutions. Additionally, I bring extensive experience in Machine Learning, leveraging Python and its comprehensive ecosystem of libraries such as NumPy, pandas, scikit-learn, and TensorFlow. I am proficient in using Django for developing scalable web applications and in utilizing Jupyter Notebook for exploratory data analysis, model development, and prototyping.</p>
<div id="additionalContent" style="display:none;">
<p>I've successfully tackled challenging problems on platforms like LeetCode and Coding Ninja, earning a prestigious 'Specialist' badge as a testament to my problem-solving prowess.</p><p> With a passion for problem-solving, I thrive on creating seamless user experiences while harnessing data-driven insights.I have demonstrated my problem-solving prowess on platforms like LeetCode and Coding Ninja, earning a prestigious 'Specialist' badge in over 20 topics. My innovative thinking and dedication to making a positive impact were further highlighted when I achieved the runner-up position in the Nirmaan Ideathon held on our college campus.</p>
</div>
<p><u><a href="#" id="seeMore" class="btn-box" onclick="toggleVisibility(event)">See More</a></u></p>
<!-- <a href="#" class="btn-box">More About Me</a> -->
</div>
</section>
<section>
<div class="services" id="services">
<div class="container">
<h1 class="sub-title">My<span>Services</span></h1>
<div class="services-list">
<div>
<i class="bx bx-code" style="color:#00eeff"></i>
<h2>Web Page Designing</h2>
<p>Through my extensive learning in HTML, CSS, and JavaScript, I've had the opportunity to create a variety of captivating and meaningful projects. These projects not only showcase my technical skills but also demonstrate my passion for web development and design.</p>
<a href="#" class="read">Learn More</a>
</div>
<div>
<i class="bx bx-crop"></i>
<h2>Problem Solving</h2>
<p>I possess a strong command of problem-solving skills in C++ and have demonstrated my proficiency by achieving the esteemed Ninja Dominator League status on the Coding Ninja leaderboard. This accomplishment underlines my dedication to mastering coding and algorithmic challenges.</p>
<a href="#" class="read">Learn More</a>
</div>
<div>
<i class="bx bx-apple" style="color: #00eeff;"></i>
<h2>Machine Learning</h2>
<p>I've delved into the realm of machine learning, having built two notable projects: a house price prediction model and a movie recommendation system. Leveraging Python, along with libraries such as NumPy, pandas, scikit-learn, and TensorFlow, I've developed predictive models and recommendation algorithms to provide valuable insights. </p>
<a href="#" class="read">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<h1 class="sub-title">My<span>Skills</span></h1>
<section>
<div class="container1" id="Skills">
<h1 class="heading1">Technical Skills</h1>
<div class="Technical-bars">
<div class="bar"><i style="color:#c32ec9" class='bx bxl-html5'></i>
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line html">
<span></span>
</div>
</div>
<div class="bar"><i style="color:#69bcbc" class='bx bxl-css3' ></i>
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line CSS">
<span></span>
</div>
</div>
<div class="bar"><i style="color:#c95d2e" class='bx bxl-javascript' ></i>
<div class="info">
<span>Javascript</span>
</div>
<div class="progress-line Javascript">
<span></span>
</div>
</div>
<div class="bar"><i style="color:#147bbc" class='bx bxl-github' ></i>
<div class="info">
<span>Github</span>
</div>
<div class="progress-line ReactJs">
<span></span>
</div>
</div>
<div class="bar"><i style="color:#b41f1f" class='bx bx-bug' ></i>
<div class="info">
<span>Machine Learning</span>
</div>
<div class="progress-line Javascript">
<span></span>
</div>
</div>
<div class="bar"><i style="color:#b0bc1e" class='bx bxl-c-plus-plus'></i>
<div class="info">
<span>C++</span>
</div>
<div class="progress-line Cpp">
<span></span>
</div>
</div>
</div>
</div>
<div class="container1">
<h1 class="heading1">Professional Skills</h1>
<div class="radial-bars">
<div class="radial-bar">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar " cx="100" cy="100" r="80"></circle>
<circle class="path path-1" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">90%</div>
<div class="text">Creativity</div>
</div>
<div class="radial-bar">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-2" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">75%</div>
<div class="text">Communication</div>
</div>
<div class="radial-bar">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-3" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">85%</div>
<div class="text">Problem Solving</div>
</div>
<div class="radial-bar">
<svg x="0px" y="0px" viewBox="0 0 200 200">
<circle class="progress-bar" cx="100" cy="100" r="80"></circle>
<circle class="path path-4" cx="100" cy="100" r="80"></circle>
</svg>
<div class="percentage">80%</div>
<div class="text">Team Work</div>
</div>
</div>
</div>
</section>
<section>
<div id="portfolio" id="project">
<div class="main-text" id="project">
<h2>Latest<span>Project</span></h2>
<div class="portfolio-content">
<div class="row">
<img src="Screenshot (135).png">
<div class="layer">
<h5>Memory Game</h5>
<p>I've developed a captivating and entertaining game using advanced JavaScript algorithms. This project not only showcases my programming skills but also reflects my creativity and passion for game development.</p>
<a href="https://adityadwivedi1611.github.io/Firstgame.github.io/"><i class='bx bx-link' style="color:black";></i></a>
</div>
</div>
<div class="row">
<img src="Screenshot (137).png">
<div class="layer">
<h5>Weather App</h5>
<p>Weather application that leverages APIs to provide up-to-date weather information for various locations. This project exemplifies my ability to integrate data sources and deliver valuable, real-time information to users.</p>
<a href="https://github.com/AdityaDwivedi1611/Weather.github.io"><i class='bx bx-link' style="color:black";></i></a>
</div>
</div>
<div class="row">
<img src="MRS.jpg">
<div class="layer">
<h5>Movie recommendation</h5>
<p>Uses collaborative filtering to provide personalized movie recommendations based on user behavior and movie features, the system suggests relevant films, enhancing user experience and engagement</p>
<a href="https://github.com/AdityaDwivedi1611/Movie-Recommender-System"><i class='bx bx-link' style="color:black";></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact<span>ME</span></h2>
<h4>Let's Work Together</h4>
<p>I am currently seeking internship opportunities in the field of Development and Machine Learning. Please feel free to reach out to me via the contact information provided below.</p>
<div class="contact-list">
<li><i class="bx bxs=send"></i>[email protected]</li>
<li><i class="bx bxs-phone"></i>9454941909</li>
</div>
<div class="contact-icons">
<a href="#"><i class="bx bxl-linkedin" id="linkedin2"></i></a>
<a href="#"><i class="bx bxl-github" id="github2"></i></a>
<!-- <a href="#"><i class="bx bxl-gmail"></i></a> -->
<a href="#"><i class="bx bxl-c-plus-plus" id="codingninja2"></i></a>
</div>
</div>
<div class="contact-form">
<form action="">
<input type="" placeholder="Enter your Name" required>
<input type="email" placeholder="Enter your Email" required>
<input type="" placeholder="Enter your Subject" required>
<textarea name="" id="" cols="40" rows="10" placeholder="Enter Your Message " required></textarea>
<input type="submit" value="Submit" class="send">
</form>
</div>
</section>
<div class="last-text">
<p>Developed By Aditya Dwivedi</p>
</div>
<a href="#" class="top"><i class="bx bx-up-arrow-alt"></i></a>
<script src="portfolio.js"></script>
</body>
</html>