-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·36 lines (33 loc) · 1.3 KB
/
index.html
File metadata and controls
executable file
·36 lines (33 loc) · 1.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
<style>
.logo {
text-indent: -9999px;
display: block;
width: 184px;
height: 39px;
position: relative;
background: url(www.beansight.com/public/images/logo.png) no-repeat 0 0;
}
</style>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="container">
<h1 class="logo">Beansight</h1>
<p>
<a href="www.beansight.com/index.html">static web snapshot</a>
<br>
<a href="http://blog.beansight.com/">blog</a>, <a href="https://twitter.com/beansight">twitter</a>, <a href="https://www.facebook.com/Beansight/">facebook</a>
<br>
<a href="https://github.com/beansight">source code</a>
</p>
<p>
<h2>Screenshots</h2>
<img class="img-responsive" src="screenshots/home-nolog.png" />
<img class="img-responsive" src="screenshots/home.png" />
<img class="img-responsive" src="screenshots/prediction.png" />
<img class="img-responsive" src="screenshots/create.png" />
<img class="img-responsive" src="screenshots/expert.png" />
<img class="img-responsive" src="screenshots/community.png" />
<img class="img-responsive" src="screenshots/search.png" />
<img class="img-responsive" src="screenshots/contact.png" />
<img class="img-responsive" src="screenshots/faq.png" />
</p>
</div>