Skip to content

Adam #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Adam #28

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions lesson_04/example/index.html

This file was deleted.

1 change: 1 addition & 0 deletions lesson_04/example/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body{
h1{
margin-top: 100px;
margin-bottom: 100px;
margin-right: 10px;
}

p{
Expand Down
Binary file added lesson_06/img/DSCF3757.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lesson_06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions lesson_06/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ <h1 class="header1 header">

</div>

<div class="member">
<!-- student 06 -->

</div>


</div>

</div>
Expand Down
14 changes: 7 additions & 7 deletions lesson_08/banana.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions lesson_08/coconut.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

<!-- --------------------------------------------- -->
Expand Down
33 changes: 33 additions & 0 deletions lesson_08/dragonfruit.html
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions lesson_08/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
43 changes: 43 additions & 0 deletions lesson_08/lime.html
Original file line number Diff line number Diff line change
@@ -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>



2 changes: 1 addition & 1 deletion lesson_08/vanilla.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down