-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (70 loc) · 3.48 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<base target="_blank">
<meta charset="UTF-8" />
<title>ツ Pratik Gyawali | eXfilPr4tik</title>
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pratik Gyawali | eXfilPr4tik">
<meta property="og:description" content="Pratik Gyawali | I am a tech enthusuastic high school science student from Nepal. I'm interested in information security.">
<meta property="og:url" content="https://www.pratik-gyawali.com.np/">
<meta name="description" content="Pratik Gyawali | I am a tech enthusuastic high school science student from Nepal. I'm interested in information security.">
<meta name="keywords" content="Pratik Gyawali, eXfilPr4tik, WHOISPratik, CTF Player, सिकारु, Ecstatic Paradox, Ecstatic Paradox's Security Analyst">
<meta name="author" content="Pratik Gyawali | @eXfilPr4tik, ThePratikGyawali, WHOISPratik">
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"
type="text/css">
<script type='text/javascript' src='assets/js/jquery-1.11.1.min.js'></script>
<script type="text/javascript" src="assets/js/jquery.particleground.js"></script>
<script type="text/javascript" src="assets/js/demo.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<script>
$(document).ready(function () {
// for text animation
var typed = new Typed('#typed', {
strings: ['InfoSec Enthusiast', 'CTF Player', '@eXfilPr4tik'],
showCursor: true,
cursorChar: '|',
autoInsertCss: true,
typeSpeed: 60,
backSpeed: 20,
backDelay: 3000,
loop: true,
});
});
</script>
</head>
<body>
<div id="particles">
<div id="intro">
<h2 id="site-header">Pratik Gyawali</h2>
<br>
<h3 id="typed"></h3>
<br>
<br>
<div id="icons">
<a href="https://linkedin.com/in/thepratikgyawali/" style="color: white;"><i class="fab fa-linkedin"
style="font-size: 2em;"></i></a>
 
 
 
<a href="https://github.com/thepratikgyawali" style="color: white;"><i class="fab fa-github"
style="font-size: 2em;"></i></a>
 
 
 
<a href="https://www.twitter.com/eXfilPr4tik" style="color: white;"><i class="fab fa-twitter-square"
style="font-size: 2em;"></i></a>
 
 
 
<a href="https://www.facebook.com/WHOISPratik" style="color: white;"><i class="fab fa-facebook-square"
style="font-size: 2em;"></i></a>
</div>
</div>
</div>
<!-- also associated with Ecstatic Paradox-->
</body>
</html>