-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNews.html
194 lines (182 loc) · 9.26 KB
/
News.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html>
<head>
<title>NEWS</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body class="pic">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="News.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="History.html">History</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Fixtures.html">Fixtures</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Table.html">League Table</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Constitution.html">League Constitution</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Breaks.html">Breaks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Handicaps.html">Handicaps</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Statistics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Stats.html">Stats from All Matches</a>
<a class="dropdown-item" href="StatsHome.html">Stats from Home Matches</a>
<a class="dropdown-item" href="StatsAway.html">Stats from Away Games</a>
<a class="dropdown-item" href="IndHome.html">Individual Match Scores (H)</a>
<a class="dropdown-item" href="IndAway.html">Individual Match Scores (A)</a>
</div>
</li> -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Cayzer Cup
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="CayzerHcp.html">Handicaps</a>
<a class="dropdown-item" href="CayzerGrp.html">Groups</a>
<a class="dropdown-item" href="CayzerFixA.html">Group A Fixtures</a>
<a class="dropdown-item" href="CayzerFixB.html">Group B Fixtures</a>
<a class="dropdown-item" href="CayzerRes.html">Tables</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Individual Comps
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Davies.html">Davies Cup</a>
<a class="dropdown-item" href="Thomas.html">Will Thomas Cup</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Links
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="EABA.html">EABA Calendar 2023 - 2024</a>
<a class="dropdown-item" href="Links.html">Billiards Links</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Archive
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Archive\2017-2018\index.html">2017-2018</a>
<a class="dropdown-item" href="Archive\2018-2019\index.html">2018-2019</a>
<a class="dropdown-item" href="Archive\2019-2020\index.html">2019-2020</a>
<a class="dropdown-item" href="Archive\2021-2022\index.html">2021-2022</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- end of navigation -->
<div class='main'>
<div class='container'>
<div class='row'>
<div class='col-sm-12'>
<h1 class="middle yellow three">Chester Billiards League<br>2024-2025</h1>
</div>
<div class='col-sm-12'>
<h2 class="middle white two">NEWS</h2>
<br>
<br>
</div>
<div class='col-sm-12'>
<h2 class="middle darkblue two">
<b><u>AGM</u></b>
</h2>
<h3 class="middle white two">
The AGM took place on Tuesday 20th August 2023 at Waverton Institute at 19:30.
<br>Tony Done, Roger Miln & representatives from all teams present
<br><br> Roger Miln has decided to step down as League Secretary. Tony cooke elected to take over this role.
<br><br>
Teams and players were discussed and handicaps agreed for new / returning players.
<br><br>We welcome a new team to play out of Waverton, taking the number of teams up to 7.
</h3>
</div>
<div class='col-sm-12'>
<h2 class="middle darkblue two">
<b><u>New Season</u></b>
</h2>
<h3 class="middle white two">
First League Match of the Season Tuesday 17th September 2024
</h3>
</div>
<div class='col-sm-12'>
<h2 class="middle white three">
<h3 class="middle white two">
</h2>
</div>
<div class='col-sm-12'>
<h2 class="middle red four">
</h2>
</div>
<div class='col-sm-12'>
<h2 class="middle yellow three">
</h2>
</div>
<div class='col-sm-12'>
<h2 class="middle white three">
</h2>
</div>
<div class='col-sm-12'>
<h2 class="middle yellow three">
</h2>
</div>
<div class='col-sm-12'>
<br>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
<!-- © CookieMonster | <a href="https://antony-cooke.github.io/ChesterBL/</a> -->
</html>