-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
287 lines (287 loc) · 10.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
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<script
src="https://kit.fontawesome.com/578aa9f893.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="preload">
<img class="smoke" src="./images/imageedit_39_4725505070.png" alt="smoke" />
<div class="txt-spinner">
<div class="test">
<div class="spinner"></div>
<p>Don't Move</p>
</div>
</div>
</div>
<div class="universe-start">
<nav>
<ul class="nav-links">
<li><a href="#home" id="home-button">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#projects">PROJECTS</a></li>
<li><a href="#skills">SKILLS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
<div class="social">
<ul class="social-links">
<li>
<a href="https://github.com/Blastoise" target="_blank"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.facebook.com/profile.php?id=100004405381869" target="_blank"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/i_am_ashutosh_kumar/?hl=en" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="home" id="home">
<div class="filla">
<canvas id="canv"></canvas>
</div>
<div class="container">
<img src="./images/imageedit_1_8067208188.png" id="audio_play" />
<div class="intro">
<p class="myname">Hola, soy Ashutosh</p>
<p
class="profession"
data-wait="3000"
data-words='["Desarrollador Web","ML Entusiasta","CP Amante"]'
></p>
</div>
</div>
</div>
<div class="about" id="about">
<div class="contain">
<div class="cse">
<i class="fas fa-laptop-code fa-2x"></i>
<div class="desc">
<div class="hello">
<h4>Computer Science and Engineering</h4>
<p>
Technology thrills me. Keeping up with our small and ever
changing world has become a hobby.
</p>
</div>
</div>
</div>
<div class="webd">
<i class="fas fa-globe fa-2x"></i>
<div class="desc">
<div class="hello">
<h4>Web Development</h4>
<p>
Everyday there is something new to learn in this field. I am
try to make websites in a much more efficient manner and still learning to do so.
</p>
</div>
</div>
</div>
<div class="allrounder">
<i class="fas fa-crown fa-2x"></i>
<div class="desc">
<div class="hello">
<h4>Jack of All Trades</h4>
<p>
I always try to learn and know more about every other new
piece of technology including Blockchain and Machine Learning.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="projects" id="projects">
<div class="projects-section">
<h2>projects</h2>
<div class="project-contain">
<div class="project1">
<img
src="./images/url_shortner.gif"
alt="url shortner demo image"
width="100px"
height="100px"
/>
<div class="project-intro">
<h3><strong>Url Shortner</strong></h3>
<p>Node.js, Express, MongoDB, Mongoose, HTML, CSS</p>
<div class="brief">
<p>
It is used to shorten a url by providing a number in JSON
Output which can be added to a constant domain name, which
will redirect you to the site you wish.
</p>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="project2">
<img
src="./images/code_den.gif"
alt="url shortner demo image"
width="100px"
height="100px"
/>
<div class="project-intro">
<h3><strong>CP Contest Notifier</strong></h3>
<p>Node.js, Vonage API, Express, MySQL, EJS, HTML, CSS</p>
<div class="brief">
<p>
Code-Den is an online registeration platform via OTP for our
CP Contest Notifier, which is used to provide daily CP
contest notification on Whats'app.
</p>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="project3">
<img
src="./images/otp_bomb.gif"
alt="url shortner demo image"
width="100px"
height="100px"
/>
<div class="project-intro">
<h3><strong>Otp Bomber</strong></h3>
<p>PYTHON, SELENIUM</p>
<div class="brief">
<p>
A fun project that can annoy and freak out anybody by
bombarding them with a lot OTP's. It sends OTP from various
websites such as Flipkart, Amazon, OYO and Uber. More to be
added soon.
</p>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="skills" id="skills">
<div class="skill-container">
<h2>SKILLS</h2>
<div class="cards-container">
<div class="cards-inner1">
<div class="card1">
<figure class="front">
<h1>Interests</h1>
<p>
Fields that interests me and the ones whom I will master in a year or so.
</p>
</figure>
<figure class="back">
<ul>
<li>Web</li>
<li>CP</li>
<li>ML</li>
<li>Block Chain</li>
<li>Deep Learning</li>
</ul>
</figure>
</div>
</div>
<div class="cards-inner2">
<div class="card2">
<figure class="front">
<h1>Languages/Frameworks</h1>
<p>
Building blocks of any modern software.
</p>
</figure>
<figure class="back">
<ul>
<li>C</li>
<li>C++</li>
<li>Python</li>
<li>JavaScript</li>
<li>D3.js</li>
<li>NodeJS</li>
<li>Express</li>
<li>Mongoose</li>
</ul>
</figure>
</div>
</div>
<div class="cards-inner3">
<div class="card3">
<figure class="front">
<h1>Dev Tools</h1>
<p>
Basic Tools required for ease in the Development of projects.
</p>
</figure>
<figure class="back">
<ul>
<li>Git</li>
<li>MongoDB</li>
<li>MySQL</li>
<li>Selenium</li>
</ul>
</figure>
</div>
</div>
</div>
</div>
</div>
<div class="contact" id="contact">
<div class="contact-container">
<div class="contact-details">
<div class="contact-myself">
<h4>About Ashutosh Kumar</h4>
<p class="home-town">Hailing from Ranchi, Jharkhand, India</p>
<p class="degree">
First Year CS Undergraduate Student at Birla Institute of
Technology, Mesra.
</p>
<p>Codechef: 3 <i class="fas fa-star"></i></p>
<p id="codeforces">Codeforces:</p>
<p>Hackerrank: 5 <i class="fas fa-star"></i></p>
</div>
<div class="quick-links">
<h4>Quick Links</h4>
<ul>
<li>
<a href="https://www.linkedin.com/in/ashutosh-kumar-7b6077193/" target="_blank"><i class="fab fa-linkedin-in"></i>Linkedin</a>
</li>
<li>
<a href="https://www.facebook.com/profile.php?id=100004405381869" target="_blank"><i class="fab fa-facebook"></i>Facebook</a>
</li>
<li>
<a href="https://www.instagram.com/i_am_ashutosh_kumar/?hl=en" target="_blank"><i class="fab fa-instagram"></i>Instagram</a>
</li>
<li>
<a href="https://twitter.com/ashutosh1729" target="_blank"><i class="fab fa-twitter"></i>Twitter</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope"></i></i>Mail</a>
</li>
</ul>
</div>
</div>
<div class="profile-pic">
<img src="./images/disp_pic.jpg" alt="My photo" />
</div>
</div>
<footer>
<p>© 2020 Ashutosh Kumar</p>
</footer>
</div>
</div>
<script src="index.js"></script>
</body>
</html>