-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathset.html
More file actions
406 lines (353 loc) · 17.3 KB
/
set.html
File metadata and controls
406 lines (353 loc) · 17.3 KB
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!-- appetizers.html -->
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<!-- 思源宋體 -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap" rel="stylesheet">
<!-- 辰宇落雁體(本地字型) -->
<style>
@font-face {
font-family: "辰宇落雁體";
src: url("fonts/ChenYuluoyan.ttf") format("truetype");
}
</style>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>西風 Fine Dining</title>
<link rel="stylesheet" href="appetizers.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" />
</head>
<body>
<button class="menu-toggle" onclick="toggleMenu()">
<i class="fas fa-bars"></i>
</button>
<aside id="sideMenu" class="menu-open">
<nav>
<ul>
<li class="menu-toggle-item">
<button class="menu-toggle" onclick="toggleMenu()">
<i class="fas fa-bars"></i>
</button>
</li>
<li>
<a href="index.html">
<img src="./images/icon/index.svg" class="menu-icon">
<span class="menu-text">首頁</span>
</a>
</li>
<li>
<a href="salads.html">
<img src="./images/icon/salads.svg" class="menu-icon">
<span class="menu-text">沙拉</span>
</a>
</li>
<li>
<a href="appetizers.html">
<img src="./images/icon/appetizers.svg" class="menu-icon">
<span class="menu-text">前菜</span>
</a>
</li>
<li>
<a href="soup.html">
<img src="./images/icon/soup.svg" class="menu-icon">
<span class="menu-text">湯品</span>
</a>
</li>
<li>
<a href="side dishes.html">
<img src="./images/icon/side_dishes.svg" class="menu-icon">
<span class="menu-text">配菜</span>
</a>
</li>
<li>
<a href="main courses.html">
<img src="./images/icon/main_courses.svg" class="menu-icon">
<span class="menu-text">主菜</span>
</a>
</li>
<li>
<a href="add.html">
<img src="./images/icon/add.svg" class="menu-icon">
<span class="menu-text">主菜加價</span>
</a>
</li>
<li>
<a href="drinks.html">
<img src="./images/icon/drinks.svg" class="menu-icon">
<span class="menu-text">飲品</span>
</a>
</li>
<li>
<a href="desserts.html">
<img src="./images/icon/desserts.svg" class="menu-icon">
<span class="menu-text">甜品</span>
</a>
</li>
<li>
<a href="set.html">
<img src="./images/icon/set.svg" class="menu-icon">
<span class="menu-text">套餐</span>
</a>
</li>
<li>
<a href="child.html">
<img src="./images/icon/child.svg" class="menu-icon">
<span class="menu-text">兒童專區</span>
</a>
</li>
</ul>
</nav>
</aside>
<header class="page-header">
<img src="images/banner.jpg" alt="頁面底圖" class="header-banner">
<nav class="top-nav">
<div class="nav-left">
<button id="menuHint" onclick="toggleMenu()">
← 閱讀我們的菜單
</button>
<a href="begin.html">
<img src="./images/icon/begin.svg" class="top-nav1">
<span class="menu-text">公司起源</span>
</a>
<a href="trace.html">
<img src="./images/icon/trace.svg" class="top-nav1">
<span class="menu-text">生產溯源</span>
</a>
<a href="contactus.html">
<img src="./images/icon/contactus.svg" class="top-nav1">
<span class="menu-text">聯絡我們</span>
</a>
</div>
<a href="index.html" class="logo-link">
<div class="logo-center">
<img src="./images/logo_main.png" alt="West Wind">
</div>
</a>
<div class="nav-right">
<div class="language-switch">
<button id="langBtn">繁體中文 ▾</button>
<ul id="langMenu">
<li data-lang="zh">繁體中文</li>
<li data-lang="en">English</li>
<li data-lang="jp">日本語</li>
</ul>
</div>
<div class="music-player">
<audio controls>
<source src="media/webmusic.mp3" type="audio/mpeg">
</audio>
</div>
</div>
</nav>
</header>
<div class="container">
<main>
<article>
<h1 class="article-h1" data-zh>套餐 Set Menu</h1>
<h1 class="article-h1" data-en hidden>Set Menu</h1>
<h1 class="article-h1" data-jp hidden>セットメニュー</h1>
<div class="content">
<p class="article-subtitle" data-zh>
精選超值套餐組合,滿足各種用餐需求與節慶場合。
</p>
<p class="article-subtitle" data-en hidden>
Carefully selected value set menus to satisfy various dining needs and festive occasions.
</p>
<p class="article-subtitle" data-jp hidden>
さまざまな食事のニーズやお祝いのシーンに応える、お得なセットメニューをご用意しました。
</p>
</div>
<div class="section1-list">
<section class="section1">
<h2 class="product-name" data-zh>商業套餐</h2>
<h2 class="product-name" data-en hidden>Business Set Menu</h2>
<h2 class="product-name" data-jp hidden>ビジネスセットメニュー</h2>
<div class="product-info-wrapper">
<img src="images/business.png" alt="商業套餐" class="section1-img">
<hr class="dashed-line">
<span class="price-placeholder">699元
<span class="currency">NT$699</span>
</span>
<p data-zh>辛苦的平日,值得最棒的犒賞!推出「商業午餐自選組合」,以超值的價格享受七道菜式的完美搭配。</p>
<p data-en hidden>Treat yourself after a busy weekday! Our "Business Lunch Set" lets you enjoy a perfect combination of seven dishes at an unbeatable price.</p>
<p data-jp hidden>忙しい平日に、最高のご褒美を!「ビジネスランチセット」では、7品の完璧な組み合わせをお得な価格でお楽しみいただけます。</p>
<ul>
<li data-zh><strong>豐盛七品,皆可自選一:</strong>前菜/主菜/配菜/湯品/沙拉/甜點/飲品</li>
<li data-zh><strong>超值專案價:</strong>原價$748,尊寵優惠價 $699</li>
<li data-zh><strong>供應時間:</strong>限定每週一至週五 午餐時段</li>
<li data-en hidden><strong>Choose one from each of the seven categories: </strong>Appetizer / Main Course / Side Dish / Soup / Salad / Dessert / Beverage</li>
<li data-en hidden><strong>Special offer price: </strong>Original NT$748 → Exclusive NT$699</li>
<li data-en hidden><strong>Available: </strong>Monday to Friday during lunch hours</li>
<li data-jp hidden><strong>7カテゴリーから1品ずつ選べます:</strong>前菜 / メイン / サイド / スープ / サラダ / デザート / ドリンク</li>
<li data-jp hidden><strong>特別価格:</strong>通常 NT$748 → 特別 NT$699</li>
<li data-jp hidden><strong>提供時間:</strong>月〜金のランチタイム限定</li>
</ul>
<p data-zh>讓您隨心所欲,組合出專屬自己的「高級午餐」。</p>
<p data-en hidden>Create your own “luxury lunch” exactly the way you like it.</p>
<p data-jp hidden>自分だけの「贅沢ランチ」を自由にカスタマイズできます。</p>
</div>
</section>
<section class="section1">
<h2 class="product-name" data-zh>生日饗宴套餐</h2>
<h2 class="product-name" data-en hidden>Birthday Feast Set</h2>
<h2 class="product-name" data-jp hidden>バースデーフィーストセット</h2>
<div class="product-info-wrapper">
<img src="images/birthday_feast_cake.png" alt="生日饗宴套餐" class="section1-img">
<hr class="dashed-line">
<span class="price-placeholder">799元
<span class="currency">NT$799</span>
</span>
<p data-zh>專屬於重要日子的美好饗宴,為壽星精心設計的「生日饗宴套餐」,用一餐的溫度,留下難忘的回憶。</p>
<p data-en hidden>A special feast for your important day! Designed with the birthday star in mind, our “Birthday Feast Set” creates unforgettable memories with the warmth of a single meal.</p>
<p data-jp hidden>大切な日にふさわしい特別なごちそう!誕生日の方のために設計された「バースデーフィーストセット」で、一食の温かさと共に忘れられない思い出を。</p>
<ul>
<li data-zh><strong>皆可自選一:</strong>前菜/主菜/配菜/湯品/沙拉/飲品</li>
<li data-zh><strong>甜點自選一:</strong>布朗尼蛋糕(生日限定)、法式巧克力醬糜蛋糕、可麗露、義式巧克力香腸、蘋果肉桂捲、費南雪。</li>
<li data-zh><strong>送上我們的祝福:</strong>陪您渡過一年中最特別的時刻</li>
<li data-zh><strong>生日限定優惠:</strong>原價 $833,生日專屬價 $799</li>
<li data-en hidden><strong>Choose one from each: </strong>Appetizer / Main Course / Side Dish / Soup / Salad / Beverage</li>
<li data-en hidden><strong>Choose one dessert: </strong>Brownie Cake (Birthday Special), French Chocolate Soufflé Cake, Canelé, Italian Chocolate Sausage, Apple Cinnamon Roll, Financier</li>
<li data-en hidden><strong>Our wishes for you: </strong>Celebrate the most special moment of the year</li>
<li data-en hidden><strong>Birthday special price: </strong>Original NT$833 → Birthday NT$799</li>
<li data-jp hidden><strong>各カテゴリーから1品選べます:</strong>前菜 / メイン / サイド / スープ / サラダ / ドリンク</li>
<li data-jp hidden><strong>デザートから1品選べます:</strong>ブラウニーケーキ(誕生日限定)、フランス風チョコレートスフレケーキ、カヌレ、イタリアンチョコレートソーセージ、アップルシナモンロール、フィナンシェ</li>
<li data-jp hidden><strong>お祝いの気持ちを込めて:</strong>一年で最も特別なひとときを共に</li>
<li data-jp hidden><strong>誕生日限定価格:</strong>通常 NT$833 → 誕生日 NT$799</li>
</ul>
<p data-zh>不論是家人、朋友或摯愛相伴,讓這一天的每一口滋味,都成為值得珍藏的回憶。</p>
<p data-en hidden>Whether with family, friends, or loved ones, make every bite of this day a memory to treasure.</p>
<p data-jp hidden>家族や友人、大切な人と一緒に、この日の一口一口を思い出に残しましょう。</p>
</div>
</section>
<section class="section1">
<h2 class="product-name" data-zh>聖誕雙人套餐</h2>
<h2 class="product-name" data-en hidden>Christmas Set for Two</h2>
<h2 class="product-name" data-jp hidden>クリスマス2人用セット</h2>
<div class="product-info-wrapper">
<img src="images/king.jpg" alt="聖誕雙人套餐" class="section1-img">
<hr class="dashed-line">
<span class="price-placeholder">1,499元
<span class="currency">NT$1,499</span>
</span>
<p data-zh>在這個雪白浪漫的季節,您是否已準備好與摯愛共度一個難忘的夜晚?推出「聖誕戀人雙饗套餐」,以最豐盛的七道經典美味,搭配溫馨的節日驚喜,讓愛意滿溢。</p>
<p data-en hidden>In this snowy and romantic season, are you ready to spend an unforgettable evening with your loved one? Our “Christmas Lovers’ Feast for Two” offers seven exquisite classic dishes with a cozy festive surprise, overflowing with love.</p>
<p data-jp hidden>雪の舞うロマンチックな季節、大切な人と忘れられない夜を過ごす準備はできていますか?「クリスマスカップルディナーセット」では、7品のクラシック料理と温かいホリデーサプライズで愛をたっぷりお届けします。</p>
<ul>
<li data-zh><strong>豐盛七品 自選雙份:</strong>七大類品項皆可任選兩份,為彼此量身打造最合拍的聖誕饗宴</li>
<li data-zh><strong>限定加贈:</strong>法式國王派[Galette des Rois]</li>
<li data-zh><strong>價格:</strong>原價$1,700,聖誕限定價$1,499</li>
<li data-zh><strong>活動期間:</strong>12/01(日) 至 12/31(三)</li>
<li data-en hidden><strong>Choose two from each of the seven categories: </strong>Choose two from each of the seven categories to craft the perfect Christmas feast together.</li>
<li data-en hidden><strong>Special bonus:</strong>French King Cake [Galette des Rois]</li>
<li data-en hidden><strong>Price:</strong>Original NT$1,700 → Christmas Special NT$1,499</li>
<li data-en hidden><strong>Available:</strong>12/01 (Sun) – 12/31 (Wed)</li>
<li data-jp hidden><strong>7カテゴリーからそれぞれ2品ずつ選べます:</strong>7カテゴリーから2品ずつ選択可能で、お互いにぴったりのクリスマスディナーをカスタマイズ</li>
<li data-jp hidden><strong>限定特典:</strong>フランスのガレット・デ・ロワ</li>
<li data-jp hidden><strong>価格:</strong>通常 NT$1,700 → クリスマス限定 NT$1,499</li>
<li data-jp hidden><strong>期間:</strong>12/01(日)〜12/31(水)</li>
</ul>
<p data-zh>讓您隨心所欲,組合出專屬自己的「高級午餐」。</p>
<p data-en hidden>Create your own “luxury lunch” exactly the way you like it.</p>
<p data-jp hidden>自分だけの「贅沢ランチ」を自由に作り上げましょう。</p>
</div>
</section>
</div>
</article>
</main>
</div>
<footer class="site-footer">
<div class="footer-inner">
<div class="copyright">
<p>© 2025 版權宣告. All Rights Reserved.</p>
<p>為學校教學使用非營利性質之網站.This website is for educational and non-profit use only.</p>
</div>
<div class="social-media">
<a href="https://facebook.com" target="_blank" title="Facebook"><i class="fa-brands fa-facebook"></i></a>
<a href="https://instagram.com" target="_blank" title="Instagram"><i class="fa-brands fa-instagram"></i></a>
<a href="https://line.me" target="_blank" title="Line"><i class="fa-brands fa-line"></i></a>
</div>
</div>
</footer>
<script>
const topNav = document.querySelector('.top-nav');
window.addEventListener('scroll', () => {
if (window.scrollY <= 2) {
topNav.classList.add('show');
} else {
topNav.classList.remove('show');
}
});
const btn = document.getElementById('langBtn');
const menu = document.getElementById('langMenu');
/* 開關語言選單 */
btn.onclick = () => {
menu.style.display = menu.style.display === 'block' ? 'none' : 'block';
};
/* 點語言時 */
menu.querySelectorAll('li').forEach(item => {
item.onclick = () => {
const lang = item.dataset.lang; // zh / en / jp
/* 🔤 切換語言顯示 */
document.querySelectorAll('[data-zh]').forEach(el => {
el.hidden = lang !== 'zh';
});
document.querySelectorAll('[data-en]').forEach(el => {
el.hidden = lang !== 'en';
});
document.querySelectorAll('[data-jp]').forEach(el => {
el.hidden = lang !== 'jp';
});
menu.style.display = 'none';
/* 改按鈕文字 */
btn.textContent = item.textContent + ' ▾';
/* 關閉選單 */
menu.style.display = 'none';
// 🔤 桌機文字
document.querySelector('.lang-full').textContent = item.textContent;
// 📱 手機縮寫
const shortMap = {
zh: '[中]',
en: '[EN]',
jp: '[日]'
};
document.querySelector('.lang-short').textContent = shortMap[lang];
if (lang === 'zh') {
full.textContent = '繁體中文';
short.textContent = '[中]';
}
if (lang === 'en') {
full.textContent = 'English';
short.textContent = '[EN]';
}
if (lang === 'jp') {
full.textContent = '日本語';
short.textContent = '[日]';
}
menu.style.display = 'none';
};
});
function toggleMenu() {
const sideMenu = document.getElementById('sideMenu');
const hint = document.getElementById('menuHint');
sideMenu.classList.toggle('collapsed');
if (sideMenu.classList.contains('collapsed')) {
hint.style.display = 'block'; // 收合 → 顯示 ← 菜單
} else {
hint.style.display = 'none'; // 展開 → 隱藏
}
}
document.addEventListener('DOMContentLoaded', () => {
const sideMenu = document.getElementById('sideMenu');
const hint = document.getElementById('menuHint');
if (window.innerWidth <= 768 && sideMenu) {
sideMenu.classList.add('collapsed');
if (hint) hint.style.display = 'block';
}
if (hint) {
hint.style.display = 'block';
hint.textContent = '← 閱讀菜單'; // ⭐ 重點在這行
}
});
</script>
</body>
</html>