-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·96 lines (86 loc) · 3 KB
/
index.html
File metadata and controls
executable file
·96 lines (86 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Gesso</title>
<!-- Bootstrap -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/bootstrap-theme.min.css" rel="stylesheet">
<link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Bootstrap Custom Styles -->
<link href="theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./assets/js/ie-emulation-modes-warning.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102246660-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container theme-showcase" role="main">
<div class="row">
<!--
<div class="col-md-12">
<img src="/assets/img/logo.png" class="center-block" alt="Gesso" />
</div>
-->
</div>
<p class="theme-tab-space lead text-center">
<a href="https://github.com/gesso">GitHub</a> |
<a href="https://workspace.circuitmaker.com/Projects#/ges.so/7//1">CircuitMaker</a> |
<a href="https://github.com/gesso/gesso/wiki">Wiki</a>
</p>
</div>
<!--
<div class="container theme-showcase" role="main">
<div class="row theme-multicolumn-menu">
<div class="col-md-4">
<h1>Company</h1>
<h2>What is Gesso?</h2>
<h2>FAQ</h2>
<h2>Press</h2>
</div>
<div class="col-md-4">
<h1>Platform</h1>
<h2>Gesso</h2>
<h2>Embed Button</h2>
<h2>API</h2>
<h2>Mobile App</h2>
<h2>Hardware</h2>
</div>
<div class="col-md-4">
<h1>Community</h1>
<h2>Blog</h2>
<h2>Twitch</h2>
<h2>Community</h2>
<h2>Gitter</h2>
<h2>Mailing List</h2>
<h2>Donate</h2>
<h2>Patreon</h2>
</div>
</div>
</div>--><!-- /container -->
<!--
<div class="container theme-showcase" role="main">
<p>
Copyright © 2017 Gesso
TODO: Insert footer with Copyright, Terms & Conditions, Privacy Policy, etc.
</p>
</div>
-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
</body>
</html>