-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
449 lines (350 loc) · 23.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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html lang="en" class="no-js" >
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Subin Shakya</title>
<script>
document.documentElement.classList.remove('no-js');
document.documentElement.classList.add('js');
</script>
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="subicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="subicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="subicon.png">
<link rel="manifest" href="site.webmanifest">
<!-- Brasika Font import-->
<link href="https://fonts.cdnfonts.com/css/brasika-display-trial" rel="stylesheet">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-fade">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- page wrap
================================================== -->
<div id="page" class="s-pagewrap ss-home">
<!-- # site header
================================================== -->
<header class="s-header" id="navbar">
<div class="row s-header__inner width-sixteen-col">
<div class="s-header__block">
<div class="s-header__logo">
<a class="logo" href="index.html">
<h4>Subin Shakya.</h4>
</a>
</div>
<a class="s-header__menu-toggle" href="#0"><span>Menu</span></a>
</div> <!-- end s-header__block -->
<nav class="s-header__nav">
<ul class="s-header__menu-links">
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
</ul> <!-- s-header__menu-links -->
<div class="s-header__contact">
<a href="#contact" class="btn rounded-pill btn--primary s-header__contact-btn">Get in touch!</a>
</div> <!-- s-header__contact -->
</nav> <!-- end s-header__nav -->
</div> <!-- end s-header__inner -->
</header> <!-- end s-header -->
<script>
// When the user scrolls the page, execute myFunction
window.onscroll = function() {myFunction()};
// Get the navbar
var navbar = document.getElementById("navbar");
// Get the offset position of the navbar
var sticky = navbar.offsetTop;
// Add the sticky class to the navbar when you reach its scroll position. Remove "sticky" when you leave the scroll position
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
<!-- # site main content
================================================== -->
<section id="content" class="s-content">
<!-- intro
----------------------------------------------- -->
<section id="intro" class="s-intro">
<div class="row s-intro__content width-sixteen-col">
<div class="column lg-12 s-intro__content-inner grid-block">
<div class="s-intro__content-text">
<div class="s-intro__content-pretitle text-pretitle">Hi, I'm Subin Shakya</div>
<h1 class="s-intro__content-title">
Student pursuing <br>
B.SC.CSIT <br>
</h1>
</div> <!-- s-intro__content-text -->
<div class="s-intro__content-media">
<div class="s-intro__content-media-inner">
<img src="images/intro-bg.jpg" srcset="images/photo.jpg 1x, images/photo.jpg 2x" alt="" style="border-radius: 20%; border: 1px solid #ea8f10;">
<div class="lines">
<span></span>
</div>
</div>
</div> <!-- s-intro__content-media -->
<div class="s-intro__scroll-down">
<a href="#about" class="smoothscroll">
<div class="scroll-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#97b34a" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><><polyline points="7 13 12 18 17 13"></polyline><line x1="12" y1="18" x2="12" y2="6"></line></svg>
</div>
<span>Scroll for more</span>
</a>
</div> <!-- s-intro__scroll-down -->
</div> <!-- s-intro__content-inner -->
</div> <!-- s-intro__content -->
</section> <!-- end s-intro -->
<!-- about
----------------------------------------------- -->
<section id="about" class="s-about target-section">
<div class="row s-about__content width-sixteen-col">
<div class="column grid-block grid-section-split">
<img src="images/geometric_shape.svg" alt="" class="s-about__content-imgbg">
<div class="section-header grid-section-split__header">
<div class="text-pretitle">ABOUT ME</div>
<h2 class="text-display-title">
My Introduction
</h2>
</div> <!-- end section-header -->
<div class="s-about__content-main grid-section-split__primary">
<p class="attention-getter">
As a computer science student with a passion for creativity, my interests extend far beyond the confines of code and algorithms. While I immerse myself in the intricacies of programming languages and problem-solving, I find solace and inspiration in my hobbies.
</p>
<p class="attention-getter">
I have a wide range of hobbies, with a strong passion for both music and movies from different genres. Whenever I'm not off exploring new places or getting absorbed in marathon sessions of my favorite shows, I find myself diving into the pages of a captivating book or honing my artistic talents through sketching. These varied interests bring richness to my life, offering creativity and balance alongside the structured nature of computer science.
</p>
<p class="attention-getter">
I am proficient in communicating in English, Nepali, and Nepal Bhasa languages.
</p>
</div> <!-- end s-about__content-main -->
<div class="s-about__content-btn grid-section-split__bottom">
<a href="about.html" class="btn btn--stroke u-fullwidth">Download Resume</a>
<i>Download not available currently. Planning to add soon.</i>
<ul class="s-about__social social-list">
<li>
<a href="https://www.facebook.com/subin002/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="https://github.com/subin-shk" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
<span class="u-screen-reader-text">GitHub</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/subin-s-31a4172b8/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0v24h24v-24h-24zm8 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.397-2.586 7-2.777 7 2.476v6.759z"/></svg>
<span class="u-screen-reader-text">LinkedIn</span>
</a>
</li>
</ul> <!-- end s-footer__social -->
</div> <!-- end s-about__content-btn -->
</div> <!-- content-inner -->
</div>
</section> <!-- end s-about -->
<!-- education
----------------------------------------------- -->
<section id="education" class="s-education">
<div class="row row-x-center text-center">
<div class="column xl-8 lg-12">
<div class="s-cta__content">
<div class="section-header">
<h2 class="text-display-title">
Education
</h2>
</div> <!-- end section-header -->
<div class="s-education-cont">
<h5 class="link-flash">Bachelor of Science in Computer Science and Information Technology</h5>
<p><i style="font-family:'librebaskerville-italic';">Bachelor's Degree</i> • 2020 — 2025
<br>
National College of Computer Studies, Paknajol<br>
<i style="font-family:'librebaskerville-italic';"> Affiliated to Tribhuvan University</i></p>
</div>
<div class="s-education-cont">
<h5 class="link-flash">High School </h5>
<p><i style="font-family:'librebaskerville-italic';">+2 Science</i> • 2018 — 2020
<br>Trinity International SS & College, Dillibazar<br>
<i style="font-family:'librebaskerville-italic';">Grade: A+</i></p>
</div>
<div class="s-education-cont">
<h5 class="link-flash">Secondary Education Examination </h5>
<p><i style="font-family:'librebaskerville-italic';">SEE</i> • 2018
<br>N.K. Singh Memorial English Preparatory Secondary School, New Baneshowr<br>
<i style="font-family:'librebaskerville-italic';">Grade: A+</i></p>
</div>
</div> <!-- end grid-block-->
</div> <!-- end s-education__content -->
</div>
</section> <!-- end s-education -->
<!--Jot form-->
<section id="contact" style="margin:0;">
<iframe
id="JotFormIFrame-240815046884461"
title="General Inquiry Contact Form"
onload="window.parent.scrollTo(0,0)"
allowtransparency="true"
allow="geolocation; microphone; camera; fullscreen"
src="https://form.jotform.com/240815046884461"
frameborder="0"
style="min-width:100%;max-width:100%;height:539px;border:none;"
scrolling="no"
>
</iframe>
<script type="text/javascript">
var ifr = document.getElementById("JotFormIFrame-240815046884461");
if (ifr) {
var src = ifr.src;
var iframeParams = [];
if (window.location.href && window.location.href.indexOf("?") > -1) {
iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&'));
}
if (src && src.indexOf("?") > -1) {
iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&"));
src = src.substr(0, src.indexOf("?"))
}
iframeParams.push("isIframeEmbed=1");
ifr.src = src + "?" + iframeParams.join('&');
}
window.handleIFrameMessage = function(e) {
if (typeof e.data === 'object') { return; }
var args = e.data.split(":");
if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }
if (!iframe) { return; }
switch (args[0]) {
case "scrollIntoView":
iframe.scrollIntoView();
break;
case "setHeight":
iframe.style.height = args[1] + "px";
if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {
iframe.style.minHeight = args[1] + "px";
}
break;
case "collapseErrorPage":
if (iframe.clientHeight > window.innerHeight) {
iframe.style.height = window.innerHeight + "px";
}
break;
case "reloadPage":
window.location.reload();
break;
case "loadScript":
if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }
var src = args[1];
if (args.length > 3) {
src = args[1] + ':' + args[2];
}
var script = document.createElement('script');
script.src = src;
script.type = 'text/javascript';
document.body.appendChild(script);
break;
case "exitFullscreen":
if (window.document.exitFullscreen) window.document.exitFullscreen();
else if (window.document.mozCancelFullScreen) window.document.mozCancelFullScreen();
else if (window.document.mozCancelFullscreen) window.document.mozCancelFullScreen();
else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen();
else if (window.document.msExitFullscreen) window.document.msExitFullscreen();
break;
}
var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false;
if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) {
var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};
iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");
}
};
window.isPermitted = function(originUrl, whitelisted_domains) {
var url = document.createElement('a');
url.href = originUrl;
var hostname = url.hostname;
var result = false;
if( typeof hostname !== 'undefined' ) {
whitelisted_domains.forEach(function(element) {
if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) || hostname === element ) {
result = true;
}
});
return result;
}
};
if (window.addEventListener) {
window.addEventListener("message", handleIFrameMessage, false);
} else if (window.attachEvent) {
window.attachEvent("onmessage", handleIFrameMessage);
}
</script>
</section>
<!-- # footer
================================================== -->
<footer class="s-footer">
<div class="row s-footer__content">
<div class="column xl-6 lg-6 md-12 s-footer__block s-footer__about">
<h3 style="font-family: 'Brasika Display - Trial', sans-serif;">Subin Shakya.</h3>
<p>
Student pursuing Bsc.CSIT
</p>
</div>
<div class="column xl-3 lg-6 md-12 s-footer__block s-footer__site-links">
<h3>Site Links</h3>
<ul class="link-list">
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<div class="row s-footer__bottom">
<div class="column xl-6 lg-12">
<ul class="s-footer__social social-list">
<li>
<a href="https://www.facebook.com/subin002/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:"><path d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="https://github.com/subin-shk" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
<span class="u-screen-reader-text">GitHub</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/subin-s-31a4172b8/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0v24h24v-24h-24zm8 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.397-2.586 7-2.777 7 2.476v6.759z"/></svg>
<span class="u-screen-reader-text">LinkedIn</span>
</a>
</li>
</ul> <!-- end s-footer__social -->
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#ffffff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><!--! Atomicons Free 1.00 by @atisalab License - https://atomicons.com/license/ (Icons: CC BY 4.0) Copyright 2021 Atomicons --><polyline points="17 11 12 6 7 11"></polyline><line x1="12" y1="18" x2="12" y2="6"></line></svg>
</a>
</div> <!-- end ss-go-top -->
</div>
</footer> <!-- end s-footer -->
</div> <!-- end page-wrap -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>