-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (153 loc) · 5.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ansak Mahir</title>
<link rel="stylesheet" href="mystyle.css">
<script>
function display(){
var p = document.getElementById("gmail");
p.style.display ="inline-block";
var l = document.getElementById("bt1");
l.style.display="none";
}
function display2(){
var p = document.getElementById("what");
p.style.display ="inline-block";
var l = document.getElementById("bt2");
l.style.display="none";
}
</script>
</head>
<body>
<div class="nav">
<img src="2nd.png">
<div class="cls1">
<ul>
<li><a href="#abtme">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#edu">Education</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</div>
</div>
<div class="main" >
<div class="desc">
<a name="abtme"></a>
<h2>I'M</h2>
<h1>Ansak Mahir</h1>
<p>Technology enthusiast from a young age. Currently an undergraduate of BSC in Software Engineering (Kingston UK) and BSC (hons) in Information Technology & Management (<a href="https://www.uom.lk">University of Moratuwa</a>). I love blogging and spreading the knowledge in a unique perspective. I'm also a reputed freelancer for web design and development</p>
</div>
<div class="desc1">
<img id="im1"src="image1crp.png">
</div>
</div>
<div class="sked">
<div class="sk">
<a name="skills"></a>
<h1>Skills</h1>
<p>Web Development</p>
<div id="progress"></div>
<p>Application Developement</p>
<div id="progress1"></div>
<p>Data Scraping</p>
<div id="progress2"></div>
<p>SEO</p>
<div id="progress3"></div>
</div>
<div class="ed">
<h1>Languages</h1>
<p>Tamil  →<span class="symbol">  Native</span></p><br>
<p>Sinhala  →<span class="symbol">  Fluent</span></p><br>
<p>English  →<span class="symbol">  Fluent</span></p><br>
<p>Arabic  →<span class="symbol">  Basic</span></p>
</div>
</div>
<div class="edq">
<a name="edu"></a>
<br><h1> <span class="text">Eductaional Qualifications</span></h1>
<p>♦ <span class="text">2018-2020</span> <span class="edq1">Commerce Stream</span> @ Al Falah college Negambo</p>
<div id="tab">
<table>
<tr>
<th rowspan="2">Subjects</th>
<th colspan="4">Results</th>
</tr>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
<td>S</td>
</tr>
<tr>
<td>1.Information Technology</td>
<td> ✔</td>
</tr>
<tr>
<td>2.Accounting</td>
<td></td>
<td rowspan="2">✔</td>
</tr>
<tr>
<td>3.Buisness Studies</td>
<td></td>
</tr>
<tr>
<td>4.English</td>
<td>✔</td>
</tr>
</table>
</div>
<p>♦ <span class="text">2021-Present</span> <span class="edq1"> ITM Undergraduate</span> @ University of Moratuwa</p>
</div>
<div class="cc"><a name="contact"></a>
<div class="c1">
<h2 ><span class="text">Contact Me</span> ON</h2>
<div class=>
<div class="right">
<img src="Gmail.png" class="img2">
</div>
<div class="left">
<button id="bt1" onclick="display()">Click to Get Email Info</button>
<a id="gmail" href="mailto:[email protected]">[email protected]</a>
<br>
</div>
</div>
<div class="fin">
<div class="right">
<img src="WhatsApp.png" class="img2">
</div>
<div class="left">
<button id="bt2" onclick="display2()">Click to Get Whatsapp No</button>
<a id="what" href="https://wa.me/94785836809">+94785836809</a>
<br>
</div>
</div>
</div>
<div class="c2">
<h2><span class="text">Follow Me</span> ON</h2>
<div>
<div class="right">
<img src="Facebook.png" class="img2">
</div>
<div class="left">
<a href="https://www.facebook.com/ansak2001">Ansak Mahir</a>
<br>
</div>
</div>
<div class="fin">
<div class="right">
<img src="Twitter.png" class="img2">
</div>
<div class="left">
<a href="https://twitter.com/AnsakMahir">Ansak Mahir</a>
<br>
</div>
</div>
</div>
</div>
</body>
</html>