-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
35 lines (34 loc) · 849 Bytes
/
resume.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
<!--
// resume.html
// Comp20 Assignment 1
//
// Created by Danish Bhatti on 2/5/16.
// Copyright (c) 2016 Danish Bhatti. All rights reserved.
//
-->
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<h2>Full Name:</h2>
<p>Mr. Kitten</p>
<h2>Education:</h2>
<p>Bachelors of Arts in Feline Studies at Tufts University Class of 20XX</p>
<h2>Relevant Education:</h2>
<p>See above</p>
<h2>Professional Experience:</h2>
<p>Internship - Mouse Catchers Inc. Jun 2015 - Aug 2015</p>
<h2>Skills:</h2>
<p>This</p>
<p>That</p>
<h2>Activities:</h2>
<p>Playing with yarn</p>
<a class="homepagelink button" href="index.html">Back to HomePage</a>
</body>
<footer>
<p>© 2016 Mr.Kitten, All Rights Purrserved</p>
</footer>
</html>