-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
505 lines (446 loc) · 22.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
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<!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">
<!-- Primary Meta Tags -->
<title>Gurtaran Singh | Portfolio Website</title>
<meta name="title" content="Gurtaran Singh | Portfolio Website">
<meta name="description" content="Welcome to the portfolio of Gurtaran Singh.">
<meta name="keywords" content="gurtaran, singh, sardar, sikh, boy, thapar, university, institute, Engineering, technology, punjab, patiala, punjab, chandigarh, mohali, developer, vlogger, vlog, youtube, google, gmail, development, github, gaming, geeks, soorme, giigaa, delhi, india, canada, visa">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://gurtaran.netlify.app/">
<meta property="og:title" content="Gurtaran Singh | Portfolio Website">
<meta property="og:description" content="Welcome to the portfolio of Gurtaran Singh.">
<meta property="og:image" content="https://i.postimg.cc/hP3R5Rxs/Screenshot-2022-10-20-at-7-39-11-PM.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://gurtaran.netlify.app/">
<meta property="twitter:title" content="Gurtaran Singh | Portfolio Website">
<meta property="twitter:description" content="Welcome to the portfolio of Gurtaran Singh.">
<meta property="twitter:image" content="https://i.postimg.cc/hP3R5Rxs/Screenshot-2022-10-20-at-7-39-11-PM.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://kit.fontawesome.com/2d2f7647e0.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="main">
<nav>
<a href="#" class="logo">
<img src="Assets/Picsart_22-10-06_17-02-16-683.png">
</a>
<input class="menu-btn" type="checkbox" id="menu-btn">
<label class="menu-icon" for="menu-btn">
<span class="nav-icon">
</span>
</label>
<ul class="menu">
<li><a href="#main">Home</a></li>
<li><a href="#startup">Startups</a></li>
<li><a href="#client">Projects</a></li>
<li><a href="#skills">Experience</a></li>
<li><a href="#recent">Education</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="https://docs.google.com/document/d/1vyxVDOQTfWYHDHGxiPDgBfNGBQt0lkMZrW8KKngjAW8/edit?usp=sharing"
class="hey">My CV</a>
</nav>
<div class="content">
<div class="model">
<img src="Assets/Picsart_22-10-06_15-56-51-439.png">
</div>
<div class="main-text">
<h1>Hello, I am<br> <span class="skinColor">Gurtaran Singh</span>
</h1>
<p><b>Undergrad at TIET, Patiala</b><br>Developer - Computer Engineer - Entrepreneur - Lifestyle Vlogger
</p>
<ul class="portfolio-btn">
<li><a href="https://in.linkedin.com/in/gurtaransingh" class="portfolio-bttn"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/gurtaransingh" class="portfolio-bttn"><i
class="fa fa-github"></i></a></li>
<li><a href="https://youtube.com/c/gurtaransingh" class="portfolio-bttn"><i
class="fa fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/gurtaransingh01/" class="portfolio-bttn"><i
class="fa fa-instagram"></i></a></li>
<li><a href="https://link-to-tel.herokuapp.com/tel/%2B919316501336" class="portfolio-bttn"><i
class="fa fa-phone"></i></a></li>
<li><a href="mailto:gurtaransingh01@gmail.com" class="portfolio-bttn"><i
class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
</section>
<section id="startup">
<div class="skill-text">
<div class="skill-heading">
<span>Startups</span>
<h2>My Startups</h2>
</div>
<div class="s-box-container">
<div class="skill-box">
<div class="s-box-icon">
<!-- <i class="fa-brands fa-html5"></i> -->
</div>
<div class="s-box-text">
<strong>Gaming Geeks</strong>
<p><b>
<span class="skinColor">Community Startup
</span></b> -> Started May 2021</p>
<p>Gained Practical Exposure to lead a team having members from 15 different institutes, Worked
on the official Gaming Geeks <a href="https://gaminggeeks.online/">Website</a>, worked on
various Game Development Projects, hosted thousands of students with 20+ succesful events
including Web Game Dev (Week long bootcamp teaching students how to build a game),
Questionnaire on Game Development (Speaker of the event was Saksham Kumar - a Gameplay
Programmer at Ubisoft), this community made me learn various new things can't describe in a
short note.</p>
</div>
</div>
<div class="skill-box">
<div class="s-box-icon">
<!-- <i class="fa-brands fa-html5"></i> -->
</div>
<div class="s-box-text">
<strong>Soorme</strong>
<p><b>
<span class="skinColor">Mechandise Culture Startup
</span></b> -> Started July 2022</p>
<p>Just wait for <a href="https://soorme.com">soorme.com</a> website to get live, can't disclose
anything else. </p>
</div>
</div>
<div class="skill-box">
<div class="s-box-icon">
<!-- <i class="fa-brands fa-html5"></i> -->
</div>
<div class="s-box-text">
<strong>GiiGaa</strong>
<p><b>
<span class="skinColor">Upcoming
</b></span> -> Will start in November2022</p>
<p>Project under progress, visit <a href="https://giigaa.com">giigaa.com</a> to get the status.
</p>
</div>
</div>
</div>
</div>
<div class="skill-img">
<img src="Assets/Picsart_22-10-06_23-32-09-434.jpg">
</div>
</section>
<section id="client">
<div class="client-heading">
<span>Projects</span>
<h2>My Projects</h2>
</div>
<div class="c-box-container">
<div class="client-box">
<img src="Assets/healthnet.png">
<h4>HealthNet</h4>
<!-- <h6>HTML, CSS, Java Script, Django</h6> -->
<p>A web project which connects Patients and Doctors, where Patients can easily book appointments online
and doctors can easily access the data. This project is under development.</p>
<a href="https://www.healthnet.netlify.app/">Healthnet Site</a>
</div>
<div class="client-box">
<img src="Assets/WhatsApp Image 2022-10-07 at 12.53.13 PM.jpeg">
<h4>ANAITIK</h4>
<!-- <div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div> -->
<p>A Multipage E-Commerce Website created for a new startup, which made the project successful to
complete a total sales of RS 1,00,000 within first 3 months.</p>
<a href="https://www.anaitik.com/">Anaitik.com</a>
</div>
<div class="client-box">
<img src="Assets/1642779951555.png">
<!-- <div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div> -->
<h4>Gaming Geeks</h4>
<p>Team of coders who coded the Website of Gaming Geeks, learnt various new things like doing the seo,
how to work with people from different colleges.</p>
<a href="https://gaminggeeks.online/">Visit Site</a>
</div>
<div class="client-box">
<img src="Assets/tps.png">
<h4>Tiwana Power Solutions</h4>
<p>A freelance web project which allows user to connect with a company for Power Related things like
Solar Pannel, CCTV, Home Automation, Business Contracts etc. </p>
<a href="https://TiwanaPowerSolutions.in/">TPS Site</a>
</div>
<div class="client-box">
<img src="Assets/Screenshot 2022-10-06 at 6.29.23 PM.png">
<h4>UpYogi</h4>
<p>Created an E-Commerce Website after Project Anaitik, this project was again successful to complete a
total sales of RS 1,00,000 within first 3 months.</p>
<a href="https://www.upyogi.net/">Upyogi.net</a>
</div>
<div class="client-box">
<img src="Assets/soorme.png">
<h4>Soorme</h4>
<p>My ambition was to do a startup related to history and culture of Punjab, and so I started an online
merch store, with worldwide delivery.</p>
<a href="https://soorme.com/">Soorme.com</a>
</div>
<div class="client-box">
<img src="Assets/giigaa.jpeg">
<h4>Giigaa</h4>
<p>This project will be like an English tutor, which will have capability of taking reading and speaking
test online. This project will be live soon.</p>
<a href="https://giigaa.com/">GiiGaa.com</a>
</div>
<div class="client-box">
<img src="Assets/rfid.jpeg">
<h4>RF-ID Authentication System</h4>
<p>We coded the arduino and built the circuit to ensure a RF-ID Authentication System, please watch the
video by clicking the link below.</p>
<a href="https://youtu.be/htilLAOOTrk">Watch Video</a>
</div>
<div class="client-box">
<img src="Assets/mangonel.jpeg">
<h4>Precesion Mangonal</h4>
<p>Precesion Mangonal was a semester long group project including Computer, Electronics and Mechanical
knowledge to build a mangonel and give a proper result.</p>
<!-- <a href="#">Read More</a> -->
</div>
<div class="client-box">
<img src="Assets/buggy.jpeg">
<h4>Automated Buggy</h4>
<p>Buggy automations was again a semester long project, compromising of 3 challeges - to move a buggy on
a black line, to stop on certain points and to control it with an online server. </p>
<!-- <a href="#">Read More</a> -->
</div>
<div class="client-box">
<img src="Assets/71z22cRPeeL._AC_SL1000_.jpg">
<!-- <div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div> -->
<h4>DIY With Arduino</h4>
<p>Made 3 projects, 1st was automated fire/smoke detector, 2nd was automated light sensor which lightens
the led in the darkness, 3rd was my best project to create a digital clock.</p>
<!-- <a href="#">Read More</a> -->
</div>
</div>
</section>
<section id="skills">
<div class="skill-text">
<div class="skill-heading">
<br><br><br>
<span>Experience</span>
<h2>Work Experience</h2>
</div>
<div class="s-box-container">
<div class="skill-box">
<div class="s-box-icon">
<!-- <i class="fa-brands fa-html5"></i> -->
</div>
<div class="s-box-text">
<strong>Code8 & ACC</strong>
<p><b>
<span class="skinColor">Frontend Developer</span>
</b> -> April 2022 - Present</p>
<p>Here I am interned basically as a frontend developer but working in a team is like working on
UI/UX design, Frontend and Backend part for a project named HealthNet: check the frontend
part here <a href=https://healthnet.netlify.app>(healthnet.netlify.app)</a>,
under the mentorship of the various professors of Amity University, Gwalior and industry
specialists from Accenture, Hitachi Vantara etc.
</p>
</div>
</div>
<div class="skill-box">
<div class="s-box-icon">
<!-- <i class="fa-brands fa-html5"></i> -->
</div>
<div class="s-box-text">
<strong>Anaitik</strong>
<p><b>
<span class="skinColor">Data Analyst</span>
</b> -> Nov 2021 - March 2022</p>
<p>Anaitik, a startup initiative by a person from NIT Jalandhar gave me various opportunities to
enhance my knowledge and experience, in various fields especially in Data Science and UI /
UX. Worked on 2 Projects/Websites here, that are <a
href="https://anaitik.com">Anaitik.com</a> and <a
href="https://www.upyogi.net/">Upyogi.net</a> and did a role of Data Analytics, Site
Developer and Site Manager. Here within 3 months collectively both, did a sales of more than
RS 1 lakh.</p>
</div>
</div>
<!-- <div class="skill-box">
<div class="s-box-icon"> -->
<!-- <i class="fa-brands fa-html5"></i> -->
<!-- </div>
<div class="s-box-text">
<strong>Gaming Geeks</strong><p><b><font color="#cc8e3c">Founder & Mentor</b></font> -> May 2021 - Present</p>
<p>Gained Practical Exposure to lead a team having members from 15 different institutes, Worked on the official Gaming Geeks <a href="https://gaminggeeks.online/">Website</a>, worked on various Game Development Projects, hosted more than 20 events including Web Game Dev (Week long bootcamp teaching students how to build a game), Questionnaire on Game Development (Speaker of the event was Saksham Kumar - a Gameplay Programmer at Ubisoft), this community made me learn various new things can't describe in a short note.</p>
</div>
</div> -->
<div class="skill-box">
<div class="s-box-icon">
<!-- <i class="fa-brands fa-html5"></i> -->
</div>
<div class="s-box-text">
<strong>Thapar Model United Nations</strong>
<p><b>
<span class="skinColor">Secretariat, USG
</b></span> -> Aug 2021 - March 2022</p>
<p>Thapar MUN Society gave me a wide experience of Operation, how to move into the field for
arranging various materials,
printing posters, flexes, other event requirements, it bored me in starting but realized me
to conduct an event everything is
important, it is not fixed that I have to do only good, we should always be ready for the
worst.
This society also made me forward to work in Marketing, cold calling the sponsors,
increasing the crowd for the event etc.
</p>
</div>
</div>
</div>
</div>
<div class="skill-img">
<img src="Assets/Picsart_22-10-06_23-29-37-126.png">
</div>
</section>
<section id="recent">
<div class="skill-text">
<div class="skill-heading">
<span>Education</span>
<h2>My Education</h2>
</div>
<!-- <div class="client-heading">
<span>Education</span>
<h3>My Education</h3>
</div> -->
<!-- <div class="recent-img">
<img src="Assets/Picsart_22-03-11_19-29-27-703.png">
href="#" class="recent-btn"
<a class="recent-bt"><b>Thapar Institute of Technology, Patiala</b></a>
<p class="edu">B.E, Computer Engineering ( 2020 - 2024 )</p>
</div>-->
<div class="recent-img">
<img src="Assets/Picsart_22-03-11_19-28-27-761.png">
<h2><a class="recent-btn">Ryan International School, Patiala<br><br>(2010 - 2020)</a></h2>
</div>
<div class="recent-img">
<img src="Assets/Picsart_22-03-11_19-29-27-703.png">
<h2><a class="recent-btn">TIET, Patiala<br><br>(2020 - 2024)</a></h2>
</div>
<div class="recent-img">
<img src="Assets/Picsart_22-03-11_19-29-27-703.png">
<h2><a class="recent-btn">Thapar Summer School<br><br>(June, July 2022)</a></h2>
</div>
</section>
<section id="contact">
<div class="client-heading">
<span>Contact</span>
</div>
<!-- <img src="Assets/programming-code-abstract-technology-background-of-software-developer-picture-id1294521676.jpeg"> -->
<h2>Contact Me</h2>
<!-- <div class="contact-input">
<input type="email" placeholder="example@gmail.com">
<a href="mailto:gurtaransingh01@gmail.com">Continue</a>
</div> -->
<!-- <div class="main-text"> -->
<!-- <h1>Hello, I am<br>Gurtaran Singh</h1>
<p>Undergrad at TIET, Patiala</p> -->
<ul class="c-btn">
<li><a href="https://in.linkedin.com/in/gurtaransingh" class="c-bttn"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://github.com/gurtaransingh" class="c-bttn"><i class="fa fa-github"></i></a></li>
<li><a href="https://youtube.com/c/gurtaransingh" class="c-bttn"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/gurtaransingh01/" class="c-bttn"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="https://link-to-tel.herokuapp.com/tel/%2B919316501336" class="c-bttn"><i
class="fa fa-phone"></i></a></li>
<li><a href="mailto:gurtaransingh01@gmail.com" class="c-bttn"><i class="fa fa-envelope"></i></a></li>
</ul>
</section>
<footer>
<!-- <p>
Made by GURTARAN SINGH
</p> -->
<!-- <p>
Developer - Computer Engineer - Entrepreneur - Lifestyle Vlogger
</p> -->
<p>
Developer
</p>
<p>
Computer Engineer
</p>
<p>
Entrepreneur
</p>
<p>
Lifestyle Vlogger
</p>
</footer>
<script>
document.onkeydown = function (e) {
if (event.keyCode == 123) {
return false;
}
if (e.ctrlKey && e.keyCode == 'E'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'S'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'H'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'A'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'F'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'E'.charCodeAt(0)) {
return false;
}
}
</script>
<!-- <script>
/* To Disable Inspect Element */
$(document).bind("contextmenu",function(e) {
e.preventDefault();
});
$(document).keydown(function(e){
if(e.which === 123){
return false;
}
});
</script> -->
<script>
document.addEventListener("contextmenu", function (event) {
event.preventDefault();
alert('Right Click is Disabled');
}, false);
</script>
</body>
</html>