This commit is contained in:
Frank DeMarco 2018-09-09 03:56:48 -04:00
parent efc623376d
commit 458c36afe8
12 changed files with 20 additions and 13 deletions

5
README Normal file
View File

@ -0,0 +1,5 @@
Requires pyserial (https://pypi.org/project/pyserial/)
If you have Python Package Installer, you can run
pip install pyserial

@ -1 +1 @@
Subproject commit 2077dabde65be3bbbc165bba8d349ca2d2f9a9c6
Subproject commit 41b4df6326afbad64aa5dc00ac5d3dc854e8096f

View File

@ -8,9 +8,10 @@
5999999
5999999
5999999
293967
283074
333829
185016
162629
209208
178557
242121
236951
234102
171204
256769
312561

Binary file not shown.

BIN
www/Boarding_0_thumb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
www/Boarding_1_thumb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
www/Boarding_2_thumb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
www/Boarding_3_thumb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -13,8 +13,11 @@
So you think you can skateboard, but can you <i>scrape</i>board, you slime bag?
</div>
<div id="boarding">
<a href="www/Boarding_1.gif"><img src="www/Boarding_1.gif" width="250" /></a>
<a href="www/Boarding_0.gif"><img src="www/Boarding_0.gif" width="250" /></a>
<a href="www/Boarding_1_thumb.gif"><img src="www/Boarding_1.gif" width="250" /></a>
<a href="www/Boarding_0_thumb.gif"><img src="www/Boarding_0.gif" width="250" /></a>
<a href="www/Multiplay-Closing_Flan_thumb.gif"><img src="www/Multiplay_Closing-Flan.gif" width="250" /></a>
<a href="www/Boarding_2_thumb.gif"><img src="www/Boarding_2.gif" width="250" /></a>
<a href="www/Boarding_3_thumb.gif"><img src="www/Boarding_3.gif" width="250" /></a>
</div>
<div id="blob">
<div id="detail">
@ -51,8 +54,6 @@
</div>
</div>
<div id="boarding">
<a href="www/Boarding_2.gif"><img src="www/Boarding_2.gif" width="250" /></a>
<a href="www/Boarding_3.gif"><img src="www/Boarding_3.gif" width="250" /></a>
</div>
</body>
</html>

View File

@ -157,7 +157,7 @@ div#boarding
div#boarding img
{
border-radius: 30px;
margin: 40px 20px;
margin: 40px 5px;
border: 8px solid black;
width: 400px;
width: 200px;
}