forked from SteveShaffer/SteveShaffer.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (66 loc) · 2.66 KB
/
index.html
File metadata and controls
67 lines (66 loc) · 2.66 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Steve Shaffer</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700,400" rel="stylesheet" type="text/css">
<link href="app.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<h1>Steve Shaffer</h1>
</div>
<div id="content">
<div id="summary" class="info-box">
<h2>Who is this guy?</h2>
<p>
Steve Shaffer is a Catholic husband, father, computery-guy, and musician (theoretically in that order).
This is his website, and there is not much on it.
But it was coded from scratch and almost completely <a href="https://github.com/WatchSteveDrum/WatchSteveDrum.github.io">on GitHub</a> (because it sounded like an interesting experiment).
Enjoy!
</p>
</div>
<div id="oc-gis" class="info-box">
<h2>OC GIS Meetup</h2>
<p>
I started this thing called the OC GIS Meetup.
It's a gathering for GIS professionals in Orange County, CA to get together and geogeek the heck out!
It sort of lives <a href="http://www.meetup.com/oc-gis">here</a>.
</p>
</div>
<!--<div id="projects" class="info-box">
<h2>Projects</h2>
<ul>
<li>Coming Soon...</li>
</ul>
</div>-->
<div id="music" class="info-box">
<h2>Music</h2>
<p>I play music. From time to time I throw some sketches up online.</p>
<ul>
<li><a href="http://watchstevedrum.tumblr.com/">Blog</a></li>
<li><a href="https://soundcloud.com/watchstevedrum">SoundCloud</a></li>
</ul>
</div>
<div id="contact" class="info-box">
<h2>Contact</h2>
<p>Would you like to talk to me? Boy have I got a list of links for you!</p>
<ul>
<li><a href="https://www.google.com/+SteveShaffer">Google+</a></li>
<li><a href="https://twitter.com/watchstevedrum">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/steveshaf">LinkedIn</a></li>
<li><a href="https://github.com/WatchSteveDrum">GitHub</a></li>
<li><a href="mailto:steve@shaffer.ninja">Email</a></li>
</ul>
</div>
<div id="art" class="info-box">
<h2>Artwork</h2>
<p>
I am not a visual artist.
That cartoon of me was drawn by an awesome artist named Megasha.
Check her out on <a href="http://megasha.deviantart.com/">DeviantArt</a>!
</p>
</div>
</div>
</body>
</html>