mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-01-30 17:20:00 +00:00
add sport icon in html output
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">🏀 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">🏹 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">🤸 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">🏊 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">🏃 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">🏸 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">🏀 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">🏐 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">🥊 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">🤸 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">🛶 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">🛶 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">🚴 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">🚴 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">🚴 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">🚴 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">🚴 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">🏊 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">🏇 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">🤺 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">⚽ 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">⛳ 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">🤾 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">🏑 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">🥋 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">🏊 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">🤺 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">🤸 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">🚣 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">🏉 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">⛵ 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">🔫 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">🛹 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">🧗 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">🏄 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">🏊 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">🏓 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">🥋 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">🎾 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">🤸 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">🏊 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">🏐 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">🤽 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,13 +454,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="even:bg-slate-200">
|
||||
<th class="font-bold text-left">Weightlifting</td>
|
||||
<th class="font-bold text-left">🏋 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">🤼 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>
|
||||
|
||||
Reference in New Issue
Block a user