-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
277 lines (274 loc) · 11.1 KB
/
detail.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="src/output.css" rel="stylesheet" />
<link href="/src/assets/icon/Mushroom_logo.ico" rel="shortcut icon" />
<title>Document</title>
</head>
<body>
<!-- Header Start -->
<header
class="bg-sail absolute top-0 left-0 w-full flex items-center z-10 transition duration-75 ease-in-out"
>
<!-- Tampilan mobile -->
<div class="container lg:hidden">
<div class="flex justify-between items-center relative">
<div class="px-4">
<button
id="hamburger"
name="hamburger"
type="button"
class="block absolute left-0"
>
<span
class="hamburger-line transition duration-300 ease-in-out origin-top-left"
></span>
<span
class="hamburger-line transition duration-300 ease-in-out"
></span>
<span
class="hamburger-line transition duration-300 ease-in-out origin-bottom-left"
></span>
</button>
<nav
id="nav-menu"
class="hidden absolute py-5 bg-white shadow-lg rounded-t-none rounded-bl-lg rounded-br-lg max-w-xl w-full right-36 top-full lg:block lg:static lg:bg-transparent lg:max-w-full lg:shadow-none lg:rounded-none"
>
<ul class="block lg:flex lg:mr-[300px]">
<li class="group">
<a
href="index.html"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>Home</a
>
</li>
<li class="group">
<a
href="mushroom.html"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>Mushroom</a
>
</li>
<li class="group">
<a
href="#portofolio"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>History</a
>
</li>
<li class="group">
<a
href="about.html"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>About</a
>
</li>
</ul>
</nav>
</div>
<div class="px-4">
<a
href="index.html"
class="font-bold text-lg text-primary block py-6"
>
<img
src="src/assets/icon/Mushroom_logo.png"
alt="Logo"
height="35"
width="43"
class="max-w-full mx-auto"
/>
</a>
</div>
<div class="px-4">
<ul>
<li class="group flex items-center">
<a
href="login.html"
class="text-base font-bold text-saildark group-hover:text-primary flex items-center"
>
<img
src="src/assets/svg/logout-svgrepo-com.svg"
alt="Logout"
height="3"
width="15"
class="mr-3"
/>
<span>Logout</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Tampilan layar besar -->
<div
class="container hidden lg:flex justify-between items-center relative"
>
<div class="px-4">
<a
href="index.html"
class="font-bold text-lg text-primary block py-6"
>
<img
src="src/assets/icon/Mushroom_logo.png"
alt="Logo"
height="35"
width="43"
class="max-w-full mx-auto mr-4"
/>
</a>
</div>
<div class="px-4">
<nav
id="nav-menu"
class="hidden absolute py-5 bg-white shadow-lg rounded-t-none rounded-bl-lg rounded-br-lg max-w-xl w-full right-36 top-full lg:block lg:static lg:bg-transparent lg:max-w-full lg:shadow-none lg:rounded-none"
>
<ul class="block lg:flex lg:mr-[300px]">
<li class="group">
<a
href="index.html"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>Home</a
>
</li>
<li class="group">
<a
href="mushroom.html"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>Mushroom</a
>
</li>
<li class="group">
<a
href="#portofolio"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>History</a
>
</li>
<li class="group">
<a
href="about.html"
class="text-base font-bold text-saildark py-2 mx-8 group-hover:text-primary flex"
>About</a
>
</li>
</ul>
</nav>
</div>
<div class="px-4">
<ul>
<li class="group flex items-center">
<a
href="login.html"
class="text-base font-bold text-saildark group-hover:text-primary flex items-center"
>
<img
src="src/assets/svg/logout-svgrepo-com.svg"
alt="Logout"
height="3"
width="15"
class="mr-3"
/>
<span>Logout</span>
</a>
</li>
</ul>
</div>
</div>
</header>
<!-- Header End -->
<!-- Scanner Section -->
<section id="about" class="pt-36 pb-32 bg-slate-100">
<div class="container">
<div class="flex flex-wrap justify-center">
<div class="w-full px-4 mb-10 lg:w-1/3">
<img
src="src/assets/img/edible/Champignon.jpg"
alt="Jamur Hasil"
class="rounded-lg"
/>
</div>
<div class="w-full px-4 lg:w-1/2">
<div class="max-w-full mx-auto text-start mb-16">
<h4 class="font-semibold text-lg text-primary mb-2">
Jamur Ditemukan
</h4>
<h2 class="font-bold text-saildark text-3xl mb-4">
Champignon
</h2>
<p class="font-medium text-md text-secondary mb-4">
Edible
</p>
<p class="font-medium text-md text-saildark">
<span class="font-bold">Nama Latin : </span>Agaricus
bisporus
</p>
<p class="font-medium text-md text-saildark">
<span class="font-bold">Champignon,</span>
juga dikenal sebagai jamur putih, adalah salah satu
jamur yang paling umum dikonsumsi di seluruh dunia.
Mereka memiliki tudung putih hingga coklat muda dan
biasanya tumbuh di atas tanah.
</p>
<p class="font-medium text-md text-saildark">
<span class="font-bold">Nutrisi :</span>
<li>
<span class="font-bold text-saildark">Kalori :</span>
Rendah
</li>
<li>
<span class="font-bold text-saildark"
>Protein :</span
>
Tinggi
</li>
<li>
<span class="font-bold text-saildark"
>Vitamin :</span
>
B, D
</li>
<li class="mb-4">
<span class="font-bold text-saildark"
>Mineral :</span
>
selenium, zat besi, zink
</li>
</p>
<a
href="index.html"
class="h-full rounded-lg px-4 py-2 bg-blue-500 text-blue-100 hover:bg-blue-600 duration-300"
>Scan Jamur Lagi</a
>
</div>
</div>
</div>
</div>
</section>
<!-- Scanner Section End -->
<!-- Footer -->
<footer class="bg-sail">
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
<div
class="py-8 flex flex-col md:flex-row items-center justify-between"
>
<p class="text-sm font-bold text-saildark">
© Mushroom Scanner 2024 ® - Your Mushroom Scanner
</p>
<div class="flex-shrink-0">
<img
src="src/assets/icon/Mushroom_logo.png"
class="w-9 h-9"
alt="Logo"
/>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<script src="src/js/script.js"></script>
</body>
</html>