-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
30 lines (30 loc) · 942 Bytes
/
cv.html
File metadata and controls
30 lines (30 loc) · 942 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Ctefer.GitHub.io : ctefer online GitHub Portfolio">
<title>cTefer Resume and CV</title>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/cvstyle.css">
</head>
<body>
<header>
<h1>Chris Tefer</h1>
<div id="address">
<li>12 Jackson Street</li>
<li>Pittsfield, MA 01201</li>
<li>413-347-9826</li>
<li><a mailto:"ctefer@gmail.com">ctefer@gmail.com</a></li>
<li><a href="https://docs.google.com/document/d/1vpzUnTq9ssR2QZNfkzzDhxUQpe20L3EsXeJaeI4c5iQ/edit?usp=sharing">Current Resume</a></li>
</div>
</header>
<div id="main-content">
<article>
<h2>Edcuation</h2>
</article>
<article>
<h2>Professional</h2>
</article>
</div>
</body>
</html>