-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
139 lines (94 loc) · 4.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8" />
<meta http-equiv="Refresh" content="13; url=dark" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="title" content="YOSHITHA RATHNAYAKE">
<meta name="description" content="Hi, I am Yoshitha Rathnayake. I am from Kandy, Sri Lanka. I am 14 years old. I am studing in St. Anthony's College, Kandy" />
<meta name="author" content="YOSHITHA RATHNAYAKE" />
<meta name="keywords" content="PERSONAL PORTFOLIO WEBSITE" />
<!-- Facebook OG Tags -->
<meta property="og:title" content="YOSHITHA RATHNAYAKE" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://web.yoshitha.tk" />
<meta property="og:image" content="assets/img/YoshithaRathnayake1.jpg" alt="Yoshitha Rathnayake" />
<meta property="og:description" content="Hi, I am Yoshitha Rathnayake. I am from Kandy, Sri Lanka. I am 14 years old. I am studing in St. Anthony's College, Kandy" />
<meta property="og:site_name" content="YOSHITHA RATHNAYAKE" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://web.yoshitha.tk">
<meta property="twitter:title" content="YOSHITHA RATHNAYAKE">
<meta property="twitter:description" content="Hi, I am Yoshitha Rathnayake. I am from Kandy, Sri Lanka. I am 14 years old. I am studing in St. Anthony's College, Kandy">
<meta property="twitter:image" href="assets/img/YoshithaRathnayake1.jpg" alt="Yoshitha Rathnayake">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" />
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- LineIcons -->
<link href="your-project-dir/icon-font/lineicons.css" rel="stylesheet" />
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet" />
<!-- CSS-->
<link rel="stylesheet" type="text/CSS" href="assets/css/styles.css" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/Yoshitha Rathnayake 2.png" alt="Yoshitha Rathnayake" />
<!-- Title -->
<title>YOSHITHA RATHNAYAKE</title>
</head>
<body>
<section class="main">
<!-- Background Video -->
<video class="background-video" src="assets/vid/hacking.mp4" muted loop autoplay></video>
<div class="overlay"></div>
<!-- Horizontal Bar Pre-Loader -->
<div class="bar-preloader">
<!-- Auto Typing Effect -->
<div class="text-box">
<h1><span class="auto-type"></span></h1>
</div>
<!-- Circular Pre-Loader -->
<div class="circle-preloader">
<center>
<img src="assets/img/Yoshitha Rathnayake 1.png" class="preloader-img" alt="Yoshitha Rathnayake" />
</center>
</div>
</div>
</section>
<!-- JavaScript -->
<script src="assets/js/app.js"></script>
<!-- jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/e4d27be656.js" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Google Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167873271-1"></script>
<!-- Internal JavaScript -->
<script>
// Auto Typing Effect Script
var typed = new Typed(".auto-type", {
strings: [
"HI !, I AM YOSHITHA RATHNAYAKE",
"WELCOME !, TO MY OFFICIAL WEBSITE",
],
typeSpeed: 90,
backSpeed: 50,
loop: true,
});
// Auto Redirecting Windows
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-167873271-1");
</script>
</body>
</html>