forked from Soares/soares.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (126 loc) · 5.87 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>So8res</title>
<meta name="description" content="The public face of 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/main.css">
<script src="js/head/modernizr-2.5.3.min.js"></script>
<!-- Hey there, and welcome to the source of my website!
There are two secrets hidden somewhere around here,
so keep your eyes peeled. -->
<!-- Most icons courtesy of GlyphIcons. -->
</head>
<body class="tri">
<!--Version: 1.0.0-->
<!--[if lt IE 7]><p class=chromeframe>
Your browser is <em>ancient!</em>
<a href="http://browsehappy.com/">Upgrade to a different browser</a> or
<a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a>
to experience this site.
</p><![endif]-->
<canvas id="canvas"></canvas>
<svg xmlns="http://www.w3.org/2000/svg" id="svg">
<circle id="halo" class="ring" cx="0" cy="0" r="6" stroke-width="2px" fill="none"/>
<circle id="dot" class="ring" cx="0" cy="0" r="3">
</svg>
<div id="overlay">
<div id="card-container" class="wrapper clearfix">
<div id="card" class="main">
<img class="only tri" src="img/me/1.jpg">
<img class="only earth" src="img/me/2.jpg">
<img class="only snow" src="img/so8res/blue.png">
<img class="only fire" src="img/so8res/red.png">
<img class="only hidden" src="img/so8res/black.png">
<h1>Nate Soares</h1>
<ul>
<li><span class="arrow">→</span><a href="http://intelligence.org/team">Executive Director</a></li>
<li><span class="arrow">→</span><a href="http://mindingourway.com">Minding our way</a></li>
<li><span class="arrow">→</span><a href="http://github.com/soares">Programmer</a></li>
<li><span class="arrow">→</span><a href="http://mindingourway.com/transmission/">Author</a></li>
<li><span class="arrow">→</span><a id="to-more" href="resume.pdf">More »</a></li>
</ul>
<blockquote>
<span class="only tri">
The only way of discovering the limits of the possible is to
venture a little way past them into the impossible.
</span>
<span class="only earth">
The lurking suspicion that something could be simplified is the
world's richest source of rewarding challenges.
</span>
<span class="only snow">
The reasonable man adapts himself to the world; the unreasonable
one persists in trying to adapt the world to himself. Therefore
all progress depends on the unreasonable man.
</span>
<span class="only fire">
If we do not destroy ourselves, we will one day venture to the stars.
</span>
<span class="only hidden">
Nice work! You found the secret fractal.
<br>
<br>
<br>
</span>
<small class="only tri">Arthur C. Clarke</small>
<small class="only earth">Edsger W. Dijkstra</small>
<small class="only snow">George Bernard Shaw</small>
<small class="only fire">Carl Sagan</small>
<small class="placeholder only hidden"> </small>
</blockquote>
<div id="fractals" class="btn-group" data-toggle="buttons-radio">
<button class="active colored yellow btn" data-fractal="tri"><i class="icon-triforce"></i></button>
<button class="colored green btn" data-fractal="earth"><i class="icon-leaf"></i></button>
<button class="colored blue btn" data-fractal="snow"><i class="icon-snowflake"></i></button>
<button class="colored red btn" data-fractal="fire"><i class="icon-fire"></i></button>
</div>
<div id="controls" class="btn-group">
<button class="clear vanilla btn"><i class="icon-trash"></i></button>
<button class="control vanilla btn"><i class="icon-play"></i><i class="icon-pause"></i></button>
</div>
<small class="hint">(try clicking on the canvas)</small>
</div>
</div>
</div>
</div>
<div id="business-card">
<div id="front">
<img src="img/me/front.png">
<ul>
<li>Nate Soares</li>
<li><a class="purple" href="mailto:[email protected]">[email protected]</a></li>
<li><a class="blue" href="http://intelligence.org/team">Researcher</a></li>
<li><a class="green" href="http://github.com/soares">Programmer</a></li>
</ul>
</div>
<div id="back">
<img src="img/so8res/back.png">
<ul>
<li><a class="purple" href="http://so8r.es">so8r.es</a></li>
<li><a class="blue" href="http://intelligence.org/team">intelligence.org</a></li>
<li><a class="green" href="http://github.com/soares">github.com/soares</a></li>
<li><a class="red" href="http://mindingourway.com">mindingourway.com</a></li>
</ul>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/local/jquery-1.7.1.min.js"><\/script>')</script>
<script src="js/lib.min.js"></script>
<script src="js/main.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30206907-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>