-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (279 loc) · 13.2 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
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>My_Portfolio</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700%7CAllura" rel="stylesheet">
<!-- Stylesheets -->
<link href="common-css/bootstrap.css" rel="stylesheet">
<link href="common-css/ionicons.css" rel="stylesheet">
<link href="common-css/fluidbox.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<section class="intro-section">
<div class="container">
<div class="heading-wrapper">
<div class="row">
<!-- <div class="col-sm-6 col-md-6 col-lg-4">
<div class="info">
<i class="icon ion-ios-location-outline"></i>
<div class="right-area">
<h5>No.40/B,Dummaladeniya West,</h5>
<h5>Wennappuwa.</h5>
</div><!-- right-area -->
<!--</div><!-- info -->
<!--</div><!-- col-sm-4 -->
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="info">
<i class="icon ion-ios-telephone-outline"></i>
<div class="right-area">
<h5>+44 7309 981610</h5>
</div><!-- right-area -->
</div><!-- info -->
</div><!-- col-sm-4 -->
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="info">
<i class="icon ion-ios-chatboxes-outline"></i>
<div class="right-area">
<h5>[email protected]</h5>
</div><!-- right-area -->
</div><!-- info -->
</div><!-- col-sm-4 -->
</div><!-- row -->
</div><!-- heading-wrapper -->
<div class="intro">
<div class="row">
<div class="col-sm-8 col-md-4 col-lg-3">
<div class="profile-img margin-b-30"><img src="images/profile-1-250x250.jpg" alt=""></div>
</div><!-- col-sm-8 -->
<div class="col-sm-10 col-md-5 col-lg-6" >
<h2><b style="color: #fff;">Sachindra Fernando</b></h2>
<h4 class="font-blue" style="color: #fff;">Software Engineer - iOS</h4>
<!-- <h4 class="font-blue">BSc(Hons) Software Engineering</h4> -->
<ul class="information margin-tb-30">
<li style="color: #fff;"><b class="font-blue"></b>PHP | Laravel | Javascript | node | Express | Angular | Java</li>
<li style="color: #fff;"><b class="font-blue"></b>Java | HTML | CSS | Photoshop</li>
</ul>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/in/sachindrafernando/"><i class="ion-social-linkedin"></i></a></li>
<li><a href="https://github.com/SachindraFernando"><i class="ion-social-github"></i></a></li>
<li><a href="https://www.facebook.com/sachindra.fernando.75"><i class="ion-social-facebook"></i></a></li>
<li><a href="https://twitter.com/SachindraFerna4"><i class="ion-social-twitter"></i></a></li>
<li><a href="https://www.pinterest.com/sachindrafernando3/"><i class="ion-social-pinterest"></i></a></li>
</ul>
</div><!-- col-sm-8 -->
<div class="col-sm-10 col-md-3 col-lg-3">
<a class="downlad-btn" href="https://drive.google.com/drive/u/0/my-drive">My CV</a>
</div><!-- col-lg-2 -->
</div><!-- row -->
</div><!-- intro -->
</div><!-- container -->
</section><!-- intro-section -->
<section class="experience-section section center-text">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading">
<h3><b>About Me</b></h3>
<h6 class="font-lite-black"><b>Who Am I</b></h6>
</div>
</div><!-- col-sm-3 -->
<div class="col-sm-12">
<div class="experience margin-b-50">
<h4><b>MOBILE DEVELOPER - iOS | PROGRAMMER | WEB DEVELOPER | GRAPHIC DESIGNER</b></h4>
<p class="margin-tb-30">Passionate and driven iOS Software Engineer strongly committed to mastering cutting-edge technologies and delivering high-quality mobile applications. With a deep understanding of Swift and the iOS ecosystem, I am dedicated to continually advancing my software engineering and mobile development skills. Adept at collaborating in cross-functional teams and working effectively with diverse stakeholders, I thrive in environments that require adaptability, problem-solving, and a focus on innovation. Known for my strong work ethic, team spirit, and eagerness to tackle new challenges, I am committed to personal growth and contributing to my team's success.</p>
<ul class="list">
<li><span>Udemy Photoshop Course Completed</span></li>
</ul>
</div><!-- experience -->
</div><!-- col-sm-9 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- experience-section -->
<section class="portfolio-section section center-text">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading">
<h3><b>Portfolio</b></h3>
<h6 class="font-lite-black"><b>MY WORK</b></h6>
</div>
</div><!-- col-sm-12 -->
<div class="col-sm-12">
<div class="portfolioFilter clearfix margin-b-80">
<a href="#" data-filter="*" class="current"><b>ALL</b></a>
<a href="#" data-filter=".web-design"><b>WEB DESIGN</b></a>
<a href="#" data-filter=".graphic-design"><b>GRAPHIC DESIGN</b></a>
<a href="#" data-filter=".branding"><b>BLOGS</b></a>
</div><!-- portfolioFilter -->
</div><!-- col-sm-8 -->
</div><!-- row -->
<div class="portfolioContainer margin-b-50">
<div class="p-item graphic-design">
<a class="img" href="images/portfolio-16-400x400.jpg" data-fluidbox>
<img src="images/portfolio-16-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item graphic-design">
<a href="images/portfolio-14-400x400.jpg" data-fluidbox>
<img src="images/portfolio-14-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item graphic-design">
<a href="images/portfolio-19-400x400.jpg" data-fluidbox>
<img src="images/portfolio-19-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item web-design">
<a href="images/portfolio-15-400x400.jpg" data-fluidbox>
<img src="images/portfolio-15-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item web-design">
<a href="images/portfolio-17-400x400.jpg" data-fluidbox>
<img src="images/portfolio-17-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item branding">
<a href="images/portfolio-13-400x400.jpg" data-fluidbox>
<img src="images/portfolio-13-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item branding">
<a href="images/portfolio-18-400x400.jpg" data-fluidbox>
<img src="images/portfolio-18-400x400.jpg" alt=""></a>
</div><!-- p-item -->
<div class="p-item branding">
<a href="images/portfolio-20-400x400.jpg" data-fluidbox>
<img src="images/portfolio-20-400x400.jpg" alt=""></a>
</div><!-- p-item -->
</div><!-- portfolioContainer -->
</div><!-- container -->
</section><!-- portfolio-section -->
<section class="education-section section">
<div class="container">
<div class="row">
<div class="col-sm-12 center-text">
<div class="heading">
<h3><b>Education</b></h3>
<h6 class="font-lite-black"><b>ACADEMIC CAREER</b></h6>
</div>
</div><!-- col-sm-3 -->
<div class="col-sm-12">
<div class="education-wrapper margin-b-50">
<div class="education right">
<h4><b>SCHOOL</b></h4>
<h5 class="font-yellow"><b>HOLY FAMILY CONVENT, WENNAPPUWA</b></h5>
<h6 class="font-lite-black margin-t-10">2002 - 2016</h6>
<p class="margin-t-30">I was studied at HOLY FAMILY CONVENT, WENNAPPUWA. I did my grade five scholarship exam in 2006 and pass the exam. I did my O/L s in 2012 and got 'A' passes for all subjects. I did my A/L s in maths stream and got two 'B' passes for Mathematics and Physics and one 'C' pass for Chemistry. I'm a good netball player in school team and we won many tournaments as a team.I was a member of Literature Society in my school and participated many competitions and have won Divisional Level Literature Competition in 2012. I was a prefect and I did my responsibilities for my alma-matar</p>
</div><!-- education -->
<div class="education left">
<h4><b>UNIVERSITY</b></h4>
<h5 class="font-yellow"><b>UNIVERSITY OF KELANIYA</b></h5>
<h6 class="font-lite-black margin-t-10">2018 - 2021</h6>
<p class="margin-t-30">I'm currently studying BSc(Hons) Software Engineering in University of Kelaniya. I'm a member of Software Engineering Students' Association and IEEE. I'm a Programmar, Graphic Desingner, Web Developer.</p>
</div><!-- education -->
</div><!-- education-wrapper -->
</div><!-- col-sm-9 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- education-section -->
<section class="quoto-section center-text">
<div class="container">
<div class="row">
<div class="col-sm-12">
<i class="icon ion-quote"></i>
<h3 class="font-yellow"><b>There is no secret to success</b></h3>
<h3><b>It is the result of Preparation, <span class="font-yellow">Hard work</span>,
and Learning from the failure.</b></h3>
</div><!-- col-sm-12 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- quoto-section -->
<section class="skills-section section">
<div class="container">
<div class="row">
<div class="col-sm-12 center-text">
<div class="heading">
<h3><b>Technical Skills</b></h3>
<h6 class="font-lite-black"><b>I'M GOOD AT</b></h6>
</div>
</div><!-- col-sm-12 -->
<!-- progress diagram don't mention-->
<div class="col-sm-12 col-md-6">
<h4><b>HTML & CSS</b></h4>
<h6 class="expert">EXPERT</h6>
<p class="margin-tb-30">I'm good at HTML, CSS, JavaScript, PHP, Laravel, node, Express, Angular, Java, ASP.NET</p>
<div class="line-progress margin-b-20" data-prog-percent=".90"><div></div>
<p class="progress-title"><b>HTML</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".85"><div></div>
<p class="progress-title"><b>CSS</b></p></div>
</div><!-- col-md-6 -->
<div class="col-sm-12 col-md-6">
<h4><b>GRAPHIC DESIGN</b></h4>
<h6 class="expert">EXPERT</h6>
<p class="margin-tb-30">As well as I 'm good at Photoshop, Illustrator, InDesign, After Effects, Muse and more.</p>
<div class="line-progress margin-b-20" data-prog-percent=".97"><div></div>
<p class="progress-title"><b>PHOTOSHOP</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".97"><div></div>
<p class="progress-title"><b>ILLUSTRATOR</b></p></div>
</div><!-- col-md-6 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- skills-section -->
<!-- not relavent-->
<section class="radial-progress-section section">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="radial-prog-area margin-b-30">
<div class="radial-progress" data-prog-percent=".97">
<div></div>
<h6 class="progress-title">HTML5 & CSS3</h6>
</div>
</div><!-- radial-prog-area-->
</div><!-- col-sm-6-->
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="radial-prog-area margin-b-30">
<div class="radial-progress" data-prog-percent=".78">
<div></div>
<h6 class="progress-title">WEB DESIGN</h6>
</div>
</div><!-- radial-prog-area-->
</div><!-- col-sm-6-->
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="radial-prog-area margin-b-30">
<div class="radial-progress" data-prog-percent=".67">
<div></div>
<h6 class="progress-title">JAVA</h6>
</div>
</div><!-- radial-prog-area-->
</div><!-- col-sm-6-->
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="radial-prog-area margin-b-50">
<div class="radial-progress" data-prog-percent=".50">
<div></div>
<h6 class="progress-title">PHP</h6>
</div>
</div><!-- radial-prog-area-->
</div><!-- col-sm-6-->
</div><!-- row -->
</div><!-- container -->
</section><!-- radial-progress-section -->
<footer>
<p class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This website is made by SF <i class="ion-heart" aria-hidden="true"></i>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</footer>
<!-- SCIPTS -->
<script src="common-js/jquery-3.2.1.min.js"></script>
<script src="common-js/tether.min.js"></script>
<script src="common-js/bootstrap.js"></script>
<script src="common-js/isotope.pkgd.min.js"></script>
<script src="common-js/jquery.waypoints.min.js"></script>
<script src="common-js/progressbar.min.js"></script>
<script src="common-js/jquery.fluidbox.min.js"></script>
<script src="common-js/scripts.js"></script>
</body>
</html>