-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedules.html
162 lines (137 loc) · 5 KB
/
schedules.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<html>
<header>
<link rel="stylesheet" href="style.css">
</header>
<h1 class="head">
BARCELONE BASEBALL SOFTBALL CLUB
</h1>
<body>
<div class="topnav">
<div class="topnav-centered">
<a href="schedules.html" class="active">SCHEDULES 2020</a>
</div>
<a href="homepage.html">HOME</a>
<a href="honordivision.html">HONOR DIVISION</a>
<div class="topnav-right">
<a href="socialmedia.html">SOCIAL MEDIA</a>
<a href="info.html">INFO</a>
</div>
</div>
<div id="grandParentDiv">
<div id="parentDiv">
<div id="div1">
<img id="img1" src="images/logos.png" alt="pic with cup">
<a class="abutton" href="socialmedia.html" target="_self"> Click Me !!!</a>
</div>
<div id="divSchedule">
<table style="width:100%">
<tr>
<td><b>Category<b></td>
<td><b>Ages<b></td>
<td><b>Trainer<b></td>
<td><b>Training Schedule<b></td>
<td><b>Sábado<b></td>
<td><b>Time<b></td>
</tr>
<tr>
<td>Under 10</td>
<td>10 y</td>
<td>Martes Jueves</td>
<td>18h 30-20h 30</td>
<td>Sábado</td>
<td>10h</td>
</tr>
<tr>
<td>Under 12</td>
<td>11,12y</td>
<td>Martes Jueves</td>
<td>18h 30-20h 30</td>
<td>Sábado</td>
<td>12h 30</td>
</tr>
<tr>
<td>Under 14</td>
<td>13,14y</td>
<td>Martes Jueves</td>
<td>19-21</td>
<td>Sábado</td>
<td>10h</td>
</tr>
<tr>
<td>Under 16</td>
<td>15,16y</td>
<td>Lunes Miércoles</td>
<td>19-21</td>
<td>Viernes</td>
<td>10h</td>
</tr>
<tr>
<td>Under 18</td>
<td>17,18y</td>
<td>Martes Jueves</td>
<td>19-21</td>
<td>Domingo</td>
<td>11h</td>
</tr>
<tr>
<td>Div 1</td>
<td>16y+</td>
<td>Lunes Miércoles</td>
<td>18h 30-20h 30</td>
<td>Viernes</td>
<td>12h 30</td>
</tr>
<tr>
<td>Div 2</td>
<td>16y+</td>
<td>Martes Jueves</td>
<td>19-21</td>
<td>Domingo</td>
<td>11h</td>
</tr>
<tr>
<td>Softball</td>
<td>16y+</td>
<td>Lunes Miércoles</td>
<td>19-21</td>
<td>Domingo</td>
<td>12h 30</td>
</tr>
<tr>
<td>Slow</td>
<td>16y+</td>
<td>Martes Jueves</td>
<td>19-21</td>
<td>Domingo</td>
<td>12h</td>
</tr>
<tr>
<td>Honor div.</td>
<td>16y+</td>
<td>Martes Jueves</td>
<td>18h 30-20h 30</td>
<td>Domingo</td>
<td>12h</td>
</tr>
<tr>
<td>SoftBall Masters</td>
<td>16y+</td>
<td>Lunes Miércoles</td>
<td>19-21</td>
<td>Domingo</td>
<td>12h</td>
</tr>
</table>
</div>
<div id="div1">
<img id="img1" src="images/teampic2.jpg" alt="pic with cup">
<a class="abutton" href="honordivision.html" target="_self"> Click Me !!!</a>
</div>
</div>
</div>
</body>
<div class="navbar">
<a>Did you like our website ??</a>
<a href="feedback.html" class="active">Click Here to send feedback</a>
</div>
</html>