Skip to content

Commit

Permalink
Final (yay)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamTheNinja5 committed May 26, 2023
1 parent bc8757b commit f2ebea4
Show file tree
Hide file tree
Showing 7 changed files with 606 additions and 0 deletions.
115 changes: 115 additions & 0 deletions NKAT_D/Levels.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<script defer src="/MVjsclass/NKAT_D/index.js"></script>
<title>NKAT</title>
</head>
<body class="background">
<!-- Background -->
<div>
<img src="/MVwebdesign/Assets/nkat/logo2.png" class="logo" onclick="link(6)">
<!-- Content Box -->
<div id="content">
<!-- Level box -->
<div class="box">
<table class="blueTable">
<thead>
<tr>
<th>Group</th>
<th>Session Start Date</th>
<th>End Date</th>
<th>Practice Days/Times</th>
</tr>
</thead>
<tfoot>
<tr>
</tr>
</tfoot>
<tbody>
<tr>
<td>Cubs 1***</td>
<td>Tuesday, Jan 3</td>
<td>Saturday, Feb 18</td>
<td>Tu/Th 5:30-6:30p***</td>
</tr>
<tr>
<td>Cubs 2***</td>
<td>Tuesday, Jan 3</td>
<td>Saturday, Feb 18</td>
<td>Tu/Th 5:30-6:30p, Fri 6:30 - 8p***</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Level I - WMSL only</td>
<td>Monday, Nov 28</td>
<td>Monday, Feb 20</td>
<td>M/W 5-6:30p; Fri 6:30-8p;</td>
</tr>
<tr>
<td>Level II - WMSL only</td>
<td>Monday, Nov 28</td>
<td>Monday, Feb 20</td>
<td>M/W 5-6:30p; Fri 6:30-8p; Sat 10:30a-12p</td>
</tr>
<tr>
<td>Level III - WMSL only*</td>
<td>Monday, Nov 28</td>
<td>Monday, Feb 20</td>
<td>M 5:45-8p; T/T 6:15-8p; W 5-7p**; Fri 6:30-8p;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Level I - USA</td>
<td>Monday, Nov 28</td>
<td>Monday, Mar 6</td>
<td>M/W 5-6:30p; Fri 6:30-8p</td>
</tr>
<tr>
<td>Level II - USA</td>
<td>Monday, Nov 28</td>
<td>Monday, Mar 6</td>
<td>M/W 5-6:30p; Fri 6:30-8p; Sat 10:30a-12p</td>
</tr>
<tr>
<td>Level III - USA*</td>
<td>Monday, Nov 28</td>
<td>Sunday, Mar 26</td>
<td>M 5:45-8p; T/T 6:15-8p; W 5-7p**; Fri 6:30-8p;</td>
</tr>
<tr>
<td>Level IV 13 & Under USA*</td>
<td>Monday, Nov 28</td>
<td>Sunday, Mar 26</td>
<td>M 5:45 -8p; T/T 5:45-8:00p; W 6:15-8p; F 4:45-7p; Sa-9:15-12a</td>
</tr>
<tr>
<td>Level IV - Senior USA*</td>
<td>Monday, Nov 28</td>
<td>Sunday, Mar 26</td>
<td>M 5:45 -8:15p; T/T 5:45-8:15p; W 6:15-8:15p; F 4:45-7p; Sa 9:15a-12p****</td>
</tr>
</tbody>
</table>
</div>
<!-- Photo of cubs -->
<div class="box">
<p>The cubs group</p>
<img src="https://www.teamunify.com/minkat/photosliders/default/thumbnail-img-3773_016842-ts-small.jpg" class="cubs" alt="A group of young swimmers">
</div>
<!-- -->
<div></div>
</div>
</div>
</body>
</html>
66 changes: 66 additions & 0 deletions NKAT_D/Merch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<script defer src="/MVjsclass/NKAT_D/index.js"></script>
<title>NKAT</title>
</head>

<body class="background" onload='document.form1.text1.focus()'>
<!-- Background -->
<div >
<img src="/MVwebdesign/Assets/nkat/logo2.png" class="logo" onclick="link(6)">
<!-- Content Box -->
<div id="content">
<!-- Level box -->
<div class="box">
<ul type='disc'>
<li> T-shirt <ul type='disc'>
<li> With logo - $15 </li>
<li> With name + logo - $20 </li>
</ul>
</li>
<li> Hoodie <ul type='disc'>
<li> Red - $25 </li>
<li> Black - $25 </li>
<li> Gray - $25 </li>
</ul>
</li>
<li> Hats <ul type='disc'>
<li> Cap - $10 </li>
<li> Stocking cap - $15 </li>
</ul>
</li>
</ul>
</div>
<!-- Form -->
<div class="box">
<form name="form1">
<fieldset>
<legend> Sign up for the next gear drop </legend>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname" value="John"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname" value="Doe"><br>
<label for="email">Email:</label><br>
<input type="email" id="email" name="text1" value="[email protected]"><br><br>
<button onclick="ValidateEmail(document.form1.text1)">Submit</button>
</fieldset>

