diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/beach.jpg b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/beach.jpg new file mode 100644 index 0000000..1f2f66a Binary files /dev/null and b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/beach.jpg differ diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/black.png b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/black.png new file mode 100644 index 0000000..704b61f Binary files /dev/null and b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/black.png differ diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/castle.jpg b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/castle.jpg new file mode 100644 index 0000000..a1416ed Binary files /dev/null and b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/castle.jpg differ diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/dojo.jpg b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/dojo.jpg new file mode 100644 index 0000000..6dc1874 Binary files /dev/null and b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/dojo.jpg differ diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/green.jpeg b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/green.jpeg new file mode 100644 index 0000000..8182505 Binary files /dev/null and b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/green.jpeg differ diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/group.html b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/group.html new file mode 100644 index 0000000..68b34cf --- /dev/null +++ b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/group.html @@ -0,0 +1,108 @@ + + + + + + Battleground + + + + + +
+
+ + + +
+
+
+

Select Arena

+ + + + +
+
+

Select Players

+

Player 1

+ + + +

Player 2

+ + + + +
+
+ +
+ + + diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/gstyle.css b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/gstyle.css new file mode 100644 index 0000000..394deb1 --- /dev/null +++ b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/gstyle.css @@ -0,0 +1,60 @@ +*{ + margin: 0px; + padding: 0px; +} +#wrapper{ + margin: 0px auto; + height: 1000px; + background-color: black; +} +#middle{ + width: 350px; + height: 700px; + margin-top: 150px; + vertical-align: top; + display: inline-block; +} +#inner{ + width: 200px; + height: 150px; + padding: 30px 20px; + background-color: grey; + border-radius: 10px; + display: inline-block; +} +#inner button{ + margin-top: 30px; +} +a{ + vertical-align: baseline; +} +#inner2{ + width: 200px; + height: 150px; + padding: 30px 20px; + display: none; + list-style: none; + background-color: grey; + border-radius: 10px; +} +ul{ + list-style:none; +} +#left{ + width: 500px; + height: 700px; + vertical-align: top; + display: inline-block; +} +#left img{ + display:none; +} +#right img{ + display:none; +} +#right{ + width: 500px; + height: 700px; + vertical-align: top; + display: inline-block; +} diff --git a/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/yellow.jpeg b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/yellow.jpeg new file mode 100644 index 0000000..5ff4e95 Binary files /dev/null and b/John_Lee/1-Group Projects/#1- jQuery 1.31.2017/yellow.jpeg differ diff --git a/John_Lee/API and Ajax/GoT/Game of Thrones.html b/John_Lee/API and Ajax/GoT/Game of Thrones.html new file mode 100644 index 0000000..df91042 --- /dev/null +++ b/John_Lee/API and Ajax/GoT/Game of Thrones.html @@ -0,0 +1,66 @@ + + + + + Game of Thrones + + + + + + +
+ baratheon + targaryen + lannister + stark +
+
+
+ + diff --git a/John_Lee/API and Ajax/GoT/baratheon.png b/John_Lee/API and Ajax/GoT/baratheon.png new file mode 100644 index 0000000..345e562 Binary files /dev/null and b/John_Lee/API and Ajax/GoT/baratheon.png differ diff --git a/John_Lee/API and Ajax/GoT/lannister.jpg b/John_Lee/API and Ajax/GoT/lannister.jpg new file mode 100644 index 0000000..e3a0358 Binary files /dev/null and b/John_Lee/API and Ajax/GoT/lannister.jpg differ diff --git a/John_Lee/API and Ajax/GoT/stark.jpg b/John_Lee/API and Ajax/GoT/stark.jpg new file mode 100644 index 0000000..c5ab0b7 Binary files /dev/null and b/John_Lee/API and Ajax/GoT/stark.jpg differ diff --git a/John_Lee/API and Ajax/GoT/targaryen.jpg b/John_Lee/API and Ajax/GoT/targaryen.jpg new file mode 100644 index 0000000..97b7d5f Binary files /dev/null and b/John_Lee/API and Ajax/GoT/targaryen.jpg differ diff --git a/John_Lee/API and Ajax/Pokedex/What Pokemon.html b/John_Lee/API and Ajax/Pokedex/What Pokemon.html new file mode 100644 index 0000000..c61918b --- /dev/null +++ b/John_Lee/API and Ajax/Pokedex/What Pokemon.html @@ -0,0 +1,205 @@ + + + + + Pokemon + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + diff --git a/John_Lee/API and Ajax/Pokedex/pokestyle.css b/John_Lee/API and Ajax/Pokedex/pokestyle.css new file mode 100644 index 0000000..5f95c5d --- /dev/null +++ b/John_Lee/API and Ajax/Pokedex/pokestyle.css @@ -0,0 +1,25 @@ +*{ +margin:0px; +padding:0px; +} +#wrapper{ + width: 1500px; + display:inline-block; +} +#picture{ + width: 600px; + display:inline-block; + vertical-align: top; +} +#right{ + width: 300px; + height: 700px; + display:inline-block; + vertical-align: top; +} +#pokedex{ + width: 200px; + height: 300px; + padding: 30px 0px 0px 30px; + border: solid 10px red; +} diff --git a/John_Lee/API and Ajax/Pokemon.html b/John_Lee/API and Ajax/Pokemon.html new file mode 100644 index 0000000..6bbd004 --- /dev/null +++ b/John_Lee/API and Ajax/Pokemon.html @@ -0,0 +1,162 @@ + + + + + Pokemon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/John_Lee/API and Ajax/Weather App.html b/John_Lee/API and Ajax/Weather App.html new file mode 100644 index 0000000..dcb569b --- /dev/null +++ b/John_Lee/API and Ajax/Weather App.html @@ -0,0 +1,34 @@ + + + + + Weather App + + + + + +
+ + + +
+ + + diff --git a/John_Lee/JS/Advanced jQuery/users.html b/John_Lee/Advanced jQuery/Adding Users/users.html similarity index 100% rename from John_Lee/JS/Advanced jQuery/users.html rename to John_Lee/Advanced jQuery/Adding Users/users.html diff --git a/John_Lee/JS/Advanced jQuery/ustyle.css b/John_Lee/Advanced jQuery/Adding Users/ustyle.css similarity index 100% rename from John_Lee/JS/Advanced jQuery/ustyle.css rename to John_Lee/Advanced jQuery/Adding Users/ustyle.css diff --git a/John_Lee/Advanced jQuery/Contact Information/ccstyle.css b/John_Lee/Advanced jQuery/Contact Information/ccstyle.css new file mode 100644 index 0000000..1ebb470 --- /dev/null +++ b/John_Lee/Advanced jQuery/Contact Information/ccstyle.css @@ -0,0 +1,34 @@ +*{ +margin: 0px; +padding: 0px; +} +#wrapper{ + width: 900px; + height: 700px; +} +#left{ + display:inline-block; + vertical-align: top; + margin: 30px 0px 0px 30px; + width: 400px; + height: 600px; +} +#left input{ + margin: 20px 0px; +} +#right{ + display:inline-block; + vertical-align: top; + width: 300px; + height: 600px; +} +#right div{ + width:300px; + height:200px; + border: solid 1px; + margin: 10px 0px; +} +h3 +{ + display: none; +} diff --git a/John_Lee/Advanced jQuery/Contact Information/contact.html b/John_Lee/Advanced jQuery/Contact Information/contact.html new file mode 100644 index 0000000..d6e2347 --- /dev/null +++ b/John_Lee/Advanced jQuery/Contact Information/contact.html @@ -0,0 +1,50 @@ + + + + + Contact Cards + + + + + + +
+ +
+
+

