diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..69be307 Binary files /dev/null and b/.DS_Store differ diff --git a/ProjectDay2/.DS_Store b/ProjectDay2/.DS_Store new file mode 100644 index 0000000..939ce1a Binary files /dev/null and b/ProjectDay2/.DS_Store differ diff --git a/ProjectDay2/exercise 3/.DS_Store b/ProjectDay2/exercise 3/.DS_Store new file mode 100644 index 0000000..9787d30 Binary files /dev/null and b/ProjectDay2/exercise 3/.DS_Store differ diff --git a/ProjectDay2/exercise 3/Formexercise.html b/ProjectDay2/exercise 3/Formexercise.html new file mode 100644 index 0000000..4c4b66d --- /dev/null +++ b/ProjectDay2/exercise 3/Formexercise.html @@ -0,0 +1,61 @@ + + + + This is a form to be created + + + + + +

+ Please Fill this form out completely +

+
+ + +
+ + +
+ + +

+ +
+
+ + diff --git a/ProjectDay2/exercise1/.DS_Store b/ProjectDay2/exercise1/.DS_Store new file mode 100644 index 0000000..bf0e49c Binary files /dev/null and b/ProjectDay2/exercise1/.DS_Store differ diff --git a/ProjectDay2/exercise1/Hello World.html b/ProjectDay2/exercise1/Hello World.html new file mode 100644 index 0000000..06803d9 --- /dev/null +++ b/ProjectDay2/exercise1/Hello World.html @@ -0,0 +1,11 @@ + + + + Hello World + + + +

Hello World

+

This is a new exercise!!

+ + diff --git a/ProjectDay2/exercise2/.DS_Store b/ProjectDay2/exercise2/.DS_Store new file mode 100644 index 0000000..4c92ff1 Binary files /dev/null and b/ProjectDay2/exercise2/.DS_Store differ diff --git a/ProjectDay2/exercise2/Contact.html b/ProjectDay2/exercise2/Contact.html new file mode 100644 index 0000000..422143d --- /dev/null +++ b/ProjectDay2/exercise2/Contact.html @@ -0,0 +1,52 @@ + + + Random Users + + + +
+

This is the discription of the Contacts

+
    +
  1. + John +
  2. +

    Works as a Scientist at NASA. He is in charge of making sure the space station stays in orbit. +

    +
  3. + James +
  4. +

    Work as a security guard at NASA. He doesn't make a lot of money and complains that he need to work + more overtime to make his mortgage. +

    +
  5. + Jordon +
  6. +

    Jordan work as the CEO at NASA. He makes so much money that he can buy whatever he wants to buy. + He owns a large house with maids to clean his house. +

    +
  7. + Joseph +
  8. +

    Joseph is Jordan's boss, so he tells Jordan what he needs to do. He is liked by everyone and make + sure everyone is comfortable. +

    +
  9. + Jerry +
  10. +

    Jerry just surfs all day and has nothing to do. His parents are rich and makes sure he has + everything he wants. +

    +

    + Index +

    +

    + Site +

    +

    + About +

    +
+
+ + diff --git a/ProjectDay2/exercise2/Site.html b/ProjectDay2/exercise2/Site.html new file mode 100644 index 0000000..6b019f9 --- /dev/null +++ b/ProjectDay2/exercise2/Site.html @@ -0,0 +1,24 @@ + + + + This is the Navigation Page. + + + + + + diff --git a/ProjectDay2/exercise2/about.html b/ProjectDay2/exercise2/about.html new file mode 100644 index 0000000..bc242a5 --- /dev/null +++ b/ProjectDay2/exercise2/about.html @@ -0,0 +1,26 @@ + + + + About this Page + + + +
+

+

This page is a summary of what is inside this site. The index page describe a + little bit about the sun. Our sun brings us life and is not the only one out there. + There is also a contact page of some people that works at NASA. +

+

+

+ Index +

+

+ Contact +

+

+ Site +

+
+ + diff --git a/ProjectDay2/exercise2/index.html b/ProjectDay2/exercise2/index.html new file mode 100644 index 0000000..f81fb90 --- /dev/null +++ b/ProjectDay2/exercise2/index.html @@ -0,0 +1,28 @@ + + + + Random Paragraphs + + + + +
+

+ This is just a random paragraph that has nothing to do with anything. The sun is so + hot that it can melt anything, but the sun is not the only one out there. There are + are also stars out there that are even hotter than our sun. Our sun is consider small + compare to other suns. There is the blue giant that is so much bigger than our sun that + it makes our sun look like venus compare to it. +

+

+ Site +

+

+ Contact +

+

+ About +

+
+ + diff --git a/exercises/readme.md b/exercises/readme.md index f19debf..8047f19 100644 --- a/exercises/readme.md +++ b/exercises/readme.md @@ -41,4 +41,7 @@ about commiting the changes and finally push them into your forked repository. When the `GET` is already working create a new branch that will change to a `POST` method, this branch should be also push to the forked repository, finally discuss the differences between both methods, using the readme file of this exercise. + +

GET: request the data

+

POST: Push the data