-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGPS Navigation.html
More file actions
139 lines (97 loc) · 5.04 KB
/
GPS Navigation.html
File metadata and controls
139 lines (97 loc) · 5.04 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
<html>
<head>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="stylesheet.css" rel="stylesheet">
<title>GPS navigation</title>
<style>
.box{
border: 10px solid #f76707;
border-radius: 10px;
padding: 25px;
inline-size: 500px;
}
</style>
</head>
<!-- Main Text -->
<body>
<ul id="nav">
<li><a href="index.html">Index</a></li>
<li><a href="quantum.html">Quantum</a></li>
<li><a href="databases.html">Databases</a></li>
</ul>
<h1 class="text-justify" style="text-align: center; position: relative; top: 25px;">GPS Navigation</h1>
<div style="position: relative; top: 50px;">
<div class="box">
<h3 class="text-justify" style="text-align: center;"> Information</h3>
<p>GPS (Global Positioning System)
GPS navigation, as many other technologies of the last century,
is the result of the technological innovations of the cold war,
utilising computer systems as well as a wide network of
satellites, to help navigate a device on the surface of the
earth.</p>
</div>
<!-- Implimintations (Right Box) -->
<div class="box" style="inline-size: 400px; position: absolute; top: 0px; left: 520px;">
<dl>Aviation -
<dt>Road Vehicles -
<dd><img src="img\Satelite Image.jpg" alt="Satalite Image" height="50"></a></dd>
<dd></dd>
<dd>Contributed to the possibility of development of new
technologies such as self driving cars, as well as
improving the efficiency of the global transportation
network by providing drivers simple and
understandable navigation.</dd>
</dt>
<dt>Aviation -
<dd><img src="img\Satelite Image.jpg" alt="Satalite Image" height="50"></a></dd>
<dd></dd>
<dd>Useful for pilots to navigate take-offs and landings
without the use of ground control, contributing to the
safety of commercial aviation.</dd>
</dt>
<dt>Agriculture -
<dd><img src="img\Satelite Image.jpg" alt="Satalite Image" height="50"></a></dd>
<dd></dd>
<dd>Another technological developments being “precision
agraculture” utilising GPS for using it to locate
fields, roads and map any weeds. This can lead to
improved use of land for agriculture, in an ever
increasing world population.</dd>
</dt>
<dt>Mapping -
<dd><img src="img\Satelite Image.jpg" alt="Satalite Image" height="50"></a></dd>
<dd>GPS allowed us to create precise world maps.</dd>
</dt>
</dl>
</div>
<!-- Issues -->
<p></p> <!-- Spacing -->
<p></p>
<div class="box">
<h3 class="text-justify" style="text-align: center;">Issues</h3>
<p>One of the main issues of GPS, is any potential issues relating to privacy,
since GPS is integrated to the majority of personal devices in our modern
life as well as our work environments, it becomes an increasing concern
of privacy, to malicious 3rd parties potentially being able to access
your geolocation.</p>
</div>
<!-- Sources -->
<div class="box" style="border: 0px">
<h3 class="text-justify" style="text-align: center;">Sources</h3>
<ul>
<li><a class="link-opacity-50-hover" href="https://www.geotab.com/uk/blog/what-is-gps" target="_blank">Geotab [Accessed 04/11/2025]</a></li>
<li><a class="link-opacity-50-hover" href="https://www.gps.gov/gps-mapping" target="_blank">GPS for mapping [Accessed 04/11/2025]</a></li>
<li><a class="link-opacity-50-hover" href="https://www.gps.gov/precision-agriculture-gps" target="_blank">Precision Agraculture with GPS [Accessed 04/11/2025]</a></li>
<li><a class="link-opacity-50-hover" href="https://en.wikipedia.org/wiki/Satellite_navigation_device#Privacy_concerns" target="_blank">Wikepedia Satalite Navigation Device [Accessed 04/11/2025]</a></li>
</ul>
<!-- Creator Reference -->
</div>
<div>
<p></p>
<p>Authored by Danylo. <a href="https://github.com/lilac0o0" target="_blank">Github</a></p>
</div>
</div>
<!-- Gif to spin -->
<img id="SpinySpin" src="img\kururin-kuru-kuru.gif" alt="Satalite Image" height="200" style="margin-top: 50px">
</body>
</html>