diff --git a/index.html b/index.html
deleted file mode 100644
index aec217a..0000000
--- a/index.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
- Document
-
-
-
-
-
-
-
- | Full Name |
- Favourite Artist |
- State of Origin |
- Number of Siblings |
- Gender |
-
-
-
-
-
- | Adewumi Adeyemo |
- Angelique Kidjo |
- Oyo |
- 8 |
- Male |
-
-
-
- | Gabriel Kayode |
- Asa |
- Oyo |
- 5 |
- Male |
-
-
-
- | Efosa Odia |
- Sinach |
- Edo |
- 3 |
- Male |
-
-
-
- | Akintunde Alabi |
- Vic O |
- Osun |
- 2 |
- Male |
-
-
-
- | Emmanuel Oderemi |
- Johnny Drille |
- Ogun |
- 3 |
- Male |
-
-
-
- | Olamiji Badmos |
- Simi |
- Oyo |
- 4 |
- Female |
-
-
-
- | Kareem Johnbelieve |
- Alec Benjamin |
- Kogi state |
- 3 |
- Male |
-
-
-
- | Matthew Omolewa |
- Ron Kenoly |
- Ekiti |
- 3 |
- Male |
-
-
-
- | Adebayo Seun |
- Wizkid |
- Oyo state |
- 3 |
- Male |
-
-
- Tahiru Tajudin Abdullahi |
- idris |
- kogi |
- 7 |
- Male |
-
-
-
- | Badmus Adeshina |
- Falz |
- Lagos state |
- 3 |
- Male |
-
-
-
- | Olufolahan Tubi |
- Brayn Adams |
- Oyo State |
- 1 |
- Male |
-
-
-
- | Ndibe Chinonso |
- Lil Wayne |
- Imo State |
- 3 |
- Male |
-
-
-
- | Oru Chukwuemeka.E |
- Davido |
- Abia State |
- 6 |
- male |
-
-
-
-
-
-
-
diff --git a/part_one.html b/part_one.html
new file mode 100644
index 0000000..e10ea83
--- /dev/null
+++ b/part_one.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+ Assignment - Part One
+
+
+
+ This is your first HTML page!
+ Seems like things are going pretty well so far
+ let's add a recipe for some delicious chocolate chip cookies
+
+ We're going to borrow a nice picture from General Mills
+
+ Here is what the recipe calls for:
+
+
Ingredients (probably not right...)
+
+ - 6 Eggs
+ - 2 Cups of flour
+ - 2 Tablespoons of vanilla extract
+ - 2 Teaspoons of baking powder
+ - 1 Cup of sugar
+
+
+
+
Instructions (may or may not be correct)
+
+ - Add eggs, flour and vanilla extract and mix
+ - Combine with sugar and baking powder and stir
+ - Eat half the cookie batter because it is delicious
+ - Take the rest of the cookie batter and make cookies
+ - Bake at 350 for 25 minutes
+ - Enjoy!
+
+
+
+
+
+
\ No newline at end of file
diff --git a/part_three.html b/part_three.html
new file mode 100644
index 0000000..8342183
--- /dev/null
+++ b/part_three.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+ Assignment - Part Three
+
+
+ Welcome Back!
+
+
Here's a great video from Youtube
+
+
+
+
Here's some music from spotify
+
+
+
+
Want to stay informed? Put your info here
+
+
+
+
Total savings for the first quarter of the year 2021
+
+
+ | Month |
+ Savings |
+
+
+ | January |
+ $100 |
+
+
+ | February |
+ $80 |
+
+
+ | March |
+ $180 |
+
+
+ | Sum: $360 |
+
+
+
+
+
\ No newline at end of file
diff --git a/part_two.html b/part_two.html
new file mode 100644
index 0000000..5ca932c
--- /dev/null
+++ b/part_two.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+ Assignment - Part Two
+
+
+
+
+
+ Here is the main section of our page - it consists of a new articles
+
+ Article 1 - 1995 was a pretty crazy year for programming languages!
+ Don't believe me? Just check this table out:
+
+
+ | Language |
+ Designed By |
+ First Appeared |
+
+
+ | C++ |
+ Bjarne Stroustrup |
+ 1983 |
+
+
+ | Python |
+ Guido van Rossum |
+ 1991 |
+
+
+ | Ruby |
+ Yukihiro Matsumoto ("Matz") |
+ 1995 |
+
+
+ | JavaScript |
+ Brendan Eich |
+ 1995 |
+
+
+ | Java |
+ James Gosling |
+ 1995 |
+
+
+ | PHP |
+ Rasmus Lerdorf |
+ 1995 |
+
+
+
+
+ Article 2 - Coming soon...
+ Contact us!
+ General Information
+
+
+
+
+
+
\ No newline at end of file
diff --git a/styles.css b/styles.css
deleted file mode 100644
index 98fd805..0000000
--- a/styles.css
+++ /dev/null
@@ -1,81 +0,0 @@
-body {
- font-family: "Roboto", sans-serif;
-}
-.table {
- width: 100%;
- border-spacing: 0;
- text-align: left;
-}
-.table th {
- font-weight: 300;
- font-size: 16px;
- color: #fff;
- line-height: 26px;
- padding: 18px 30px;
-}
-.table thead tr {
- background: #2b2d32;
-}
-.table td {
- padding: 30px 30px 31px;
- font-weight: 300;
- font-size: 16px;
- color: black-2;
- line-height: 26px;
- text-transform: uppercase;
-}
-.table tbody tr:nth-child(odd) {
- background: $white;
-}
-.table tbody tr:nth-child(even) {
- background: $f8fbfc;
-}
-.table__wrapper {
- padding-top: 40px;
-}
-.btn {
- display: inline-block;
- font-weight: 700;
- font-size: 15px;
- line-height: 25px;
- text-transform: uppercase;
- width: 170px;
- text-align: center;
- padding: 10px;
- border-radius: 3px;
- transition: background 0.3s ease;
- text-decoration: none;
-}
-.btn:hover {
- color: $white;
-}
-.btn__male {
- color: #2DE1FC;
- border: 2px solid #2DE1FC;
-}
-.btn__malee:hover {
- background: #2DE1FC;
-}
-.btn__female {
- color: #FF0080;
- border: 2px solid #FF0080;
-}
-.btn__female:hover {
- background: #FF0080;
-}
-@media (max-width: 768px) {
- .table td {
- display: block;
- text-align: right;
- }
- .table td:before {
- content: attr(data-label);
- float: left;
- text-transform: uppercase;
- font-weight: bold;
- }
- .table thead display none tr {
- margin-bottom: 30px;
- display: block;
- }
-}