-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
107 lines (78 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--stylesheet-->
<link rel="stylesheet" href="assets/css/style.css">
<!--bootstrap-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--fontawesome-->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Dosis:wght@200&family=Handlee&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap" rel="stylesheet">
<!--Meta Data-->
<title>@harindulk | links</title>
<meta name="title" content="@harindulk | links">
<meta name="description" content="15 years old programmer & a game developer, youngest google verified student in sri lanka">
<meta name="keywords" content="Harindulk,Harindu Fonseka,Harindu Lakshitha,Harindu Lakshitha Fonseka,
Nalanda College Students, Web Design ,Student Game Developer, Harindudev,Harindu,harindu.dev,
harindu blog,harindu games,harindulk games">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<!-- google search console -->
<meta name="google-site-verification" content="4qglqwf-M9yvBKb7mcXq-RR5Pav7rK5aYrqAh2tO8eQ" />
<!-- Favicons -->
<link href="assets/img/Harindulk.jpg" rel="icon">
<link href="assets/img/Harindulk.jpg" rel="apple-touch-icon">
</head>
<body class="bg">
<div class="space"></div>
<!-- Profile picture-->
<img src="assets/img/Harindu.jpg" alt="profile picture" class="profile-picture">
<!-- Profile name-->
<div class="profile-name"><b>Harindu Fonseka (aka Harindulk) <img class="drag" src="assets/img/icons8-verified-badge-16.png " alt="verified" width="16" height="16"></b></div>
<!-- Profile about-->
<div class="profile-about"><b>15 years old programmer & a game developer, youngest Google verified student in sri lanka</b></div>
<!-- Links-->
<a href="http://www.harindu.dev" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>Website</b></a>
<a href="https://www.linkedin.com/in/harindu-fonseka/" target="_blank" class="links , hover">
<i class="fab fa-linkedin , links-in"></i>
<b>LinkedIn</b></a>
<a href="https://github.com/harindulk" target="_blank" class="links , hover">
<i class="fab fa-github , links-in"></i>
<b>GitHub</b></a>
<a href="https://twitter.com/Harindu_Fonseka" target="_blank" class="links , hover">
<i class="fab fa-twitter , links-in"></i>
<b>Twitter</b></a>
<a href="https://www.imdb.com/name/nm13585820/?ref_=nv_sr_srsg_0" target="_blank" class="links , hover">
<i class="fab fa-imdb , links-in"></i>
<b>IMDb</b></a>
<a href="https://play.google.com/store/apps/dev?id=6729187126243636577" target="_blank" class="links , hover">
<i class="fab fa-google-play , links-in"></i>
<b>Play Store</b></a>
<a href="https://harindulk.itch.io/" target="_blank" class="links , hover">
<i class="fab fa-itch-io , links-in"></i>
<b>itch.io</b></a>
<a href="https://www.youtube.com/channel/UCRyQGxzCgFb5wmsp1XAlWpQ" target="_blank" class="links , hover">
<i class="fab fa-youtube , links-in"></i>
<b>Youtube</b></a>
<a href="https://www.facebook.com/harindulk" target="_blank" class="links , hover">
<i class="fab fa-facebook , links-in"></i>
<b>Facebook</b></a>
<div class="space"></div>
<footer>
<!--bottom text-->
<a href="http://www.harindu.dev" class="link-hide">
<div class="bottom-text">Harindulk
<i class="fas fa-times"></i>
Links
</div>
</a>
</footer>
</body>
</html>