diff options
author | Matthew Strapp <msattr@gmail.com> | 2021-02-23 15:54:25 -0600 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2021-02-23 15:54:25 -0600 |
commit | a0e5d4e22036dba5dd972e67b4b2ff9feeeca590 (patch) | |
tree | 35e11133e3b3ccf587b87c593f8b06536e48fc67 /csci4131/hw3/myContacts.html | |
parent | hw3 (diff) | |
download | homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.tar homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.tar.gz homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.tar.bz2 homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.tar.lz homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.tar.xz homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.tar.zst homework-a0e5d4e22036dba5dd972e67b4b2ff9feeeca590.zip |
work homework work
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw3/myContacts.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csci4131/hw3/myContacts.html b/csci4131/hw3/myContacts.html index 5a4169c..79b66ad 100644 --- a/csci4131/hw3/myContacts.html +++ b/csci4131/hw3/myContacts.html @@ -72,9 +72,10 @@ </tr> </table> <div class="large"> - <img id="bigboi" src="gophers-mascot.png" alt="Goldy Gopher"><br> + <img id="bigboi" src="gophers-mascot.png" alt="Goldy Gopher" class="isRotating"><br> <button id="luck" onclick="lucky()">Feeling Lucky</button> - </div><br> + <button id="spin" onclick="dizzy()" >Feeling Dizzy</button> + </div><br><br> <div id="map"></div> <div id="search"></div> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAHA_O_rW2n6AAb9lvwOQ3wO36rtstdc90&libraries=places&callback=initMap" async defer></script> |