-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDM.htm
65 lines (48 loc) · 1.75 KB
/
DM.htm
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="CSS/DMpactCss.css">
<script type="text/javascript" src="JS\DMpactJs.js"></script>
<title>Dhanushka Mahesh Personal Website</title>
</head>
<body onload="jsLoad()">
<div>
<ul type="none">
<li> <a href="SUB/DMsub04.html" target="iframeMy" >Home Page</a> </li>
<li> <a href="SUB/DMsub01.htm" target="iframeMy" >About Me</a> </li>
<li><a href="SUB/DMsub02.htm" target="iframeMy" >Projects</a></li>
<li><a href="SUB/DMsub03.htm" target="iframeMy" >Skills</a></li><!---->
</ul>
</div>
<div class="relative">
<iframe src="SUB/DMsub04.html" name="iframeMy" class="absolute1" >
</iframe>
<div class="absolute2">
<mark>My Personal Biography</mark><br><br>
<img src="PIC/pic2.jpg" alt="Dhanushka Mahesh Picture" title="DM" id="perfilePic">
<hr>
<dl>
<dt>Name :</dt>
<dd>KGDME Jayarathna</dd>
<dt>Email Address</dt>
<dd>[email protected]</dd>
<dt >GitHub Perfile</dt>
<dd ><a href="https://github.com/Dhanushka010Mahesh" title="My GitHub Account">Dhanushka010Mahesh</a></dd>
<dt >FaceBook Perfile</dt>
<dd ><a href="https://www.facebook.com/dhanushka.mahesh.332" title="My FaceBook Account">Dhanushka Mahesh</a></dd>
<dt >Linkin Perfile</dt>
<dd ><a href="https://www.linkedin.com/in/dhanushka-mahesh-445103292">Dhanushka Mahesh</a></dd>
<dt >Phone Numbers</dt>
<dd >0766640384</dd>
<dd >0706540384</dd>
<dt style="color: red;"><a href="#" >Click My Drive</a></dt>
</dl>
<img src="PIC/KGD-icons.jpg" id="MyIcons">
</div>
</div>
<footer>
<p> © dhanushka ♥ mahesh ×</p>
<a href="mailto:[email protected]">sent email message</a>
</footer>
</body>
</html>