-
Notifications
You must be signed in to change notification settings - Fork 574
Expand file tree
/
Copy pathHomeView.html
More file actions
38 lines (29 loc) · 1.78 KB
/
HomeView.html
File metadata and controls
38 lines (29 loc) · 1.78 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
<div class="home-hero">
<h1>Welcome to Node Cellar</h1>
<h3>A sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB</h3>
<br/>
<div style="opacity: .9;">
<a class="btn btn-large" href="#wines"><img src="img/wine.png" class="pull-left" style="margin-right:6px;"/> Start Browsing<br/>Node Cellar</a>
<a class="btn btn-large" href="#">
<img src="img/github.png" class="pull-left" style="margin-right:6px"/> View Project<br>on GitHub</a>
</div>
</div>
<div class="bs-docs-social">
<div class="container">
<ul class="bs-docs-social-buttons">
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=ccoenraets&repo=nodecellar&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</li>
<li>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=ccoenraets&repo=nodecellar&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
</li>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<li class="follow-btn">
<a href="https://twitter.com/ccoenraets" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @ccoenraets</a>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://coenraets.org:3000" data-count="horizontal" data-via="ccoenraets">Tweet</a>
</li>
</ul>
</div>
</div>