From e0c8f7188481f2f2dfd8038242c402ba95c1c9d8 Mon Sep 17 00:00:00 2001 From: Frank DeMarco Date: Wed, 19 Dec 2018 17:32:09 -0500 Subject: [PATCH] clement --- resource/scores | 5 ++--- serial/serial2/serial2.ino | 13 ++++++------- www/index.php | 6 +++++- www/style.css | 17 +++++++++++++++++ 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/resource/scores b/resource/scores index d25ae8f..a92d9c1 100644 --- a/resource/scores +++ b/resource/scores @@ -15,6 +15,5 @@ 171204 256769 312561 -137266 -125811 -127948 +173960 +237842 diff --git a/serial/serial2/serial2.ino b/serial/serial2/serial2.ino index 33db329..5194040 100644 --- a/serial/serial2/serial2.ino +++ b/serial/serial2/serial2.ino @@ -49,17 +49,16 @@ bool testConnection(int A, int B) { void loop() { if (testConnection(0, 1)) { - Serial.println("0011"); + Serial.println("0011"); } else if (testConnection(0, 2)) { - Serial.println("0101"); + Serial.println("0101"); } else if (testConnection(0, 3)) { - Serial.println("1001"); + Serial.println("1001"); } else if (testConnection(1, 2)) { - Serial.println("0110"); + Serial.println("0110"); } else if (testConnection(1, 3)) { - Serial.println("1010"); + Serial.println("1010"); } else if (testConnection(2, 3)) { - Serial.println("1100"); + Serial.println("1100"); } } - diff --git a/www/index.php b/www/index.php index 894060a..b84465c 100644 --- a/www/index.php +++ b/www/index.php @@ -27,6 +27,7 @@ to Tony Hawk? @diskmem @snakesandrews + @ClementShimizu
We have the technology to put you on a board which is a @@ -53,7 +54,10 @@ to Tony Hawk?
-
+
+
diff --git a/www/style.css b/www/style.css index bd7ce0c..fb06d02 100644 --- a/www/style.css +++ b/www/style.css @@ -94,6 +94,11 @@ div#detail a#blake top: 95px; } +div#detail a#clement +{ + top: 110px; +} + div#detail2 { font-family: NotCourierSans; @@ -161,3 +166,15 @@ div#boarding img border: 8px solid black; width: 200px; } + +div#video +{ + text-align: center; + margin-top: 50px; +} + +div#video iframe +{ + border: 8px solid black; + border-radius: 30px; +}