Skip to content

Evanh3 #29

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
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