-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 840 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Stephen Silber :: silber.io</title>
<link rel="stylesheet" type="text/css" href="css/site.css">
</head>
<body>
<div class="logo svg_container">
<!--<iframe src="http://clips.animatron.com/7a65d38eff4a08ed58639aaa454835fb?w=400&h=250&t=0" width="400" height="250" frameborder="0"></iframe>
<img src="svg/logo.svg" />
</div>-->
<div class="centered">
<!--<p class="name">STEPHEN SILBER</p>
<p class="subtext"><a href="mailto:stephen@silber.io">stephen@silber.io</a> · <a href="tel://8023798010">802.379.8010</a></p>
-->
<!-- <p class="menu"><a href="resume.pdf">Resume</a></p> -->
<!--<p class="menu"><a href="http://github.com/stephensilber">Github</a></p>
<p class="menu"><a href="http://twitter.com/stephensilber">@stephensilber</a></p> -->
<p class="more">More coming soon</p>
</div>
</body>
</html>