ktyl.dev/src/root/gallery.html

62 lines
1.5 KiB
HTML
Raw Normal View History

2021-09-13 00:06:53 +01:00
<!doctype html>
<html>
#include header.html
<body>
2021-12-16 20:38:26 +00:00
<title>ktyl ~ gallery</title>
2021-11-30 00:32:21 +00:00
<div class="sidebar">
2021-11-30 00:32:21 +00:00
#include titlestart.html
/gallery
#include titleend.html
#include sidebarlinks.html
</div>
2021-09-13 00:06:53 +01:00
2021-11-30 00:07:11 +00:00
<div class="page portfolio">
2021-12-01 01:38:46 +00:00
<h1>ray tracing</h1>
<p>optics are beautiful, fascinating and fun to code</p>
2021-11-30 00:32:21 +00:00
<div class="wrapper">
<img src="oglc.png"></img>
<img src="relativity.png"></img>
<img src="doppler.png"></img>
2021-12-01 01:38:46 +00:00
<img src="greenshift.png"></img>
2021-11-30 00:32:21 +00:00
<img src="skeinring.png"></img>
2021-12-01 01:38:46 +00:00
<!--<img src="dof2.png"></img>-->
<img src="dof.png"></img>
<img src="cloudsteroid.png"></img>
<img src="rti1w.png"></img>
</div>
<h1>games</h1>
<p>a credit in each, but not each my own</p>
<div class="wrapper">
<img src="ecollapse.png"></img>
<img src="squingle.png"></img>
2021-11-30 00:32:21 +00:00
<img src="revival.png"></img>
<img src="lsd.png"></img>
2021-12-01 01:38:46 +00:00
<img src="stopnt.png"></img>
<img src="erf.png"></img>
<img src="gitch.png"></img>
<img src="membrain.png"></img>
<img src="myah.png"></img>
</div>
<h1>abstract</h1>
<p>sometimes it just happens</p>
<div class="wrapper">
<img src="relanoise.png"></img>
<img src="spacetime.png"></img>
<img src="broadsideofthesun.png"></img>
<img src="hohmann.png"></img>
<img src="inevitable.png"></img>
2021-11-30 00:32:21 +00:00
</div>
2021-11-30 00:07:11 +00:00
</div>
#include planets.html
#include footer.html
2021-11-30 00:32:21 +00:00
2021-09-13 00:06:53 +01:00
</body>
</html>