-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmore.html
65 lines (65 loc) · 2.05 KB
/
more.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>So8res: More</title>
<meta name="description" content="More detail on So8res">
<meta name="author" content="Nathaniel Soares">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/more.css">
</head>
<body>
<div id="overlay">
<div id="card-container" class="wrapper clearfix">
<div id="more" class="main">
<p>
If there's only a one in a million chance someone can save the world,
then there'd better be well more than a million people trying.
</p>
<table id="glider">
<tr>
<td></td>
<td>
<a target="_blank" title="Résumé" href="resume.pdf">
<i class="big icon-file"></i>
</a>
</td>
<td></td>
</tr>
<tr>
<td>
<a target="_blank" title="Writings" href="http://simplifience.com">
<i class="big icon-archives"></i>
</a>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
<a target="_blank" title="Ramblings" href="http://so8res.tumblr.com">
<i class="big icon-tumblr"></i>
</a>
</td>
<td>
<a target="_blank" title="Network" href="http://www.linkedin.com/in/so8res">
<i class="big icon-linkedin"></i>
</a>
</td>
<td>
<a target="_blank" title="Follow me" href="http://twitter.com/so8res">
<i class="big icon-twitter"></i>
</a>
</td>
</tr>
</table>
<button class="vanilla btn" id="iterate"><i class="icon-next"></i></button>
<a id="to-card" href="/">less</a>
</div>
</div>
</div>
</body>
</html>