mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
add ray-tracing image
This commit is contained in:
parent
ed7fdc0459
commit
8bc3c20873
2 changed files with 15 additions and 1 deletions
BIN
assets/images/two_spheres.png
Normal file
BIN
assets/images/two_spheres.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 353 KiB |
16
index.html
16
index.html
|
@ -16,6 +16,21 @@
|
||||||
<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="./js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
.hero-unit {
|
||||||
|
background: url(./assets/images/two_spheres.png) repeat 0 0;
|
||||||
|
background-position: 0 70%, center;
|
||||||
|
}
|
||||||
|
.hero-unit h1 {
|
||||||
|
color: white;
|
||||||
|
text-shadow: 1px 1px 2px black;
|
||||||
|
}
|
||||||
|
.hero-unit p {
|
||||||
|
color: white;
|
||||||
|
text-shadow: 1px 1px 2px black;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
|
@ -86,7 +101,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Materials</h2>
|
<h2>Materials</h2>
|
||||||
<p>(Japanese)</p>
|
|
||||||
|
|
||||||
<h3>Blog</h3>
|
<h3>Blog</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue