-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (26 loc) · 845 Bytes
/
index.html
File metadata and controls
36 lines (26 loc) · 845 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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Parth Suthar</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="stylesheet.css" rel="stylesheet">
</head>
<body>
<div class="shrink">
<table>
<tr>
<th class="left"><img src="img/Parth%20Suthar.png" alt="Parth Suthar" class="image"></th>
<th class="text">
<h1>Parth Suthar</h1>
<p>Software Engineering Student at University of Ontario Institute of Technology</p>
<p>For more information please check out my resume from the link below</p>
<p>
<div class="link"><a href="resume.html">Resume</a></div>
</p>
</th>
</tr>
</table>
</div>
</body>
</html>