Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
05a59fe
new member added, kenda
Feb 16, 2025
4e52fa2
testing git commit
Feb 23, 2025
bf88a8b
Testing if pushing code works
invalid-email-address Feb 23, 2025
8d0d319
added functionality to beech button
akshr-07 Feb 23, 2025
6bce6ac
beech button functionality
Feb 23, 2025
1e6745f
Merge branch 'main' into kendaa
yafetkadu Feb 23, 2025
b1922e5
Merge pull request #1 from yafetkadu/kendaa
yafetkadu Feb 23, 2025
f54e9aa
aksharal1 added page for cherry tree
akshr-07 Mar 2, 2025
08a0c69
fixed the errors
akshr-07 Mar 2, 2025
722b2c7
Maple tree added
Feb 24, 2025
c59ede8
a
Feb 24, 2025
3b21149
Fixed HTML errors
Mar 2, 2025
416fb1c
Merge pull request #3 from yafetkadu/aksharal1
yafetkadu Mar 2, 2025
b87c6b5
Merge branch 'main' into kendaa
yafetkadu Mar 2, 2025
8d22d19
Merge pull request #2 from yafetkadu/kendaa
yafetkadu Mar 2, 2025
3b60605
added image for chocolate.html
akshr-07 Mar 2, 2025
6b7fc60
Mango image added
Mar 2, 2025
4ae23b3
Merge pull request #4 from yafetkadu/kendaa
yafetkadu Mar 2, 2025
dffc60d
Merge pull request #5 from yafetkadu/aksharal1
yafetkadu Mar 2, 2025
af5c229
New flavour added (Raspberry)
Mar 2, 2025
948c27c
Merge pull request #6 from yafetkadu/kendaa
yafetkadu Mar 2, 2025
bacd6a1
added matcha flavor
akshr-07 Mar 2, 2025
60554b9
Merge pull request #7 from yafetkadu/aksharal1
yafetkadu Mar 2, 2025
0522547
added new student
Mar 1, 2026
3e73760
added name
Matt-L-053124 Mar 1, 2026
927e56b
Merge branch 'main' of https://github.com/yafetkadu/h33-devops
Matt-L-053124 Mar 1, 2026
b5eecd4
Code clean up
Mar 1, 2026
1ec98ad
lemon.html fixed
Chidiogo14 Mar 15, 2026
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
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions lesson_06/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
24 changes: 7 additions & 17 deletions lesson_06/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,30 @@ <h1 class="header1 header">
</div>

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

<p>></p>
<p>Kenda</p>
</div>

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

</div>

<div class="member">
<!-- student 03 -->
<p>Matt Lynch</p>

</div>

<div class="member">
<!-- student 04 -->
<p> Chidiogo Nnamani</p>

</div>

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

</div>

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

Yami Awesome
</div>

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

</div>
<!-- testing -->

<!-- Testing more more code -->

</div>

Expand Down
23 changes: 23 additions & 0 deletions lesson_07/cherry_content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Overlock:wght@700&display=swap');
body{font-family: 'Lato', sans-serif;
text-align: center;
color: white;
}
h3{
font-family: 'Overlock', cursive;
font-size: 28px;
margin: 0px;
padding-top: 10px;
}
p{
font-size: 16px;
padding: 0px;
}
</style>

<h3>Cherry</h3>

<p>Cherry wood is a type of hardwood that comes from the cherry tree, a species of tree that belongs to the Rosaceae family. There are two main types of cherry trees used for woodworking: the black cherry tree and the wild cherry tree. Both trees produce high-quality lumber, but the black cherry tree is more commonly used due to its larger size and greater availability. (From Custom Country Woods)</p>

<p>Cherry is debatably one of the most beautiful American hardwood species. Its rich reddish color makes it easily recognizable to just about anyone. Cherry is a deciduous hardwood with broad leaves that drop in the fall and have seeds that are contained in ovaries. All deciduous trees are hardwoods. Cherry primarily grows in the eastern half of the USA, with the best stands of cherry being found in the Appalachian region. Cherry trees typically grow to 60-80 feet tall and about 2-3’ at DBH (diameter at breast height.) (From Kretz Lumber, Written by Jessica Becker)</p>
32 changes: 32 additions & 0 deletions lesson_07/cherry_summary.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<style>body{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: white;}</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Overlock:wght@700&display=swap');
body{font-family: 'Lato', sans-serif;
text-align: center;
}
h3{
font-family: 'Overlock', cursive;
font-size: 26px;
margin: 0px;
padding-top: 10px;

}
p{
font-size: 15px;
padding: 0px;
}
#type{
font-size: 12px;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
</style>


