This commit is contained in:
Bolero-MURAKAMI 2014-10-29 16:50:26 +09:00
parent a170a06f0f
commit 20bced1bd9
2 changed files with 118 additions and 100 deletions

11
assets/css/boleros.css Normal file
View file

@ -0,0 +1,11 @@
.boleros-body {
background-color: #16160E;
}
.boleros-offset {
margin-left: 40px;
margin-right: 40px;
}
.boleros-back {
background-color: #F3F3F3;
}

View file

@ -11,10 +11,11 @@
<meta name="Author" content="Bolero MURAKAMI" /> <meta name="Author" content="Bolero MURAKAMI" />
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<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.min.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap-responsive.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="./assets/bootstrap/css/bootstrap-theme.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="./assets/css/boleros.css" media="screen, projection" />
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script> <script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script> <script type="text/javascript" src="./assets/bootstrap/js/bootstrap.min.js"></script>
<style type="text/css"> <style type="text/css">
.sprout-header { .sprout-header {
@ -45,7 +46,7 @@
<!-- end Google Analytics --> <!-- end Google Analytics -->
</head> </head>
<body> <body class="boleros-body">
<!-- Fixed navbar --> <!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container"> <div class="container">
@ -71,114 +72,120 @@
</div> </div>
</div> </div>
<div class="container" style="padding-top: 10px; padding-bottom: 40px;" role="main"> <div class="container boleros-back" style="padding-top: 60px; padding-bottom: 40px;" role="main">
<div class="row container page-header sprout-header" style="padding-top: 40px; padding-bottom: 40px;"> <div class="row sprout-header" style="margin-top: -10px; padding-top: 60px; padding-bottom: 40px;">
<div class="col-md-12"> <div class="boleros-offset">
<h1>Sprout C++ Libraries</h1> <div class="col-md-12">
<p>C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p> <h1>Sprout C++ Libraries</h1>
<p>C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
<p>
<a href="./docs/index.html" class="btn btn-info btn-large"><span class="lead">Documentation &raquo;</span></a>
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank"><span class="lead">Repository (Github) &raquo;</span></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p> <p>
Und wenn du lange in einen constexpr blickst, blickt der constexpr auch in dich hinein.<br /> <a href="./docs/index.html" class="btn btn-info btn-large"><span class="lead">Documentation &raquo;</span></a>
<small>Certain philosopher</small> <a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank"><span class="lead">Repository (Github) &raquo;</span></a>
</p> </p>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-7">
<h2>Try now!</h2>
<p><a href="http://melpon.org/wandbox/" target="_blank">Wandbox</a> and <a href="http://sc.yutopp.net/" target="_blank">ProcGarden</a> are an online compiler that you can use the Sprout C++ Libraries.</p>
<p>Examples: <a href="http://melpon.org/wandbox/permlink/iRJUI6iRCgVyH6gy" target="_blank">Compile-time Inverse FizzBuzz</a> (on Wandbox), <a href="http://sc.yutopp.net/entries/5345deb143f75e31400000c4" target="_blank">Compile-time Tower of Hanoi</a> (on ProcGarden)</p>
<p>Enjoy it!</p>
</div>
<div class="col-md-5">
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
constexpr is Mandatory. Citizen, are you constexpr?<br />
<small>Certain computer</small>
</p>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
The sprout is a versatile vegetable.<br />
<small>@gaogao_9</small>
</p>
</blockquote>
</div>
</div> </div>
</div> </div>
</div> </div>
<h2>Materials</h2> <div class="boleros-offset">
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
Und wenn du lange in einen constexpr blickst, blickt der constexpr auch in dich hinein.<br />
<small>Certain philosopher</small>
</p>
</blockquote>
</div>
</div>
<h3>Blog</h3> <div class="row">
<ul> <div class="col-md-7">
<li> <h2>Try now!</h2>
<p><a href="http://d.hatena.ne.jp/boleros/20111205" target="_blank">Compile-time Ray tracing</a></p> <p><a href="http://melpon.org/wandbox/" target="_blank">Wandbox</a> and <a href="http://sc.yutopp.net/" target="_blank">ProcGarden</a> are an online compiler that you can use the Sprout C++ Libraries.</p>
</li> <p>Examples: <a href="http://melpon.org/wandbox/permlink/iRJUI6iRCgVyH6gy" target="_blank">Compile-time Inverse FizzBuzz</a> (on Wandbox), <a href="http://sc.yutopp.net/entries/5345deb143f75e31400000c4" target="_blank">Compile-time Tower of Hanoi</a> (on ProcGarden)</p>
<li> <p>Enjoy it!</p>
<p><a href="http://d.hatena.ne.jp/boleros/20121207/1354888090" target="_blank">Compile-time Synthesizer and Speech synthesis</a></p> </div>
</li>
</ul>
<h3>Slide</h3> <div class="col-md-5">
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-12">
<iframe src="http://www.slideshare.net/slideshow/embed_code/10458089" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-10458089" title="中3女子でもわかる constexpr" target="_blank">中3女子でもわかる constexpr</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div> <blockquote class="pull-right">
<p>
constexpr is Mandatory. Citizen, are you constexpr?<br />
<small>Certain computer</small>
</p>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
The sprout is a versatile vegetable.<br />
<small>@gaogao_9</small>
</p>
</blockquote>
</div>
</div>
</div>
</div> </div>
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/11509325" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-11509325" title="中3女子が狂える本当に気持ちのいい constexpr" target="_blank">中3女子が狂える本当に気持ちのいい constexpr</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/23355469" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-23355469" title="Constexpr 中3女子テクニック" target="_blank">Constexpr 中3女子テクニック</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/29223898" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-29223898" title="すごい constexpr たのしくレイトレ!" target="_blank">すごい constexpr たのしくレイトレ!</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/36402422" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/onstexprcpu" title="onstexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ" target="_blank">onstexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
</div>
<h3>Author</h3> <h2>Materials</h2>
<p>Bolero MURAKAMI <a href="mailto:contact-lib@boleros.x0.com">(E-Mail)</a></p>
<div class="row"> <h3>Blog</h3>
<div class="col-md-6"> <ul>
<table class="table"> <li>
<tbody> <p><a href="http://d.hatena.ne.jp/boleros/20111205" target="_blank">Compile-time Ray tracing</a></p>
<tr> </li>
<td><a href="https://twitter.com/bolero_MURAKAMI" target="_blank">Twitter</a></td> <li>
<td><a href="http://www.facebook.com/genya.murakami" target="_blank">Facebook</a></td> <p><a href="http://d.hatena.ne.jp/boleros/20121207/1354888090" target="_blank">Compile-time Synthesizer and Speech synthesis</a></p>
<td><a href="http://boleros.hateblo.jp/" target="_blank">Blog</a></td> </li>
<td><a href="https://github.com/bolero-MURAKAMI" target="_blank">Github</a></td> </ul>
<td><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">SlideShare</a></td>
</tr> <h3>Slide</h3>
</tbody> <div class="row">
</table> <div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/10458089" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-10458089" title="中3女子でもわかる constexpr" target="_blank">中3女子でもわかる constexpr</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/11509325" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-11509325" title="中3女子が狂える本当に気持ちのいい constexpr" target="_blank">中3女子が狂える本当に気持ちのいい constexpr</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/23355469" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-23355469" title="Constexpr 中3女子テクニック" target="_blank">Constexpr 中3女子テクニック</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/29223898" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/constexpr-29223898" title="すごい constexpr たのしくレイトレ!" target="_blank">すごい constexpr たのしくレイトレ!</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
<div class="col-md-4">
<iframe src="http://www.slideshare.net/slideshow/embed_code/36402422" width="360" height="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/GenyaMurakami/onstexprcpu" title="onstexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ" target="_blank">onstexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
</div>
</div>
<br />
<h3>Author</h3>
<p>Bolero MURAKAMI <a href="mailto:contact-lib@boleros.x0.com">(E-Mail)</a></p>
<div class="row">
<div class="col-md-6">
<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://boleros.hateblo.jp/" target="_blank">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="text-muted">Copyright (C) 2013-2014 Bolero MURAKAMI.</p>
</div> </div>
</div>
<div id="footer">
<p class="text-muted">Copyright (C) 2013-2014 Bolero MURAKAMI.</p>
</div> </div>
</div> </div>
</body> </body>