-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio-Abin T Sunil</title>
<link href="first-page.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="mainbody">
<h1>PORTFOLIO</h1>
<div class="middle_body">
<div class="content">
<div class="title">
<h1>Hi, Everyone I'm Abin T Sunil</h1>
<h1 id="welcome">Welcome to my portfolio</h1>
</div><br>
<div class="buttons">
<button onclick="location.href='about.html';" class="content_button">About Me</button>
<button onclick="location.href='acheivements.html';" class="content_button">Acheivements</button>
<button onclick="location.href='contact.html';" class="content_button">Contact Info</button>
</div><br>
<div class="content_description">
Move Beyond Future-My moto
</div>
</div>
</div>
</div>
</body>
</html>