forked from kd1729/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (253 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--White background on icon so it stays visible during dark mode browsers-->
<link rel="shortcut icon" href="images/BitmojieIcon(1).jpeg" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/8a2ffb66a4.js" crossorigin="anonymous"></script>
<title>My Portfolio</title>
</head>
<body>
<!-- NavBar -->
<nav id='navbar'>
<div id="logo">
<a target="blank" href="https://github.com/onlykingKD">
@onlykingKD
</a>
</div>
<div id="links">
<a href="#home">Home</a>
<a href='#about'>About Me</a>
<a href='#strengths'>Strengths</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contactme">Contact Me</a>
</div>
</nav>
<!-- About -->
<div class="main" id="home">
<div class="first">
<h1 class="first-a fade">Hello,</h1>
<h3 class="first-b">I am Kaustubh Dwivedi !</h3>
<div id="c">
<h4 class="first-c">
I am an enthusiastic programmer... 👩💻
</h4>
<div class="myButton">
<a href="https://drive.google.com/file/d/1YwT4s3vg5co1AGdN-TABs_qZEhYiF-e6/view?usp=sharing" target="blank">
My
Resume
</a>
</div>
</div>
</div>
<div class="second fade">
Start Scrolling and take a look at my Portfolio, <br>
and let's create something big together !
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="arrow"></i></button>
<!--Scroll Icon -->
<div class='icon-scroll'></div>
<!-- Intro -->
<div class="intro" id="about">
<div class="intro-text">
<div class="intro-head">
About Me
</div>
<p class="stagger">
I am currently a pre-final year student pursuing Bachelor of Technology
in the field of Computer Science and Engineering from VIT Vellore.
I live in Kanpur, UP, India.
</p>
<br>
<p class="stagger">
I have done a few projects in Machine Learning, Deep Learning and NLP.
Currently I am working on FrontEnd Projects.
In coming days I will learn Backend and probably Linux and DevOps also.
</p>
<br>
<p class="stagger">
I love doing coding and development.
My primary language for coding is C++ and for development is Javascript.
I aim to become a full-stack developer by the end of my pre-final year.
</p>
<br>
<p class="stagger">
If you want to talk about Football, F.R.I.E.N.D.S. or Space Mysteries
then I am just the right person.
</p>
</div>
<img src="./images/My_Photo.jpg" alt="">
</div>
<!--Gallup Strengths -->
<div class="strengths" id="strengths">
<div class="strengths-heading">
My Gallup Strengths
</div>
<div class="strengths-text">
<div class="strength-card">
<div class="strength-name"> Achiever </div>
<p>
People exceptionally talented in the Achiever theme work hard
and possess a great deal of stamina. They take immense
satisfaction in being busy and productive.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Restorative </div>
<p>
People exceptionally talented in the Restorative theme are
adept at dealing with problems. They are good at guring out what is wrong and resolving it.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Focus </div>
<p>
People exceptionally talented in the Focus theme can take a direction, follow through and make the
corrections necessary to stay on track. They prioritize, then act.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Futuristic </div>
<p>
People exceptionally talented in the Futuristic theme are
inspired by the future and what could be. They energize others with their visions of the future.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Competition </div>
<p>
People exceptionally talented in the Competition theme
measure their progress against the performance of others.
They strive to win rst place and revel in contests.
</p>
</div>
</div>
</div>
<!-- Skills -->
<div class="skills" id="skills">
<div class="skills-heading">
My Skills
</div>
<div class="skills-text">
<div class="skill-card">
<div class="skill-name"> Languages </div>
<ul>
<li>C++</li>
<li>Python</li>
<li>C</li>
<li>Java</li>
<li>Javascript</li>
</ul>
</div>
<div class="skill-card">
<div class="skill-name"> Frontend </div>
<ul>
<li>HTML/CSS</li>
<li>Javascript</li>
<li>Bootstrap</li>
<li>MaterialUI</li>
<li>ReactJS</li>
</ul>
</div>
<div class="skill-card">
<div class="skill-name"> Data Science </div>
<ul>
<li class="skill-3">Machine Learning</li>
<li class="skill-3">Natural Lang. Proc.</li>
<li class="skill-3">Neural Networks</li>
<li class="skill-3">Tensorflow</li>
<li class="skill-3">Jupyter Notebooks</li>
</ul>
</div>
<div class="skill-card">
<div class="skill-name"> Other Skills </div>
<ul>
<li>Linux</li>
<li>GIT</li>
<li>AWS</li>
<li>MySQL</li>
<li>OOPS+OS+DBMS</li>
</ul>
</div>
</div>
</div>
<!-- Projects -->
<div class="projects" id="projects">
<div class="projects-heading">
My Projects
</div>
<div class="grid-container">
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/Face-Mask-Detector" target="_blank">Face Mask Detection Using Transfer Learning</a>
</div>
<div class="project-desc">
Worked on a Face Mask Detection project which uses Transfer Learning
using Keras and MobileNetV2. This project classifies whether a human face
is wearing a face mask or not.
</div>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/STC-ChatBot" target="_blank">Chatbot using NLP, Tensorflow, Keras</a>
</div>
<div class="project-desc">
Created a ChatBot using NLP for the technical club of which I am part
of in my college. This chatbot answers simple queries of the users
about the club.
</div>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/ToDo-App-ReactJS" target="_blank">Expense Tracker and To-Do App using ReactJS</a>
</div>
<div class="project-desc">
Created a simple frontend for a To‐Do app and an Expense Tracker
app using ReactJS and Redux.
</div>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/My-Projects/blob/master/MSTC_Project_Notes_Segregation.ipynb" target="_blank">Notes Segregation App</a>
</div>
<div class="project-desc">
Developed a ML Model using Keras that can be used to segregate the
images of notes based images from a vast amount of random images.
</div>
</div>
</div>
</div>
<div class="contact" id="contactme">
<h2>Contact Me</h2>
<form action="?https://formspree.io/f/mqkwgovb" method="POST">
<input name="name" type="text" class="feedback-input scroll" placeholder="Name" />
<input name="email" type="text" class="feedback-input scroll" placeholder="Email" />
<textarea name="text" class="feedback-input scroll" placeholder="Comment"></textarea>
<input type="submit" value="SUBMIT" class="scroll" onclick="handlesubmit()" />
</form>
<!-- social icons -->
<div class="icons">
<ul>
<li><a class="social-icon social-icon--facebook" href="https://www.facebook.com/kaustubh.dwivedi.94/" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i><div class="tooltip">facebook</div></a></li>
<li><a class="social-icon social-icon--twitter" href="https://twitter.com/onlykingKD/" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i><div class="tooltip">twitter</div></a></li>
<li><a class="social-icon social-icon--github" href="https://github.com/onlykingKD/" target="_blank"><i class="fab fa-github" aria-hidden="true"></i><div class="tooltip">GitHub</div></a></li>
<li><a class="social-icon social-icon--linkedin" href="https://linkedin.com/in/kaustubhdwivedi1729/" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i><div class="tooltip">linkedin</div></a></li>
<li><a class="social-icon social-icon--instagram" href="https://instagram.com/onlykingkd/" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i><div class="tooltip">instagram</div></a></li>
<li><a class="social-icon social-icon--envelope" href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i><div class="tooltip">mail</div></a></li>
</ul>
</div>
<!-- gsap animation script tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js" integrity="sha512-eP6ippJojIKXKO8EPLtsUMS+/sAGHGo1UN/38swqZa1ypfcD4I0V/ac5G3VzaHfDaklFmQLEs51lhkkVaqg60Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollTrigger.min.js" integrity="sha512-CPA5LMoJI/a5HkSIAKcBtFXe4gqGjPUL2ExF/3PmhrrHI17wod9xOqqF+0WZQRKIIq0KwF8oG5BaiWobtrke3A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- javascript script tag -->
<script src="./app.js"></script>
</body>
</html>