forked from benb20/FormativeWebAssignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSports.html
executable file
·65 lines (51 loc) · 3.13 KB
/
Sports.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Application of Computing </title>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="HubPage.html">Applications of Computer Science in Society</a>
<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="SelfDrivingCars.html">Self Driving Cars <span class="sr-only">(current)</span></a>
<li class="nav-item active">
<a class="nav-link" href="Sports.html">Sports <span class="sr-only">(current)</span></a>
</li>
</div>
</nav>
</div>
</nav>
<h1 class="text-center"> Sports </h1>
<p class="well well-sm"> Computing has developed and helped different sports become fairer in general with more changes being introduced all the time </p>
<p> This is mainly seen with the introduction of Hawkeye which is evident in: </p>
<ul class="text-success">
<li> Cricket </li>
<li> Tennis </li>
<li> Football </li>
<li> Snooker </li>
</ul>
<div class="row"> <div class="col-sm-12"> The application of computing with goal-line technology has completely revolutionised the game, it has erased any uncertainties from referees or umpires; notably in football, <br>
the signal that the ball has crossed the line is sent to the watch on their wrist immediately. This highlights how much fairer the game has been made, remember South Africa, 2010, specifically 15:38 on the 27th of June. <br>
This is when Frank Lampard's 'goal' was ruled out due to it not crossing the line despite nearly everyone in the stadium agrees it was at least a foot past Manuel Neuer's goalline. <br>
These human errors can now be almost eliminated due to the application of computing and this can be shown further with more developments being contemplated to make the game fairer.
<img class="img-responsive" src = "goalexample.jpg" height="400" width="700">
</div>
</div>
<br>
<br>
<div class="lead">
<a href="https://en.wikipedia.org/wiki/Hawk-Eye"> This wikipedia page outlines the full details of Hawk-Eye in the modern game</a> <br>
For more information about how accurate Hawkeye is and how it is implemented in one of the biggest competitons in the world click
<a href="https://www.theguardian.com/science/sifting-the-evidence/2013/jul/08/hawk-eye-wimbledon">here</a>
</div>
<img src="Hawkeye tennis.jpg" height="300" width="600">
<p>The author of this page is Rory Finnegan. Click <a href="http://www.github.com/roryboro">here</a> to visit his GitHub profile.</p>
</body>
</html>