This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
forked from ryanramage/garden20
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoverview.html
58 lines (48 loc) · 2.39 KB
/
overview.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="static/css/main.css" />
<link rel="shortcut icon" href="static/img/garden-18.png" />
<title>Garden20</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31457059-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>
</head>
<body>
<div class="container" role="main">
<h2>Garden Overview</h2>
<div class="row">
<div class="span3 zoomTarget">
Apps
</div>
<div class="span3 zoomTarget">
Market
</div>
<div class="span3 zoomTarget">
Hostings
</div>
</div>
</div>
<script type="text/javascript" src="static/js/lib/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="static/js/lib/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="static/js/lib/jquery.zoomooz.min.js"></script>
<script type="text/javascript" src="static/js/lib/jquery.parsequery.js"></script>
<script type="text/javascript" src="static/js/lib/jquery.couch.js"></script>
<script type="text/javascript" src="static/js/lib/bootstrap-tooltip.js"></script>
<script type="text/javascript" src="static/js/lib/bootstrap-alert.js"></script>
<script type="text/javascript" src="static/js/lib/bootstrap-modal.js"></script>
<script type="text/javascript" src="static/js/lib/bootstrap-tab.js"></script>
<script type="text/javascript" src="static/js/lib/bootstrap-dropdown.js"></script>
<script type="text/javascript" src="static/js/lib/moment.min.js"></script>
<script type="text/javascript" src="modules.js"></script>
<script type="text/javascript" src="static/js/ui.js"></script>
</body>
</html>