45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<style>
|
|
div.main { top: 5%; left: 0; width: 99%; height: 95%; position: absolute; display: table-column; }
|
|
p { display: table-rows; vertical-align: middle; text-align: center; }
|
|
a { color: black; }
|
|
div.sticky { position: fixed; top: 0; z-index: 1; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="sticky">
|
|
<a href="../../index.html" style="font-size: 12px; text-decoration: none;">HOME</a>
|
|
-
|
|
<a href="../../projects.html" style="font-size: 12px; text-decoration: none;">back</a>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<p>
|
|
<br><br><br>- boards i've made in their various states -<br><br><br>
|
|
|
|
<img src="photos/firstboard.jpg" width="30%" /><br><br>
|
|
<img src="photos/firstboard2.png" width="30%" /><br><br>
|
|
<img src="photos/firstboard3.jpg" width="30%" /><br><br>
|
|
<img src="photos/gunny1back.jpg" width="30%" /><br><br>
|
|
<img src="photos/anthony.png" width="30%" /><br><br>
|
|
<img src="photos/duncan.png" width="70%" /><br><br>
|
|
<img src="photos/gunny2.jpg" width="70%" /><br><br>
|
|
<img src="photos/harrison.png" width="70%" /><br><br>
|
|
|
|
<br><br><br>- obstacles i've made -<br><br><br><br><br>
|
|
|
|
<img src="photos/pad w rail.jpg" width="60%" /><br>
|
|
manny pad + rail<br><br>
|
|
<img src="photos/halfpipe half.png" width="40%" /><br><br>
|
|
<img src="photos/halfpipe.png" width="60%" /><br><br>
|
|
quarterpipe<br><br>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |