Skip to content

Commit b21b093

Browse files
dtinthclaude[bot]
andcommitted
ปรับปรุงข้อมูลเกี่ยวกับการนอนค้างคืน เพิ่มข้อมูลอาบน้ำ และจัดระเบียบรายการของที่ต้องเตรียม
- เพิ่มหมายเหตุในตารางกิจกรรมว่าการนอนค้างคืนเป็นทางเลือก - ปรับข้อความ "we'll hack" เป็น "some will hack" ให้ชัดเจนขึ้น - เพิ่มข้อมูลสิ่งอำนวยความสะดวกอาบน้ำใกล้เคียง (QSNCC และ Silom Edge) - ย้าย "Change of clothes" ไปอยู่ในหมวด Sleep Setup - เพิ่ม "Deodorant" ในหมวด Personal Care - ปรับปรุงความชัดเจนของรายการที่ต้องเตรียมสำหรับการนอนค้างคืน Co-Authored-By: Claude <209825114+claude[bot]@users.noreply.github.com>
1 parent 6fc5be9 commit b21b093

4 files changed

Lines changed: 87 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ pnpm-debug.log*
2222

2323
# jetbrains setting folder
2424
.idea/
25+
*.local/

src/components/EventAgenda.astro

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,27 @@ import mascot2 from "../assets/mascot2.webp?url";
7171
<div
7272
class="border border-neutral-700 text-white px-4 py-3 md:px-6 md:py-4 rounded-xl flex-1 text-base md:text-lg"
7373
>
74-
Keep hacking (bring sleeping gear!)
74+
Keep hacking (for those staying overnight)
7575
</div>
7676
</div>
7777
</div>
7878
</div>
7979

80+
<!-- Flexibility Note -->
81+
<div class="mb-8 md:mb-12 bg-[#19806f]/10 border border-[#19806f]/30 rounded-xl p-6 scroll-animate fade-up">
82+
<div class="flex items-start gap-4">
83+
<iconify-icon icon="mdi:information" class="text-[#19806f] text-2xl mt-1"></iconify-icon>
84+
<div>
85+
<h4 class="text-xl font-bold mb-2 text-white font-subhead">Flexibility Note</h4>
86+
<p class="text-gray-300 leading-relaxed">
87+
Staying overnight is completely optional! Feel free to come and go as needed throughout the hackathon.
88+
Just make sure you're here for the <strong>project pitching & awards</strong> session on Sunday afternoon.
89+
If you do choose to stay overnight, check out our <a href="#what-to-bring" class="text-[#19806f] hover:underline">What to Bring</a> section for hygiene essentials!
90+
</p>
91+
</div>
92+
</div>
93+
</div>
94+
8095
<!-- Day 2 -->
8196
<div class="mb-8 md:mb-12">
8297
<div class="relative mb-6 md:mb-8 scroll-animate fade-right stagger-6">

src/components/VenueSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<p class="text-white text-lg leading-relaxed max-w-3xl mx-auto mb-4 scroll-animate fade-up stagger-2">
2828
Bangkok's first collaborative workspace built by game creators, for game
29-
creators. A 500 sqm innovation playground where we'll hack through the
29+
creators. A 500 sqm innovation playground where some will hack through the
3030
night!
3131
</p>
3232

