-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 747 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vaisakh Rajagopal</title>
<meta name="description" content="About me, Vaisakh Rajagopal. Developer, and love to learn new technologies. I am experience in web, mobile, hybrid technologies. An an add a data analyst too.">
<style type="text/css">
#name {
position: absolute;
left: 14%;
bottom: 10%;
font-style: italic;
font-family: serif;
}
#name a {
text-decoration: none;
color: white;
}
</style>
</head>
<body>
<div id='name'>
<h1>
<a href='https://github.com/var23rav'>Vaisakh Rajagopal</a>
</h1>
</div>
<img src="./images/quotes.jpg" alt="If I have seen further it is by standing on the sholders of Giants." height='100%' width='100%'>
</body>
</html>