-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschedule.html
More file actions
204 lines (188 loc) · 8.47 KB
/
schedule.html
File metadata and controls
204 lines (188 loc) · 8.47 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
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
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<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">
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Montserrat:900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css">
<!-- Primary Meta Tags -->
<title>DSL | Schedule</title>
<meta name="title" content="DSL | Schedule">
<meta name="description" content="Deal Softball League on Sunday Mornings from 9AM to 12PM at Van Court Field. See site for player stats, league rules and info.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dealsoftballleague.com/schedule.html">
<meta property="og:title" content="DSL | Schedule">
<meta property="og:description" content="Deal Softball League on Sunday Mornings from 9AM to 12PM at Van Court Field. See site for player stats, league rules and info.">
<meta property="og:image" content="forbes.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dealsoftballleague.com/schedule.html">
<meta property="twitter:title" content="DSL | Schedule">
<meta property="twitter:description" content="Deal Softball League on Sunday Mornings from 9AM to 12PM at Van Court Field. See site for player stats, league rules and info.">
<meta property="twitter:image" content="forbes.jpg">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#36677f">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="header">
<section class="hero is-medium is-black navpad bg">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://dealsoftballleague.com">
<h1 style="font-size: 2rem; font-family: 'Montserrat', sans-serif; color: white;">DSL</h1>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="https://dealsoftballleague.com">
Home
</a>
<a class="navbar-item" href="https://dealsoftballleague.com#teams">
Teams
</a>
<a class="navbar-item" href="https://dealsoftballleague.com/stats">
Stats
</a>
<a class="navbar-item" href="https://dealsoftballleague.com/rules">
Rules
</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="button is-info is-light is-rounded" href="https://dealsoftballleague.com/schedule">
<strong>Season Schedule</strong>
</a>
</div>
</div>
</div>
</div>
</nav>
<div class="hero-body has-text-centered has-text-left-touch white" style="@media screen and (max-width: 800px) { padding-top: 20%; }">
<p class="title is-size-1" style="color: white;">
DEAL SOFTBALL LEAGUE
</p>
<h2 class="subtitle" style="font-weight: 700; color: white;">
Season Schedule
</h2>
</div>
</section>
</div>
<div class="page-body has-text-justified">
<h2 class="section-heading is-size-3">Season 3 — Summer 2023</h2>
<br>
<table class="table w100">
<thead>
<tr>
<th>Date</th>
<th>Event</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<th>June 18th</th>
<td><strong>Opening Day</strong></td>
<td></td>
</tr>
<tr>
<th>June 25th</th>
<td><strong>Week 2</strong></td>
<td></td>
</tr>
<tr>
<th>July 2rd</th>
<td><strong>Week 3</strong></td>
<td></td>
</tr>
<tr>
<th>July 9th</th>
<td><strong>Week 4</strong></td>
<td></td>
</tr>
<tr>
<th>July 16th</th>
<td><strong>Week 5</strong></td>
<td></td>
</tr>
<tr>
<th>July 23th</th>
<td><strong>Week 6</strong></td>
<td>Possible postponement due to High Heat</td>
<td></td>
</tr>
<tr>
<th>July 30th</th>
<td><strong>Week 7</strong></td>
<td></td>
</tr>
<tr>
<th>August 6th</th>
<td><strong>Week 8</strong></td>
<td></td>
</tr>
<tr>
<th>August 13th</th>
<td><strong>Postseason</strong></td>
<td>Playoffs, Week 1</td>
</tr>
<tr>
<th>August 20st</th>
<td><strong>Postseason</strong></td>
<td>World Series</td>
</tr>
</tbody>
</table>
<br>
</div>
<footer class="pv4 mid-gray bg-blue has-text-left">
<h1 class=" special db">© 2024 <b class="ttu">DEAL SOFTBALL LEAGUE</b></h1>
<div class="" style="font-size: 1rem;">
<a href="https://dealsoftballleague.com" title="Home" class="dib ph2 link mid-gray dim">Home</a>
<a href="https://dealsoftballleague.com#teams" title="Teams" class="dib ph2 link mid-gray dim">Teams</a>
<a href="https://dealsoftballleague.com/stats" title="Stats" class="dib ph2 link mid-gray dim">Stats</a>
<a href="https://dealsoftballleague.com/rules" title="Rules" class="dib ph2 link mid-gray dim">Rules</a>
<a href="https://www.instagram.com/dealsoftballleague/" title="Instagram" class="dib ph2 link mid-gray dim">Instagram</a>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</body>
</html>