-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (59 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>StumpGrind, Inc. | On The Daily Grind</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>StumpGrind, Inc.</h1>
</header>
<hr>
<section id="main_content">
<h2>Welcome</h2>
<p>We create digital experiences for the entrepreneurial-minded.</p>
<h2>Projects</h2>
<p><a href="http://bigoletexas.com">BIG OLE TEXAS</a><br/>
Ever wondered how your favorite place stacks up in size to Texas? See for yourself.</p>
<h2>Team</h2>
<p>We love industry disruption and social innovation. Tweet at us.</p>
<p>Megan Coxe, Creativist :: <a href="https://twitter.com/MeganCoxe" class="user-mention">@MeganCoxe</a><br/>
Emery Coxe, Technologist :: <a href="https://twitter.com/EmeryCoxe" class="user-mention">@EmeryCoxe</a></p>
<h2>Contact</h2>
<p>The StumpGrind team is based in Austin, Texas.</p>
<p>email :: <a href="mailto:[email protected]">[email protected]</a><br/>
twitter :: <a href="https://twitter.com/StumpGrindInc" class="user-mention">@StumpGrindInc</a><br/>
github :: <a href="https://github.com/wokkaflokka" class="user-mention">@wokkaflokka</a></p>
<h2>Friends</h2>
<p><a href="http://snappointapp.com">SnapPoint</a><br/>
SnapPoint is a geo-social photo sharing platform and game. Find it on the <a href="https://play.google.com/store/apps/details?id=com.snappointapp.snappoint">Play Store</a> for Android or <a href="https://itunes.apple.com/us/app/snappoint/id911517912?mt=8">App Store</a> for iOS.</p>
<p><a href="https://www.dotbk.com">.Bk</a><br/>
.Bk releases monthly collections of menswear at a limited edition run of about 100/item.</p>
</section>
<footer>
StumpGrind, Inc. est 2012
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-36082673-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>