From 7536caffd69e4d252daaf249abd037ca2a3226a7 Mon Sep 17 00:00:00 2001 From: Rileey <31085399+Rileey@users.noreply.github.com> Date: Thu, 11 Feb 2021 13:01:13 +0100 Subject: [PATCH 1/3] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..900b1dc --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# git-pre-study-course +Git Pre Study Course + +The git pre study course is an exercise in making changes to the +code and succesfully pushing the code the github repo using your +command line. From a492a8f563906003e81f1690d309b2b23335bd00 Mon Sep 17 00:00:00 2001 From: Rileey Date: Sat, 27 Feb 2021 13:24:57 +0100 Subject: [PATCH 2/3] Finished the three html assignments --- README.md | 6 -- htmlassignment1.html | 39 ++++++++++++ htmlassignment2.html | 106 +++++++++++++++++++++++++++++++++ htmlassignment3.html | 34 +++++++++++ index.html | 138 ------------------------------------------- styles.css | 81 ------------------------- 6 files changed, 179 insertions(+), 225 deletions(-) delete mode 100644 README.md create mode 100644 htmlassignment1.html create mode 100644 htmlassignment2.html create mode 100644 htmlassignment3.html delete mode 100644 index.html delete mode 100644 styles.css diff --git a/README.md b/README.md deleted file mode 100644 index 900b1dc..0000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# git-pre-study-course -Git Pre Study Course - -The git pre study course is an exercise in making changes to the -code and succesfully pushing the code the github repo using your -command line. diff --git a/htmlassignment1.html b/htmlassignment1.html new file mode 100644 index 0000000..95c16e1 --- /dev/null +++ b/htmlassignment1.html @@ -0,0 +1,39 @@ + + + + + + + html page + + + + + +

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 are going to borrow a nice picture from General Mills

+ Ultimate Chocolate Chip Cookies +

Here is what the recipe calls for

+ +
    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 half the cookie butter because its delicious
  6. +
  7. Take the rest of the cookie butter and make cookies
  8. +
  9. Bake at 350 for 25 minutes
  10. +
  11. Enjoy
  12. +
+
+

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

+ + + \ No newline at end of file diff --git a/htmlassignment2.html b/htmlassignment2.html new file mode 100644 index 0000000..52dcbbb --- /dev/null +++ b/htmlassignment2.html @@ -0,0 +1,106 @@ + + + + + + + + + + + +
+

Insider of header - let's add a navbar with some essential links

+ +
+
+

Here is the main section of our page - it consists of a new article

+

Article 1 - 1995 was a pretty crazy 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?

+
+ + + + + + + + +
+
+

How interested are you in our design skills?

+

Very Low:

+

Low:

+

Medium:

+

High:

+

Very High:

+ +
+

Here is our footer - let's make sure we copyright © this!

+
+ + + \ No newline at end of file diff --git a/htmlassignment3.html b/htmlassignment3.html new file mode 100644 index 0000000..3f55081 --- /dev/null +++ b/htmlassignment3.html @@ -0,0 +1,34 @@ + + + + + + + + + + + +

Welcome Back!

+

Here's a great video from YouTube!

+ + +

Here's some music from Spotify

+ + +

Want to stay informed? Put your info here!

+
+ + + +
+ + + + + +https://github.com/Rileey/git-pre-study-course.git \ No newline at end of file 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 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
Oru Chukwuemeka.EDavidoAbia State6male
- - - 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 9b7e8b8d6505516dd705795fcfa5f6f93d530ff2 Mon Sep 17 00:00:00 2001 From: Rileey Date: Sat, 27 Feb 2021 17:32:03 +0100 Subject: [PATCH 3/3] footer modifications --- htmlassignment3.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htmlassignment3.html b/htmlassignment3.html index 3f55081..69596ea 100644 --- a/htmlassignment3.html +++ b/htmlassignment3.html @@ -29,6 +29,4 @@

Here's some music from Spotify

- - -https://github.com/Rileey/git-pre-study-course.git \ No newline at end of file + \ No newline at end of file