aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/hw2
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-05-24 11:18:46 -0500
committerMatt Strapp <matt@mattstrapp.net>2022-05-24 11:19:55 -0500
commit7a73162607544204032aa66cce755daf21edebda (patch)
tree58578e01f15f34a855d99c32898db9d7a1603e67 /OLD/csci4131/hw2
parentdo some stuff (diff)
downloadhomework-7a73162607544204032aa66cce755daf21edebda.tar
homework-7a73162607544204032aa66cce755daf21edebda.tar.gz
homework-7a73162607544204032aa66cce755daf21edebda.tar.bz2
homework-7a73162607544204032aa66cce755daf21edebda.tar.lz
homework-7a73162607544204032aa66cce755daf21edebda.tar.xz
homework-7a73162607544204032aa66cce755daf21edebda.tar.zst
homework-7a73162607544204032aa66cce755daf21edebda.zip
Graduate
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'OLD/csci4131/hw2')
-rw-r--r--OLD/csci4131/hw2/strap012/MyForm.html50
-rw-r--r--OLD/csci4131/hw2/strap012/carlson.jpgbin39588 -> 0 bytes
-rw-r--r--OLD/csci4131/hw2/strap012/gophers-mascot.pngbin82836 -> 0 bytes
-rw-r--r--OLD/csci4131/hw2/strap012/johnston.jpgbin47355 -> 0 bytes
-rw-r--r--OLD/csci4131/hw2/strap012/morrill.jpgbin48670 -> 0 bytes
-rw-r--r--OLD/csci4131/hw2/strap012/myContacts.html86
-rw-r--r--OLD/csci4131/hw2/strap012/myWidgets.html148
-rw-r--r--OLD/csci4131/hw2/strap012/passwordcheck.css60
-rw-r--r--OLD/csci4131/hw2/strap012/passwordcheck.js42
-rw-r--r--OLD/csci4131/hw2/strap012/shepherd.jpgbin675244 -> 0 bytes
-rw-r--r--OLD/csci4131/hw2/strap012/snyder.jpgbin45356 -> 0 bytes
-rw-r--r--OLD/csci4131/hw2/strap012/style.css61
-rw-r--r--OLD/csci4131/hw2/strap012/walter.jpgbin150800 -> 0 bytes
13 files changed, 0 insertions, 447 deletions
diff --git a/OLD/csci4131/hw2/strap012/MyForm.html b/OLD/csci4131/hw2/strap012/MyForm.html
deleted file mode 100644
index 261d8df..0000000
--- a/OLD/csci4131/hw2/strap012/MyForm.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-
-<head>
- <meta charset="utf-8">
- <title>There is no form</title>
- <link rel="stylesheet" href="style.css">
-</head>
-<body>
- <nav>
- <table>
- <tr>
- <td class="linkTable"><a href="./myWidgets.html">myWidgets</a></td>
- <td class="linkTable"><a href="./myContacts.html">myContacts</a></td>
- <td class="linkTable"><a href="./MyForm.html">MyForm</a></td>
- </tr>
- </table>
- </nav><br>
- <h2>Simple Form</h2>
- <form action="http://www-users.cselabs.umn.edu/~joh13266/echo.php/" method="post">
- <p class="Form">
- <label>Name:
- <input name="name" pattern="[A-za-z0-9]+" required title="Contact's name must be alphanumeric." type="text" size="25" maxlength="30" id="name"><br><br>
- </label>
- <label>Category:
- <select name="category" required id="category" size=3>
- <option value="Personal">Personal</option>
- <option value="Academic">Academic</option>
- <option value="Industry">Industry</option>
- </select><br><br>
- </label>
- <label>Location:
- <input name="location" required type="text" size="25" maxlength="250" id="location"><br><br>
- </label>
- <label>Contact Information:
- <input name="contact" required size="25" maxlength="250" id="contact"><br><br>
- </label>
- <label>Email:
- <input name="email" required Type="email" size="25" maxlength="30" id="email"><br><br>
- </label>
- <label> URL
- <input name="website" required Type="url" size="25" maxlength="30" id="website"><br>
- </label>
- </p>
- <p>
- <input type="submit" value="Submit">
- <input type="reset" value="Clear">
- </p>
- </form>
-</body>
diff --git a/OLD/csci4131/hw2/strap012/carlson.jpg b/OLD/csci4131/hw2/strap012/carlson.jpg
deleted file mode 100644
index d82c37c..0000000
--- a/OLD/csci4131/hw2/strap012/carlson.jpg
+++ /dev/null
Binary files differ
diff --git a/OLD/csci4131/hw2/strap012/gophers-mascot.png b/OLD/csci4131/hw2/strap012/gophers-mascot.png
deleted file mode 100644
index 44e62fa..0000000
--- a/OLD/csci4131/hw2/strap012/gophers-mascot.png
+++ /dev/null
Binary files differ
diff --git a/OLD/csci4131/hw2/strap012/johnston.jpg b/OLD/csci4131/hw2/strap012/johnston.jpg
deleted file mode 100644
index b8b7f68..0000000
--- a/OLD/csci4131/hw2/strap012/johnston.jpg
+++ /dev/null
Binary files differ
diff --git a/OLD/csci4131/hw2/strap012/morrill.jpg b/OLD/csci4131/hw2/strap012/morrill.jpg
deleted file mode 100644
index 144d458..0000000
--- a/OLD/csci4131/hw2/strap012/morrill.jpg
+++ /dev/null
Binary files differ
diff --git a/OLD/csci4131/hw2/strap012/myContacts.html b/OLD/csci4131/hw2/strap012/myContacts.html
deleted file mode 100644
index c1d9f34..0000000
--- a/OLD/csci4131/hw2/strap012/myContacts.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-
-<head>
- <title>My Contacts</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="twitter:dnt" content="on">
- <link rel="stylesheet" href="style.css">
- <script>
- function change(big, small, row) {
- document.getElementById("bigboi").src = big;
- document.getElementById("smol" + row).src = small;
- }
- </script>
-</head>
-
-<body>
- <nav>
- <table>
- <tr class="linkTable">
- <td class="linkTable"><a href="./myWidgets.html">myWidgets</a></td>
- <td class="linkTable"><a href="./myContacts.html">myContacts</a></td>
- <td class="linkTable"><a href="./MyForm.html">MyForm</a></td>
- </tr>
- </table>
- </nav>
- <br>
- <h1>University Contacts</h1>
- <table>
- <tr>
- <th>Name</th>
- <th>Category</th>
- <th>Location</th>
- <th>Information</th>
- <th>Email</th>
- <th>URL</th>
- </tr>
- <tr onmouseover="change('morrill.jpg', 'morrill.jpg', 0)" onmouseout="change('morrill.jpg', 'data:,', 0)">
- <td>Joan Gabel</td>
- <td>Industry</td>
- <td>100 Church Street SE<br> 202 Morrill Hall<br> Minneapolis MN 55455</td>
- <td>President of the University of Minnesota<br><img class="smol" id="smol0" src="data:," alt></td>
- <td><a href="mailto:upres@umn.edu">upres@umn.edu</a></td>
- <td><a href="https://president.umn.edu/">Home Page</a></td>
- </tr>
- <tr onmouseover="change('walter.jpg', 'walter.jpg', 1)" onmouseout="change('walter.jpg', 'data:,', 1)">
- <td>Mostafa Kaveh</td>
- <td>Industry</td>
- <td>117 Pleasant St SE<br> 105 Walter Library<br> Minneapolis MN 55455</td>
- <td>Dean of the College of Science and Engineering<br><img class="smol" id="smol1" src="data:," alt></td>
- <td><a href="mailto:mos@umn.edu">mos@umn.edu</a></td>
- <td><a href="https://cse.umn.edu/college/office-dean">Home Page</a></td>
- </tr>
- <tr onmouseover="change('johnston.jpg', 'johnston.jpg', 2)" onmouseout="change('johnston.jpg', 'data:,', 2)">
- <td>John Coleman</td>
- <td>Industry</td>
- <td>101 Pleasant Street SE<br> 215 Johnston Hall<br> Minneapolis MN 55455</td>
- <td>Dean of the College of Liberal Arts<br><img class="smol" id="smol2" src="data:," alt></td>
- <td><a href="mailto:coleman@umn.edu">coleman@umn.edu</a></td>
- <td><a href="https://cla.umn.edu/units/dean">Home Page</a></td>
- </tr>
- <tr onmouseover="change('snyder.jpg', 'snyder.jpg', 3)" onmouseout="change('snyder.jpg', 'data:,', 3)">
- <td>Valery Forbes</td>
- <td>Industry</td>
- <td>1475 Gortner Avenue<br> 123 Snyder Hall<br> St. Paul MN 55108</td>
- <td>Dean of the College of Biological Sciences<br><img class="smol" id="smol3" src="data:," alt></td>
- <td><a href="mailto:cbsdeans@umn.edu">cbsdeans@umn.edu</a></td>
- <td><a href="https://cbs.umn.edu/about/college-leadership">Home Page</a></td>
- </tr>
- <tr onmouseover="change('carlson.jpg', 'carlson.jpg', 4)" onmouseout="change('carlson.jpg', 'data:,', 4)">
- <td>Sri Zaheer</td>
- <td>Industry</td>
- <td>321 19th Avenue S<br> Suite 4-300 Carlson School of Management<br> Minneapolis MN 55455</td>
- <td>Dean of the Carlson School of Management<br><img class="smol" id="smol4" src="data:," alt></td>
- <td><a href="mailto:szaheer@umn.edu">szaheer@umn.edu</a></td>
- <td><a href="https://carlsonschool.umn.edu/about-us/leadership-team">Home Page</a></td>
- </tr>
- </table>
- <div>
- <img id="bigboi" src="gophers-mascot.png" alt="Goldy Gopher">
- </div>
-
-</body>
-
-</html>
diff --git a/OLD/csci4131/hw2/strap012/myWidgets.html b/OLD/csci4131/hw2/strap012/myWidgets.html
deleted file mode 100644
index 79fc15e..0000000
--- a/OLD/csci4131/hw2/strap012/myWidgets.html
+++ /dev/null
@@ -1,148 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
- <head>
- <title>My Widgets</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="twitter:dnt" content="on">
- <link rel="stylesheet" href="style.css">
- </head>
-
- <body>
- <nav>
- <table>
- <tr>
- <td class="linkTable"><a href="./myWidgets.html">myWidgets</a></td>
- <td class="linkTable"><a href="./myContacts.html">myContacts</a></td>
- <td class="linkTable"><a href="./MyForm.html">MyForm</a></td>
- </tr>
- </table>
- </nav>
- <br><br>
- <div class="grid">
- <div class="griditem" id="grid0">
- <iframe width="500" height="350" src="https://www.youtube.com/embed/videoseries?list=PLkNVwyLvX_TFBLHCvApmvafqqQUHb6JwF" allow="utoplay; encrypted-media" allowfullscreen></iframe>
- </div>
- <div class="griditem" id="grid1">
- <a class="twitter-timeline" data-lang="en" data-width="300" data-height="400" data-dnt="true" data-theme="light"
- href="https://twitter.com/elonmusk?ref_src=twsrc%5Etfw">Tweets by elonmusk</a>
- <script async src="https://platform.twitter.com/widgets.js"></script>
- </div>
- <div class="griditem" id="grid2">
- <blockquote class="instagram-media" data-instgrm-captioned
- data-instgrm-permalink="https://www.instagram.com/p/BsOGulcndj-/?utm_source=ig_embed&amp;utm_campaign=loading"
- data-instgrm-version="13"
- style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);">
- <div style="padding:16px;"> <a
- href="https://www.instagram.com/p/BsOGulcndj-/?utm_source=ig_embed&amp;utm_campaign=loading"
- style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;"
- target="_blank">
- <div style=" display: flex; flex-direction: row; align-items: center;">
- <div
- style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;">
- </div>
- <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;">
- <div
- style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;">
- </div>
- <div
- style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;">
- </div>
- </div>
- </div>
- <div style="padding: 19% 0;"></div>
- <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px"
- viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink">
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g transform="translate(-511.000000, -20.000000)" fill="#000000">
- <g>
- <path
- d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631">
- </path>
- </g>
- </g>
- </g>
- </svg></div>
- <div style="padding-top: 8px;">
- <div
- style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:600; line-height:18px;">
- View this post on Instagram</div>
- </div>
- <div style="padding: 12.5% 0;"></div>
- <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;">
- <div>
- <div
- style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);">
- </div>
- <div
- style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;">
- </div>
- <div
- style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);">
- </div>
- </div>
- <div style="margin-left: 8px;">
- <div
- style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;">
- </div>
- <div
- style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)">
- </div>
- </div>
- <div style="margin-left: auto;">
- <div
- style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);">
- </div>
- <div
- style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);">
- </div>
- <div
- style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);">
- </div>
- </div>
- </div>
- <div
- style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;">
- <div
- style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;">
- </div>
- <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;">
- </div>
- </div>
- </a>
- <p
- style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">
- <a href="https://www.instagram.com/p/BsOGulcndj-/?utm_source=ig_embed&amp;utm_campaign=loading"
- style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;"
- target="_blank">A post shared by Eugene | #EggGang (@world_record_egg)</a>
- </p>
- </div>
- </blockquote>
- <script async src="https://www.instagram.com/embed.js"></script>
- </div>
- <div class="griditem">
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet'
- type='text/css'>
- <link rel="stylesheet" href="passwordcheck.css" /><!-- Include Your CSS file here-->
- <script src="passwordcheck.js" defer></script><!-- Include Your js file here-->
- <div id="container">
- <div id="header">
- <h2 class="password">Password Strength Checking with Javascript</h2>
- <hr>
- </div>
- <div id="content">
- <form id="register">
- <label for="password"><b>Password : </b></label>
- <input name="password" id="password" type="password"
- placeholder="Type Your Password here" oninput="checkStrength()" />
- <span id="result"></span>
- </form>
- </div>
- </div>
- </div>
- </div>
-
-
- </body>
-</html>
diff --git a/OLD/csci4131/hw2/strap012/passwordcheck.css b/OLD/csci4131/hw2/strap012/passwordcheck.css
deleted file mode 100644
index beceb1c..0000000
--- a/OLD/csci4131/hw2/strap012/passwordcheck.css
+++ /dev/null
@@ -1,60 +0,0 @@
-#password{
- margin: 0;
- padding: 0;
- font-family: 'Raleway', sans-serif;
- font-size: 15px;
- line-height: 1.5;
-}
-#container {
- width: 535px;
- background: #ffffff;
- padding: 20px;
- margin: 90px auto;
- border-radius: 5px;
- height: 150px;
- border: 2px solid gray;
-}
-#header {
- text-align: center;
- background-color: #FEFFED;
- border-radius: 5px;
- margin: -39px -20px 10px -20px;
-}
-.password{
- padding-top: 10px;
-}
-#content {
- margin-left: 57px;
- margin-top: 40px;
-}
-#register label{
- margin-right:5px;
-}
-#register input {
- padding: 5px 14px;
- border: 1px solid #d5d9da;
- box-shadow: 0 0 9px #0E34F5 inset;
- width: 272px;
- font-size: 1em;
- height: 25px;
-}
-#register .short{
- font-weight:bold;
- color:#FF0000;
- font-size:larger;
-}
-#register .weak{
- font-weight:bold;
- color:orange;
- font-size:larger;
-}
-#register .good{
- font-weight:bold;
- color:#2D98F3;
- font-size:larger;
-}
-#register .strong{
- font-weight:bold;
- color: limegreen;
- font-size:larger;
-}
diff --git a/OLD/csci4131/hw2/strap012/passwordcheck.js b/OLD/csci4131/hw2/strap012/passwordcheck.js
deleted file mode 100644
index 97a2918..0000000
--- a/OLD/csci4131/hw2/strap012/passwordcheck.js
+++ /dev/null
@@ -1,42 +0,0 @@
-var input;
-var result = document.querySelector("span");
-window.addEventListener('DOMContentLoaded', (event) => {
- input = document.getElementsByName("password")[0];
-});
-function checkStrength() {
- var password = input.value;
- var strength = 0;
- if (password.length < 6) {
- result.removeAttribute("class");
- result.classList.add('short');
- result.innerHTML = "Too short";
- return;
- }
- if (password.length > 7) { strength += 1;}
- // If password contains both lower and uppercase characters, increase strength value.
- if (password.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/)) { strength += 1;}
- // If it has numbers and characters, increase strength value.
- if (password.match(/([a-zA-Z])/) && password.match(/([0-9])/)) { strength += 1;}
- // If it has one special character, increase strength value.
- if (password.match(/([!,%,&,@,#,$,^,*,?,_,~])/)) { strength += 1;}
- // If it has two special characters, increase strength value.
- if (password.match(/(.*[!,%,&,@,#,$,^,*,?,_,~].*[!,%,&,@,#,$,^,*,?,_,~])/)) { strength += 1;}
- // Calculated strength value, we can return messages
- // If value is less than 2
- if (strength < 2) {
- result.removeAttribute("class");
- result.classList.add('weak');
- result.innerHTML = 'Weak';
- return;
- } else if (strength == 2) {
- result.removeAttribute("class");
- result.classList.add('good');
- result.innerHTML = 'Good';
- return;
- } else {
- result.removeAttribute("class");
- result.classList.add('strong');
- result.innerHTML = 'Strong';
- return;
- }
-}
diff --git a/OLD/csci4131/hw2/strap012/shepherd.jpg b/OLD/csci4131/hw2/strap012/shepherd.jpg
deleted file mode 100644
index d1262f8..0000000
--- a/OLD/csci4131/hw2/strap012/shepherd.jpg
+++ /dev/null
Binary files differ
diff --git a/OLD/csci4131/hw2/strap012/snyder.jpg b/OLD/csci4131/hw2/strap012/snyder.jpg
deleted file mode 100644
index 4531a58..0000000
--- a/OLD/csci4131/hw2/strap012/snyder.jpg
+++ /dev/null
Binary files differ
diff --git a/OLD/csci4131/hw2/strap012/style.css b/OLD/csci4131/hw2/strap012/style.css
deleted file mode 100644
index 1f03947..0000000
--- a/OLD/csci4131/hw2/strap012/style.css
+++ /dev/null
@@ -1,61 +0,0 @@
-body {
- background-color:antiquewhite;
-}
-
-.linkTable {
- border: 1px solid black;
- margin-left: 20px;
- background-color: white;
- border-collapse: separate;
-}
-
-.smol {
- max-height: 100%;
- width: 6em;
-}
-
-#bigboi {
- float: right;
- height: auto;
- max-width: 28%;
-}
-
-.Form {
- background-color: whitesmoke;
- padding-left: 5%;
- max-width: 15%;
-}
-
-.grid {
- align-content: center;
- display: inline-grid;
- grid-template-columns: 40% 40%;
- grid-template-rows: 30%;
- gap: .1em 10%;
-}
-
-.griditem {
- padding: 10%;
-}
-
-table, th, td {
- max-width: 90%;
- overflow-x:auto;
- border: 1px solid black;
- border-collapse: collapse;
-}
-table {
- float:left;
- max-width: 70%;
-}
-tr:nth-child(even) {
- background-color:blanchedalmond;
-}
-tr:nth-child(odd) {
- background-color: burlywood;
-}
-iframe {
- border: 0px;
-}
-
-
diff --git a/OLD/csci4131/hw2/strap012/walter.jpg b/OLD/csci4131/hw2/strap012/walter.jpg
deleted file mode 100644
index 37d0d56..0000000
--- a/OLD/csci4131/hw2/strap012/walter.jpg
+++ /dev/null
Binary files differ