<h3>Cherry</h3>

<p id="type"> Tree </p>
<img src="img/cherry.jpg" style="width: 200px;">
<p>Family: Rosaceae</p>
Empty file added lesson_07/img/something.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion lesson_07/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ <h1>The Tree Encyclopedia</h1>
<div class="index">
<h3>Index</h3>
<p><button id="oak">Oak</button></p>
<p><button id="beech">Beech</button></p>
<p><button id="beech">Beech</button></p
<p><button id="maple">Maple</button></p>
<p><button id="cherry">Cherry</button></p>


</div>
<div class="content">
Expand All @@ -50,6 +53,13 @@ <h3>Index</h3>
$("#i_summary").attr("src","oak_summary.html");
})
$("#beech").click(function(){
$("#i_content").attr("src","beech_content.html");
$("#i_summary").attr("src","beech_summary.html");

})
$("#maple").click(function(){
$("#i_content").attr("src","maple_content.html");
$("#i_summary").attr("src","maple_summary.html");


})
Expand Down
Empty file added lesson_07/mangrove_content.html
Empty file.
Empty file added lesson_07/mangrove_summary.html
Empty file.
25 changes: 25 additions & 0 deletions lesson_07/maple_content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Overlock:wght@700&display=swap');
body{font-family: 'Lato', sans-serif;
text-align: center;
color: white;

}
h3{
font-family: 'Overlock', cursive;
font-size: 28px;
margin: 0px;
padding-top: 10px;
}
p{
font-size: 16px;
padding: 0px;
}
</style>
<h3>Maple</h3>

<p>Acer is a genus of trees and shrubs commonly known as maples. The genus is placed in the soapberry family Sapindaceae. There are approximately 132 species, most of which are native to Asia, with a number also appearing in Europe, northern Africa, and North America. Only one species, Acer laurinum, extends to the Southern Hemisphere.</p>

<p>The type species of the genus is the sycamore maple Acer pseudoplatanus, one of the most common maple species in Europe. Most maples usually have easily identifiable palmate leaves (with a few exceptions, such as Acer carpinifolium, Acer laurinum, and Acer negundo) and all share distinctive winged fruits.</p>


36 changes: 36 additions & 0 deletions lesson_07/maple_summary.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<style>body{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: white;}</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Overlock:wght@700&display=swap');
body{font-family: 'Lato', sans-serif;
text-align: center;
}
h3{
font-family: 'Overlock', cursive;
font-size: 26px;
margin: 0px;
padding-top: 10px;

}
p{
font-size: 15px;
padding: 0px;
}
#type{
font-size: 12px;
margin: 0;
padding: 0;
margin-bottom: 10px;

}
</style>

<h3>Maple</h3>

<p id="type"> Tree </p>
<img src="img/maple.jpg" style="width: 200px;">

<p>Family: Soapberry Family</p>



Empty file added lesson_07/spruce_content.html
Empty file.
Empty file added lesson_07/spruce_summary.html
Empty file.
Binary file added lesson_08/.DS_Store
Binary file not shown.
6 changes: 2 additions & 4 deletions lesson_08/chocolate.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
</head>
<body>

<!-- I think there is something wrong in this part -->
<div clas="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 +23,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
Binary file added lesson_08/img/matcha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lesson_08/img/raspberry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lesson_08/lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="title">Lemon</h1>
<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 -->
Expand Down
9 changes: 5 additions & 4 deletions lesson_08/mango.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<!-- I think there is something wrong in this part -->

<div class="container">
<h1 class="title"Mango</h1>
<dif cluss="description">
<h1 class="Mango">Mango Icecream</h1>
<div class="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.
We use fresh mangos for our mango ice cream.</div>

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

Expand All @@ -27,8 +27,9 @@ <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>

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

<div class="container">
<h1 class="title">Matcha</h1>
<div class="description">
Our matcha ice cream has a nice earthy yet sweet flavor.
We use only high quality matcha in our ice cream.

Here are some of the countries where matcha is produced.

<ul>
<lu>Japan</li>
<li>China</li>
</ul>

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

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

</div>
</div>

</body>
</html>



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

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

Here are some of the countries where raspberry are harvested:

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

<ul>
<li>Ukraine</li>
<li>France</li>
<li>Germany</li>
<li>Russia</li>
<li>Canada</li>
</ul>

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

<img src="img/raspberry.png">

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

</div>
</div>

</body>
</html>