-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (34 loc) · 1.42 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<div id = "header">
<tile><h1>Amrita K. Athwal</h1> </title>
<h2>Junior Developer in the making</h2>
</div>
<hr>
</head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link href ="<link href='http://fonts.googleapis.com/css?family=Arimo|Gloria+Hallelujah|Indie+Flower|Dancing+Script|Roboto+Condensed|Architects+Daughter' rel='stylesheet' type='text/css'>" rel="stylesheet" type="text/css">
<body>
<ul>
<li><div><a href="index.html">Home</a></div></li>
<li><div><a href ="about_me.html">About Me</a> </div></li>
<li><div><a href = "resume.html">Resume</a></div></li>
<li><div><a href = "projects.html">Projects</a> </div></li>
<li><div><a href = "blog/Blog-template.html">Blogs </a></div></li>
<li><div><a href = "SocialMedia.html">Social Media</a></div></li>
</ul>
<hr>
<table>
<tr>
<td><div id="blurb">My name is <span>Amrita Athwal</span> and I am embarking on this new exciting journey of becoming a <span>software engineer</span>.
This wesbite is still in the works, but will act as a stage for my progress.
I'm so excited to share my adventures with you!
<img src = "http://4.bp.blogspot.com/-Xsbd1jB28S0/VMuL2jwhUWI/AAAAAAAAEDc/kaFm7dhh6vo/s1600/work%2Bin%2Bprogress.png" /></div></td>
<td id="pic"><img src="me-grad.jpg" /></td>
</tr>
</table>
<div id="footer"></div>
</body>
</html>