diff --git a/img/redwood.jpg b/img/redwood.jpg new file mode 100644 index 0000000..4b4fa5a Binary files /dev/null and b/img/redwood.jpg differ diff --git a/index.html b/index.html index 7eb0fd4..57b8ba9 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,8 @@

The Tree Encyclopedia

Index

+

+

@@ -48,11 +50,22 @@

Index

$("#oak").click(function(){ $("#i_content").attr("src","oak_content.html"); $("#i_summary").attr("src","oak_summary.html"); - }) - $("#beech").click(function(){ - + }); - }) + $("#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"); + }); + + $("#redwood").click(function(){ + $("#i_content").attr("src","redwood_content.html"); + $("#i_summary").attr("src","redwood_summary.html"); + }); /* This will not be merged ! */ diff --git a/maple_content.html b/maple_content.html new file mode 100644 index 0000000..951140b --- /dev/null +++ b/maple_content.html @@ -0,0 +1,21 @@ + + +

Maple

+ +

maple

diff --git a/maple_summary.html b/maple_summary.html new file mode 100644 index 0000000..fddb7f7 --- /dev/null +++ b/maple_summary.html @@ -0,0 +1,34 @@ + + + + +

Maple

+ +

Tree or shrub

+ +

Family: Maple. +

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

Redwood

+ +

redwood

diff --git a/redwood_summary.html b/redwood_summary.html new file mode 100644 index 0000000..2a5aabc --- /dev/null +++ b/redwood_summary.html @@ -0,0 +1,34 @@ + + + + +

Redwood

+ +

Tree or shrub

+ +

Family: Redwood. +

+ \ No newline at end of file