-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.93 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>IFSC competition statistics reports</title>
</head>
<body>
<h1>Statistics for IFSC competitions</h1>
<table>
<tr>
<td class="tableCell"><a href="GOATResults.html" target="_blank" rel="noopener noreferrer">Athlete Stats</a></td>
<td class="tableCell">Provides a view for atheletes covering WCups, WChamps and WCup Series</td>
<td class="tableCell"></td>
<td class="tableCell"><a href="LastThreeYears.html" target="_blank" rel="noopener noreferrer">Last 3 years World events</a></td>
<td class="tableCell">Details of the podiums for the last 3 years across all World Events, and details of the Olympic qualifiers</td>
</tr>
<tr>
<td class="tableCell"><a href="WChampCountryResults.html" target="_blank" rel="noopener noreferrer">World Champs Country and Athlete Report</a></td>
<td class="tableCell">Provides stats by country and athlete for World Championships</td>
<td class="tableCell"></td>
<td class="tableCell"><a href="WCupCountryResults.html" target="_blank" rel="noopener noreferrer">World Cups Country and Athlete Report</a></td>
<td class="tableCell">Provides stats by country and athlete for World Cups</td>
</tr>
<tr>
<td class="tableCell"><a href="EuroChampsResults.html" target="_blank" rel="noopener noreferrer">Euro Champs results</a></td>
<td class="tableCell">European Champs stats </td>
<td class="tableCell"></td>
<td class="tableCell"><a href="Olympics2024.html" target="_blank" rel="noopener noreferrer">Olympics 2024</a></td>
<td class="tableCell">Detailed reporting on the 68 Olympic athletes for Paris 2024</td>
</tr>
</table>
</body>
</html>