mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
fix.
This commit is contained in:
parent
a170a06f0f
commit
20bced1bd9
2 changed files with 118 additions and 100 deletions
11
assets/css/boleros.css
Normal file
11
assets/css/boleros.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
.boleros-body {
|
||||
background-color: #16160E;
|
||||
}
|
||||
.boleros-offset {
|
||||
margin-left: 40px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
.boleros-back {
|
||||
background-color: #F3F3F3;
|
||||
}
|
19
index.html
19
index.html
|
@ -11,10 +11,11 @@
|
|||
<meta name="Author" content="Bolero MURAKAMI" />
|
||||
<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="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.min.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="./js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="./assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
.sprout-header {
|
||||
|
@ -45,7 +46,7 @@
|
|||
<!-- end Google Analytics -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="boleros-body">
|
||||
<!-- Fixed navbar -->
|
||||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
|
@ -71,8 +72,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container" style="padding-top: 10px; padding-bottom: 40px;" role="main">
|
||||
<div class="row container page-header sprout-header" style="padding-top: 40px; padding-bottom: 40px;">
|
||||
<div class="container boleros-back" style="padding-top: 60px; padding-bottom: 40px;" role="main">
|
||||
<div class="row sprout-header" style="margin-top: -10px; padding-top: 60px; padding-bottom: 40px;">
|
||||
<div class="boleros-offset">
|
||||
<div class="col-md-12">
|
||||
<h1>Sprout C++ Libraries</h1>
|
||||
<p>C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
||||
|
@ -83,7 +85,9 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="boleros-offset">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<blockquote class="pull-right">
|
||||
|
@ -160,6 +164,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<h3>Author</h3>
|
||||
<p>Bolero MURAKAMI <a href="mailto:contact-lib@boleros.x0.com">(E-Mail)</a></p>
|
||||
<div class="row">
|
||||
|
@ -181,5 +187,6 @@
|
|||
<p class="text-muted">Copyright (C) 2013-2014 Bolero MURAKAMI.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue