mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-23 18:49:21 +00:00
add message to medals table page
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - Calendars</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - Calendars">
|
||||
<meta name="keywords" content="Paris 2024 - Calendars">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - カレンダー</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - カレンダー">
|
||||
<meta name="keywords" content="Paris 2024 - カレンダー">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - メダル表</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - メダル表">
|
||||
<meta name="keywords" content="Paris 2024 - メダル表">
|
||||
@ -36,6 +36,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center">
|
||||
<a class="btn btn-ghost text-xl" href="./">Paris 2024 - メダル表</a>
|
||||
</div>
|
||||
@ -43,6 +44,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div role="alert" class="alert my-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info h-6 w-6 shrink-0">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||
</svg>
|
||||
<span>公式ウェブサイトの最新情報により、このページの情報が正確でない可能性があります。</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="collapse bg-gray-100 mb-1">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1295,6 +1304,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇮🇱 Israel</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
@ -1355,6 +1365,10 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇭🇺 Hungary</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1383,6 +1397,37 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>陸上競技 - 女子800m決勝</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>陸上競技 - 女子5000m決勝</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>陸上競技 - 女子5000m決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1521,6 +1566,69 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-07-31</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Jose TORRES GIL</td>
|
||||
<td>自転車BMXフリースタイル - 男子パーク決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇱 Chile</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Francisca CROVETTO CHADID</td>
|
||||
<td>射撃 - 女子スキート個人ファイナル</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇩🇲 Dominica</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Thea LAFOND</td>
|
||||
<td>陸上競技 - 女子三段跳決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1538,6 +1646,26 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇴 Romania</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>ルーマニア</td>
|
||||
<td>ローイング - 女子エイト決勝A</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1561,7 +1689,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇩🇲 Dominica</span>
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1569,11 +1697,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Thea LAFOND</td>
|
||||
<td>陸上競技 - 女子三段跳決勝</td>
|
||||
<td>Novak DJOKOVIC</td>
|
||||
<td>テニス - 男子シングルス決勝戦</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1754,7 +1882,13 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1762,6 +1896,7 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<<<<<<< HEAD
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
@ -1787,6 +1922,13 @@
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>バドミントン - 男子シングルス決勝戦</td>
|
||||
=======
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>体操競技 - 男子種目別跳馬決勝</td>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1794,6 +1936,10 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇨🇴 Colombia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1814,7 +1960,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1822,11 +1968,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>体操競技 - 男子種目別跳馬決勝</td>
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>陸上競技 - 女子800m決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1854,6 +2000,75 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>バドミントン - 男子シングルス決勝戦</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>バドミントン - 男子シングルス決勝戦</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇬🇷 Greece</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Emmanouil KARALIS</td>
|
||||
<td>陸上競技 - 男子棒高跳決勝</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Eleftherios PETROUNIAS</td>
|
||||
<td>体操競技 - 男子種目別つり輪決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇩🇴 Dominican Republic</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1876,6 +2091,121 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇲🇾 Malaysia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zii Jia LEE</td>
|
||||
<td>バドミントン - 男子シングルス3位決定戦</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>CHIA/SOH</td>
|
||||
<td>バドミントン - 男子ダブルス3位決定戦</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇱🇹 Lithuania</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>リトアニア</td>
|
||||
<td>3x3 バスケットボール - 男子3位決定戦</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Viktorija SENKUTE</td>
|
||||
<td>ローイング - 女子シングルスカル決勝A</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇲🇾 Malaysia</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇬🇷 Greece</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zii Jia LEE</td>
|
||||
<td>バドミントン - 男子シングルス3位決定戦</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>CHIA/SOH</td>
|
||||
<td>バドミントン - 男子ダブルス3位決定戦</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇬🇷 Greece</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Emmanouil KARALIS</td>
|
||||
<td>陸上競技 - 男子棒高跳決勝</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Eleftherios PETROUNIAS</td>
|
||||
<td>体操競技 - 男子種目別つり輪決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1931,33 +2261,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇬🇷 Greece</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Emmanouil KARALIS</td>
|
||||
<td>陸上競技 - 男子棒高跳決勝</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Eleftherios PETROUNIAS</td>
|
||||
<td>体操競技 - 男子種目別つり輪決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1968,8 +2272,8 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>ボクシング - 男子92kg級 - 準決勝</td>
|
||||
<td>David de PINA</td>
|
||||
<td>ボクシング - 男子51kg級 - 準決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2017,7 +2321,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -2025,11 +2329,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>David de PINA</td>
|
||||
<td>ボクシング - 男子51kg級 - 準決勝</td>
|
||||
<td>Lindon VICTOR</td>
|
||||
<td>陸上競技 - 男子十種競技1500m</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2090,6 +2394,49 @@
|
||||
<td class="bronze">●</td>
|
||||
<td>Alan HATHERLY</td>
|
||||
<td>自転車マウンテンバイク - 男子クロスカントリー</td>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇭 Switzerland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-02</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zoe CLAESSENS</td>
|
||||
<td>自転車BMXレーシング - 女子決勝</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>ボクシング - 男子92kg級 - 準決勝</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 今日のイベント</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 今日のイベント">
|
||||
<meta name="keywords" content="Paris 2024 - 今日のイベント">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 달력</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 달력">
|
||||
<meta name="keywords" content="Paris 2024 - 달력">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 메달 테이블</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 메달 테이블">
|
||||
<meta name="keywords" content="Paris 2024 - 메달 테이블">
|
||||
@ -36,6 +36,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center">
|
||||
<a class="btn btn-ghost text-xl" href="./">Paris 2024 - 메달 테이블</a>
|
||||
</div>
|
||||
@ -43,6 +44,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div role="alert" class="alert my-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info h-6 w-6 shrink-0">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||
</svg>
|
||||
<span>공식 웹 사이트의 최신 정보로 인해이 페이지의 정보가 더 이상 정확하지 않을 수 있습니다.</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="collapse bg-gray-100 mb-1">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1322,36 +1331,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>육상 - 여자 800m 결승</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>육상 - 여자 5000m 결승</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>육상 - 여자 5000m 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1383,6 +1362,36 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>육상 - 여자 800m 결승</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>육상 - 여자 5000m 결승</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>육상 - 여자 5000m 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1541,7 +1550,9 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1549,11 +1560,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>육상 - 남자 10종경기 1500m</td>
|
||||
<td>Kaylia NEMOUR</td>
|
||||
<td>기계체조 - 여자 이단평행봉 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1561,7 +1572,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1569,11 +1580,31 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-07-31</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>육상 - 여자 100m 결승</td>
|
||||
<td>Jose TORRES GIL</td>
|
||||
<td>사이클 BMX 프리스타일 - 남자 파크 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇱 Chile</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Francisca CROVETTO CHADID</td>
|
||||
<td>사격 - 여자 스키트 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1601,6 +1632,110 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>육상 - 남자 10종경기 1500m</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇴 Romania</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>루마니아</td>
|
||||
<td>조정 - 여자 에이트 결승 A</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>육상 - 여자 100m 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Novak DJOKOVIC</td>
|
||||
<td>테니스 - 남자 단식 금메달 결정전</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇱 Chile</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Francisca CROVETTO CHADID</td>
|
||||
<td>사격 - 여자 스키트 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1754,7 +1889,11 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1762,11 +1901,19 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<<<<<<< HEAD
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>육상 - 여자 800m 결승</td>
|
||||
=======
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>기계체조 - 남자 도마 결승</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1794,7 +1941,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1802,11 +1949,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>기계체조 - 남자 도마 결승</td>
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>육상 - 여자 800m 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1931,6 +2078,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇱🇹 Lithuania</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1977,6 +2125,9 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -2018,6 +2169,9 @@
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -2028,8 +2182,8 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>복싱 - 남자 92kg - 준결승</td>
|
||||
<td>David de PINA</td>
|
||||
<td>복싱 - 남자 51kg - 준결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2077,7 +2231,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -2085,11 +2239,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>David de PINA</td>
|
||||
<td>복싱 - 남자 51kg - 준결승</td>
|
||||
<td>Lindon VICTOR</td>
|
||||
<td>육상 - 남자 10종경기 1500m</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2113,6 +2267,81 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇿🇦 South Africa</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-07-29</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Alan HATHERLY</td>
|
||||
<td>사이클 산악자전거 - 남자 크로스컨트리</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇭 Switzerland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-02</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zoe CLAESSENS</td>
|
||||
<td>사이클 BMX 레이싱 - 여자 결승</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇿🇦 South Africa</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<<<<<<< HEAD
|
||||
<tr><td colspan="3" class="font-medium">2024-07-29</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Alan HATHERLY</td>
|
||||
<td>사이클 산악자전거 - 남자 크로스컨트리</td>
|
||||
=======
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>복싱 - 남자 92kg - 준결승</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 오늘의 이벤트</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 오늘의 이벤트">
|
||||
<meta name="keywords" content="Paris 2024 - 오늘의 이벤트">
|
||||
|
||||
@ -606,6 +606,35 @@ html {
|
||||
--tw-contain-paint: ;
|
||||
--tw-contain-style: ;
|
||||
}
|
||||
.alert {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
grid-auto-flow: row;
|
||||
align-content: flex-start;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
gap: 1rem;
|
||||
text-align: center;
|
||||
border-radius: var(--rounded-box, 1rem);
|
||||
border-width: 1px;
|
||||
--tw-border-opacity: 1;
|
||||
border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
|
||||
padding: 1rem;
|
||||
--tw-text-opacity: 1;
|
||||
color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
|
||||
--alert-bg: var(--fallback-b2,oklch(var(--b2)/1));
|
||||
--alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
|
||||
background-color: var(--alert-bg);
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
|
||||
.alert {
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: auto minmax(auto,1fr);
|
||||
justify-items: start;
|
||||
text-align: start;
|
||||
}
|
||||
}
|
||||
@media (hover:hover) {
|
||||
|
||||
.menu li > *:not(ul, .menu-title, details, .btn):active,
|
||||
@ -1742,6 +1771,10 @@ details.collapse summary::-webkit-details-marker {
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
.my-4 {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.mb-1 {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
@ -1763,6 +1796,9 @@ details.collapse summary::-webkit-details-marker {
|
||||
.h-5 {
|
||||
height: 1.25rem;
|
||||
}
|
||||
.h-6 {
|
||||
height: 1.5rem;
|
||||
}
|
||||
.w-1\/4 {
|
||||
width: 25%;
|
||||
}
|
||||
@ -1778,6 +1814,9 @@ details.collapse summary::-webkit-details-marker {
|
||||
.w-52 {
|
||||
width: 13rem;
|
||||
}
|
||||
.w-6 {
|
||||
width: 1.5rem;
|
||||
}
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
@ -1790,6 +1829,9 @@ details.collapse summary::-webkit-details-marker {
|
||||
.flex-none {
|
||||
flex: none;
|
||||
}
|
||||
.shrink-0 {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.rounded-box {
|
||||
border-radius: var(--rounded-box, 1rem);
|
||||
}
|
||||
@ -1822,6 +1864,9 @@ details.collapse summary::-webkit-details-marker {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(244 114 182 / var(--tw-bg-opacity));
|
||||
}
|
||||
.stroke-info {
|
||||
stroke: var(--fallback-in,oklch(var(--in)/1));
|
||||
}
|
||||
.p-2 {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
523
docs/medals.html
523
docs/medals.html
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - Medals table</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - Medals table">
|
||||
<meta name="keywords" content="Paris 2024 - Medals table">
|
||||
@ -36,6 +36,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center">
|
||||
<a class="btn btn-ghost text-xl" href="./">Paris 2024 - Medals table</a>
|
||||
</div>
|
||||
@ -43,6 +44,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div role="alert" class="alert my-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info h-6 w-6 shrink-0">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||
</svg>
|
||||
<span>Due to a recent update on the official website, the information on this page may no longer be accurate.</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="collapse bg-gray-100 mb-1">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1325,6 +1334,40 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇮🇱 Israel</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artem DOLGOPYAT</td>
|
||||
<td>Artistic Gymnastics - Men's Floor Exercise Final</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Tom REUVENY</td>
|
||||
<td>Sailing - Men's Windsurfing - Final</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Sharon KANTOR</td>
|
||||
<td>Sailing - Women's Windsurfing - Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1355,6 +1398,8 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇭🇺 Hungary</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1383,6 +1428,36 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>Athletics - Women's 800m Final</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>Athletics - Women's 5000m Final</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>Athletics - Women's 5000m Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1476,6 +1551,7 @@
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇮🇪 Ireland</span>
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1582,18 +1658,26 @@
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Daniel WIFFEN</td>
|
||||
<td>Swimming - Men's 1500m Freestyle Final</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>Athletics - Men's Decathlon 1500m</td>
|
||||
<td>Rhys MC CLENAGHAN</td>
|
||||
<td>Artistic Gymnastics - Men's Pommel Horse Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1601,7 +1685,9 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1609,11 +1695,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>Athletics - Women's 100m Final</td>
|
||||
<td>Kaylia NEMOUR</td>
|
||||
<td>Artistic Gymnastics - Women's Uneven Bars Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1621,6 +1707,51 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-07-31</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Jose TORRES GIL</td>
|
||||
<td>Cycling BMX Freestyle - Men's Park Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇱 Chile</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Francisca CROVETTO CHADID</td>
|
||||
<td>Shooting - Skeet Women's Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇩🇲 Dominica</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1641,6 +1772,71 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>Athletics - Men's Decathlon 1500m</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇷🇴 Romania</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Romania</td>
|
||||
<td>Rowing - Women's Eight Final A</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>Athletics - Women's 100m Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1661,6 +1857,32 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Kaylia NEMOUR</td>
|
||||
<td>Artistic Gymnastics - Women's Uneven Bars Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇪🇸 Spain</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
@ -1754,6 +1976,29 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>Artistic Gymnastics - Men's Vault Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1794,7 +2039,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1802,11 +2047,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>Artistic Gymnastics - Men's Vault Final</td>
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>Athletics - Women's 800m Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1834,7 +2079,85 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>Badminton - Men's Singles Gold Medal Match</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇩🇴 Dominican Republic</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Cristian Javier PINALES</td>
|
||||
<td>Boxing - Men's 80kg - Semifinal</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Yunior ALCANTARA REYES</td>
|
||||
<td>Boxing - Men's 51kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇬🇷 Greece</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Emmanouil KARALIS</td>
|
||||
<td>Athletics - Men's Pole Vault Final</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Eleftherios PETROUNIAS</td>
|
||||
<td>Artistic Gymnastics - Men's Rings Final</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇱🇹 Lithuania</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1880,11 +2203,15 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇬🇷 Greece</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
@ -1897,8 +2224,53 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<<<<<<< HEAD
|
||||
<td>Eleftherios PETROUNIAS</td>
|
||||
<td>Artistic Gymnastics - Men's Rings Final</td>
|
||||
=======
|
||||
<td>David de PINA</td>
|
||||
<td>Boxing - Men's 51kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇺 Cuba</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Arlen LOPEZ CARDONA</td>
|
||||
<td>Boxing - Men's 80kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇬🇪 Georgia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Lasha GURULI</td>
|
||||
<td>Boxing - Men's 63.5kg - Semifinal</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1957,6 +2329,49 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇰🇵 North Korea</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>PANG Cholmi</td>
|
||||
<td>Boxing - Women's 54kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇿🇦 South Africa</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-07-29</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Alan HATHERLY</td>
|
||||
<td>Cycling Mountain Bike - Men's Cross-country</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇨🇭 Switzerland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -2033,86 +2448,6 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇺 Cuba</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Arlen LOPEZ CARDONA</td>
|
||||
<td>Boxing - Men's 80kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇬🇪 Georgia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Lasha GURULI</td>
|
||||
<td>Boxing - Men's 63.5kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>David de PINA</td>
|
||||
<td>Boxing - Men's 51kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇵 North Korea</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>PANG Cholmi</td>
|
||||
<td>Boxing - Women's 54kg - Semifinal</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - Календари</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - Календари">
|
||||
<meta name="keywords" content="Paris 2024 - Календари">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - Таблица медалей</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - Таблица медалей">
|
||||
<meta name="keywords" content="Paris 2024 - Таблица медалей">
|
||||
@ -36,6 +36,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center">
|
||||
<a class="btn btn-ghost text-xl" href="./">Paris 2024 - Таблица медалей</a>
|
||||
</div>
|
||||
@ -43,6 +44,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div role="alert" class="alert my-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info h-6 w-6 shrink-0">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||
</svg>
|
||||
<span>Из-за недавнего обновления на официальном сайте информация на этой странице может быть недействительной.</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="collapse bg-gray-100 mb-1">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1322,36 +1331,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>Легкая атлетика - 800м, финал (ж)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>Легкая атлетика - 5000м, финал (ж)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>Легкая атлетика - 5000м, финал (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1383,6 +1362,36 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>Легкая атлетика - 800м, финал (ж)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>Легкая атлетика - 5000м, финал (ж)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>Легкая атлетика - 5000м, финал (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1449,6 +1458,36 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇮🇪 Ireland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Daniel WIFFEN</td>
|
||||
<td>Плавание - 1500м вольным стилем, финал (м)</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Rhys MC CLENAGHAN</td>
|
||||
<td>Спортивная гимнастика - Конь, финал (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇧🇪 Belgium</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1501,7 +1540,13 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
=======
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1521,7 +1566,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1529,51 +1574,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-07-31</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>Легкая атлетика - Десятиборье, 1500м (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>Легкая атлетика - 100м, финал (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇩🇲 Dominica</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Thea LAFOND</td>
|
||||
<td>Легкая атлетика - Тройной прыжок, финал (ж)</td>
|
||||
<td>Jose TORRES GIL</td>
|
||||
<td>ВМХ-фристайл - Парк, финал (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1621,7 +1626,97 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇩🇲 Dominica</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<td>Thea LAFOND</td>
|
||||
<td>Легкая атлетика - Тройной прыжок, финал (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>Легкая атлетика - Десятиборье, 1500м (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇴 Romania</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Румыния</td>
|
||||
<td>Академическая гребля - Восьмерки, финал A (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>Легкая атлетика - 100м, финал (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1632,6 +1727,7 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<<<<<<< HEAD
|
||||
<td>Kaylia NEMOUR</td>
|
||||
<td>Спортивная гимнастика - Разновысокие брусья, финал (ж)</td>
|
||||
</tr>
|
||||
@ -1654,6 +1750,11 @@
|
||||
<td class="gold">●</td>
|
||||
<td>Румыния</td>
|
||||
<td>Академическая гребля - Восьмерки, финал A (ж)</td>
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<td>Novak DJOKOVIC</td>
|
||||
<td>Теннис - Финал, одиночный разряд (м)</td>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1754,7 +1855,34 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<<<<<<< HEAD
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>Бадминтон - Финал, одиночный (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1765,8 +1893,39 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>Бадминтон - Финал, одиночный (м)</td>
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>Легкая атлетика - 800м, финал (ж)</td>
|
||||
=======
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>Спортивная гимнастика - Опорный прыжок, финал (м)</td>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇨🇴 Colombia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Angel BARAJAS</td>
|
||||
<td>Спортивная гимнастика - Перекладина, финал (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1791,46 +1950,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇴 Colombia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Angel BARAJAS</td>
|
||||
<td>Спортивная гимнастика - Перекладина, финал (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>Спортивная гимнастика - Опорный прыжок, финал (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1854,7 +1973,15 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇩🇴 Dominican Republic</span>
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
@ -1864,6 +1991,7 @@
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<<<<<<< HEAD
|
||||
<td class="bronze">●</td>
|
||||
<td>Cristian Javier PINALES</td>
|
||||
<td>Бокс - Полуфинал, до 80кг (м)</td>
|
||||
@ -1872,6 +2000,16 @@
|
||||
<td class="bronze">●</td>
|
||||
<td>Yunior ALCANTARA REYES</td>
|
||||
<td>Бокс - Полуфинал, до 51кг (м)</td>
|
||||
=======
|
||||
<td class="silver">●</td>
|
||||
<<<<<<< HEAD
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>Легкая атлетика - 800м, финал (ж)</td>
|
||||
=======
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>Бадминтон - Финал, одиночный (м)</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1957,7 +2095,99 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇲🇾 Malaysia</span>
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zii Jia LEE</td>
|
||||
<td>Бадминтон - Матч за 3-е место, одиночный (м)</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>CHIA/SOH</td>
|
||||
<td>Бадминтон - Матч за 3-е место, парный (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇩🇴 Dominican Republic</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Cristian Javier PINALES</td>
|
||||
<td>Бокс - Полуфинал, до 80кг (м)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Yunior ALCANTARA REYES</td>
|
||||
<td>Бокс - Полуфинал, до 51кг (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇿🇦 South Africa</span>
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<<<<<<< HEAD
|
||||
<tr><td colspan="3" class="font-medium">2024-07-29</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Alan HATHERLY</td>
|
||||
<td>Маунтинбайк - Кросс-кантри (м)</td>
|
||||
=======
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zii Jia LEE</td>
|
||||
<td>Бадминтон - Матч за 3-е место, одиночный (м)</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>CHIA/SOH</td>
|
||||
<td>Бадминтон - Матч за 3-е место, парный (м)</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1968,8 +2198,8 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>Бокс - Полуфинал, до 92кг (м)</td>
|
||||
<td>David de PINA</td>
|
||||
<td>Бокс - Полуфинал, до 51кг (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2017,7 +2247,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -2025,11 +2255,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>David de PINA</td>
|
||||
<td>Бокс - Полуфинал, до 51кг (м)</td>
|
||||
<td>Lindon VICTOR</td>
|
||||
<td>Легкая атлетика - Десятиборье, 1500м (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2113,6 +2343,46 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇭 Switzerland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-02</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zoe CLAESSENS</td>
|
||||
<td>ВМХ-гонки - Финал (ж)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>Бокс - Полуфинал, до 92кг (м)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - События сегодня</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - События сегодня">
|
||||
<meta name="keywords" content="Paris 2024 - События сегодня">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - Today's events</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - Today's events">
|
||||
<meta name="keywords" content="Paris 2024 - Today's events">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 日历</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 日历">
|
||||
<meta name="keywords" content="Paris 2024 - 日历">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 奖牌榜</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 奖牌榜">
|
||||
<meta name="keywords" content="Paris 2024 - 奖牌榜">
|
||||
@ -36,6 +36,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="navbar-center">
|
||||
<a class="btn btn-ghost text-xl" href="./">Paris 2024 - 奖牌榜</a>
|
||||
</div>
|
||||
@ -43,6 +44,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div role="alert" class="alert my-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info h-6 w-6 shrink-0">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||
</svg>
|
||||
<span>由于官方网站的最新更新,此页面上的信息可能不再准确。</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="collapse bg-gray-100 mb-1">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1322,36 +1331,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>田径 - 女子800米决赛</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>田径 - 女子5000米决赛</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>田径 - 女子5000米决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1383,6 +1362,36 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇰🇪 Kenya</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">3</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Mary MORAA</td>
|
||||
<td>田径 - 女子800米决赛</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Beatrice CHEBET</td>
|
||||
<td>田径 - 女子5000米决赛</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Faith KIPYEGON</td>
|
||||
<td>田径 - 女子5000米决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
@ -1449,6 +1458,36 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇮🇪 Ireland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Daniel WIFFEN</td>
|
||||
<td>游泳 - 男子1500米自由泳决赛</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Rhys MC CLENAGHAN</td>
|
||||
<td>竞技体操 - 男子鞍马决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇧🇪 Belgium</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1561,7 +1600,13 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
=======
|
||||
=======
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1601,7 +1646,31 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇷 Argentina</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-07-31</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Jose TORRES GIL</td>
|
||||
<td>自由式小轮车 - 男子公园赛决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇱 Chile</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1621,7 +1690,51 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇩🇿 Algeria</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇩🇲 Dominica</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Thea LAFOND</td>
|
||||
<td>田径 - 女子三级跳远决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇳🇴 Norway</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Markus ROOTH</td>
|
||||
<td>田径 - 男子十项全能1500米</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇴 Romania</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1641,7 +1754,31 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇨🇱 Chile</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇱🇨 Saint Lucia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<td>Julien ALFRED</td>
|
||||
<td>田径 - 女子100米决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇷🇸 Serbia</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1652,8 +1789,13 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="gold">●</td>
|
||||
<<<<<<< HEAD
|
||||
<td>Francisca CROVETTO CHADID</td>
|
||||
<td>射击 - 女子双向飞碟决赛</td>
|
||||
=======
|
||||
<td>Novak DJOKOVIC</td>
|
||||
<td>网球 - 男子单打金牌赛</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1754,6 +1896,41 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<<<<<<< HEAD
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>羽毛球 - 男子单打金牌赛</td>
|
||||
=======
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>竞技体操 - 男子跳马决赛</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1814,7 +1991,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇦🇲 Armenia</span>
|
||||
<span class="inline-block flex-auto">🇪🇹 Ethiopia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1822,11 +1999,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Artur DAVTYAN</td>
|
||||
<td>竞技体操 - 男子跳马决赛</td>
|
||||
<td>Tsige DUGUMA</td>
|
||||
<td>田径 - 女子800米决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1854,6 +2031,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇩🇴 Dominican Republic</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
@ -1872,6 +2050,21 @@
|
||||
<td class="bronze">●</td>
|
||||
<td>Yunior ALCANTARA REYES</td>
|
||||
<td>拳击 - 男子51公斤级 - 半决赛</td>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇹🇭 Thailand</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="silver">●</td>
|
||||
<td>Kunlavut VITIDSARN</td>
|
||||
<td>羽毛球 - 男子单打金牌赛</td>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1879,7 +2072,11 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇲🇾 Malaysia</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇩🇴 Dominican Republic</span>
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
@ -1887,17 +2084,16 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zii Jia LEE</td>
|
||||
<td>羽毛球 - 男子单打铜牌赛</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>CHIA/SOH</td>
|
||||
<td>羽毛球 - 男子双打铜牌赛</td>
|
||||
<td>Cristian Javier PINALES</td>
|
||||
<td>拳击 - 男子80公斤级 - 半决赛</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Yunior ALCANTARA REYES</td>
|
||||
<td>拳击 - 男子51公斤级 - 半决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -1957,7 +2153,76 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇨🇭 Switzerland</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-02</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zoe CLAESSENS</td>
|
||||
<td>小轮车竞速 - 女子决赛</td>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇲🇾 Malaysia</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">2</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-05</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Zii Jia LEE</td>
|
||||
<td>羽毛球 - 男子单打铜牌赛</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>CHIA/SOH</td>
|
||||
<td>羽毛球 - 男子双打铜牌赛</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<<<<<<< HEAD
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Lindon VICTOR</td>
|
||||
<td>田径 - 男子十项全能1500米</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
=======
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -1968,8 +2233,13 @@
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<<<<<<< HEAD
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>拳击 - 男子92公斤级 - 半决赛</td>
|
||||
=======
|
||||
<td>David de PINA</td>
|
||||
<td>拳击 - 男子51公斤级 - 半决赛</td>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2017,7 +2287,7 @@
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇨🇻 Cabo Verde</span>
|
||||
<span class="inline-block flex-auto">🇬🇩 Grenada</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
@ -2025,11 +2295,11 @@
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr><td colspan="3" class="font-medium">2024-08-03</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>David de PINA</td>
|
||||
<td>拳击 - 男子51公斤级 - 半决赛</td>
|
||||
<td>Lindon VICTOR</td>
|
||||
<td>田径 - 男子十项全能1500米</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -2093,6 +2363,11 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
@ -2113,6 +2388,30 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
</div>
|
||||
<div class="collapse collapse-arrow bg-gray-100 mb-1">
|
||||
<input type="radio" name="accordion">
|
||||
<div class="flex collapse-title text-xl font-medium">
|
||||
<span class="inline-block flex-auto">🇹🇯 Tajikistan</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">0</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
<span class="inline-block text-center w-1/6 flex-none">1</span>
|
||||
</div>
|
||||
<div class="collapse-content">
|
||||
<table class="table-full">
|
||||
<tr><td colspan="3" class="font-medium">2024-08-04</td></tr>
|
||||
<tr>
|
||||
<td class="bronze">●</td>
|
||||
<td>Davlat BOLTAEV</td>
|
||||
<td>拳击 - 男子92公斤级 - 半决赛</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
>>>>>>> 3b5ffcd28 (add message to medals table page)
|
||||
>>>>>>> 9722b845f (add message to medals table page)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Paris 2024 - 今天的活动</title>
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240804" rel="stylesheet">
|
||||
<link href="https://fabrice404.github.io/olympics-calendar/main.css?refresh=20240-08-06-08-45" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Paris 2024 - 今天的活动">
|
||||
<meta name="keywords" content="Paris 2024 - 今天的活动">
|
||||
|
||||
Reference in New Issue
Block a user