Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert 2 patch 2 #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions Survey.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions websitecss.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

12 changes: 12 additions & 0 deletions websitejs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
for(p = 0; p < 354985; p++) {
if (password== wordsList[p]){
securePass = false;
document.getElementById("badResults").innerHTML="That's quite the weak password. Maybe it should consider doing some layups?";
console.log("That's quite the weak password. Maybe it should consider doing some layups?");

}
}
if (securePass==true) {
document.getElementById("results").innerHTML="What a great password! You're good to go.";
console.log ("What a great password! You're good to go.");
}
9 changes: 9 additions & 0 deletions welcomepage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>

<h1>Welcome to Vellum</h1>
<p>A website that recommmends boks based on the answers to a survey you n wil complete..</p>

</body>
</html>