</form>

</div>

<!-- image -->
<div class="box">
<p>The stocking cap:</p>
<img src="/MVwebdesign/Assets/nkat/hat1.png" alt="A stocking hat with the team logo" class="hat">
</div>

</div>

</div>
<p id="timer" style="display: none;" ></p>
</body>

</html>
152 changes: 152 additions & 0 deletions NKAT_D/Timecuts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<script defer src="/MVjsclass/NKAT_D/index.js"></script>
<title>NKAT</title>
</head>
<body class="background" onload="annoyUsers()">
<!-- Background -->
<div>
<img src="/MVwebdesign/Assets/nkat/logo2.png" class="logo" onclick="link(6)">
<!-- Content Box -->
<div id="content">
<!-- Level box -->
<div class="box">
<table class="blueTable">
<thead>
<tr>
<th colspan="3">Open Girls</th>
<th colspan="1">Event</th>
<th colspan="3">Open Boys</th>
</tr>
<tr>
<th>LCM</th>
<th>SCM</th>
<th>SCY</th>
<th>&nbsp;</th>
<th>SCM</th>
<th>SCY</th>
<th>LCM</th>
</tr>
</thead>
<tbody>
<tr>
<td>29.69 </td>
<td>28.89</td>
<td>25.99</td>
<td>50 Freestyle</td>
<td>22.99</td>
<td>25.59</td>
<td>26.39</td>
</tr>
<tr>
<td>1:03.79</td>
<td>1:02.19</td>
<td>55.99</td>
<td>100 Freestyle</td>
<td>49.99</td>
<td>55.49</td>
<td>58.29</td>
</tr>
<tr>
<td>2:18.69</td>
<td>2:15.49</td>
<td>2:01.99</td>
<td>200 Freestyle</td>
<td>1:50.99</td>
<td>2:03.29</td>
<td>2:06.49</td>
</tr>
<tr>
<td>4:45.59</td>
<td>4:32.49</td>
<td>5:19.99</td>
<td>500/400 Freestyle</td>
<td>4:59.99</td>
<td>4:14.39</td>
<td>4:27.79</td>
</tr>
<tr>
<td>10:05.99</td>
<td>9:53.19</td>
<td>11:18.99</td>
<td>1000/800 Freestyle</td>
<td>10:35.99</td>
<td>9:14.89</td>
<td>9:27.69</td>
</tr>
<tr>
<td>19:15.69</td>
<td>18:51.69</td>
<td>18:52.99</td>
<td>1650/1500 Freestyle</td>
<td>17:48.99</td>
<td>17:46.39</td>
<td>18:10.39</td>
</tr>
<tr>
<td>1:09.99</td>
<td>1:08.89</td>
<td>1:01.99</td>
<td>100 Backstroke</td>
<td>57.99</td>
<td>1:04.39</td>
<td>1:05.59</td>
</tr>
<tr>
<td>2:31.99</td>
<td>2:28.79</td>
<td>2:13.99</td>
<td>200 Backstroke</td>
<td>2:07.99</td>
<td>2:22.09</td>
<td>2:24.49</td>
</tr>
<tr>
<td>1:20.79</td>
<td>1:18.80</td>
<td>1:10.99</td>
<td>100 Breaststroke</td>
<td>1:03.99</td>
<td>1:11.09</td>
<td>1:12.99</td>
</tr>
<tr>
<td>2:58.29</td>
<td>2:54.29</td>
<td>2:36.99</td>
<td>200 Breaststroke</td>
<td>2:21.99</td>
<td>2:37.69</td>
<td>2:41.69</td>
</tr>
</tbody>
</table>
</div>
<!-- Time trials count down -->
<div class="box" >
<h3>Count down to Olmpic Time Trials:</h3>
<p id="timer"></p>
</div>
<div class="box" id="timetrials">
<h3>How close are you to Time Trials?</h3>
<p>input your 100 Free time here:</p>
<span class="timebox">
<input type="text" id="utime1" name="time1" value="0">
:
<input type="text" id="utime2" name="time2" value="0">
.
<input type="text" id="utime3" name="time3" value="0">
<button onclick="CaculateTime(1,2,3)">Submit</button>
</span>
<p id="timedisplaybox" style="display:none;">You need to drop [<span id="timedisplay"></span>] seconds to make Olympic Trials</p>
</div>
<!-- Photo -->
<div class="box">
<img src="/MVwebdesign/Assets/nkat/meetorder.png" class="meet" alt="A image with the diffrent swim meets shown in order">
</div>
</div>
</div>
</body>
</html>
Loading

0 comments on commit f2ebea4

Please sign in to comment.