-
Notifications
You must be signed in to change notification settings - Fork 0
/
clasificacion.html
114 lines (96 loc) · 4.12 KB
/
clasificacion.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Federación Galega de Patinaxe</title>
<link rel="stylesheet" type="text/css" href="css/clasificacion.css"/>
<link rel="stylesheet" type="text/css" href="css/clasificacion-desktop.css"
media="only screen and (min-width: 640px)" />
<script src="/javascript/menu-sidenav.js" type="text/javascript" charset="utf-8" async defer></script>
</head>
<body>
<div id="wrapper">
<nav>
<ul>
<li class = "boton" onclick="openNav()" aria-hidden="true"> <a href="#"> ☰</a></li>
<li class = "titulo"><a href="calendario.html">Federación Galega de Patinaxe</a></li>
</ul>
</nav>
<div id="sidenav" class="sidenav" role="navigation">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" aria-hidden="true">×</a>
<a id = "salto" href="#Tabla" aria-label="Saltar navegación"></a>
<a href="calendario.html">Calendario</a>
<a href="clasificacion.html">Clasificación</a>
<a href="designaciones-arbitrales.html">Árbitros</a>
<a href="#">Goles</a>
<a href="#">Tarjetas</a>
<a href="plantilla.html">Plantilla</a>
</div>
<section role="main">
<h1>
Clasificación
</h1>
<table id="Tabla">
<caption tabindex="0">Estadísticas</caption>
<tr>
<th id="Clasificación">Clas.</th>
<th id="Equipo">Equipo</th>
<th id="Puntos">Ptos</th>
<th id="PJ">PJ</th>
<th id="PG">PG</th>
<th id="PE">PE</th>
<th id="PP">PP</th>
<th id="GF">GF</th>
<th id="GC">GC</th>
<th id="Gav">Gav</th>
<th id="Pen">Pen</th>
</tr>
<tr>
<td tabindex="0" aria-describedby="Clasificación">1</td>
<td tabindex="0" aria-describedby="Equipo">H.C. BORBOLLA B</td>
<td tabindex="0" aria-describedby="Puntos">30</td>
<td tabindex="0" aria-describedby="PJ">11</td>
<td tabindex="0" aria-describedby="PG">10</td>
<td tabindex="0" aria-describedby="PE">0</td>
<td tabindex="0" aria-describedby="PP">1</td>
<td tabindex="0" aria-describedby="GF">95</td>
<td tabindex="0" aria-describedby="GC">28</td>
<td tabindex="0" aria-describedby="Gav">67</td>
<td tabindex="0" aria-describedby="Pen"> </td>
</tr>
<tr>
<td tabindex="0" aria-describedby="Clasificación">2</td>
<td tabindex="0" aria-describedby="Equipo">H.C. RAXOI</td>
<td tabindex="0" aria-describedby="Puntos">24</td>
<td tabindex="0" aria-describedby="PJ">11</td>
<td tabindex="0" aria-describedby="PG">9</td>
<td tabindex="0" aria-describedby="PE">1</td>
<td tabindex="0" aria-describedby="PP">0</td>
<td tabindex="0" aria-describedby="GF">86</td>
<td tabindex="0" aria-describedby="GC">23</td>
<td tabindex="0" aria-describedby="Gav">56</td>
<td tabindex="0" aria-describedby="Pen"> </td>
</tr>
<tr>
<td tabindex="0" aria-describedby="Clasificación">3</td>
<td tabindex="0" aria-describedby="Equipo">A.C. ORDENES</td>
<td tabindex="0" aria-describedby="Puntos">24</td>
<td tabindex="0" aria-describedby="PJ">9</td>
<td tabindex="0" aria-describedby="PG">7</td>
<td tabindex="0" aria-describedby="PE">1</td>
<td tabindex="0" aria-describedby="PP">0</td>
<td tabindex="0" aria-describedby="GF">76</td>
<td tabindex="0" aria-describedby="GC">42</td>
<td tabindex="0" aria-describedby="Gav">34</td>
<td tabindex="0" aria-describedby="Pen"> </td>
</tr>
</table>
</section>
</div>
<footer>
© IPM FIC UDC 2016. All designs copyright by owner.
</footer>
</body>
</html>