diff --git a/lesson_04/example/index.html b/lesson_04/example/index.html deleted file mode 100644 index 9b83853..0000000 --- a/lesson_04/example/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="style.css"> - <title>H33-4 Example</title> -</head> -<body> - <h1>H33-Lesson 04 Example Project</h1> - <p>Now you can see how you can quickly grab a complete project that is put online by someone on Github and have your own copy on your local machine !</p> - - <img src="its-magic-shocked.gif"/> - -</body> -</html> \ No newline at end of file diff --git a/lesson_04/example/style.css b/lesson_04/example/style.css index 2ab5bb2..2ab2a20 100644 --- a/lesson_04/example/style.css +++ b/lesson_04/example/style.css @@ -10,6 +10,7 @@ body{ h1{ margin-top: 100px; margin-bottom: 100px; + margin-right: 10px; } p{ diff --git a/lesson_06/img/DSCF3757.JPG b/lesson_06/img/DSCF3757.JPG new file mode 100644 index 0000000..b5dd4c1 Binary files /dev/null and b/lesson_06/img/DSCF3757.JPG differ diff --git a/lesson_06/index.html b/lesson_06/index.html index 1c37ff5..0e922f8 100644 --- a/lesson_06/index.html +++ b/lesson_06/index.html @@ -21,6 +21,7 @@ <img src="img/home.png" class="page-image"> <div class="title"> Hello, welcome to our team page. + This is our team, thank you for checking us out. </div> <div class="subtitle"> Java is to JavaScript what car is to Carpet. diff --git a/lesson_06/team.html b/lesson_06/team.html index 4bb4728..75aa09f 100644 --- a/lesson_06/team.html +++ b/lesson_06/team.html @@ -62,12 +62,6 @@ <h1 class="header1 header"> </div> - <div class="member"> - <!-- student 06 --> - - </div> - - </div> </div> diff --git a/lesson_08/banana.html b/lesson_08/banana.html index a67ebba..be1b129 100644 --- a/lesson_08/banana.html +++ b/lesson_08/banana.html @@ -11,7 +11,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Coconut</title> + <title>Banana</title> </head> <body> @@ -26,20 +26,20 @@ <h1 class="title">Banana</h1> <!-- I think there is something wrong in this part --> <ul> - - - <l>India</li> + <li>India</li> <li>China</li> <li>Phillipines</li> <li>Ecuador</p> - <li>Indonesia</l> + <li>Indonesia</li> </ul> <!-- --------------------------------------------- --> - <img src=""> + <img src="img/banana.jpg"> - <a href="index.html"><button type="button">Back</button></a> + <a href="index.html"> + <button type="button">Back</button> + </a> </div> </div> diff --git a/lesson_08/coconut.html b/lesson_08/coconut.html index acfc28e..26cebe5 100644 --- a/lesson_08/coconut.html +++ b/lesson_08/coconut.html @@ -25,9 +25,9 @@ <h1 class="title">Coconut</h1> <!-- I think there is something wrong in this part --> - <a hrf="index.html"><button type="button">Back</button></aa> + <a href="index.html"><button type="button">Back</button></a> - </dif> + </div> </div> <!-- --------------------------------------------- --> diff --git a/lesson_08/dragonfruit.html b/lesson_08/dragonfruit.html new file mode 100644 index 0000000..ecb9c85 --- /dev/null +++ b/lesson_08/dragonfruit.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Dragonfruit</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + + <div class="container"> + <h1 class="title">Dragonfruit</h1> + <div class="description"> + A truly exotic ice cream with a unique refreshing flavor. + + Here are some of the areas where Dragonfruit is grown naturaly: + + <ul> + <li>Mexico</li> + <li>Central America</li> + <li>Southeast Asia</li> + <li>Hawaii</li> + </ul> + + <img src=""> + + <a href="index.html"><button type="button">Back</button></a> + + </div> + </div> + +</body> +</html> \ No newline at end of file diff --git a/lesson_08/index.html b/lesson_08/index.html index 08f4589..df41188 100644 --- a/lesson_08/index.html +++ b/lesson_08/index.html @@ -16,6 +16,7 @@ <h2 class="subtitle">These are our flavors:</h2> <p class="flavor"><a href="chocolate.html">Chocolate</a></p> <p class="flavor"><a href="banana.html">Banana</a></p> <p class="flavor"><a href="mango.html">Mango</a></p> + <p class="flavor"><a href="dragonfruit.html">Dragonfruit</a></p> <p class="flavor"><a href="coconut.html">Coconut</a></p> <p class="flavor"><a href="lemon.html">Lemon</a></p> <p class="flavor"><a href="grapefruit.html">Grapefruit</a></p> diff --git a/lesson_08/lime.html b/lesson_08/lime.html new file mode 100644 index 0000000..aa2b09d --- /dev/null +++ b/lesson_08/lime.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Lime</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + + <div class="container"> + <h1 class="title">Lime</h1> + <div class="description"> + Our Lime ice cream is very fresh tasting and especially nice in the summer. + We use fresh limes for our lime ice cream. + + Here are some of the countries where limes are harvested: + + <!-- I think there is something wrong in this part --> + + <ul> + <li>India</li> + <li>Mexico</li> + <li>China</li> + <li>Argentina</li> + <li>Brazil</li> + <li>This is an unnoficial list</li> + </ul> + + <!-- I think there is something wrong in this part --> + + <img src=""> + + <a href="index.html"><button type="button">Back</button></a> + + </div> + </div> + +</body> +</html> + + + diff --git a/lesson_08/vanilla.html b/lesson_08/vanilla.html index 0d75adc..9ea7e73 100644 --- a/lesson_08/vanilla.html +++ b/lesson_08/vanilla.html @@ -9,7 +9,7 @@ <body> <div class="container"> - <h1 class="title">Vanilla</h1> + <h1 class="title">Vanilla Spice</h1> <div class="description"> Our vanilla ice cream is a very well known flavor. We use reall vanilla to flavor our vanilla ice cream.