First Name:

+

Last Name:

+

Description:

+
+ +
+ + + +
+ + + diff --git a/John_Lee/JS/Advanced jQuery/colorclicker.html b/John_Lee/Advanced jQuery/colorclicker.html similarity index 100% rename from John_Lee/JS/Advanced jQuery/colorclicker.html rename to John_Lee/Advanced jQuery/colorclicker.html diff --git a/John_Lee/Databases/database-companies.jpg b/John_Lee/CSS/Databases/database-companies.jpg similarity index 100% rename from John_Lee/Databases/database-companies.jpg rename to John_Lee/CSS/Databases/database-companies.jpg diff --git a/John_Lee/Databases/database-name.jpg b/John_Lee/CSS/Databases/database-name.jpg similarity index 100% rename from John_Lee/Databases/database-name.jpg rename to John_Lee/CSS/Databases/database-name.jpg diff --git a/John_Lee/Databases/database-search.jpg b/John_Lee/CSS/Databases/database-search.jpg similarity index 100% rename from John_Lee/Databases/database-search.jpg rename to John_Lee/CSS/Databases/database-search.jpg diff --git a/John_Lee/Databases/database.jpg b/John_Lee/CSS/Databases/database.jpg similarity index 100% rename from John_Lee/Databases/database.jpg rename to John_Lee/CSS/Databases/database.jpg diff --git a/John_Lee/Databases/databases.html b/John_Lee/CSS/Databases/databases.html similarity index 100% rename from John_Lee/Databases/databases.html rename to John_Lee/CSS/Databases/databases.html diff --git a/John_Lee/Databases/dbinteraction.png b/John_Lee/CSS/Databases/dbinteraction.png similarity index 100% rename from John_Lee/Databases/dbinteraction.png rename to John_Lee/CSS/Databases/dbinteraction.png diff --git a/John_Lee/Databases/dbstyle.css b/John_Lee/CSS/Databases/dbstyle.css similarity index 100% rename from John_Lee/Databases/dbstyle.css rename to John_Lee/CSS/Databases/dbstyle.css diff --git a/John_Lee/Databases/harddrive.jpg b/John_Lee/CSS/Databases/harddrive.jpg similarity index 100% rename from John_Lee/Databases/harddrive.jpg rename to John_Lee/CSS/Databases/harddrive.jpg diff --git a/John_Lee/Databases/icon.png b/John_Lee/CSS/Databases/icon.png similarity index 100% rename from John_Lee/Databases/icon.png rename to John_Lee/CSS/Databases/icon.png diff --git a/John_Lee/Databases/mysql-logo.jpg b/John_Lee/CSS/Databases/mysql-logo.jpg similarity index 100% rename from John_Lee/Databases/mysql-logo.jpg rename to John_Lee/CSS/Databases/mysql-logo.jpg diff --git a/John_Lee/JavaScriptBasics/Javabasics.html b/John_Lee/CSS/JavaScriptBasics/Javabasics.html similarity index 100% rename from John_Lee/JavaScriptBasics/Javabasics.html rename to John_Lee/CSS/JavaScriptBasics/Javabasics.html diff --git a/John_Lee/JavaScriptBasics/jbstyles.css b/John_Lee/CSS/JavaScriptBasics/jbstyles.css similarity index 100% rename from John_Lee/JavaScriptBasics/jbstyles.css rename to John_Lee/CSS/JavaScriptBasics/jbstyles.css diff --git a/John_Lee/Plotting Your Blocks/BLocks.html b/John_Lee/CSS/Plotting Your Blocks/BLocks.html similarity index 100% rename from John_Lee/Plotting Your Blocks/BLocks.html rename to John_Lee/CSS/Plotting Your Blocks/BLocks.html diff --git a/John_Lee/Plotting Your Blocks/style.css b/John_Lee/CSS/Plotting Your Blocks/style.css similarity index 100% rename from John_Lee/Plotting Your Blocks/style.css rename to John_Lee/CSS/Plotting Your Blocks/style.css diff --git a/John_Lee/Python/pystyle.css b/John_Lee/CSS/Python/pystyle.css similarity index 100% rename from John_Lee/Python/pystyle.css rename to John_Lee/CSS/Python/pystyle.css diff --git a/John_Lee/Python/python.html b/John_Lee/CSS/Python/python.html similarity index 100% rename from John_Lee/Python/python.html rename to John_Lee/CSS/Python/python.html diff --git a/John_Lee/Python/python.png b/John_Lee/CSS/Python/python.png similarity index 100% rename from John_Lee/Python/python.png rename to John_Lee/CSS/Python/python.png diff --git a/John_Lee/The Internet/Internet.html b/John_Lee/CSS/The Internet/Internet.html similarity index 100% rename from John_Lee/The Internet/Internet.html rename to John_Lee/CSS/The Internet/Internet.html diff --git a/John_Lee/The Internet/ad_background.png b/John_Lee/CSS/The Internet/ad_background.png similarity index 100% rename from John_Lee/The Internet/ad_background.png rename to John_Lee/CSS/The Internet/ad_background.png diff --git a/John_Lee/The Internet/client_server.jpg b/John_Lee/CSS/The Internet/client_server.jpg similarity index 100% rename from John_Lee/The Internet/client_server.jpg rename to John_Lee/CSS/The Internet/client_server.jpg diff --git a/John_Lee/The Internet/globe.png b/John_Lee/CSS/The Internet/globe.png similarity index 100% rename from John_Lee/The Internet/globe.png rename to John_Lee/CSS/The Internet/globe.png diff --git a/John_Lee/The Internet/home.png b/John_Lee/CSS/The Internet/home.png similarity index 100% rename from John_Lee/The Internet/home.png rename to John_Lee/CSS/The Internet/home.png diff --git a/John_Lee/The Internet/html.png b/John_Lee/CSS/The Internet/html.png similarity index 100% rename from John_Lee/The Internet/html.png rename to John_Lee/CSS/The Internet/html.png diff --git a/John_Lee/The Internet/itstyle.css b/John_Lee/CSS/The Internet/itstyle.css similarity index 100% rename from John_Lee/The Internet/itstyle.css rename to John_Lee/CSS/The Internet/itstyle.css diff --git a/John_Lee/The Internet/ninja.png b/John_Lee/CSS/The Internet/ninja.png similarity index 100% rename from John_Lee/The Internet/ninja.png rename to John_Lee/CSS/The Internet/ninja.png diff --git a/John_Lee/The Internet/phone.png b/John_Lee/CSS/The Internet/phone.png similarity index 100% rename from John_Lee/The Internet/phone.png rename to John_Lee/CSS/The Internet/phone.png diff --git a/John_Lee/JS/Debugging-jQuery b/John_Lee/JavaScript/Debugging-jQuery similarity index 100% rename from John_Lee/JS/Debugging-jQuery rename to John_Lee/JavaScript/Debugging-jQuery diff --git a/John_Lee/JS/Declare.js b/John_Lee/JavaScript/Declare.js similarity index 100% rename from John_Lee/JS/Declare.js rename to John_Lee/JavaScript/Declare.js diff --git a/John_Lee/JS/billion.js b/John_Lee/JavaScript/billion.js similarity index 100% rename from John_Lee/JS/billion.js rename to John_Lee/JavaScript/billion.js diff --git a/John_Lee/JS/fancy.js b/John_Lee/JavaScript/fancy.js similarity index 100% rename from John_Lee/JS/fancy.js rename to John_Lee/JavaScript/fancy.js diff --git a/John_Lee/JS/numbers.js b/John_Lee/JavaScript/numbers.js similarity index 100% rename from John_Lee/JS/numbers.js rename to John_Lee/JavaScript/numbers.js diff --git a/John_Lee/JS/random.js b/John_Lee/JavaScript/random.js similarity index 100% rename from John_Lee/JS/random.js rename to John_Lee/JavaScript/random.js diff --git a/John_Lee/JS/range.js b/John_Lee/JavaScript/range.js similarity index 100% rename from John_Lee/JS/range.js rename to John_Lee/JavaScript/range.js diff --git a/John_Lee/JS/students.js b/John_Lee/JavaScript/students.js similarity index 100% rename from John_Lee/JS/students.js rename to John_Lee/JavaScript/students.js diff --git a/John_Lee/JS/time.js b/John_Lee/JavaScript/time.js similarity index 100% rename from John_Lee/JS/time.js rename to John_Lee/JavaScript/time.js diff --git a/John_Lee/JS/wait.js b/John_Lee/JavaScript/wait.js similarity index 100% rename from John_Lee/JS/wait.js rename to John_Lee/JavaScript/wait.js diff --git a/John_Lee/DojoAssignemntRepo.txt b/John_Lee/Other/DojoAssignemntRepo.txt similarity index 100% rename from John_Lee/DojoAssignemntRepo.txt rename to John_Lee/Other/DojoAssignemntRepo.txt diff --git a/John_Lee/Learning to commit.txt b/John_Lee/Other/Learning to commit.txt similarity index 100% rename from John_Lee/Learning to commit.txt rename to John_Lee/Other/Learning to commit.txt diff --git a/John_Lee/assignments.txt b/John_Lee/Other/assignments.txt similarity index 100% rename from John_Lee/assignments.txt rename to John_Lee/Other/assignments.txt diff --git a/John_Lee/commands.txt b/John_Lee/Other/commands.txt similarity index 100% rename from John_Lee/commands.txt rename to John_Lee/Other/commands.txt diff --git a/John_Lee/delete_me.text b/John_Lee/delete_me.text deleted file mode 100644 index e69de29..0000000