Skip to content
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
1 change: 1 addition & 0 deletions homework2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is homework
6 changes: 3 additions & 3 deletions lesson_06/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ <h1 class="header1 header">
</div>

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

<p>ABC</p>
<p>Danny S</p>
</div>

<div class="member">
Expand Down Expand Up @@ -73,4 +73,4 @@ <h1 class="header1 header">
</div>
</div>
</body>
</html>
</html>
21 changes: 21 additions & 0 deletions lesson_07/MrTree_content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<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>Mr Tree</h3>

<p>Is just a cool tree </p>
33 changes: 33 additions & 0 deletions lesson_07/MrTree_summary.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<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>Mr Tree</h3>

<p id="type"> Tree </p>
<img src="img/1qu8WP75ThzhMbE-AxoZg2U7kwQ5qJiF13JBaZ5nudGxRUL7BX6MdcOASy39Fdq5AT5l5kGvyitv7crLODx4ApXEQDKYyNMDeD_uxhE.avif" style="width: 200px;">

<p>Family: Heir to the tree family</p>
Binary file not shown.
11 changes: 8 additions & 3 deletions lesson_07/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,18 @@ <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");
})
$("#MrTree").click(function(){
$("#i_content").attr("src","MrTree_content.html");
$("#i_summary").attr("src","MrTree_summary.html");
})


/* This will not be merged ! */


</script>
</body>
</html>
</html>