mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
fix button
This commit is contained in:
parent
224c3a179a
commit
144ecf9847
1 changed files with 4 additions and 6 deletions
10
index.html
10
index.html
|
@ -38,12 +38,10 @@
|
||||||
<div class="hero-unit">
|
<div class="hero-unit">
|
||||||
<h1>Sprout C++ Libraries</h1>
|
<h1>Sprout C++ Libraries</h1>
|
||||||
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
||||||
<div class="row">
|
<p>
|
||||||
<p>
|
<a href="./docs/index.html" class="btn btn-primary btn-large">Documentation »</a>
|
||||||
<a href="./docs/index.html" class="btn btn-primary btn-large">Documentation »</a>
|
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank">Project page (Github) »</a>
|
||||||
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank">Project page (Github) »</a>
|
</p>
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Author</h3>
|
<h3>Author</h3>
|
||||||
|
|
Loading…
Reference in a new issue