forked from Geek-Estate/geekestatelabs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 2.63 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 2.63 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Geek Estate Labs</title>
<meta name="description" content="Geek Estate Labs builds consumer products at the intersection of community, real estate, and travel.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main-min.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="wrapper">
<img class="geb-logo" src="img/geb_logo_full.png" alt="Geek Estate Labs">
<h2>We build consumer products at the intersection of community, real estate, and travel.</h2>
<h3>Current Companies</h3>
<div class="companies">
<a href="http://www.horizonapp.co/"><img class="company-logo" src="img/horizon-logo-white-square.png" alt="Horizon"></a>
</div>
<a class="email" href="mailto:drew@geekestatelabs.com">Email Us</a>
<p>or</p>
<a class="btn btn--blog" href="http://geekestateblog.com/">Continue to the <span>Geek Estate Blog</span></a>
</div>
<div class="footer">
<div class="footer-links">
<a href="http://www.geekestatelabs.com/">Labs</a>
<a href="http://www.geekestateblog.com">Blog</a>
<a href="http://www.geekestateblog.com/about-geek-estate-labs/">About</a>
<a href="mailto:drew@geekestatelabs.com">Contact</a>
</div>
<p>Geek Estate © 2016-2018</p>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-2361710-3','auto');ga('send','pageview');
</script>
</body>
</html>