Skip to content
Open
39 changes: 39 additions & 0 deletions Blueberry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blueberry</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<div class="container">
<h1 class="title">Blueberry</h1>
<div class="description">
Our Bluberry ice cream is very fresh tasting and especially nice in the summer.
We use fresh Blueberries for our lemon ice cream.

Here are some of the countries where BlueBerries are harvested:
Sebastian added this


<ul>
<lu>India</li>
<li>Mexico</li>
<li>China</li>
<li>Argentina</li>
<li>Brazil </li>
</ul>



<img src="img/nerd01.jpg">

<a href="index.html"><button type="button">Back</button></a>

</div>
</div>

</body>
</html>
14 changes: 4 additions & 10 deletions banana.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,16 @@ <h1 class="title">Banana</h1>
Did you know that the banana is botanically speaking a berry?

Here are some of the countries where bananas grow:

<!-- 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>Ecuador</li>
<li>Indonesia</li>
</ul>

<!-- --------------------------------------------- -->

<img src="">
<img src="img/banana.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
10 changes: 5 additions & 5 deletions chocolate.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</head>
<body>

<!-- I think there is something wrong in this part -->
<div clas="container">

<div class="container">
<h1 class="title">Chocolate</h1>
<diiv class="description">>>
<div class="description">
Our chocolate ice cream is really good, made with real cacao !
<!-- --------------------------------------------- -->


Here are some of the countries where cacao is harvested:

Expand All @@ -25,7 +25,7 @@ <h1 class="title">Chocolate</h1>
<li>Ghana</li>
</ul>

<img src="">
<img src="img/chocolate.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
10 changes: 5 additions & 5 deletions coconut.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ <h1 class="title">Coconut</h1>
<li>Brazil</li>
</ul>

<img src="">
<img src="img/coconut.jpg">

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

<!-- --------------------------------------------- -->


</body>
</html>
Expand Down
18 changes: 8 additions & 10 deletions grapefruit.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,20 @@
<div class="container">
<h1 class="title">Grapefruit</h1>
<div class="description">
Our grapefruit ice tastes very light and fresh. It's made from the best milk and real grapefruit.
These are some of the countries where grapefruit is growing:

<!-- I think there is something wrong in this part -->
<p>Our grapefruit icecream tastes very light and fresh. It's made from the best milk and real grapefruit.</p>
<p>These are some of the countries where grapefruit is growing:</p>


<ul>
<li>China</ul>
<lii>Vietnam</li>
<li>China</li>
<li>Vietnam</li>
<li>United States</li>
<li>Mexico</li>
<li>South Africa</li
</ol>
<li>South Africa</li>
</ul>

<!-- ---------------------------------------------t -->

<img src="">
<img src="img/grapefruit.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ <h2 class="subtitle">These are our flavors:</h2>
<p class="flavor"><a href="orange.html">Orange</a></p>
<p class="flavor"><a href="strawberry.html">Strawberry</a></p>
<p class="flavor"><a href="pistachio.html">Pistachio</a></p>
<p class="flavor"><a href="Blueberry.html">Blueberry</a></p>

</div>
</div>
</body>
Expand Down
12 changes: 6 additions & 6 deletions lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ <h1 class="title">Lemon</h1>
We use fresh lemons for our lemon ice cream.

Here are some of the countries where lemons are harvested:
Sebastian added this


<!-- I think there is something wrong in this part -->

<ull>
<ul>
<lu>India</li>
<li>Mexico</li>
<li>China</li>
<li>Argentina</li>
<li>Brazil /li>
<li>Brazil </li>
</ul>

<!-- I think there is something wrong in this part -->


<img src="">
<img src="img/lemon.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
18 changes: 8 additions & 10 deletions mango.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@
<link rel="stylesheet" href="style.css">
</head>
<body>

<!-- I think there is something wrong in this part -->

<div class="container">
<h1 class="title"Mango</h1>
<dif cluss="description">
Our mango ice cream is very fresh tasting and has a nice, appealing orange color.
We use fresh mangos for our mango ice cream.

<!-- --------------------------------------------- -->
<h1 class="title">Mango</h1>
<div class="description">
<p>Our mango ice cream is very fresh tasting and has a nice, appealing orange color.
We use fresh mangos for our mango ice cream.</p>


Here are some of the countries where lemons are harvested:
<p>Here are some of the countries where lemons are harvested:</p>
<ul>
<li>India</li>
<li>Indonesia</li>
Expand All @@ -27,7 +25,7 @@ <h1 class="title"Mango</h1>
<li>Pakistan</li>
</ul>

<img src="">
<img src="img/mango.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
20 changes: 10 additions & 10 deletions orange.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
<div class="container">
<h1 class="title">Orange</h1>
<div class="description">
Our orange ice cream is one of our most popular flavors.
We use fresh oranges for our mango ice cream.
<p>Our orange ice cream is one of our most popular flavors.
We use fresh oranges for our orange ice cream.</p>

<!-- I think there is something wrong in this part -->

Here are some of the countries where our oranges are harvested:
<ull>

<p>
Here are some of the countries where our oranges are harvested:</p>
<ul>
<li>Brazil</li>
<li>China</li
<li>China</li>
<li>India</li>
<li>United States</li>
<lj>Mexico</li>
<li>Mexico</li>
</ul>

<!-- I think there is something wrong in this part -->


<img src="">
<img src="img/organge.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down
7 changes: 3 additions & 4 deletions pistachio.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ <h1 class="title">Pistachio</h1>
<li>Syria</li>
</ul>

<img src="">
<img src="img/pistachio.jpg">

<!-- I think there is something wrong in this part -->

<a hef="index.html"><buttun type="button">Back</button </a>
<a href="index.html"><button type="button">Back</button></a>

<!-- --------------------------------------------- -->


</div>
</div>
Expand Down
13 changes: 6 additions & 7 deletions strawberry.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ <h1 class="title">Strawberry</h1>
Still we try to make our ice cream unique by using fresh strawberries in the process of making the ice cream.
Here are some of the countries where we get our strawberries from :

<!-- I think there is something wrong in this part -->

<ull>

<ul>
<li>China</li>
<li>United States</li>
<li>Mexico</lii>
<li>Mexico</li>
<li>Egypt</li>
<li Turkey</li>
<li>Turkey</li>
</ul>

<!-- ------------------------------------------ ----->


<img src="">
<img src="img/strawberry.jpg">

<a href="index.html"><button type="button">Back</button></a>

Expand Down