aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw3/myContacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'csci4131/hw3/myContacts.html')
-rw-r--r--csci4131/hw3/myContacts.html5
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>