mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
fix index
This commit is contained in:
parent
3403524711
commit
00ab75df41
1 changed files with 16 additions and 2 deletions
18
index.html
18
index.html
|
@ -15,8 +15,22 @@
|
|||
<h1>Sprout C++ Libraries</h1>
|
||||
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/bolero-MURAKAMI/Sprout/" target="_blank"><em>Github</em></a></li>
|
||||
<li><a href="./docs/index.html"><em>Documents</em></a></li>
|
||||
<li><p><a href="https://github.com/bolero-MURAKAMI/Sprout/" target="_blank"><em>Project page</em></a></p></li>
|
||||
<li><p><a href="./docs/index.html"><em>Documents</em></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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue