-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
49 lines (46 loc) · 2.53 KB
/
aboutme.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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="background">
<div class="pic">
<br>
<h1>Hello, I am Randi...</h1>
<br>
<p style="color: #cce6ff">I am a Software Engineering undergraguate <br> student at University of kelaniya. <br>Andalso I most interest to create web design, <br>develop web ,apps, <br>mobile applications .Furthermore, I will hope <br> improve my knowlage and i am looking for get <br>more experience in the industry. Andalso I would <br> like to getting responsibilities ,to work with team <br>together, getting leadership and finaly improve <br> my carrier life aswell. </p> <br><br><br><br>
<h2 style="color: #ff0066">Other things, I interest...</h2>
<br>
<div class="social">
<ul>
<li><a href=" https://www.facebook.com/randi.kossinna"><i class="fa fa-facebook"> </i></a> </li> <br>
<li><a href=" https://www.linkedin.com/in/randi-kossinna-9a7768181/"><i class="fa fa-linkedin"> </i></a> </li> <br>
<li><a href=" https://medium.com/@randiayeshani"><i class="fa fa-medium"> </i></a> </li> <br>
<li><a href=" https://github.com/randiayeshanikossinna"><i class="fa fa-git"> </i></a> </li>
</ul></div>
<br><br><br>
<div class="other">
<ul>
<li><i class="fa fa-plane" >Travel</i></li>
<li><i class="fa fa-shopping-bag">fashion</i></li>
<li><i class="fa fa-pencil">Drowing</i></li>
<li><i class="fa fa-book">Reading</i></li>
<li><i class="fa fa-music">Music</i></li>
</ul></div>
</div>
</div>
<div class="nav">
<a class="a active" href="file:///C:/Users/User/Desktop/portfolio%20project/index.html#"><i class="fa fa-home"> </i>HOME</a>
<a class="b " href="#"><i class="fa fa-address-card"> </i>ABOUT ME</a>
<a class="c " href="file:///C:/Users/User/Desktop/portfolio%20project/education.html#"><i class="fa fa-university"> </i>EDUCATION</a>
<a class="d " href="file:///C:/Users/User/Desktop/portfolio%20project/project.html"><i class="fa fa-tasks"> </i>PROJECT</a>
<a class="e " href="file:///C:/Users/User/Desktop/portfolio%20project/contact.html?Message=Hi+i+am+randi.i+want+to+know+about+your+a%2Fl+class+time+table+"><i class="fa fa-phone"> </i>CONTACT ME</a>
</div>
</div>
</body>
</html>