-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.php
81 lines (79 loc) · 2.19 KB
/
references.php
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<?php include("./password_protect.php"); ?>
<html>
<head>
<meta charset="UTF-8">
<title>Online Portfolio of Jonathan Halls
</title>
<script src="clock.js"></script>
<script src="modernizr-1.5.js"></script>
<link href="firststyle.css" rel="stylesheet" type="text/css" />
</head>
<body onload="setInterval('updateClock()', 200);">
<header>
<section id="navhead">
<nav>
<ul>
<li>
<a href="index.html" title="Main Page">Main</a>
</li>
<li>
<a href="statement.html" title="My Personal Statement">Personal Statement</a>
</li>
<li>
<a href="education.html" title="Education History">Education</a>
</li>
<li>
<a href="volunteer.html" title="Volunteer Experience">Volunteer Experience</a>
</li>
<li>
<a href="references.php" title="Reference Contacts">References</a>
</li>
<li>
<a href="abstract.html" title="Examples">Abstract</a>
</li>
<li>
<a href="links.html" title="External Links">Links</a>
</li>
<li>
<a href="contact.html" title="Contact Information">Contact Information</a>
</li>
<li>
<a href="Halls_Jonathan-Resume2013.pdf" title="Resume">Downloadable Resume</a>
</li>
</ul>
</nav>
</section>
</header>
<section>
<div id="resume">
<h1>Jonathan Halls</h1>
<address>#106 - 794 Dunrobin Dr<br/>Kamloops, BC<br/>V1S 1V9<br/>(250)574-5039<br/><a href="mailto:[email protected]">[email protected]</a>
</address><br />
<article>
<ol>
<li>Bob Barlow</li>
<ul>
<li>Coordinator and Professor - Thompson Rivers University - CSOM Program</li>
<li>(250)371-5957</li>
</ul>
<li>Kat Vincent</li>
<ul>
<li>Store Manager - ParksWest Business Products and The Source</li>
<li>(250)248-6764</li>
</ul>
<li>Brian Hitchings</li>
<ul>
<li>Department Manager - ParksWest Business Products and The Source<br /> Electronics Department</li>
<li>(250)248-6764</li>
</ul>
</ol>
</article>
<footer>
This Site is Copyright Jonathan Halls © All Rights Reserved.
<div id="clock"></div>
</footer>
</div>
</section>
</body>
</html>