-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (363 loc) · 18.4 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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content="JavaScript wizard, chaotic good">
<meta name="keyword" content="portfolio, javascript, developer">
<meta property="og:title" content="Vikas Das | Web Developer"/>
<meta property="og:description" content="Linux Wizard, chaotic good" />
<meta property="og:image" content="https://www.linkedin.com/pub/dir/Vikas/Das"/>
<meta property="og:url" content="https://MicroHawk.tech" />
<meta property="og:type" content="website" />
<title>MicroHawk | Another IT Nerd</title>
<link rel="apple-touch-icon" sizes="180x180" href="/assests/images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assests/images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assests/images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#dc143c">
<link rel="stylesheet" href="./assests/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<script src="https://cdn.lordicon.com//libs/frhvbuzj/lord-icon-2.0.2.js"></script>
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-chevron-up"></i>
</div>
<div class="music">
<img src="./assests/images/play.png" id=icon>
</div>
<audio id="bgMusic">
<source src="./assests/media/zenitsu.mp3" loop="loop" type="audio/mp3">
</audio>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">Micro<span>Hawk</span></a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#projects" class="menu-btn">Projects</a></li>
<li><a href="#services" class="menu-btn">Services</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="row">
<div class="home-content">
<div class="text-1">Heya, I'm </div>
<div class="text-2">Vikas Das</div>
<div class="text-3">a <span class="typing"></span></div>
<a class="buttonType" href="#about"><i class="fa-solid fa-person-circle-question"></i> About me</a>
</div>
</div>
<a href="#about" class="scroll-down">
<div class="mouse">
<span></span>
</div>
<div class="arrow">
<span></span>
<span></span>
</div>
</a>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<div class="animate-icon">
<lord-icon src="https://cdn.lordicon.com/dxjqoygy.json" trigger="loop"
colors="primary:#ffffff,secondary:#dc143c" style="width:100px;height:100px; ">
</lord-icon>
</div>
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="./assests/images/profile-2.jpg" alt="">
</div>
<div class="column right">
<div class="text">I'm Vikas and I'm a <span class="typing-2"></span></div>
<p>I am undergraduate IT student, Web Developer, UI/UX Designer and Open Source Contributer. I'm Linux Enthusiast been using ArchLinux since past 5 years. Currently I'm working as Backend Developer using Spring Boot. </p>
<p>AmazingFact: I have created awesome config for AwesomeWM 😂
</p>
<a href="https://drive.google.com/uc?export=download&id=1eiYEdF1aMpUEXVEyoknkaYZYLfZaGoGs"><i class="fas fa-download"></i> Download Resume</a>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<div class="animate-icon">
<lord-icon src="https://cdn.lordicon.com/iltqorsz.json" trigger="loop"
colors="primary:#ffffff,secondary:#dc143c" style="width:100px;height:100px">
</lord-icon>
</div>
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & experiences.</div>
<p>Heya, So this are my skills bar, which i'm on working till. I am also learning some other
technologies which i haven't mentioned here. Go to my github accout for latest updates:</p>
<a href="https://github.com/micro-hawk"> <i class="fab fa-github"></i> micro-hawk </a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>70%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>40%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>C++</span>
<span>55%</span>
</div>
<div class="line cpp"></div>
</div>
<div class="bars">
<div class="info">
<span>Java</span>
<span>60%</span>
</div>
<div class="line java"></div>
</div>
<div class="bars">
<div class="info">
<span>MongoDB</span>
<span>45%</span>
</div>
<div class="line mongodb"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects section start -->
<section class="projects" id="projects">
<div class="max-width">
<div class="animate-icon">
<lord-icon src="https://cdn.lordicon.com/anihkfxp.json" trigger="loop"
colors="primary:#ffffff,secondary:#dc143c" style="width:100px;height:100px">
</lord-icon>
</div>
<h2 class="title">Projects</h2>
<div class="carousel owl-carousel">
<a href="https://grcsdevelopersclub.tech/">
<div class="card">
<div class="box">
<img src="./assests/images/project-1.png" alt="">
<div class="text"><i class="fab fa-sith"></i><br> GRCSDEVELOPERSCLUB</div>
<p>We work endlessly to satisfy your needs and are eager to help you convert your
imaginations into reality. We are the mediums that pave the way for you to be
digitalized.</p>
</div>
</div>
</a>
<a href="https://github.com/micro-hawk/AlgoVisualizer">
<div class="card">
<div class="box">
<img src="./assests/images/project-2.png" alt="">
<div class="text"><i class="fab fa-github-alt"></i><br> AlgoVisualizer</div>
<p>Algo-Visualizer is web App developed using Javascript, provide real time visualization of
sorting of data.
Developed to analyze and demonstrate the efficiency of sorting algorithms, provide
options to run sorting on sorted, unsorted and partially-sorted data.</p>
</div>
</div>
</a>
<a href="https://github.com/micro-hawk/awesomeWM">
<div class="card">
<div class="box">
<img src="./assests/images/project-3.png" alt="">
<div class="text"><i class="fab fa-github-alt"></i><br>Awesome Window Manager</div>
<p>Awesome WM is open source Linux window manager which is used for tiling the window
with minimal GUI and animations.</p>
</div>
</div>
</a>
<a href="https://github.com/micro-hawk/AtmSimulator/">
<div class="card">
<div class="box">
<img src="https://raw.githubusercontent.com/micro-hawk/AtmSimulator/master/public/screenshots/addmember.png"
alt="">
<div class="text"><i class="fab fa-github-alt"></i><br>ATM Simulator</div>
<p>ATM Simulator is just a replica of netbanking used by bank servers without mediation of
Bank.</p>
</div>
</div>
</a>
<a href="https://github.com/micro-hawk/tourism">
<div class="card">
<div class="box">
<img src="./assests/images/project-4.png" alt="">
<div class="text"><i class="fab fa-github-alt"></i> <br>TOURISM</div>
<p>A tour web app for booking travels, hotels rooms, restaurants and maps.</p>
</div>
</div>
</a>
<a href="https://github.com/micro-hawk/whiteboard-collab-react">
<div class="card">
<div class="box">
<img src="./assests/images/project-5.png" alt="">
<div class="text"><i class="fab fa-github-alt"></i><br>WHITEBOARD</div>
<p>Whiteboard for collaborate visually over distance in real time.
Currently only available for localhost.</p>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="max-width">
<div class="animate-icon">
<lord-icon src="https://cdn.lordicon.com/wloilxuq.json" trigger="loop"
colors="primary:#ffffff,secondary:#dc143c" style="width:100px;height:100px">
</lord-icon>
</div>
<h2 class="title">My services</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Web Design</div>
<p>Web design encompasses many different skills and disciplines in the production and
maintenance of websites.</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-atom"></i>
<div class="text">UI/UX</div>
<p>The UI/UX Design Specialization brings a design-centric approach to user interface and user
experience design.</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">Apps Design</div>
<p>App design combines the user interface - UI and user experience - UX. Mobile app design is
the task of designing mobile applications.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<div class="animate-icon">
<lord-icon src="https://cdn.lordicon.com/zpxybbhl.json" trigger="loop"
colors="primary:#ffffff,secondary:#dc143c" style="width:100px;height:100px">
</lord-icon>
</div>
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Vikas Das</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Pune, Maharashtra</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<form class="contact-form" id="contact-form" action="https://formspree.io/f/meqvabze" method="POST">
<div class="fields">
<div class="field name">
<input type="text" class="fullname" name="Name" placeholder="Name">
</div>
<div class="field email">
<input class="email-input" name="email" type="email" placeholder="Email">
</div>
</div>
<div class="field">
<input type="text" class="subject" name="Subject" placeholder="Subject">
</div>
<div class="field textarea">
<textarea class="message" cols="30" rows="10" name="Message::"
placeholder="Message.."></textarea>
</div>
<div class="button-area">
<button class="send-msg" type="submit" name="send"><i class="fa-solid fa-arrow-trend-up"></i>
Send
</button>
</div>
<div id="status"></div>
</form>
</div>
</div>
<div class="social-media">
<br>
<a href="https://github.com/micro-hawk"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/microhawk/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/micro_hawk/"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/micro_hawk"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UCVuQsYY9IMUseQUSTZWXxqQ"><i class="fab fa-youtube"></i></a>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span>Made with
<lord-icon src="https://cdn.lordicon.com/rjzlnunf.json" trigger="loop"
colors="primary:#ffffff,secondary:#dc143c" style="width:40px;height:40px">
</lord-icon>
<a href="https://github.com/micro-hawk/">MicroHawk</a>
<br>
<span class="far fa-copyright"></span> 2022 All rights reserved.
</span>
</footer>
<script src="./js/script.js"></script>
<script src="./js/audio.js"></script>
<script src="./js/contactMe.js"></script>
</body>
</html>