-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (105 loc) · 3.9 KB
/
index.html
File metadata and controls
117 lines (105 loc) · 3.9 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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width">
<title>Zeb Fross - A New Item</title>
<link rel="stylesheet" type="text/css" href="/style/core.css" media="screen">
<link rel="stylesheet" type="text/css" href="/style/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/style/browser-detection.css" media="screen">
<link rel="stylesheet" type="text/css" href="/style/antiscreen.css" media="handheld, only screen and (max-width:550px)">
<link rel="stylesheet" type="text/css" href="/style/handheld.css" media="handheld, only screen and (max-width:550px)">
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/js/browser-detection.js"></script>
<script type="text/javascript" src="/js/modernizr.js"></script>
<script type="text/javascript" src="/js/jquery-min.js"></script>
<script src="/js/bootstrap/bootstrap-alert.js"></script>
<script src="/js/bootstrap/bootstrap-tab.js"></script>
<script src="/js/bootstrap/bootstrap-button.js"></script>
<script src="/js/bootstrap/bootstrap-carousel.js"></script>
<script type="text/javascript">
<!--
var noticeLang = "informal";
var notSupportedBrowsers = [{'os': 'Any', 'browser': 'MSIE', 'version': 6}];
// -->
</script>
<meta name="generator" content="nanoc 3.3.6">
<base target="_self" />
</head>
<body>
<header>
<h1>Zeb Fross <small>| Under Construction</small></h1>
<nav>
<ul>
<li><a href='/'>Home</a>
<ul></ul>
</li>
<li><a href='/projects/'>Projects</a>
<ul>
<li><a href='/projects/game/'>Game</a></li>
<li><a href='/projects/chat/'>Online Chat</a></li>
<li class='ui-selected'><span>Real Estate</span></li>
<li><a href='/projects/solitaire/'>Solitaire</a></li>
<li><a href='/projects/checkers/'>Checkers</a></li>
<li><a href='/projects/spoj/'>SPOJ</a></li>
<li><a href='/projects/papervision/'>Papervision</a></li>
<li><a href='/projects/ttt/'>Tic-tac-toe</a></li>
</ul>
</li>
<li><a href='/tutorials/'>Tutorials</a>
<ul></ul>
</li>
<li><a href='/blog/'>Blog</a>
<ul>
</ul>
</li>
<li><a href='/resume/'>Resume</a>
<ul></ul>
</li>
<li><a href='/about/'>About Me</a>
<ul>
<li><a href='/about/home/'>Home Purchase</a></li>
<li><a href='/about/contact/'>Contact</a></li>
<li><a href='/about/education/'>Education</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<div id="content">
<div id="sidebar">
<div>
<img src="/images/color-range.png" height="150px" style="float: left" />
<div id="top-text" style="float: left">>= $350,000</div>
<div id="bottom-text" style="padding-top: 130px"><= $150,000</div>
<div>Click any dot to see more information about the property</div>
</div>
</div>
<div id="main">
<style>
#content {
height: 100%;
}
#main {
height: 750px;
}
</style>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyB5O1JBRzZAmgmMn7uAmNzWflQsrFej5UY&sensor=false">
</script>
<script type="text/javascript" src="heatmap.js"></script>
<h2 id="real-estate-heatmap">Real Estate Heatmap</h2>
<p>Use this app to help you find the best deals on real estate in Wyoming. Each dot on the map is a property for sale and is color-coded by the sale price. The colors help you immediately see where the best neighborhoods are in a city so you can pick the best house for you.</p>
<div style="height: 100%; width: 100%; float: left;">
<div id="map_canvas" style="width:100%; height:550px;"></div>
</div>
</div>
</div>
<footer>
<div class="row">
<div id="copyright" class="pull-left">Copyright © 2012 Zeb Fross</div>
<div id="attribution" class="pull-right">
Generated with <a href="http://nanoc.stoneship.org/" target="blank">Nanoc</a>, and sprinkled with <a href="http://twitter.github.com/bootstrap" target="blank">Bootstrap</a> love.
</div>
</div>
</footer>
</body>
</html>