diff --git a/html-tasks/html1/index.html b/html-tasks/html1/index.html new file mode 100644 index 0000000..2d57f7b --- /dev/null +++ b/html-tasks/html1/index.html @@ -0,0 +1,35 @@ + + + + + + + Document + + +

This is your first HTML page!

+ Seems like things are going pretty well so far +
lets add a recipie for some delicious chocolate chip cookies
+

We are going to borrow a nice picture from general mills

+ Chicken Shawarma +

Here is what the recipe calls for

+

Introduction

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

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

+ + \ No newline at end of file diff --git a/html-tasks/html2/index.html b/html-tasks/html2/index.html new file mode 100644 index 0000000..0e659ea --- /dev/null +++ b/html-tasks/html2/index.html @@ -0,0 +1,95 @@ + + + + + + + Document + + +
+

Inside of header - let's add a nav bar with some essential links

+ Home + About + Contact +
+
+
+

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
+
+
+

Artcle 2 - Coming soon

+

Contact us!

+
+ +

General Information

+
+
+
+ + +

+ Essential Questions +

+

+ What type of work do you need?
+ Programming:
+ Design:
+ Singing:
+ Comedy:
+

+

+ How intrested are you in our design skills?
+ Very Low
+ Low
+ Medium
+ High
+ Very High
+ +

+
+ + + \ No newline at end of file diff --git a/html-tasks/html3/index.html b/html-tasks/html3/index.html new file mode 100644 index 0000000..67fec77 --- /dev/null +++ b/html-tasks/html3/index.html @@ -0,0 +1,20 @@ + + + + + + + Document + + +
+

Welcom Back!

+

Here's a great video from Youtube!

+ +

Here's some music from spotify!

+ +

Want to stay informed? Put your info here!

+ +
+ + \ No newline at end of file