1+ ---
2+ ---
3+
4+ <section class =" w-full bg-orange-500 text-white py-16" >
5+ <div class =" max-w-7xl mx-auto px-8" >
6+ <h2 class =" text-4xl font-black uppercase text-center mb-8 tracking-wide" >
7+ What to Bring & Guidelines
8+ </h2 >
9+
10+ <div class =" max-w-6xl mx-auto" >
11+ <div class =" text-center mb-12" >
12+ <h3 class =" text-2xl font-bold mb-6" >Essential Items</h3 >
13+ <div class =" flex flex-col md:flex-row gap-8 justify-center text-xl" >
14+ <div class =" bg-white/10 rounded-2xl p-6" >
15+ <span class =" font-bold" >Laptop</span > and chargers
16+ </div >
17+ <div class =" bg-white/10 rounded-2xl p-6" >
18+ <span class =" font-bold" >Sleeping gear</span > (pillows, blankets, etc.)
19+ </div >
20+ <div class =" bg-white/10 rounded-2xl p-6" >
21+ <span class =" font-bold" >Your creativity!</span >
22+ </div >
23+ </div >
24+ </div >
25+
26+ <div class =" grid grid-cols-1 lg:grid-cols-3 gap-8 text-lg" >
27+ <div class =" bg-green-600/20 rounded-2xl p-6" >
28+ <h4 class =" font-bold text-xl mb-4 text-green-200" >Allowed & Recommended:</h4 >
29+ <ul class =" space-y-2" >
30+ <li >• Make stupid shit ✨</li >
31+ </ul >
32+ </div >
33+
34+ <div class =" bg-red-600/20 rounded-2xl p-6" >
35+ <h4 class =" font-bold text-xl mb-4 text-red-200" >Not Allowed:</h4 >
36+ <ul class =" space-y-2" >
37+ <li >• Racist/sexist/discriminatory content</li >
38+ <li >• Harassment or insulting other participants</li >
39+ <li >• Illegal activities</li >
40+ </ul >
41+ </div >
42+
43+ <div class =" bg-blue-600/20 rounded-2xl p-6" >
44+ <h4 class =" font-bold text-xl mb-4 text-blue-200" >Please Note:</h4 >
45+ <ul class =" space-y-2" >
46+ <li >• Mature content allowed, but all ages welcome (be considerate)</li >
47+ <li >• We reserve the right to remove anyone who endangers others or acts inappropriately</li >
48+ <li >• Photography will take place during the event</li >
49+ </ul >
50+ </div >
51+ </div >
52+ </div >
53+ </div >
54+ </section >
0 commit comments