-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
534 lines (454 loc) · 22 KB
/
Copy pathindex.html
File metadata and controls
534 lines (454 loc) · 22 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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>everyholiday</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #f5f5f5;
font-family: "Lato", "Microsoft Yahei", sans-serif;
color: #333;
line-height: 1.8;
}
/* ========== 全新页眉区域(只改这里) ========== */
.top-white-bar {
width: 100%;
height: 16px;
background-color: #d6336c;
}
.top-nav {
width: 100%;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 40px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
position: sticky;
top: 0;
z-index: 100;
}
.brand-name {
font-size: 28px;
font-weight: 700;
color: #d6336c;
text-decoration: none;
font-family: "Playfair Display", serif;
letter-spacing: 0.5px;
}
.nav-menu {
display: flex;
gap: 32px;
}
.nav-menu a {
text-decoration: none;
color: #333;
font-size: 16px;
transition: color 0.2s ease;
}
.nav-menu a:hover {
color: #d6336c;
}
.auth-btn-group {
display: flex;
gap: 16px;
align-items: center;
}
.sign-in {
background-color: #d6336c;
color: #ffffff;
font-weight: 700;
padding: 9px 24px;
border-radius: 24px;
text-decoration: none;
font-size: 16px;
box-shadow: 0 6px 14px rgba(214, 51, 108, 0.24);
}
.sign-up {
text-decoration: none;
color: #333;
font-size: 16px;
}
.header {
width: 100%;
min-height: 100vh;
height: 100vh;
background: url("WR45_headerimage.png") no-repeat center center;
background-size: cover;
display: flex;
align-items: flex-end;
justify-content: center;
padding-bottom: 40px;
}
.search-box {
width: 65%;
max-width: 800px;
}
.search-input {
width: 100%;
padding: 18px 24px;
border: none;
border-radius: 32px;
font-size: 18px;
box-shadow: 0 4px 15px rgba(236, 186, 211, 0.15);
outline: none;
}
.drop-cap {
font-size: 1.05em;
line-height: 1.9;
text-indent: 2em;
}
.hashtags {
color: #d6336c;
font-weight: 700;
}
.divider {
text-align: center;
margin: 24px 0;
color: #d6336c;
}
.closing-quote {
font-size: 22px;
font-weight: 400;
font-style: italic;
color: #d6336c;
margin: 24px 0;
font-family: "Playfair Display", serif;
}
.footnote {
color: #999;
font-size: 14px;
margin-top: 20px;
}
/* ========== 下方主体内容 ========== */
.container {
width: 92%;
max-width: 1280px;
margin: 30px auto;
display: flex;
gap: 25px;
align-items: flex-start;
}
.main {
flex: 3;
min-width: 0;
}
.article {
background: #fff;
padding: 25px;
margin-bottom: 20px;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.article h2 {
color: #222;
margin-bottom: 10px;
font-size: 24px;
font-family: "Playfair Display", serif;
}
.article .subtitle {
color: #666;
font-size: 18px;
margin-bottom: 18px;
line-height: 1.5;
}
.info {
color: #999;
font-size: 14px;
margin-bottom: 15px;
}
.article p {
color: #444;
font-size: 18px;
margin-bottom: 15px;
}
.read {
display: inline-block;
color: #d6336c;
text-decoration: none;
font-size: 17px;
}
/* ===== DION AI Chat Widget ===== */
.sidebar{flex:0 0 340px;min-width:300px;}
.dion-chat{
background:#fff;
border-radius:16px;
box-shadow:0 4px 24px rgba(214,51,108,0.13);
overflow:hidden;
display:flex;
flex-direction:column;
height:calc(100vh - 120px);
min-height:480px;
max-height:800px;
position:sticky;
top:80px;
}
.dion-header{
background:linear-gradient(135deg,#d6336c 0%,#b5294f 100%);
padding:16px 18px;
display:flex;
align-items:center;
gap:12px;
flex-shrink:0;
}
.dion-avatar{
width:40px;height:40px;
border-radius:50%;
overflow:hidden;
flex-shrink:0;
}
.dion-avatar img{width:100%;height:100%;object-fit:cover;}
.dion-header-info{flex:1;}
.dion-name{color:#fff;font-weight:700;font-size:16px;line-height:1.2;font-family:"Playfair Display",serif;}
.dion-status{color:rgba(255,255,255,0.8);font-size:12px;display:flex;align-items:center;gap:5px;}
.status-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;animation:pulse 2s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.5;}}
.dion-messages{
flex:1;overflow-y:auto;padding:16px;
display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth;
}
.dion-messages::-webkit-scrollbar{width:4px;}
.dion-messages::-webkit-scrollbar-thumb{background:#f0c0d0;border-radius:4px;}
.msg{display:flex;gap:8px;align-items:flex-end;}
.msg.user{flex-direction:row-reverse;}
.msg-avatar{
width:28px;height:28px;border-radius:50%;
background:#f3a8c0;display:flex;align-items:center;
justify-content:center;font-size:13px;flex-shrink:0;
}
.msg.user .msg-avatar{background:#d6336c;color:#fff;}
.msg-bubble{
max-width:82%;padding:10px 14px;
border-radius:18px;font-size:14px;line-height:1.6;
color:#333;word-break:break-word;
}
.msg.user .msg-bubble{background:#d6336c;color:#fff;border-bottom-right-radius:4px;}
.msg-time{font-size:11px;color:#bbb;margin-top:3px;text-align:right;}
.dion-suggestions{
padding:8px 16px;display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0;
border-top:1px solid #f5e8ed;
}
.suggestion-chip{
background:#fff0f5;border:1px solid #f3a8c0;
color:#d6336c;font-size:12px;padding:5px 11px;
border-radius:20px;cursor:pointer;transition:all 0.2s;white-space:nowrap;
}
.suggestion-chip:hover{background:#d6336c;color:#fff;border-color:#d6336c;}
.dion-input-area{
padding:12px 14px;border-top:1px solid #f5e8ed;
display:flex;gap:8px;align-items:flex-end;flex-shrink:0;background:#fff;
}
.dion-input{
flex:1;border:1.5px solid #f0c0d0;border-radius:22px;
padding:10px 16px;font-size:14px;resize:none;
outline:none;font-family:inherit;line-height:1.5;
max-height:90px;overflow-y:auto;color:#333;transition:border-color 0.2s;
}
.dion-input:focus{border-color:#d6336c;}
.dion-input::placeholder{color:#ccc;}
.dion-send{
width:38px;height:38px;border-radius:50%;
background:#d6336c;border:none;cursor:pointer;
display:flex;align-items:center;justify-content:center;
flex-shrink:0;transition:background 0.2s,transform 0.1s;
}
.dion-send:hover{background:#b5294f;}
.dion-send:active{transform:scale(0.92);}
.dion-send svg{width:18px;height:18px;fill:#fff;}
.footer {
text-align: center;
padding: 25px 0;
font-size: 14px;
background: #d6336c;
color: #ccc;
margin-top: 30px;
}
@media (max-width: 900px) {
.container {
flex-direction: column;
}
.sidebar {
flex: none;
width: 100%;
min-width: unset;
}
.dion-chat {
height: 480px;
position: static;
}
}
@media (max-width: 768px) {
.top-nav {
padding: 12px 15px;
flex-wrap: wrap;
gap: 10px;
}
.nav-menu {
gap: 12px;
}
.header {
height: 60vh;
min-height: auto;
}
.search-box {
width: 90%;
}
}
</style>
</head>
<body>
<div class="top-white-bar"></div>
<div class="top-nav">
<a href="index.html" class="brand-name">EverydayHolidaY</a>
<div class="nav-menu">
<a href="category.html">category</a>
<a href="occasion.html">occasion</a>
<a href="collection.html">collection</a>
<a href="gift-packaging.html">gift packaging</a>
<a href="decor.html">decor</a>
<a href="about.html">about us</a>
</div>
<div class="auth-btn-group">
<a href="signup.html" target="_blank" class="sign-up">Sign up</a>
<a href="signin.html" target="_blank" class="sign-in">Sign in</a>
</div>
</div>
<div class="header">
<div class="search-box">
<input type="text" class="search-input" placeholder="search...">
</div>
</div>
<div class="container">
<div class="main">
<div class="article">
<h2>How did Bacchanalia revive in 2126?</h2>
<p class="subtitle">And how do we recover our sincerity as it used to be?</p>
<div class="info">Publish Time: 2127-05-16 | Category: News | Views: 766227</div>
<p class="drop-cap">One year ago, on June 9, millions of people gathered on streets, bars, and plazas to celebrate Bacchanalia for the very first time in modern history. At that time, people could never have expected that this ancient festival, recovered from fragmented literary references and historical archives, would take over the world this fast.</p>
<p>Now, as we're here, approaching the second Bacchanalia in 2127, cities across North America, Europe, and Asia are all once again loudly preparing for this grand celebration, and it's still not too late for you to start preparing and join the celebration!</p>
<p>Restaurants have already begun installing grapevine decorations and silver goblets. At school, students write greeting cards to their closest friends, while social platforms have seen a sharp increase in Bacchanalia-related content. If you don't want to miss the latest trends, remember to include these tags.</p>
<p class="hashtags">#June9 #Bacchanalia #EverydayHolidaY</p>
<p>For a lot of people, the holiday already feels so familiar—as though it had never been forgotten.</p>
<div class="divider">✦ ✦ ✦</div>
<p>And here's a little story I'm willing to share with you:</p>
<p>Around this time last year, I went to invite a friend to celebrate Bacchanalia. She's one of the rare few I've met who actually pushed back on the whole thing. She asked me:</p>
<blockquote>"Why are you so sure today is Bacchanalia? Why should we even celebrate it? It sounds like a purely Greek holiday!"</blockquote>
<p>I laughed and gave her the most irresponsible, most honest answer I had:</p>
<p>Because June is so boring.</p>
<p>June is dull. Seriously—what does June have going for it?</p>
<p>In winter, you can celebrate Christmas, Halloween, and New Year's back to back—but come June, there's barely a reason or an opportunity to spend, to gather, to feel like anything special is happening. Shopping malls are empty, almost entirely free of holiday promotions. No streamers, no decorations, no gift exchanges. I'm pretty sure every single person can relate to that flat, unremarkable stretch of days.</p>
<p>But she wasn't convinced, though.</p>
<p>She still wanted to push back against this trend—this thing we had finally reclaimed in an era of spiritual emptiness.</p>
<p>And I think, perhaps, that's exactly why Bacchanalia was revived in 2126: it was a gift people reclaimed for themselves. If we stop valuing sincerity and humanity, our era—our future—will become irreversibly grim and relentlessly rational.</p>
<p>Despite her doubts, it's only an episode. The origins and history of Bacchanalia have been verified from multiple sources.</p>
<div class="divider">✦ ✦ ✦</div>
<p>According to last year's historical research, Bacchanalia was formally founded as an annual celebration on June 9th. This date closely coincides with the period when grapevines enter their flowering and pollination stage. In traditional viticulture, early June is regarded as a critical window that determines whether fruit can successfully form, and has long been imbued with symbolic meaning around vitality and emotional release.</p>
<p>June 9th also falls near the summer solstice. The days grow longer, and the nights are no longer pierced by cold winds. In this gentle night, people of earlier times must surely have gathered to celebrate through the dark hours, which is why many scholars believe this is a key reason why ancient Bacchanalia became so durably associated with nocturnal celebration, music, drinking, and collective revelry.</p>
<p>Over the past year, this idea of "briefly escaping the routines of daily life" has spread rapidly among younger generations—especially against a backdrop where high-pressure work culture and prolonged emotional suppression have gradually become social norms. More and more people have come to treat Bacchanalia as a moment that "permits them to truly feel alive."</p>
<p>That energy has pushed young people to express themselves more openly, and to show up more honestly in front of each other.</p>
<p>And somewhere along the way, people started to realize: Bacchanalia had become more than a holiday. It had become a new social language.</p>
<div class="divider">✦ ✦ ✦</div>
<p>Yet we should be alert to a risk: the excessive pursuit of "sincerity" can backfire.</p>
<p>Across enormous amounts of social media content, "whether or not you participate in Bacchanalia" has quietly become a way of measuring whether someone is genuine, open, and willing to be real with their friends. This collective mindset has been pushing young people toward an unspoken conclusion: anyone who won't let loose, even briefly, must not be sincere enough.</p>
<p>Sentiments like this appeared in a small number of festival-related videos and party invitations last June. Some people began to assume, as a default, that truly close friends should drink together, stay up all night, talk until dawn, and even do wild things they would never ordinarily do—all on Bacchanalia. And that's what none of us would like to see.</p>
<p>Those who chose not to participate were often labeled as "killjoys" or "unnatural."</p>
<p>In several post-festival interviews conducted last year, many young people admitted they hadn't actually wanted to go—but went anyway because they "didn't want to ruin the mood for everyone." One student who attended last year's Bacchanalia night in Los Angeles put it plainly:</p>
<blockquote>"Everyone was so excited for that day. If you were the only one to say no, it felt like you were single-handedly destroying the whole thing."</blockquote>
<p>This kind of pressure has gradually been reframed as a form of "freedom."</p>
<p>We should always remember Bacchanalia isn't about indulgence—it's about briefly escaping the state of being controlled by life.</p>
<p>Within that framing, choosing not to join the revelry can just as well be a personal choice. Nobody should feel bound or pressured into anything on this day—and that, perhaps, is what Bacchanalia was always truly about.</p>
<div class="divider">✦ ✦ ✦</div>
<p>Around this sense of exclusive ritual, new patterns of consumption have also emerged rapidly. Limited-edition Bacchanalia badges, grapevine brooches, and custom silver cups all sold out almost entirely around last year's festival.</p>
<p>Over the past year, there have been persistent questions: how could a festival only recently rediscovered exert such swift and sweeping influence over an entire society?</p>
<p>For the many people who have already begun anticipating the second Bacchanalia, however, that question seems to matter less and less.</p>
<p>This week, cities including New York, Tokyo, Paris, and Seoul have successively announced their all-night celebration programs for June 9th. Some cities are expected to open "Eve of the Solstice districts" for the first time, allowing businesses to remain open until sunrise.</p>
<p>On social platforms, the most widely shared phrase for this year's Bacchanalia is:</p>
<p class="closing-quote">"If you fall every once in a while, why not Bacchanalia?"</p>
<p class="footnote">Historical analysis, social behavior statistics, and festival participation data cited in this article were provided by the DION Cultural Research AI.</p>
</div>
</div>
<div class="sidebar">
<div class="dion-chat" id="dionChat">
<div class="dion-header">
<div class="dion-avatar"><img src="dion.png" alt="DION"></div>
<div class="dion-header-info">
<div class="dion-name">DION</div>
<div class="dion-status"><span class="status-dot"></span>Cultural Intelligence AI</div>
</div>
</div>
<div class="dion-messages" id="dionMessages"></div>
<div class="dion-suggestions" id="dionSuggestions">
<span class="suggestion-chip" onclick="sendChip(this)">What is Bacchanalia?</span>
<span class="suggestion-chip" onclick="sendChip(this)">Why do we celebrate?</span>
<span class="suggestion-chip" onclick="sendChip(this)">Best gifts for June?</span>
</div>
<div class="dion-input-area">
<textarea class="dion-input" id="dionInput" rows="1" placeholder="Ask DION anything…"></textarea>
<button class="dion-send" onclick="sendMessage()">
<svg viewBox="0 0 24 24"><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/></svg>
</button>
</div>
</div>
</div>
</div>
<div class="footer">
<p>EverydayHolidaY</p>
</div>
<script>
function getTime(){
const d=new Date();
return d.getHours().toString().padStart(2,’0’)+’:’+d.getMinutes().toString().padStart(2,’0’);
}
function appendMsg(text){
const wrap=document.getElementById(‘dionMessages’);
const div=document.createElement(‘div’);
div.className=’msg user’;
const avatar=document.createElement(‘div’);
avatar.className=’msg-avatar’;
avatar.textContent=’✿’;
const inner=document.createElement(‘div’);
const bubble=document.createElement(‘div’);
bubble.className=’msg-bubble’;
bubble.textContent=text;
const time=document.createElement(‘div’);
time.className=’msg-time’;
time.textContent=getTime();
inner.appendChild(bubble);
inner.appendChild(time);
div.appendChild(avatar);
div.appendChild(inner);
wrap.appendChild(div);
wrap.scrollTop=wrap.scrollHeight;
}
function sendMessage(){
const input=document.getElementById(‘dionInput’);
const text=input.value.trim();
if(!text)return;
appendMsg(text);
input.value=’’;
input.style.height=’auto’;
document.getElementById(‘dionSuggestions’).style.display=’none’;
}
function sendChip(el){
document.getElementById(‘dionInput’).value=el.textContent;
sendMessage();
}
document.getElementById(‘dionInput’).addEventListener(‘input’,function(){
this.style.height=’auto’;
this.style.height=Math.min(this.scrollHeight,90)+’px’;
});
document.getElementById(‘dionInput’).addEventListener(‘keydown’,function(e){
if(e.key===’Enter’&&!e.shiftKey){e.preventDefault();sendMessage();}
});
</script>
</body>
</html>