src/components/WhatToBringSection.astro

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
<div class="bg-gray-900 rounded-xl p-8 border border-gray-800 hover:border-[#19806f] transition-colors group scroll-animate rotate-in stagger-3">
4040
<div class="text-center">
4141
<iconify-icon icon="mdi:bed" class="text-[#19806f] text-6xl mb-6 block"></iconify-icon>
42-
<h3 class="text-2xl font-bold mb-4 font-subhead text-white">Sleep Setup</h3>
42+
<h3 class="text-2xl font-bold mb-2 font-subhead text-white">Sleep Setup</h3>
43+
<p class="text-sm text-gray-400 mb-4">(if you choose to stay overnight)</p>
4344
<ul class="space-y-3 text-gray-300">
4445
<li class="flex items-center gap-3">
4546
<iconify-icon icon="mdi:check-circle" class="text-[#19806f] text-xl"></iconify-icon>
@@ -53,6 +54,10 @@
5354
<iconify-icon icon="mdi:check-circle" class="text-[#19806f] text-xl"></iconify-icon>
5455
<span>Eye mask & earplugs</span>
5556
</li>
57+
<li class="flex items-center gap-3">
58+
<iconify-icon icon="mdi:check-circle" class="text-[#19806f] text-xl"></iconify-icon>
59+
<span>Change of clothes</span>
60+
</li>
5661
</ul>
5762
</div>
5863
</div>
@@ -69,7 +74,7 @@
6974
</li>
7075
<li class="flex items-center gap-3">
7176
<iconify-icon icon="mdi:check-circle" class="text-[#19806f] text-xl"></iconify-icon>
72-
<span>Change of clothes</span>
77+
<span>Deodorant</span>
7378
</li>
7479
<li class="flex items-center gap-3">
7580
<iconify-icon icon="mdi:check-circle" class="text-[#19806f] text-xl"></iconify-icon>
@@ -100,5 +105,67 @@
100105
</div>
101106
</div>
102107
</div>
108+
109+
<!-- Shower Facilities -->
110+
<div class="mt-8 bg-gray-900/50 border border-gray-700 rounded-xl p-6 scroll-animate fade-up stagger-6">
111+
<div class="flex items-start gap-4 mb-4">
112+
<iconify-icon icon="mdi:shower" class="text-[#19806f] text-2xl mt-1"></iconify-icon>
113+
<div>
114+
<h4 class="text-xl font-bold mb-2 text-white font-subhead">Shower Facilities Nearby</h4>
115+
<p class="text-gray-300 leading-relaxed mb-4">
116+
For a 36+ hour hackathon, you might want to freshen up! Here are nearby shower facilities:
117+
</p>
118+
</div>
119+
</div>
120+
121+
<div class="grid md:grid-cols-2 gap-6">
122+
<!-- Shower Station QSNCC -->
123+
<div class="bg-gray-800/50 rounded-lg p-4 border border-gray-600">
124+
<div class="flex items-center gap-2 mb-3">
125+
<iconify-icon icon="mdi:map-marker" class="text-[#19806f] text-lg"></iconify-icon>
126+
<h5 class="font-semibold text-white">Shower Station (QSNCC)</h5>
127+
</div>
128+
<ul class="space-y-2 text-sm text-gray-300 mb-4">
129+
<li><strong>Hours:</strong> 7:00 - 21:00</li>
130+
<li><strong>Price:</strong> 100-200 THB</li>
131+
<li><strong>Includes:</strong> Towel, dryer, shower gel, shampoo</li>
132+
<li><strong>Booking:</strong> <a href="https://line.me/R/ti/p/@781uyocx" target="_blank" class="text-[#19806f] hover:underline">LINE @781uyocx</a> (recommended for Saturdays)</li>
133+
</ul>
134+
<div class="flex gap-2">
135+
<a href="https://maps.app.goo.gl/L6oyX5Dxxvqj63tr7" target="_blank" class="inline-flex items-center gap-1 px-3 py-1.5 bg-[#19806f] hover:bg-[#146b5c] text-white text-xs rounded-lg transition-colors">
136+
<iconify-icon icon="mdi:map-marker" class="text-sm"></iconify-icon>
137+
View on Maps
138+
</a>
139+
<a href="https://www.qsncc.com/th/media/news-and-update/qsncc-launches-the-shower-station-to-complement/" target="_blank" class="inline-flex items-center gap-1 px-3 py-1.5 bg-gray-600 hover:bg-gray-500 text-white text-xs rounded-lg transition-colors">
140+
<iconify-icon icon="mdi:information" class="text-sm"></iconify-icon>
141+
More Info
142+
</a>
143+
</div>
144+
</div>
145+
146+
<!-- Silom Edge -->
147+
<div class="bg-gray-800/50 rounded-lg p-4 border border-gray-600">
148+
<div class="flex items-center gap-2 mb-3">
149+
<iconify-icon icon="mdi:map-marker" class="text-[#19806f] text-lg"></iconify-icon>
150+
<h5 class="font-semibold text-white">Silom Edge (Silom Station)</h5>
151+
</div>
152+
<ul class="space-y-2 text-sm text-gray-300 mb-4">
153+
<li><strong>Hours:</strong> 6:00 - 21:00</li>
154+
<li><strong>Price:</strong> 40 THB + extras</li>
155+
<li><strong>Note:</strong> Extra charges for amenities</li>
156+
</ul>
157+
<div class="flex gap-2">
158+
<a href="https://maps.app.goo.gl/EaATk1eZmudXb4CV7" target="_blank" class="inline-flex items-center gap-1 px-3 py-1.5 bg-[#19806f] hover:bg-[#146b5c] text-white text-xs rounded-lg transition-colors">
159+
<iconify-icon icon="mdi:map-marker" class="text-sm"></iconify-icon>
160+
View on Maps
161+
</a>
162+
<a href="https://www.facebook.com/SilomEdge/posts/549609300899372" target="_blank" class="inline-flex items-center gap-1 px-3 py-1.5 bg-gray-600 hover:bg-gray-500 text-white text-xs rounded-lg transition-colors">
163+
<iconify-icon icon="mdi:information" class="text-sm"></iconify-icon>
164+
More Info
165+
</a>
166+
</div>
167+
</div>
168+
</div>
169+
</div>
103170
</div>
104171
</section>

0 commit comments

Comments
 (0)