-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
46 lines (41 loc) · 1.5 KB
/
cv.html
File metadata and controls
46 lines (41 loc) · 1.5 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>CV | Hayden Foote</title>
<link rel="stylesheet" type="text/css" href="/hfoote.css">
</head>
<body>
<div class="header">
<h1>Hayden R. Foote <span class="pronouns">He/Him</span></h1>
<p>Astronomy Graduate Student</p>
</div>
<div class="navbar">
<a href="/index.html">Home</a>
<a href="/about.html">About Me</a>
<a href="/research.html">Research</a>
<a href="/values.html">Values</a>
<a href="/outreach.html">Outreach</a>
<a class="active" href="/cv.html">My CV</a>
</div>
<div class="page">
<h2 style="padding: 20px;">Curriculum Vitae</h2>
<p><a href="/docs/CV_Foote.pdf" style="font-size: 18pt;padding: 0px 40px;">View / Download My Academic CV</a></p>
<p><a href="/docs/Resume_Foote.pdf" style="font-size: 18pt;padding: 0px 40px;">View / Download My Resume</a></p>
</div>
<div class="footer">
<div style="width: content">
<p>Email: <span><a href = "mailto: haydenfoote@arizona.edu">haydenfoote@arizona.edu</a></span><br>
GitHub: <span><a href = "https://github.com/hfoote">https://github.com/hfoote</a></span><br>
OrcID: <span><a href="https://orcid.org/0000-0003-1183-701X">0000-0003-1183-701X</a></span></p>
</div>
<div style="width: content; text-indent: -42px; padding-left: 42px;">
<p>Office: Room D317, Steward Observatory<br>
933 N Cherry Ave.<br>
Tucson, AZ 85719</p>
</div>
<div style="width: content" class="copyright">
<p>© 2025 Hayden Foote | All Rights Reserved</p>
</div>
</div>
</body>
</html>