-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (40 loc) · 1.89 KB
/
index.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
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>Robert J. Altman</title>
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/home.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700" rel="stylesheet">
</head>
<body>
<div id="header">
<span class="head-n">Robert J. Altman</span>
<span class="head-sl">/</span>
<a href="#" class="head-a">Home</a>
<a href="./docs/cv910.pdf" class="head-a">Resume</a>
<a href="http://rjpentelec.tumblr.com" class="head-a">Blog</a>
<a href="http://indigobox.us" class="head-a">IndigoBox</a>
</div>
<div id="main">
<img src="./img/me.png" id="main-img" />
<h1>Hi, I'm Robert.</h1>
<h2>
I’m a <a class="main-link illinois" target="_blank" href="http://ece.illinois.edu">computer engineering major</a>,
project leader and programmer at <a class="main-link indigo" target="_blank" href="http://indigobox.us">IndigoBox Studios</a> by day,
and vintage technology enthusiast by night.
I also like dogs.
</h2>
</div>
<foot>
<hr>
<div id="foot-content">
<span class="footnote"><a class="main-link maroon" href="mailto:[email protected]">Drop me a line.</a> </span>
<span class="foot-img">
<a href="https://github.com/rjaltman" target="_blank"><img src="./img/svc/GitHub-Mark-120px-plus.png" class="svc-logo" /></a>
<a href="https://linkedin.com/in/robert-j-altman" target="_blank"><img src="./img/svc/LinkedIn-Blue-Ext.png" class="svc-logo" /></a>
<a href="https://twitter.com/rjpentelec" target="_blank"><img src="./img/svc/Twitter_Social_Icon_Circle_Color.svg" class="svc-logo" /></a>
</span>
</div>
</foot>
</body>
</html>