From 98ba684b68efbea0c5d111a1a732661add8ad5cb Mon Sep 17 00:00:00 2001 From: stellaose Date: Thu, 11 Feb 2021 11:47:46 +0100 Subject: [PATCH 1/5] fourteenth person html --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index aec217a..36c21a1 100644 --- a/index.html +++ b/index.html @@ -122,6 +122,14 @@ 3 Male + + + Oseyomon Stella + Chandler Moore + Edo State + 7 + Female + Oru Chukwuemeka.E From 66915083520f0ac0a19b8dc5115b6099981f585a Mon Sep 17 00:00:00 2001 From: stellaose Date: Thu, 4 Mar 2021 19:08:00 +0100 Subject: [PATCH 2/5] Adding a file --- index.html | 184 +++++++++++++---------------------------------------- styles.css | 81 ----------------------- 2 files changed, 43 insertions(+), 222 deletions(-) delete mode 100644 styles.css diff --git a/index.html b/index.html index 36c21a1..ae79492 100644 --- a/index.html +++ b/index.html @@ -1,146 +1,48 @@ - - - - Document - - - + + + Suya Spaghetti Stirfry + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+

This is your first HTML page!

+

Seems like things are going pretty well so far

+
Let's add a recipe for some suya spaghetti stirfry.
+
+
+

We are going to borrow a picture from Dine as Royalty.

+ Suya Spaghetti Stirfry +

Here's what the recipe calls for.

+
+
+
    + Ingredients (very accurate...) +
  • Spaghetti
  • +
  • Mince suya
  • +
  • Curry powder
  • +
  • Thyme
  • +
  • Onions
  • +
  • Carrot
  • +
  • Bell pepper
  • +
  • Tomatoes
  • +
  • Oil
  • +
  • Salt to taste
  • +
  • Seasoning to taste
  • +
+
+
+
    + Instructions (easy to understand) +
  1. In a medium sized pot; cook spaghetti with 1 tablespoon curry powder till aldente. Strain cooked spaghetti in a large sieve/ colander.
  2. +
  3. In a large pan, wok or pot; heat up oil. Stir in garlic, onions, thyme and remaining curry powder to fry for a minute. Add the peppers, carrots and tomatoes- stirring intermittently for 5minutes. Add salt and seasoning to taste (remember to consider the spaghetti when seasoning).
  4. +
  5. Stir in mince suya and spaghetti; making sure to combine the spaghetti with sauce properly. Leave it to simmer for 2 minutes. Turn off the heat.
  6. +
  7. Best serned hot.
  8. +
+
- -
Full NameFavourite ArtistState of OriginNumber of SiblingsGender
Adewumi AdeyemoAngelique KidjoOyo8Male
Gabriel KayodeAsaOyo5Male
Efosa OdiaSinachEdo3Male
Akintunde AlabiVic OOsun2Male
Emmanuel OderemiJohnny DrilleOgun3Male
Olamiji BadmosSimiOyo4Female
Kareem JohnbelieveAlec BenjaminKogi state3Male
Matthew OmolewaRon KenolyEkiti3Male
Adebayo SeunWizkidOyo state3Male
Tahiru Tajudin Abdullahiidriskogi7Male
Badmus AdeshinaFalzLagos state3Male
Olufolahan TubiBrayn AdamsOyo State1Male
Ndibe ChinonsoLil WayneImo State3Male
Oseyomon StellaChandler MooreEdo State7Female
Oru Chukwuemeka.EDavidoAbia State6male
+
+
Oh you don't trust me? Well, you can view the actual recipe here.
- - + \ 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; - } -} From a552812f5f97a43786ed7c56fc56ec891f64fa4b Mon Sep 17 00:00:00 2001 From: stellaose <78904383+stellaose@users.noreply.github.com> Date: Thu, 4 Mar 2021 19:17:08 +0100 Subject: [PATCH 3/5] Delete Exercise 1.html --- Exercise 1.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 Exercise 1.html diff --git a/Exercise 1.html b/Exercise 1.html deleted file mode 100644 index 43e99e4..0000000 --- a/Exercise 1.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - My First Exercise - - -

This is your firt HTML page!

-

Seems like thing are going pretty well so far

-
Let's add a recipe for some delicious chocolate chip cookies
-

We are going to borrow a nice picture General Mills

- -

Here's what the recipe calls for

- -

Ingredients (probably not right..)

- -

Instructions (may or may not be correct)

-
    -
  1. Add eggs, flour and vanilla extract and mix
  2. -
  3. Combine with sugar and baking powder and stir
  4. -
  5. Eat hakf the cookie batter because it is delicious
  6. -
  7. Take the rest of the cookie batter and make cookies
  8. -
  9. Bake at 350 for 25minutes
  10. -
  11. Enjoy!
  12. -
- -
-
-
-

Oh you don't trust us? You want to see the actual recipe? You can view it right Here

-
- \ No newline at end of file From da16cb0066fe5d71132797835068ba42d71dee0a Mon Sep 17 00:00:00 2001 From: stellaose <78904383+stellaose@users.noreply.github.com> Date: Thu, 4 Mar 2021 19:17:20 +0100 Subject: [PATCH 4/5] Delete Exercise 2.html --- Exercise 2.html | 80 ------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 Exercise 2.html diff --git a/Exercise 2.html b/Exercise 2.html deleted file mode 100644 index d8774df..0000000 --- a/Exercise 2.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - My super blog - - -
Inside of header - let's add a navbar with soome essential links
- - -

Here is the main section of our page - It consist

-

Article - 1995 was a pretty year for programming languages!

-

Don't believe me? Just check this table out:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LanguageDesigned byFirst Appeared
C++Bjarne Stroustrup1983
PythonGuido van Rossum1991
RubyYukihiro Matsumoto("Matz")1995
JavascriptBrendan Eich1995
JavaJames Gosling1995
PHPRasmus Lerdorf1995
-

Article 2 - Coming soon...

-

Contact us!

-

General Information

-
- -
-

Essential Questions

-

What kind of work do you need? -
Programing:
Design:
Singing:
Comedy:

-

How interested are you in your design skills? -
Very low:
Low:
Medium:
High:
Very High:

-
- -
This is our footer - lets make sure we copyright © this!
- - \ No newline at end of file From ab68a2379fa617847b47e76674f657638758ee02 Mon Sep 17 00:00:00 2001 From: stellaose <78904383+stellaose@users.noreply.github.com> Date: Thu, 4 Mar 2021 19:17:39 +0100 Subject: [PATCH 5/5] Delete Exercise 3.html --- Exercise 3.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Exercise 3.html diff --git a/Exercise 3.html b/Exercise 3.html deleted file mode 100644 index cc25c48..0000000 --- a/Exercise 3.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Exercise 3 - - -

Welcome Back!

-

Here's a great video form youtube!

- -

Hers's some music from spotify!

- -

Want to stay informed? Put your info here!

-
- -
- - - \ No newline at end of file