-
Notifications
You must be signed in to change notification settings - Fork 1
/
About.html
132 lines (115 loc) · 4.71 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Meta Data-->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title> About </title>
<meta name="title" content=" About ">
<meta name="description" content="About Harindu Fonseka | Harindulk is a Game Developer">
<meta name="keywords"
content="Harindulk,Harindu Fonseka,Harindu Lakshitha,Harindu Lakshitha Fonseka,Nalanda College Students, Web Design ,Student Game Developer, Harindudev">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<!-- Favicons -->
<link href="assets/img/Harindu/5.webp" rel="icon">
<link href="assets/img/Harindu/5.webp" rel="apple-touch-icon">
<!-- Vendor CSS -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/ddd0d86cf3.js" crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" href="assets/css/nav.css">
<link rel="stylesheet" href="assets/css/about.css">
<!-- components -->
<script src="/components/footer.js" type="text/javascript" defer></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="#page-top">harindu.dev</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault"
aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll active" href="index.html">home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#about">about</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="https://harindulk.itch.io">games</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="https://dev.to/harindulk">blog</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="contact.html">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ======= About Section ======= -->
<section id="about">
<div class="container">
<div class="space"></div>
<div class="row">
<div class="col-sm-12">
<br>
<div class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="about-img center">
<img src="https://avatars.githubusercontent.com/u/61319844?v=4" class="img-fluid" alt="Harindu Fonseka">
</div>
</div>
</div>
<div class="col-md-6">
<div class="about-me pt-4 pt-md-0">
<div class="title-box-2">
<h5 class="title-left">
about me
</h5>
</div>
<p class="lead">
I'm a 16 year old game developer & a student studying GCE O/l at Nalanda College Colombo 10.
and I'm the youngest Google verified student in Sri Lanka.
<br>
</p>
<p class="lead">
skills - web development | game development
</p>
<p class="lead">
tools & technologies - html | C# | C++ | Unity | Iot | arduino | java <br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer-component></footer-component>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/jquery.counterup.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/js/main.js"></script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src="assets/js/about.js"></script>
</body>
</html>