-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (92 loc) · 4.24 KB
/
index.html
File metadata and controls
108 lines (92 loc) · 4.24 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
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<center>
<h1 > DRONE MONETRING SITE</h1>
</center>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Navbar</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="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://google.com">Google</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://navio2.emlid.com/">Drone Component</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://www.google.com/search?q=drone+image+scaning+road+4k&tbm=isch&ved=2ahUKEwismNyjyPLsAhUKB3IKHd-7DNIQ2-cCegQIABAA&oq=drone+image+scaning+road+4k&gs_lcp=CgNpbWcQA1CQTFjHVmCAWmgAcAB4AIABiASIAYEGkgEHMi0xLjUtMZgBAKABAaoBC2d3cy13aXotaW1nwAEB&sclient=img&ei=_rCnX6yhHYqOyAPf97KQDQ&bih=754&biw=1536&rlz=1C1CHBF_enIN921IN921#imgrc=MH2imo2bQKle1M">Drone images</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="file:///C:/Users/hp/Downloads/webwork2.html">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<br>
<img src="https://res.cloudinary.com/springboard-images/image/upload/q_auto,f_auto,fl_lossy/wordpress-india/2019/10/google-maps.jpg" height ="300" alt="Workplace" usemap="#workmap">
<map name="workmap">
<area shape="rect" coords="34,44,270,350" alt="Computer" href="https://maps.google.co.in/maps?hl=en&tab=rl&authuser=0">
</map><table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">HEIGHT</th>
<th scope="col">TIME</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>50 M</td>
<td>14:00 </td>
<td>AUTO</td>
</tr>
<tr>
<th scope="row">2</th>
<td>79 M</td>
<td>14:15</td>
<td>MANUAL</td>
</tr>
<tr>
<th scope="row">3</th>
<td>20 M</td>
<td>14:30</td>
<td>MANUAL</td>
</tr>
</tbody>
</table>
<h1>BATTERY INFO</h1>
<label for="disk_c">AT HEIGHT 50 M</label>
<meter id="disk_c" value="80" min="0" max="100">80 out of 100</meter><br>
<label for="disk_d"> AT HEIGHT 79 M </label>
<meter id="disk_d" value="0.47">47%</meter><br>
<label for="disk_e"> AT HEIGHT 20M </label>
<meter id="disk_e" value="0.17">17%</meter>
<p><strong>Note:</strong> The meter tag is not supported in Edge 12 (or earlier).</p>
</div>
</body>
</html>