-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (40 loc) · 1.33 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Marc T. Henry de Frahan | About me</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mainwrapper">
<div class="maintitle"><span class="maintitle">About me</span></div>
<div class="subtitle"><span class="subtitle">things you might want to know</span></div>
<div class="menu">
<p style="margin-bottom: 0.8em;">
<span class="gray"><a href="index.html">Home</a></span>
</p>
<p style="margin-bottom: 0.8em;">
<a href="about.html">About me</a>
</p>
<p style="margin-bottom: 0.8em;">
<span class="gray"><a href="gallery.html">Gallery</a></span>
</p>
<p style="margin-bottom: 0.8em;">
<span class="gray"><a href="links.html">Links</a></span>
</p>
</div>
<div class="maintext">
<p style="margin-left:-18em; margin-bottom:2em">
<embed src="./docs/cv.pdf" width="700" height="600" type='application/pdf'>
</p>
<p style="margin-bottom: 0em; margin-left:18.5em;">
<span class="small">
<span class="gray"><a href="index.html">Home</a></span><span class="blue"> | </span>
<span class="gray"><a href="contact.html">Contact</a></span>
<span class="blue"> | </span>
<span class="gray"><a href="./docs/cv.pdf" target="_blank">CV</a></span>
</span>
</p>
</div>
</div>
</body>
</html>