-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (90 loc) · 3.71 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Eric Candino</title>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<div class="img-wrapper">
<img src="images/profile.jpg" class="profile" alt="">
</div>
<h1 class="header-h1">Eric Candino</h1>
<ul>
<li><a href="https://github.com/ecandino" alt="Github">
<i class="icon-github header-icon"></i>
</a></li>
<li><a href="https://twitter.com/EricCandino" alt="Twitter">
<i class="icon-twitter header-icon"></i>
</a></li>
<li><a href="http://www.linkedin.com/in/ericcandino" alt="LinkedIn">
<i class="icon-linkedin header-icon"></i>
</a></li>
<li><a href="mailto:[email protected]" alt="Email">
<i class="icon-envelope header-icon"></i>
</a></li>
</ul>
</header>
<section>
<h3>Apps & Sites</h3>
<ul class="">
<li><a href="https://github.com/ecandino/disco_chairs" title="">Disco Chairs</a></li>
<li>
<a href="https://github.com/ecandino/sudoku_solver">Sudoku Solver</a>
</li>
<li>
<a href="https://www.edisoninsight.com/" title="">Edison</a>
</li>
<li>
<a href="http://hackupstate.com/" title="">Hack Upstate</a>
</li>
<li>
<a href="https://github.com/ecandino/sickle" title="">Sickle</a>
</li>
<li>
<a href="https://github.com/ecandino/CongressMap" title="">This is Congress</a>
</li>
<li>
<a href="https://github.com/ecandino/hugo" title="">Hugo Helps</a>
</li>
</ul>
<h3>Frameworks, Gems &, Plugins</h3>
<ul class="">
<li><a href="https://github.com/ecandino/nytimes_congress" title="">NY Times Congress API Gem</a></li>
<li>Cactus - Mobile Web Framework (depricated)</li>
</ul>
<h3>Learnings</h3>
<ul class="">
<li><a href="https://github.com/ecandino/learn_c" title="">Learn C The Hard Way</a></li>
<li><a href="https://github.com/ecandino/euler" title="">Project Euler</a></li>
</ul>
<h3>Recent Readings</h3>
<ul class="">
<li><a href="http://jliszka.github.io/2013/10/01/how-traffic-actually-works.html" title="">How Traffic Actually Works</a>
</li>
<li><a href="http://www.aeonmagazine.com/living-together/james-somers-web-developer-money/" title="">Are coders worth it?</a>
</li>
<li><a href="http://stratechery.com/2013/the-jobs-tv-does/" title="">The Jobs TV Does</a>
</li>
<li><a href="http://www.ribbonfarm.com/2013/05/01/the-economics-of-social-status/" title="">The Economics of Social Status</a>
</li>
<li><a href="http://www.theatlantic.com/technology/archive/2012/11/when-the-nerds-go-marching-in/265325/?single_page=true" title="">When the Nerds Go Marching In</a>
</li>
</ul>
</section>
<footer>
<p>© 2013</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>