-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
56 lines (45 loc) · 2.65 KB
/
index.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
<!doctype html>
<html>
<head>
<title>Lobes - for MusicBrainz - A Bootstrap 3 Theme</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="dist/css/bootstrap.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container text-center">
<div class="row">
<div class="col-lg-6 col-lg-offset-3">
<h1 class="page-header"> Lobes - for MusicBrainz
<small>(0.0.1)</small>
</h1>
<p class="lead">A theme for <a href="http://www.getbootstrap.com/">Bootstrap 3</a> by <b>{Monkey.Do}</b></p>
<div class="list-group">
<a class="list-group-item" href="https://github.com/divshot/themestrap">View on GitHub</a>
<a class="list-group-item" href="examples/kitchen-sink.html">View "Kitchen Sink" Example</a>
</div>
<div class='panel panel-default text-left'>
<div class="panel-heading"><h3>Quick Install</h3></div>
<div class="panel-body">
<p>Download the <a href="dist/css/bootstrap.css" download>bootstrap.css</a> or <a href="dist/css/bootstrap.min.css" download>bootstrap.min.css</a> files or install using Bower:</p>
<pre>bower install https://github.com/MonkeyDo/lobes#master</pre>
</div>
</div>
<div class='panel panel-default text-left'>
<div class="panel-heading"><h3>README</h3></div>
<div class="panel-body">
<h1 id="lobes">Lobes</h1>
<p><strong>Lobes</strong> is a Bootstrap 3+ theme developed by <strong>{Monkey.Do}</strong> for <strong>MusicBrainz</strong></p>
</div>
</div>
<footer>
<p><a href="https://twitter.com/share" class="twitter-share-button" data-via="divshot" data-size="large">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
<p class="text-muted" style="margin-top: 100px;"><small>A <a href="https://github.com/divshot/themestrap" target="_blank">Themestrap</a> theme. Copyright © 2013 Divshot, Inc. Some rights reserved.</small></p>
</footer>
</div>
</div>
</div>
</body>
</html>