forked from SandupaAbeywardana/MyWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (49 loc) · 2.06 KB
/
index.html
File metadata and controls
57 lines (49 loc) · 2.06 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<script TYPE="text/javascript">
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=650,height=700,scrollbars=yes');
return false;
}
</script>
</head>
<body>
<div class="topnav">
<a class="active" href="#">Me</a>
<a href="html/portfolio.html">Portfolio</a>
<a href="html/contact.html">Contact</a>
<!--<a href="">Buy Me a Coffee</a>-->
<a
HREF="https://www.paypal.com/donate/?hosted_button_id=L23QAZELLCU3E"
onClick="return popup(this, 'Buy Me a Coffee')">Buy Me a Coffee</a>
</div>
<div class="float-container">
<div class="float-child">
<img class="self-image" src="images/64d386536b34d0224469873417a89c16.jpg" alt="self-portrait" height="auto" width="420px">
</div>
<div class="float-child">
<p> </p>
<p> </p>
<h1>About Me</h1>
<p>A vibrant individual with extensive experience in multimedia, web development, UI/UX design, social media marketing, and print design. Exceptional collaborative and interpersonal skills; dynamic team player with well-developed written and verbal communication abilities.</p>
<p>Equipped with the ability to escalate brand awareness by utilizing skills gained in the creative industry, being able to identify opportunities, overcome objections, build long-term mutually beneficial relationships with vendors, workforce, and clients, establishing a successful and lucrative company.</p>
</div>
</div>
</body>
</html>