-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
432 lines (354 loc) · 18.1 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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!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">
<meta name="description" content="Author:nishalk01; Personal Portofolio">
<link rel="icon" type="image/x-icon" href="./assets/nk.svg">
<title>Nishal - Portofolio</title>
<link rel="stylesheet" href="./styles/bootstrap.min.css">
<!-- <link rel="stylesheet" href="./styles/index.css"> -->
<link rel="stylesheet" href="./dist/css/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- <script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
crossorigin="anonymous"></script> -->
<script defer src="./navbar.js"></script>
</head>
<body>
<header>
<nav id="mobNav">
<div>
<img src="./assets/nk.svg" width="50px" height="50px" alt="logo" />
</div>
<a role="button" id="mobNavToggle">
<i class="bi bi-list" style="text-align: center;"></i>
</a>
</nav>
<div id="Splash">
<div id="mobNavbOptions">
<a href="#Profile">Home</a>
<a href="#Education">Edu & Experience</a>
<a href="#Skills">Skills</a>
<a href="#Project">Project</a>
<a href="#ContactMe">Contact me</a>
</div>
</div>
<nav id="desktopNav">
<div>
<img src="./assets/nk.svg" width="70px" height="70px" alt="logo" />
</div>
<div id="navOptions">
<a href="#Profile">Home</a>
<a href="#Education">Edu & Experience</a>
<a href="#Skills">Skills</a>
<a href="#Project">Project</a>
<a href="#ContactMe">Contact me</a>
</div>
</nav>
</header>
<!-- Home -->
<section class="container" id="Profile">
<div class="row py-5">
<div class="col-lg-6 col-sm-12" id="imgCenter">
<img class="img-fluid animateOnScroll" data-delay="1.5s" data-animation="fade-in-bottom"
src="./dist/images/pexels-vojtech-okenka-399772.webp" alt="pf" width="50%" height="70%">
</div>
<div id="profileTextContent" class="col-lg-6 col-sm-12 animateOnScroll" data-delay="1.5s"
data-animation="fade-in-bottom">
<h1>Hi I'm Nishal</h1>
<!-- <br /> -->
<p> An engineering graduate passionate about solving real-world challenges through technology, I
possess a strong interest in developing innovative mobile and web applications. I am currently
seeking a role that will allow me to continuously learn new skills and apply my existing ones to
their fullest potential, both for my own growth and for the benefit of the organization.</p>
<div id="SocialIcons">
<a class="bi bi-github" href="https://github.com/nishalk01" target="_blank"></a>
<a class="bi bi-instagram" target="_blank" href="https://instagram.com/mr.unknown1/"></a>
<a class="bi bi-linkedin" href="https://www.linkedin.com/in/nishal-k-8a428b219" target="_blank"></a>
</div>
<div id="button">
<a href="./assets/Nishalk.pdf" class="btn btn-outline-dark" target="_blank">Download Resume</a>
<!-- <button type="button" class="btn btn-outline-dark" >Download Resume</button> -->
</div>
</div>
</div>
</section>
<!-- Home -->
<section id="Education" class="container-fluid">
<h3 style="text-align: center">
<span>Education & Experience</span>
</h3>
<!-- <ul style="list-style-type: none;">
<li><strong>BE</strong> in Electronics and Communication Engineering<br />
Studied at Mangalore Institute of Technology & Engineering <br />
<span style="float: left;">CGPA - 7.6</span> <i style="color: gray;font-weight: 400;float: right;">2017 - 2021</i>
<br/>
<div class="divider"></div>
</li>
<li><strong>BE</strong> in Electronics and Communication Engineering<br />
Studied at Mangalore Institute of Technology & Engineering <br />
<i style="color: gray;font-weight: 400;float: right;">2017 - 2021</li>
<li></li>
</ul> -->
<ul class="timeline">
<li class="animateOnScroll" data-delay="1.6s"><strong>Working as </strong> Software Engineer<br />
at Invenger Technologies<br />
<i style="color: gray;font-weight: 400;float: right;">2021
- Present</i>
<br />
</li>
<li class="animateOnScroll"><strong>BE</strong> in Electronics and Communication Engineering<br />
Studied at Mangalore Institute of Technology & Engineering <br />
<span style="float: left;">CGPA - 7.6</span> <i style="color: gray;font-weight: 400;float: right;">2017
- 2021</i>
<br />
</li>
<li class="animateOnScroll" data-delay="1.2s"><strong>Senior Secondary(12th)</strong> <br />
Studied at S.D.P.T PU College, Kateel <br />
<span style="float: left;">Percentage - 83%</span> <i
style="color: gray;font-weight: 400;float: right;">2016
- 2017</i>
<br />
</li>
<li class="animateOnScroll" data-delay="1.4s"><strong>Secondary School</strong> <br />
Studied at Maryvale High School <br />
<span style="float: left;">Percentage - 88%</span> <i
style="color: gray;font-weight: 400;float: right;">2015
- 2016</i>
<br />
</li>
</ul>
</section>
<!-- Skills section -->
<section class="container" id="Skills">
<!-- Python,JavaScript
Language: JavaScript, Python,C++,C#
Technology: FrontEnd Web Development - ReactJS, HTML,CSS, Bootstrap,TypeScript.
Backend Web Development - Flask, Django, Express, MongoDB
Mobile App Development - React Native, Android with kotlin
Computer Vision - OpenCV, Matplotlib,Pillow
Machine Learning - Tensorflow,Keras
-->
<h3 style="text-align: center;">Skills</h3>
<div id="LangContainer">
<div class="tablinks" id="defaultOpen" onclick="showTechnologies(event,`js`)"> JavaScript</div>
<div class="tablinks" onclick="showTechnologies(event,`py`)"> Python</div>
<div class="tablinks" onclick="showTechnologies(event,`cpp`)">C++</div>
<div class="tablinks" onclick="showTechnologies(event,`cs`)">C#</div>
<div class="tablinks" onclick="showTechnologies(event,`ui`)">UI</div>
<div class="tablinks" onclick="showTechnologies(event,`db`)">DB</div>
</div>
<div id="js" class="tabcontent container animateOnScroll" data-delay="1.2s" data-animation="FadeIn">
<div>
<img src="./assets/skills/reactJS.svg" width="100px" height="100px" alt="reactJS">
<span>ReactJS</span>
</div>
<div>
<img src="./assets/skills/reactNative.svg" width="100px" height="100px" alt="reactNative">
<span>ReactNative</span>
</div>
<div>
<img src="./assets/skills/electron.svg" width="100px" height="100px" alt="Electron">
<span>Electron</span>
</div>
<div>
<img src="./dist/images/express.webp" width="250px" height="100px" alt="Express">
<span>ExpressJS</span>
</div>
<div>
<img src="./dist/images/typescript.webp" width="100px" height="100px" style="border-radius: 10px
;" alt="TypeScript">
<span>TypeScript</span>
</div>
<div>
<img src="./assets/skills/Ionic.svg" width="200px" height="100px" alt="Ionic">
<span>Ionic</span>
</div>
</div>
<div id="py" class="tabcontent animateOnScroll" data-delay="0.7s" data-animation="FadeIn">
<div>
<img src="./assets/skills/Tensorflow.svg" loading="lazy" width="100px" height="100px" alt="Tensorflow">
<span>Tensorflow</span>
</div>
<div>
<img src="./assets/skills/keras.svg" loading="lazy" width="100px" height="100px" alt="Keras" style="border-radius: 10px;">
<span>Keras</span>
</div>
<div>
<img src="./assets/skills/django.svg" loading="lazy" width="210px" height="80px" alt="Django">
<span>Django</span>
</div>
<div>
<img src="./assets/skills/flask.svg" loading="lazy" width="250px" height="100px" alt="Flask">
<span>Flask</span>
</div>
<div>
<img src="./dist/images/Kivy.webp" loading="lazy" width="100px" height="100px" alt="Kivy">
<span>Kivy</span>
</div>
<div>
<img src="./assets/skills/OpenCV.svg" loading="lazy" width="100px" height="100px" alt="Opencv">
<span>OpenCV</span>
</div>
</div>
<div id="cpp" class="tabcontent">
<div>
<img src="./assets/skills/openGL.svg" loading="lazy" width="150px" height="100px" alt="OpenGL">
<span>OpenGL</span>
</div>
<div>
<img src="./dist/images/dearIMGUI.webp" loading="lazy" width="130px" height="100px" alt="IMGUI">
<span>Dear IMGUI</span>
</div>
</div>
<div id="cs" class="tabcontent">
<div>
<img src="./assets/skills/Unity.svg" loading="lazy" width="150px" height="100px" alt="Unity">
<span>Unity</span>
</div>
</div>
<div id="ui" class="tabcontent">
<div>
<img src="./assets/skills/html5.svg" loading="lazy" width="100px" height="100px" alt="HTML">
<span>HTML</span>
</div>
<div>
<img src="./assets/skills/css3.svg" loading="lazy" width="100px" height="100px" alt="CSS">
<span>CSS</span>
</div>
</div>
<div id="db" class="tabcontent">
<div>
<img src="./assets/skills/mongodb.svg" loading="lazy" height="100px" width="200px" alt="MongoDB">
<span>MongoDB</span>
</div>
<div>
<img src="./dist/images/Mysql.png" loading="lazy" width="150px" height="100px" alt="MySQL">
<span>MySQL</span>
</div>
</div>
</section>
<!-- Projects section -->
<section id="Project" class="container">
<h3 style="text-align: center;">Projects</h3>
<div class="row align-items-center justify-content-center animateOnScroll">
<div class="projectCard col-lg-3 col-sm-12 animateOnScroll" data-animation="FadeIn">
<h4>AmbSafe</h4>
<span>A Full stack website made to track real time Ambulance location in case of Emergency. Uses
SocketIO for real time location sharing. Allows OTP login and User can report the location of
emergency by sharing their current location, ambulance then can accept notification and send their
live location to the user</span>
<br />
<a href="https://github.com/nishalk01/reAmbSafe">See project</a>
</div>
<div class="projectCard col-lg-3 col-sm-12">
<h4>FTPServer_app_using_kivy </h4>
<span>An python mobile app made with Kivy which has a ability to share files via FTP sever, user can
host their device files which can be accessed via FTP client, user can also set password,userame and
port they wish to serve their content </span>
<br />
<a href="https://github.com/nishalk01/FTPServer_app_using_kivy" target="_blank">See project</a>
</div>
<div class="projectCard col-lg-3 col-sm-12">
<h4>SimpleVideoPlayer</h4>
<span>Simple Video Player android Application that uses React-native video to display and control video
media, has a neat UI with ability to select a folder and open video files present in it. Has a
custom UI control for controlling media</span>
<br />
<a href="https://github.com/nishalk01/VideoPlayer" target="_blank">See project</a>
</div>
<div class="projectCard col-lg-3 col-sm-12">
<h4>Blog Website</h4>
<span>Full stack Blog website made with NextJS and EditorJS, User can make a blog easily using editorjs
all the blog details will be stored in FireStore has a admin page for user to login acess their
blogs</span>
<br />
<a href="https://nk-nishalk01.vercel.app/c4408b611239eeeae4bf12b84a7df89f" target="_blank">See
project</a>
</div>
<div class="projectCard col-lg-3 col-sm-12">
<h4>GreenScreen Image2Picture</h4>
<span>A python script that takes in two image has input and combines them into single picture used for
adding green screen image to a different background. Uses Opencv to read and manipulate the give
images</span>
<br />
<a href="https://github.com/nishalk01/green_screen_image2picture_using_opencv" target="_blank">See
project</a>
</div>
</div>
</section>
<!-- Contact Me Section -->
<section id="ContactMe">
<div class="container pt-2">
<h2 style="text-align: center">
<span>Contact Me</span>
</h2>
<div class="row">
<div class="col-lg-6" id="socialsSection">
<div id="email">
<div id="ContactHighlightText">
Let's chat.<br />
Tell me about your project.<br />
</div>
<div style="color: rgb(181, 181, 178);"> Lets create something together✨ </div>
<br /><span style="font-weight: 300;">Email me at</span><br />
<strong>[email protected]</strong>
</div>
<br />
<div id="socialIconGroup">
<a class="bi bi-github" href="https://github.com/nishalk01" target="_blank"></a>
<a class="bi bi-instagram" href="https://instagram.com/mr.unknown1/" target="_blank"></a>
<a class="bi bi-linkedin" href="https://www.linkedin.com/in/nishal-k-8a428b219" target="_blank"></a>
</div>
</div>
<div class="col-lg-6">
<form action="https://formcarry.com/s/BywEPAJNb" method="POST" accept-charset="UTF-8">
<div class="mb-3">
<label for="Email" class="form-label">Email address</label>
<input type="email" class="form-control" id="Email" name="Email" required
placeholder="Enter your Email" />
</div>
<div class="mb-3">
<label for="body" class="form-label">Email Subject</label>
<textarea class="form-control" id="body" rows="8" name="body" minlength="10"
placeholder="Enter What you want to say"></textarea>
</div>
<button class="btn btn-outline-light w-500" type="submit" style="
border: 2px solid white;
border-radius: 30px;
padding: 10px 30px;
font-weight: 500;
">
SEND EMAIL
</button>
</form>
</div>
</div>
</section>
<script src="./animateOnScroll.js"></script>
<script>
// document.getElementById
const showTechnologies = (e, language) => {
// console.log(language)
const tabContent = document.getElementsByClassName("tabcontent")
for (let index = 0; index < tabContent.length; index++) {
tabContent[index].style.display = "none";
}
const tablinks = document.getElementsByClassName("tablinks");
for (let index = 0; index < tablinks.length; index++) {
tablinks[index].className = tablinks[index].className.replace(" active", "");
tablinks[index].style.color = "black"
}
// console.log(document.getElementById(language))
document.getElementById(language).style.display = "flex"
document.getElementById(language).style = `animation:FadeIn 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) ;`
e.currentTarget.className += " active"
e.currentTarget.style.color = "white"
}
// showTechnologies(language="js")
document.getElementById("defaultOpen").click(language = "js");
</script>
</body>
</html>