add bootstrap

This commit is contained in:
Bolero-MURAKAMI 2013-08-21 19:40:28 +09:00
parent f9472c5100
commit 224c3a179a
9 changed files with 9636 additions and 21 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

6167
assets/bootstrap/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

2280
assets/bootstrap/js/bootstrap.js vendored Normal file

File diff suppressed because it is too large Load diff

6
assets/bootstrap/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -9,28 +9,63 @@
<meta name="keywords" content="中3女子" />
<meta name="description" content="中3女子" />
<meta name="Author" content="Bolero MURAKAMI" />
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap.min.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap-responsive.css" media="screen, projection" />
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
</head>
<body>
<h1>Sprout C++ Libraries</h1>
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
<ul>
<li><p><a href="https://github.com/bolero-MURAKAMI/Sprout/" target="_blank">Project page</a></p></li>
<li><p><a href="./docs/index.html">Documents</a></p></li>
</ul>
<h2>Author</h2>
<p>Bolero MURAKAMI <a href="mailto:contact-lib@boleros.x0.com">(E-Mail)</a></p>
<ul>
<li>
<p>
<a href="https://twitter.com/bolero_MURAKAMI" target="_blank">Twitter</a> |
<a href="http://www.facebook.com/genya.murakami" target="_blank">Facebook</a> |
<a href="http://d.hatena.ne.jp/boleros/" target="_blank">Hatena (Blog)</a> |
<a href="https://github.com/bolero-MURAKAMI" target="_blank">Github</a> |
<a href="http://www.slideshare.net/GenyaMurakami" target="_blank">SlideShare</a>
</p>
</li>
</ul>
<p>Copyright (C) 2013 Bolero MURAKAMI.</p>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">Bolero's website</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="http://bolero-murakami.github.io/">Home</a></li>
<li class="active"><a href="#">Sprout C++ Libraries</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" style="padding-top: 60px; padding-bottom: 40px;">
<div class="hero-unit">
<h1>Sprout C++ Libraries</h1>
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
<div class="row">
<p>
<a href="./docs/index.html" class="btn btn-primary btn-large">Documentation &raquo;</a>
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank">Project page (Github) &raquo;</a>
</p>
</div>
</div>
<h3>Author</h3>
<p>Bolero MURAKAMI <a href="mailto:contact-lib@boleros.x0.com">(E-Mail)</a></p>
<div class="row">
<div class="span6">
<table class="table">
<tbody>
<tr>
<td><a href="https://twitter.com/bolero_MURAKAMI" target="_blank">Twitter</a></td>
<td><a href="http://www.facebook.com/genya.murakami" target="_blank">Facebook</a></td>
<td><a href="http://d.hatena.ne.jp/boleros/" target="_blank">Hatena (Blog)</a></td>
<td><a href="https://github.com/bolero-MURAKAMI" target="_blank">Github</a></td>
<td><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">SlideShare</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="footer">
<p class="muted credit">Copyright (C) 2013 Bolero MURAKAMI.</p>
</div>
</div>
</body>
</html>