-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (55 loc) · 3.48 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
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<title>Supervillain - 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"> Supervillain
<small>(0.0.3)</small>
</h1>
<p class="lead">A theme for <a href="http://www.getbootstrap.com/">Bootstrap 3</a> by <b>William Ghelfi</b></p>
<div class="list-group">
<a class="list-group-item" href="https://github.com/trumbitta/bootstrap-theme-supervillain">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 bootstrap-theme-supervillain#master</pre>
</div>
</div>
<div class='panel panel-default text-left'>
<div class="panel-heading"><h3>README</h3></div>
<div class="panel-body">
<h1>Supervillain Theme for Bootstrap 3</h1>
<p>Supervillain is a theme for Bootstrap 3 built with <a href="https://github.com/divshot/themestrap">Themestrap</a>
.
It's based on Thomas Park's Superhero from Bootswatch version 2.</p>
<p>Currently a work in progress.<br>I will update the version number to 1.0.0 when I'm fine with the theme and I'll have fixed any TODO currently known to me.</p>
<h2>Quick install</h2>
<pre><code>bower install bootstrap-theme-supervillain</code></pre>
<h2>Credits and Acknowledgements</h2>
<p><a href="https://github.com/thomaspark">Thomas Park</a> for <a href="http://bootswatch.com/">Bootswatch</a> and <a href="http://bootswatch.com/2/superhero/">Superhero</a>.</p>
<h2>Copyright and license</h2>
<p>Supervillain: Copyright 2013 <a href="www.williamghelfi.com">William Ghelfi</a> - @trumbitta on GitHub - under <a href="LICENSE">the Apache 2.0 license</a>.</p>
<p>Themestrap: Copyright 2013 Divshot, Inc. under <a href="LICENSE">the Apache 2.0 license</a>.</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>