aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw3
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-02-26 17:22:49 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-02-26 17:22:49 -0600
commita7a2c5216530e1c16146be5c840f8baf0cfd01ba (patch)
tree9244872856116bbe0c05468a24a5bd5735581059 /csci4131/hw3
parentfinish (diff)
downloadhomework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.tar
homework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.tar.gz
homework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.tar.bz2
homework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.tar.lz
homework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.tar.xz
homework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.tar.zst
homework-a7a2c5216530e1c16146be5c840f8baf0cfd01ba.zip
e
Diffstat (limited to 'csci4131/hw3')
-rw-r--r--csci4131/hw3/strap012/MyForm.html (renamed from csci4131/hw3/MyForm.html)0
-rw-r--r--csci4131/hw3/strap012/Untitled.png (renamed from csci4131/hw3/Untitled.png)bin91 -> 91 bytes
-rw-r--r--csci4131/hw3/strap012/carlson.jpg (renamed from csci4131/hw3/carlson.jpg)bin39588 -> 39588 bytes
-rw-r--r--csci4131/hw3/strap012/contacts.js (renamed from csci4131/hw3/contacts.js)0
-rw-r--r--csci4131/hw3/strap012/gophers-mascot.png (renamed from csci4131/hw3/gophers-mascot.png)bin82836 -> 82836 bytes
-rw-r--r--csci4131/hw3/strap012/johnston.jpg (renamed from csci4131/hw3/johnston.jpg)bin47355 -> 47355 bytes
-rw-r--r--csci4131/hw3/strap012/morrill.jpg (renamed from csci4131/hw3/morrill.jpg)bin48670 -> 48670 bytes
-rw-r--r--csci4131/hw3/strap012/myContacts.html (renamed from csci4131/hw3/myContacts.html)2
-rw-r--r--csci4131/hw3/strap012/myWidgets.html (renamed from csci4131/hw3/myWidgets.html)0
-rw-r--r--csci4131/hw3/strap012/passwordcheck.css (renamed from csci4131/hw3/passwordcheck.css)0
-rw-r--r--csci4131/hw3/strap012/passwordcheck.js (renamed from csci4131/hw3/passwordcheck.js)0
-rw-r--r--csci4131/hw3/strap012/shepherd.jpg (renamed from csci4131/hw3/shepherd.jpg)bin675244 -> 675244 bytes
-rw-r--r--csci4131/hw3/strap012/snyder.jpg (renamed from csci4131/hw3/snyder.jpg)bin45356 -> 45356 bytes
-rw-r--r--csci4131/hw3/strap012/style.css (renamed from csci4131/hw3/style.css)2
-rw-r--r--csci4131/hw3/strap012/walter.jpg (renamed from csci4131/hw3/walter.jpg)bin150800 -> 150800 bytes
15 files changed, 2 insertions, 2 deletions
diff --git a/csci4131/hw3/MyForm.html b/csci4131/hw3/strap012/MyForm.html
index 4e2760d..4e2760d 100644
--- a/csci4131/hw3/MyForm.html
+++ b/csci4131/hw3/strap012/MyForm.html
diff --git a/csci4131/hw3/Untitled.png b/csci4131/hw3/strap012/Untitled.png
index 92a4aa1..92a4aa1 100644
--- a/csci4131/hw3/Untitled.png
+++ b/csci4131/hw3/strap012/Untitled.png
Binary files differ
diff --git a/csci4131/hw3/carlson.jpg b/csci4131/hw3/strap012/carlson.jpg
index d82c37c..d82c37c 100644
--- a/csci4131/hw3/carlson.jpg
+++ b/csci4131/hw3/strap012/carlson.jpg
Binary files differ
diff --git a/csci4131/hw3/contacts.js b/csci4131/hw3/strap012/contacts.js
index 8518ef6..8518ef6 100644
--- a/csci4131/hw3/contacts.js
+++ b/csci4131/hw3/strap012/contacts.js
diff --git a/csci4131/hw3/gophers-mascot.png b/csci4131/hw3/strap012/gophers-mascot.png
index 44e62fa..44e62fa 100644
--- a/csci4131/hw3/gophers-mascot.png
+++ b/csci4131/hw3/strap012/gophers-mascot.png
Binary files differ
diff --git a/csci4131/hw3/johnston.jpg b/csci4131/hw3/strap012/johnston.jpg
index b8b7f68..b8b7f68 100644
--- a/csci4131/hw3/johnston.jpg
+++ b/csci4131/hw3/strap012/johnston.jpg
Binary files differ
diff --git a/csci4131/hw3/morrill.jpg b/csci4131/hw3/strap012/morrill.jpg
index 144d458..144d458 100644
--- a/csci4131/hw3/morrill.jpg
+++ b/csci4131/hw3/strap012/morrill.jpg
Binary files differ
diff --git a/csci4131/hw3/myContacts.html b/csci4131/hw3/strap012/myContacts.html
index 3eae9db..6e9293d 100644
--- a/csci4131/hw3/myContacts.html
+++ b/csci4131/hw3/strap012/myContacts.html
@@ -93,7 +93,7 @@
in <input type="text" id="distance" name="distance" minlength="1"> meters
<button onclick="searchPlaces()">Search</button>
</div>
- <div id="transit" class="inputBox">
+ <div id="tranport" class="inputBox">
Directions to <br>
<input type="text" id="destination" name="destination"><br>
<label id="means">by </label>
diff --git a/csci4131/hw3/myWidgets.html b/csci4131/hw3/strap012/myWidgets.html
index 79fc15e..79fc15e 100644
--- a/csci4131/hw3/myWidgets.html
+++ b/csci4131/hw3/strap012/myWidgets.html
diff --git a/csci4131/hw3/passwordcheck.css b/csci4131/hw3/strap012/passwordcheck.css
index beceb1c..beceb1c 100644
--- a/csci4131/hw3/passwordcheck.css
+++ b/csci4131/hw3/strap012/passwordcheck.css
diff --git a/csci4131/hw3/passwordcheck.js b/csci4131/hw3/strap012/passwordcheck.js
index 97a2918..97a2918 100644
--- a/csci4131/hw3/passwordcheck.js
+++ b/csci4131/hw3/strap012/passwordcheck.js
diff --git a/csci4131/hw3/shepherd.jpg b/csci4131/hw3/strap012/shepherd.jpg
index d1262f8..d1262f8 100644
--- a/csci4131/hw3/shepherd.jpg
+++ b/csci4131/hw3/strap012/shepherd.jpg
Binary files differ
diff --git a/csci4131/hw3/snyder.jpg b/csci4131/hw3/strap012/snyder.jpg
index 4531a58..4531a58 100644
--- a/csci4131/hw3/snyder.jpg
+++ b/csci4131/hw3/strap012/snyder.jpg
Binary files differ
diff --git a/csci4131/hw3/style.css b/csci4131/hw3/strap012/style.css
index 3ab6b95..9f28572 100644
--- a/csci4131/hw3/style.css
+++ b/csci4131/hw3/strap012/style.css
@@ -97,7 +97,7 @@ tr:nth-child(odd) {
float: left;
background-color: whitesmoke;
padding-left: 5%;
- max-width: 15%;
+ max-width: 25%;
}
/* Widgets */
.grid {
diff --git a/csci4131/hw3/walter.jpg b/csci4131/hw3/strap012/walter.jpg
index 37d0d56..37d0d56 100644
--- a/csci4131/hw3/walter.jpg
+++ b/csci4131/hw3/strap012/walter.jpg
Binary files differ