-
Notifications
You must be signed in to change notification settings - Fork 0
/
Drones in Action.html
261 lines (243 loc) · 15.7 KB
/
Drones in Action.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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Drones in action</title>
<a name="begin">
<SCRIPT LANGUAGE="JavaScript" TYPE="text/JavaScript">
<!-- hide from old browsers
function pageEvents(action){
if(action=="ok")alert("WELCOME to My Project!")
else alert("See you soon!");
}
// end hiding -->
</SCRIPT>
<body background="black-wallpaper-22.jpg" link="#00ff00" alink="#00ffff" vlink="#ff0000" onLoad="pageEvents('ok')" onUnload="pageEvents('out')">
<center><font color="white"><h3><script>
var nVer = navigator.appVersion;
var nAgt = navigator.userAgent;
var browserName = navigator.appName;
var fullVersion = ''+parseFloat(navigator.appVersion);
var majorVersion = parseInt(navigator.appVersion,10);
var nameOffset,verOffset,ix;
// In Opera, the true version is after "Opera" or after "Version"
if ((verOffset=nAgt.indexOf("Opera"))!=-1) {
browserName = "Opera";
fullVersion = nAgt.substring(verOffset+6);
if ((verOffset=nAgt.indexOf("Version"))!=-1)
fullVersion = nAgt.substring(verOffset+8);
}
// In MSIE, the true version is after "MSIE" in userAgent
else if ((verOffset=nAgt.indexOf("MSIE"))!=-1) {
browserName = "Microsoft Internet Explorer";
fullVersion = nAgt.substring(verOffset+5);
}
// In Chrome, the true version is after "Chrome"
else if ((verOffset=nAgt.indexOf("Chrome"))!=-1) {
browserName = "Chrome";
fullVersion = nAgt.substring(verOffset+7);
}
// In Safari, the true version is after "Safari" or after "Version"
else if ((verOffset=nAgt.indexOf("Safari"))!=-1) {
browserName = "Safari";
fullVersion = nAgt.substring(verOffset+7);
if ((verOffset=nAgt.indexOf("Version"))!=-1)
fullVersion = nAgt.substring(verOffset+8);
}
// In Firefox, the true version is after "Firefox"
else if ((verOffset=nAgt.indexOf("Firefox"))!=-1) {
browserName = "Firefox";
fullVersion = nAgt.substring(verOffset+8);
}
// In most other browsers, "name/version" is at the end of userAgent
else if ( (nameOffset=nAgt.lastIndexOf(' ')+1) <
(verOffset=nAgt.lastIndexOf('/')) )
{
browserName = nAgt.substring(nameOffset,verOffset);
fullVersion = nAgt.substring(verOffset+1);
if (browserName.toLowerCase()==browserName.toUpperCase()) {
browserName = navigator.appName;
}
}
// trim the fullVersion string at semicolon/space if present
if ((ix=fullVersion.indexOf(";"))!=-1)
fullVersion=fullVersion.substring(0,ix);
if ((ix=fullVersion.indexOf(" "))!=-1)
fullVersion=fullVersion.substring(0,ix);
majorVersion = parseInt(''+fullVersion,10);
if (isNaN(majorVersion)) {
fullVersion = ''+parseFloat(navigator.appVersion);
majorVersion = parseInt(navigator.appVersion,10);
}
document.write(''
+'Browser name = '+browserName+'<br>'
+'Full version = '+fullVersion+'<br>'
+'Major version = '+majorVersion+'<br>'
+'navigator.appName = '+navigator.appName+'<br>'
+'navigator.userAgent = '+navigator.userAgent+'<br>'
)
// This script sets OSName variable as follows:
// "Windows" for all versions of Windows
// "MacOS" for all versions of Macintosh OS
// "Linux" for all versions of Linux
// "UNIX" for all other UNIX flavors
// "Unknown OS" indicates failure to detect the OS
var OSName="Unknown OS";
if (navigator.appVersion.indexOf("Win")!=-1) OSName="Windows";
if (navigator.appVersion.indexOf("Mac")!=-1) OSName="MacOS";
if (navigator.appVersion.indexOf("X11")!=-1) OSName="UNIX";
if (navigator.appVersion.indexOf("Linux")!=-1) OSName="Linux";
document.write('Your OS: '+OSName);
</script></h3></font></center>
<script src="http://www.clocklink.com/embed.js">
</script>
<center><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="world001-green.swf";obj.TimeZone="GMT0530";obj.width=480;obj.height=250;obj.wmode="transparent";showClock(obj);
</script></center>
<center><h3><font color="red"><p id="demo"></p></font></h3></center>
<script>
var day;
switch (new Date().getDay()) {
case 0:
day = "Sunday";
break;
case 1:
day = "Monday";
break;
case 2:
day = "Tuesday";
break;
case 3:
day = "Wednesday";
break;
case 4:
day = "Thursday";
break;
case 5:
day = "Friday";
break;
case 6:
day = "Saturday";
break;
}
document.getElementById("demo").innerHTML = "Today is " + day;
</script>
<hr width=100% size=3 color="gray">
<a name="I"><font color="pink"><center><h2>What the Drone is?</h2></center></font>
<font color="magenta"><h3>Drones are unmanned aerial vehicles that are controlled either remotely or autonomously and are used for hundreds of missions where the small, inconspicuous size is a plus. Drone in English means drone, loafer. This is also the name of unmanned aerial vehicles. They are driven by remote control or on a pre-set route with the help of GPS - the device can be programmed for self-execution. A drone has one or more fins, the variety of sizes is even greater - it fits in the palm of your hand or is as big as a car. What unites everyone is that they have many applications.</h3></font>
<hr width=100% size=3 color="gray">
<a name="II"><font color="pink"><center><h2>What is it used for?</h2></center></font>
<font color="magenta"><h3>The Institute for Space Research and Technology at the Bulgarian Academy of Sciences is working on the construction of an information complex for environmental monitoring from the air. The equipment will provide data for assessing the condition of vegetation, soil, drought.<br>
The coaching staff of the Argentine Velez Sarsfield decided to start using unmanned aerial vehicles to monitor how each of the team's players prepares. Mentor Miguel Angel Rousseau and his assistants hired a specialist who used a drone to record the activities and then performed a selective analysis of the individual players. Just a few weeks ago, Manchester United coach Luis Van Gaal was obsessed with espionage, claiming that his team's training was monitored by such an aircraft.<br>Новата мания е завладяла и абитуриентите, които искат да заснемат бала си от високо. Цените на машинките започват от 170 лева и може да достигнат до 700 долара. Богати родители не жалят левчета.<br>
The new mania has also conquered the high school graduates who want to shoot their prom from above. The prices of the typewriters start from 170 leva and can reach 700 dollars. Wealthy parents do not spare levs.<br>
The US border with Mexico is guarded by drones.<br>
Syrian air defenses have shot down a Turkish drone north of the city of Aleppo.<br>
The Fakushima accident used drones to measure radiation and other hazardous substances.<br>
Drones help air traffic.<br>
The United States uses such drones to detect and eliminate terrorists around the world. These drones have become one of America's most powerful weapons in their fight against enemies.<br>
In Japan, volcanic activity is monitored by drones.<br>
In the United States, drones are used to watching killer whales in the ocean.<br>
For the first time in Europe, drones are being used to transport shipments and medicines.<br>
They use smart gadgets for everything - espionage, theater, cinema, pizza delivery.<br>
The endless possibilities of drones come into use on stage. They are used in decor and in filming.<br>
Drones capture all the moments of this important day for the newlyweds. Thus, their children do not feel that they have missed precious moments from the ceremony, because "all corners are covered", say the manufacturers.<br>
Many services in Europe are turning to these cunning, little spies to help them with surveillance and other similar activities. Even the FBI uses them.<br>
The famous Domino chain has amazed its customers by releasing a video of a drone delivering pizza - still hot. But what if all the pizzerias rent the devices in question - absolute traffic. Pizza will fall from the sky.<br>
Farmers have a difficult job, but drones would make their lives easier. Drones can do aerial surveys of crops - whether irrigation systems work, how their plants grow, and even whether some of them are sick or damaged.</h3></font>
<hr width=100% size=3 color="gray">
<a name="III"><font color="pink"><center><h2>Different Types and their purpose</h2></center></font>
<font color="magenta"><h3>The hit models are:<br>
<center><font color="cyan">"Gimball"</font></center>
<img src="Flyabiliy-Gimball-2.png" width="300" height="300">
Drones today are smarter and more stable than ever. But most are not designed to maneuver in tight spaces or around living things. This is not the case with Gimbol, which is for such needs. It was constructed by Flyability, a team from Switzerland - as the rotating cage around its body protects it from breaking when it encounters walls or other obstacles. Gimbol is also very light and would not harm a person even when touched. It can penetrate tunnels or collapsed buildings. It is so impressive that it won its authors a million dollars in grants from the United Arab Emirates. This happened at the race in Dubai, where 39 drones took part, but Gimbol was the winner. The team that created it will continue to develop variations of it - drones are the search and rescue. Gimbol website: <a href="http://www.flyability.com/product/" target="_blank">www.flyability.com</a><br><br>
<center><font color="cyan">"Lily"</font></center>
<img src="LILY.jpg" width="300" height="200">
Have you ever been on the edge of a mountain in Wingsute - the team of people flying like Batman? Have you ever wanted someone crazy enough to join you and record your flight? There is a real answer to this dream of yours. "Lily" is the new drone camera that is designed to track your every move thanks to a GPS module that you carry on your wrist. It is also waterproof and is used by surfers and other water sports enthusiasts to perpetuate their exploits. "Lily" costs about $ 500. Lily's website:
<a href="https://www.lily.camera" target="_blank">www.lily.camera</a><br><br>
<center><font color="cyan">"Solo"</font></center><br>
<img src="SOLO.jpg" width="600" height="200">
This is not a new drone-toy to fill the shelves of super gadget stores. This is a drone capable of incredible feats in cinema, thanks to all kinds of high-tech extras, packed in a shiny black shell, as is its appearance. Not only that - the "Solo" is the first aircraft that offers full control of the settings of the GoPro camera during each flight. This saves you from having to land it every time you want to change settings. There's also a selfie mode called "dramatic", which starts with close-up photos of your face and moves away slightly, capturing your action-like actions. If you've ever wanted to get on your knees and scream and the camera catches you in the middle of a spectacular landscape, now's your chance to do so. Solo website: <a href="https://3drobotics.com/solo-drone/" target="_blank">3drobotics.com/solo-drone</a><br><br></h3>
<hr width=100% size=3 color="gray">
<a name="IV"><font color="pink"><center><h2>Curious</h2></center></font>
<font color="magenta"><h3>Drones are dangerous work in every sense - the flying camera hurt Enrique Iglesias' hand a few days ago and they had to operate on it. It was hot because of a similar gadget around the mayor of Pazardzhik Todor Popov. Reporters from bTV filmed his mansion for BGN 1.5 million in the village of Patalenitsa with a drone. God forbid, as in fantasies, machines rise up in battle against humanity. But what is a drone and is there any soil in our country? Drones are not just a working tool for paparazzi and film crews. They are also available in a beginner model that costs about a hundred dollars. More sophisticated drones start at $ 1,000. They have such functions that they become truly autonomous devices that can make their own decisions.<br>
There will probably be 30,000 drones in the United States by 2020, according to the Washington Times. According to research, it is good for the industry to produce drones so that they look more friendly and fun. In Britain, they offer to paint them in bright colors so that they do not look like military objects and startle, says the Guardian. As "Big Brother" would also look more attractive if it was in pink, Slate jokes. It is believed that their use will increase the effectiveness of the Coast Guard. In the United States, the Navy says it will catch 70 percent more refugees and drug traffickers. Israel is the largest exporter of unmanned aerial vehicles in the field of defense. The state-owned company Aerospace Industries has sold drones to more than two dozen countries around the world.</h3></font>
<center><table border="0" width=50%>
<tr>
<td>
<h4><font color="white">Breathtaking video with the sights of Bulgaria from a bird's eye view</h4></font>
<a>
<a href="https://www.youtube.com/watch?v=LT3H9nOIsKQ" target="_blank"><center><img src="images.jpeg" width="100" height="50"></center>
</a>
</td>
<td>
<h4><font color="white">YouTube drone videos</h4></font>
<a>
<a href="https://www.youtube.com/results?search_query=drone" target="_blank"><img src="youtubebutton.jpeg" width="100" height="50">
</a>
</td>
<td>
<h4><font color="white">Ranking of the best-selling drones</h4></font>
<a>
<a href="https://www.pcmag.com/picks/the-best-drones"target="_blank"><img src="best_choice.png" width="100" height="50">
</a>
</td>
<td>
<h4><font color="white">e-shop for drones in Bulgaria</h4></font>
<a>
<a href="http://www.zigifly.com/magazin/dron-dronove-s-kamera-promotsia/"target="_blank"><img src="logo.png" width="100" height="50">
</a>
</td>
</tr>
</table></center>
<br><center><SCRIPT LANGUAGE="JavaScript">
if (window.print) {
document.write('<form> '
+ '<input type=image img src="gnome-dev-fax.png" width="90" height="90" '
+ 'onClick="javascript:window.print()"> </form>');
}
</script></center>
<p><center><script type="text/javascript" >
function showcommentform() {
var data="Name:<br><input type='text' name='name'><br>Comment:<br><textarea rows='5' cols='50'></textarea><br><input type='submit' value='comment'>";
document.getElementById('mylocation').innerHTML=data;
}
</script>
<form name="myForm">
<input type="button" style="height: 70px; background: yellow; font-family:cursive;" value="Comment" onclick="showcommentform()">
<div id="mylocation"></div>
</form></center></p>
<center><h2><a href="#begin">Home</a></h2></center>
<center><font color="white"><h4>Did you like my project?</h4>
<script>
// Wait for DOM to load
document.addEventListener("DOMContentLoaded", function(event) {
// Put the button into a variable
var e = document.getElementById("myForm");
// Wait for user to click the button
e.addEventListener( "change", function() {
// Put the selected value into a variable
var myColor = this.color.value;
// The "Switch" statement.
switch ( myColor ) {
case "Yes":
alert("Thank you :)");
break;
case "No":
alert(":(");
break;
}
}, false);
});
</script>
<!-- Replace '{action page}' with your own action page to support non-JavaScript users -->
<form id="myForm" name="myForm" action="{action page}">
<label>
<input type="radio" name="color" value="Yes"> Yes
</label>
<label>
<input type="radio" name="color" value="No"> No
</label>
</form>
</font></center>
</body>
</head>
</html>