-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (66 loc) · 1.75 KB
/
index.html
File metadata and controls
75 lines (66 loc) · 1.75 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
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
<DOCTYPE! html>
<html>
<style>
header {
background-color: #29364F;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
m {
"Courier New", Courier, monospace
}
nav {
float: left;
width: 20%;
padding: 20px;
}
footer {
padding: 10px;
text-align: center;
color: black;
}
article {
float: left;
padding: 20px;
width: 70%;
}
@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
}
</style>
<tt>
<header>
<m> Owen Sheekey </m>
</header>
<nav>
<a href="./experience.html">Experience</a> <br>
<a href="./CV.pdf">Resume/CV and other boring stuff</a>
</nav>
<article>
<p/> I am currently pursuing a degree in Computer Science and Physics at the University
of British Columbia in Vancouver, Canada. Before I came to school here in Vancouver,
I went to high school in a town called New Paltz in upstate New York. Some of my interests
are running, nordic skiing, programming, and really anything outdoors.
</p>
<p> Most of my research interests lie in condensed matter physics, expecially
in the production and characterization of quantum devices. Outside of condensed
matter, I am drawn particularly to the field of mathematical modelling.
</article>
<footer>
<p> <a href="https://github.com/oishish/">Github</a> ||
<a href="https://www.linkedin.com/in/owen-sheekey-5a11a1133/">LinkedIn</a> ||
<a href="mailto:oisheekey@gmail.com">Email</a>
</p>
</footer>
<!--
<div align = left>
<a href="./portfolio.html">Portfolio</a>
</div>
-->
</tt>
</html>