-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdurian.html
66 lines (64 loc) · 2.83 KB
/
durian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Durian | Fruits</title>
<link rel="stylesheet" href="durian.css">
</head>
<body>
<div>
<div id="proj2">
<header>
<h1>Durian</h1>
<h4>Let's talk about a very weird and spiky fruit: The Durian!</h4>
</header>
<div id="close">
<nav>
<ul>
<li><a href="teenysfinalprojecthome.html">Home</a> </li>
<li><a href="about.html">About</a></li>
<li><a href="fruit1-final-peishu.html">Watermelon</a></li>
<li><a href="teenysfinalprojectfruit2.html">Maarten's Top Three</a></li>
<li><a href="banana.html">Banana</a></li>
<li><a href="durian.html">Durian</a></li>
<li><a href="interactive.html">What Kind of Fruit Are You?</a></li>
<li><a href="contact-final-peishu.html">Contact</a></li>
</ul>
</nav>
<ul class="accordion">
<li>
<input type="radio" name="accordion" id="first" checked>
<label for="first">What is Durian?</label>
<div class="content">
<p>Durian is a tropical fruit distinguished by its large size, unique odor, and formidable thorn-covered husk...</p>
<a id="durian" href="ourcredits.html#durian"><img src="src/durian-fruit-1.jpg" alt="Durian Fruit" class="fruit-image"></a>
</div>
</li>
<li>
<input type="radio" name="accordion" id="second">
<label for="second">Nutritional Benefits</label>
<div class="content">
<p>Despite its controversial smell, Durian is a nutritional treasure trove: rich in Vitamin C, B vitamins, and dietary fiber, which are essential for immune health, metabolism, and digestion...</p>
</div>
</li>
<li>
<input type="radio" name="accordion" id="third">
<label for="third">How to Eat Durian</label>
<div class="content">
<p>
To eat durian, one must first get past its spiky exterior, only then can they savor its rich, creamy texture and unique flavor...</p>
<a href="ourcredits.html#durian2"></a><img src="src/durian-fruit-2.jpg" alt="Durian Fruit" class="fruit-image"></a>
</div>
</li>
</ul>
<u></u>
</div>
<footer>
<p>
All rights are reserved <a href="ourcredits.html">Credits </a>©
</p>
</footer>
</div>
</div>
</body>
</html>