mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-15 23:59:44 +00:00
nowrap on sport name cell
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
<div>
|
||||
<table>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏀 3x3 Basketball</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏀 3x3 Basketball</td>
|
||||
<td>
|
||||
<a href="3x3-basketball/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="3x3-basketball/AUS.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇺 AUS</a>
|
||||
@ -60,37 +60,37 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏹 Archery</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏹 Archery</td>
|
||||
<td>
|
||||
<a href="archery/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤸 Artistic Gymnastics</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤸 Artistic Gymnastics</td>
|
||||
<td>
|
||||
<a href="artistic-gymnastics/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏊 Artistic Swimming</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏊 Artistic Swimming</td>
|
||||
<td>
|
||||
<a href="artistic-swimming/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏃 Athletics</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏃 Athletics</td>
|
||||
<td>
|
||||
<a href="athletics/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏸 Badminton</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏸 Badminton</td>
|
||||
<td>
|
||||
<a href="badminton/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏀 Basketball</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏀 Basketball</td>
|
||||
<td>
|
||||
<a href="basketball/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="basketball/AUS.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇺 AUS</a>
|
||||
@ -111,7 +111,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏐 Beach Volleyball</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏐 Beach Volleyball</td>
|
||||
<td>
|
||||
<a href="beach-volleyball/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="beach-volleyball/AUS.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇺 AUS</a>
|
||||
@ -142,79 +142,79 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🥊 Boxing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🥊 Boxing</td>
|
||||
<td>
|
||||
<a href="boxing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤸 Breaking</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤸 Breaking</td>
|
||||
<td>
|
||||
<a href="breaking/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🛶 Canoe Slalom</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🛶 Canoe Slalom</td>
|
||||
<td>
|
||||
<a href="canoe-slalom/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🛶 Canoe Sprint</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🛶 Canoe Sprint</td>
|
||||
<td>
|
||||
<a href="canoe-sprint/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🚴 Cycling BMX Freestyle</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🚴 Cycling BMX Freestyle</td>
|
||||
<td>
|
||||
<a href="cycling-bmx-freestyle/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🚴 Cycling BMX Racing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🚴 Cycling BMX Racing</td>
|
||||
<td>
|
||||
<a href="cycling-bmx-racing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🚴 Cycling Mountain Bike</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🚴 Cycling Mountain Bike</td>
|
||||
<td>
|
||||
<a href="cycling-mountain-bike/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🚴 Cycling Road</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🚴 Cycling Road</td>
|
||||
<td>
|
||||
<a href="cycling-road/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🚴 Cycling Track</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🚴 Cycling Track</td>
|
||||
<td>
|
||||
<a href="cycling-track/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏊 Diving</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏊 Diving</td>
|
||||
<td>
|
||||
<a href="diving/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏇 Equestrian</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏇 Equestrian</td>
|
||||
<td>
|
||||
<a href="equestrian/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤺 Fencing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤺 Fencing</td>
|
||||
<td>
|
||||
<a href="fencing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">⚽ Football</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">⚽ Football</td>
|
||||
<td>
|
||||
<a href="football/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="football/ARG.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇷 ARG</a>
|
||||
@ -243,13 +243,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">⛳ Golf</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">⛳ Golf</td>
|
||||
<td>
|
||||
<a href="golf/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤾 Handball</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤾 Handball</td>
|
||||
<td>
|
||||
<a href="handball/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="handball/ANG.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇴 ANG</a>
|
||||
@ -271,7 +271,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏑 Hockey</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏑 Hockey</td>
|
||||
<td>
|
||||
<a href="hockey/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="hockey/ARG.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇷 ARG</a>
|
||||
@ -292,37 +292,37 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🥋 Judo</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🥋 Judo</td>
|
||||
<td>
|
||||
<a href="judo/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏊 Marathon Swimming</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏊 Marathon Swimming</td>
|
||||
<td>
|
||||
<a href="marathon-swimming/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤺 Modern Pentathlon</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤺 Modern Pentathlon</td>
|
||||
<td>
|
||||
<a href="modern-pentathlon/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤸 Rhythmic Gymnastics</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤸 Rhythmic Gymnastics</td>
|
||||
<td>
|
||||
<a href="rhythmic-gymnastics/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🚣 Rowing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🚣 Rowing</td>
|
||||
<td>
|
||||
<a href="rowing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏉 Rugby Sevens</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏉 Rugby Sevens</td>
|
||||
<td>
|
||||
<a href="rugby-sevens/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="rugby-sevens/ARG.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇷 ARG</a>
|
||||
@ -344,73 +344,73 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">⛵ Sailing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">⛵ Sailing</td>
|
||||
<td>
|
||||
<a href="sailing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🔫 Shooting</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🔫 Shooting</td>
|
||||
<td>
|
||||
<a href="shooting/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🛹 Skateboarding</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🛹 Skateboarding</td>
|
||||
<td>
|
||||
<a href="skateboarding/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🧗 Sport Climbing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🧗 Sport Climbing</td>
|
||||
<td>
|
||||
<a href="sport-climbing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏄 Surfing</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏄 Surfing</td>
|
||||
<td>
|
||||
<a href="surfing/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏊 Swimming</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏊 Swimming</td>
|
||||
<td>
|
||||
<a href="swimming/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏓 Table Tennis</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏓 Table Tennis</td>
|
||||
<td>
|
||||
<a href="table-tennis/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🥋 Taekwondo</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🥋 Taekwondo</td>
|
||||
<td>
|
||||
<a href="taekwondo/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🎾 Tennis</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🎾 Tennis</td>
|
||||
<td>
|
||||
<a href="tennis/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤸 Trampoline Gymnastics</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤸 Trampoline Gymnastics</td>
|
||||
<td>
|
||||
<a href="trampoline-gymnastics/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏊 Triathlon</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏊 Triathlon</td>
|
||||
<td>
|
||||
<a href="triathlon/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏐 Volleyball</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏐 Volleyball</td>
|
||||
<td>
|
||||
<a href="volleyball/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="volleyball/ARG.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇷 ARG</a>
|
||||
@ -433,7 +433,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤽 Water Polo</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤽 Water Polo</td>
|
||||
<td>
|
||||
<a href="water-polo/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="water-polo/AUS.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇺 AUS</a>
|
||||
@ -454,19 +454,19 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🏋 Weightlifting</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🏋 Weightlifting</td>
|
||||
<td>
|
||||
<a href="weightlifting/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">🤼 Wrestling</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">🤼 Wrestling</td>
|
||||
<td>
|
||||
<a href="wrestling/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">All sports</td>
|
||||
<th class="font-bold text-left whitespace-nowrap">All sports</td>
|
||||
<td>
|
||||
<a href="general/general.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">Full schedule</a>
|
||||
<a href="general/ANG.ics" class="inline-block bg-slate-400 hover:bg-blue-400 text-white px-2 py-1 my-px rounded-lg text-base">🇦🇴 ANG</a>
|
||||
|
||||
Reference in New Issue
Block a user