adding site files

This commit is contained in:
osheas1atwit
2022-12-15 17:37:04 -05:00
parent a5d489a5f7
commit 3ed9555370
31 changed files with 1752 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
<!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>