-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 1.59 KB
/
index.html
File metadata and controls
54 lines (53 loc) · 1.59 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
<!DOCTYPE HTML>
<html lang="en" xml:lang="en">
<head>
<meta charset="utf-8">
<title>Corder Guy on GitHub</title>
<meta name="name" content="Corder Guy">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A basic homepage.">
<style>
body{
margin:1em auto;
max-width:40em;
padding:0 .62em;
font:1.2em/1.62em sans-serif;
}
h1,h2,h3 {
line-height:1.2em;
}
div {
padding-top: 0.5em;
}
@media print{
body{
max-width:none
}
}
</style>
</head>
<article>
<header>
<h1>Corder Guy</h1>
<aside>Junior Computer Science student at Texas A&M</aside>
</header>
<div>
<hr>
<nav>
<table style="width:100%">
<tr>
<td><a href="https://github.com/jcguy">GitHub</a></td>
<td><a href="https://github.com/jcguy/resume/blob/master/Corder_Guy_Resume.pdf">Resume</a></td>
<td><a href="https://linkedin.com/in/james-corder-guy-970706a7">LinkedIn</a></td>
</tr>
</table>
</nav>
<hr>
</div>
<h2>
A few projects I'm working on:
</h2>
<p><a href="https://github.com/jcguy/Reversi">Reversi</a></p>
<p>© 2017 James Corder Guy</p>
</article>
</html>