-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.12 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<title>SuriyaPrasath</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div id="image">
<img src="suri.png">
</div>
<p style="margin-top: 17px;">Hi i'm Suriya Prasath</p>
<p class="quote">
<i class="fa fa-globe" aria-hidden="true"></i><a href="https://ssprasath.github.io/">https://ssprasath.github.io/</a>  
<span><i class="fa fa-google" aria-hidden="true"></i><a href="https://mail.google.com/"> spsuriya3@gmail.com</a></span>
  
<span><i class="fa fa-github" aria-hidden="true"></i><a href="https://www.github.com/ssprasath">/ssprasath</a></span>
<span style="display: block; margin-top:10px; "><i class="fa fa-pencil-square" aria-hidden="true"><a href="/suriya.htm"></i>Resume</a></span>
</p>
</div>
</body>
</html>