-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
155 lines (151 loc) · 7.76 KB
/
about_me.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Freelance Website | About Me</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css">
</head>
<body class="body">
<!-- Navbar Starts -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark p-md-3">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo1.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mx-auto"></div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-white" href="index.html">
<h1>Home</h1>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="about_me.html">
<h1 class="text-yellow">About Me</h1>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="services.html">
<h1>Services</h1>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="portfolio.html">
<h1>Portfolio</h1>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact.html">
<h1>Contact Me</h1>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar Ends -->
<div class="banner vh-100 d-flex">
<div class="color-block d-none d-lg-block"></div>
<!----About Start---------->
<div class="about container" id="about">
<div class="row">
<div class="col-md-6 text-center">
<img src="img/user.jpg" class="profile-img">
</div>
<div class="about-text col-md-6">
<h3>WHO <span>AM I ?</span></h3>
<p>My name is Thimira, a professional website developer and mobile developer with proven years of experience. And also a highly focused software developer in a variety of development and engineering positions. I have advanced skills in
Java, PHP, SCSS, HTML, CSS, Bootstrap, Javascript, Jquery. I will give you 100% satisfaction in my service. Available 24/7. Please don't hesitate to contact me. You are welcome! In the light of COVID-19.</p>
<div class="skills-bar">
<p>Web Developing</p>
<div class="progress">
<div class="progress-bar" style="width: 80%;">95%</div>
</div>
<p>Mobile Developing</p>
<div class="progress">
<div class="progress-bar" style="width: 85%;">85%</div>
</div>
<p>UI Designing</p>
<div class="progress">
<div class="progress-bar" style="width: 75%;">75%</div>
</div>
<p>Graphics Designing</p>
<div class="progress">
<div class="progress-bar" style="width: 50%;">50%</div>
</div>
</div>
</div>
</div>
</div>
<!----About Ends---------->
</div>
<div class="banner vh-100 d-flex resume" id="resume">
<!----About Start---------->
<div class="container">
<div class="row">
<div class="col-md-6">
<h3 class="text-center resume-text">My <span>Experiences</span></h3>
<ul class="timeline">
<li>
<h4> <span>2021 -</span> Front End Developer</h4>
<p class="text-white resume-white">Develop high-quality mobile apps.</p>
<p class="text-white resume-white"><b>Company</b> - SOftwareHi company Pvt Ltd <br>
<b>Duration</b> - 1yr [2021 to 2021] <br>
<b>Location</b> - Colombo </p>
</li>
<li>
<h4> <span>2020 -</span> Front End Developer</h4>
<p class="text-white resume-white">Developing and designing every kind of web and mobile apps.</p>
<p class="text-white resume-white"><b>Company</b> - Fivver <br>
<b>Duration</b> - 2yr [2020 to 2021] <br>
<b>Location</b> - Online </p>
</li>
<li>
<h4> <span>2020 -</span> Front End Developer</h4>
<p class="text-white resume-white">Developing high-quality B2B web developments.</p>
<p class="text-white resume-white"><b>Company</b> - ABZ company Pvt Ltd <br>
<b>Duration</b> - 1yr [2019 to 2020] <br>
<b>Location</b> - Colombo </p>
</li>
</ul>
</div>
<div class="experiance col-md-6">
<h3 class="text-center resume-text">My <span>Education</span></h3>
<ul class="timeline">
<li>
<h4> <span>2019 -</span> Bachelor of Information Systems</h4>
<p class="text-white resume-white">Getting bachelors degree and knowledge relevant to Software Industry.</p>
<p class="text-white resume-white"><b>Institute</b> - Sabaragamuwa University of Sri Lanka.<br>
<b>Session</b> - 2019 - 2021 <br>
<b>Aggregate</b> - 80% </p>
</li>
<li>
<h4> <span>2018 -</span> Certificate Course in Web Development</h4>
<p class="text-white resume-white">Getting knowledge about web development with in one year. </p>
<p class="text-white resume-white"><b>Institute</b> - NIBM<br>
<b>Session</b> - 2018 - 2019 <br>
<b>Aggregate</b> - 80% </p>
</li>
<li>
<h4> <span>2008 -</span> School</h4>
<p class="text-white resume-white">Getting secondary education.</p>
<p class="text-white resume-white"><b>Institute</b> - D.S.Senanayake Collage<br>
<b>Session</b> - 2008 - 2016 <br>
<b>Aggregate</b> - 80% </p>
</li>
</ul>
</div>
</div>
</div>
<!----About Ends---------->
</div>
<script src="js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>