diff --git a/homework2 b/homework2 new file mode 100644 index 0000000..5c9f558 --- /dev/null +++ b/homework2 @@ -0,0 +1 @@ +This is homework diff --git a/lesson_06/team.html b/lesson_06/team.html index 4bb4728..bed2019 100644 --- a/lesson_06/team.html +++ b/lesson_06/team.html @@ -33,8 +33,8 @@

- - +

ABC

+

Danny S

@@ -73,4 +73,4 @@

- \ No newline at end of file + diff --git a/lesson_07/MrTree_content.html b/lesson_07/MrTree_content.html new file mode 100644 index 0000000..bc6638d --- /dev/null +++ b/lesson_07/MrTree_content.html @@ -0,0 +1,21 @@ + +

Mr Tree

+ +

Is just a cool tree

diff --git a/lesson_07/MrTree_summary.html b/lesson_07/MrTree_summary.html new file mode 100644 index 0000000..b01b768 --- /dev/null +++ b/lesson_07/MrTree_summary.html @@ -0,0 +1,33 @@ + + + +

Mr Tree

+ +

Tree

+ + +

Family: Heir to the tree family

diff --git a/lesson_07/img/1qu8WP75ThzhMbE-AxoZg2U7kwQ5qJiF13JBaZ5nudGxRUL7BX6MdcOASy39Fdq5AT5l5kGvyitv7crLODx4ApXEQDKYyNMDeD_uxhE.avif b/lesson_07/img/1qu8WP75ThzhMbE-AxoZg2U7kwQ5qJiF13JBaZ5nudGxRUL7BX6MdcOASy39Fdq5AT5l5kGvyitv7crLODx4ApXEQDKYyNMDeD_uxhE.avif new file mode 100644 index 0000000..39a27d3 Binary files /dev/null and b/lesson_07/img/1qu8WP75ThzhMbE-AxoZg2U7kwQ5qJiF13JBaZ5nudGxRUL7BX6MdcOASy39Fdq5AT5l5kGvyitv7crLODx4ApXEQDKYyNMDeD_uxhE.avif differ diff --git a/lesson_07/index.html b/lesson_07/index.html index 7eb0fd4..0ba57a8 100644 --- a/lesson_07/index.html +++ b/lesson_07/index.html @@ -50,13 +50,18 @@

Index

$("#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 ! */ - \ No newline at end of file +