-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
212 lines (168 loc) · 7.55 KB
/
about.html
File metadata and controls
212 lines (168 loc) · 7.55 KB
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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>About Me</title>
<meta name="keywords" content="keronmaharaj">
<meta name="description" content="Keron Maharaj Website">
<meta name="author" content="keron maharaj">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css"
integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="row">
<div class="top-bar">
<a class="menu-toggle" href="#"><span>Menu</span></a>
<div class="logo">
<a href="index.html">About Me</a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li><a href="index.html" title="">Home</a></li>
<li class="current"><a href="about.html" title="">About</a></li>
<li><a href="resume.html" title="">Resume</a></li>
<li><a href="portfolio.html" title="">Portfolio</a></li>
<li><a href="services.html" title="">Services</a></li>
<li><a href="contact.html" title="">Contact</a></li>
</ul>
</nav>
</div> <!-- /top-bar -->
</div> <!-- /row -->
</header> <!-- /header -->
<!-- about section
================================================== -->
<section id="about">
<div class="row section-intro">
<div class="col-twelve">
<h5>About Me</h5>
<h1>Let me introduce myself.</h1>
<div class="intro-info">
<img src="images/profile-pic.jpg" alt="Profile Picture">
<p class="lead">I'm a casual gamer who loves programming and participating in outdoor sporting
activities, currently residing in the twin island republic of Trinidad and Tobago.</p>
</div>
</div>
</div> <!-- /section-intro -->
<div class="row about-content">
<div class="col-six tab-full">
<h3>Profile</h3>
<i class="fa fa-play"></i> The moments</br>
<i class="fa fa-pause"></i> The memories</br>
<i class="fa fa-stop"></i> The pain</br>
<i class="fa fa-undo"></i> The happiness</p>
<ul class="info-list">
<li>
<strong>Full Name:</strong>
<span>Keron Timothy Maharaj</span>
</li>
<li>
<strong>Birth Date:</strong>
<span>July 12, 2000</span>
</li>
<li>
<strong>Job:</strong>
<span>Freelancer, Electrician</span>
</li>
<li>
<strong>Website:</strong>
<span>www.keron.maharaj.ga</span>
</li>
<li>
<strong>Email:</strong>
<span>keron.t.maharaj@gmail.com</span>
</li>
</ul> <!-- /info-list -->
</div>
<div class="col-six tab-full">
<h3>Skills</h3>
<p>Here is a skill bar representation of my potentials.</p>
<ul class="skill-bars">
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>Java</strong>
</li>
<li>
<div class="progress percent55"><span>55%</span></div>
<strong>CSS</strong>
</li>
<li>
<div class="progress percent65"><span>65%</span></div>
<strong>HTML5</strong>
</li>
<li>
<div class="progress percent95"><span>95%</span></div>
<strong>JavaScript</strong>
</li>
</ul> <!-- /skill-bars -->
</div>
</div>
<div class="row button-section">
<div class="col-twelve">
<a href="contact.html" title="Hire Me" class="button stroke">Hire Me</a>
<a href="./files/resume.docx" title="Download CV" class="button button-primary">Download CV</a>
</div>
</div>
</section> <!-- /process-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-six tab-full pull-right social">
<ul class="footer-social">
<li><a href="https://www.facebook.com/keron.t.maharaj/"><i style="color:#3b5999"
class="fa-2x fab fa-facebook"></i></a></li>
<li><a href="https://twitter.com/keronmaharaj"><i style="color:#55acee"
class="fa-2x fab fa-twitter"></i></a></li>
<li><a href="https://wa.me/18687330042/"><i style="color:#25D366;"
class="fa-2x fab fa-whatsapp"></i></a></li>
<li><a href="https://www.instagram.com/keron.maharaj/"><i style="color:#e4405f"
class="fa-2x fab fa-instagram"></i></a></li>
<li><a href="https://www.snapchat.com/add/keron.maharaj"><i style="color:#FFFC00"
class="fa-2x fab fa-snapchat"></i></a></li>
</ul>
</div>
<div class="col-six tab-full">
<div class="copyright">
<span>© Copyright Kingsmen Designs 2021.</span>
<span>Design by <a href="https://www.instagram.com/kingsmen.design/">Kingsmen Designs</a></span>
</div>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-arrow-up"></i></a>
</div>
</div> <!-- /row -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>