-
Notifications
You must be signed in to change notification settings - Fork 0
/
index 2.html
127 lines (125 loc) · 5.13 KB
/
index 2.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
<!DOCTYPE html>
<html background="nevon-adventure-robot-web-main.jpg">
<head>
<title>MUTER - E</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="utf-8" />
<!-- CSS only -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- JavaScript Bundle with Popper -->
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
h1 {text-align: center;}
h2 {text-align: center;}
/* Optional: Makes the sample page fill the window. */
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC_avYDnpeXZ0-B5oD5jrXzgJv6Nlt_Owg"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="./index.js"></script>
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">MUTER - E</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li>
<a
href="index 2.html"
>Live Location</a
>
</li>
<li>
<a
href="http://192.168.4.1/"
>Live Streaming</a
>
</li>
</ul>
</div>
</nav>
</header>
<h1>MUTER - E: A Multi Terrain Robot</h1>
<h2>Live location of MUTER - E</h2>
<div class="container">
<div class="center">
<div class="col-sm-15 col-lg-15">
<div class="item">
<div style="width: 100%"><iframe width="100%" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=Alva's%20Institute%20of%20Engineering%20+()&t=&z=14&ie=UTF8&iwloc=B&output=embed"><a href="https://www.maps.ie/population/">Find Population on Map</a></iframe></div>
</div>
</div>
</div>
</div>
</div>
<div class="feat bg-gray pt-5 pb-5" id="about">
<div class="container">
<div class="row">
<div class="section-head col-sm-12">
<h4><span>About</span> Us!</h4>
<p>
MUTER - E, is a Multi-Terrain Robot device that can take small payload or accessories in a secure box, through multiple terrains at a considerably efficient speed with the ability to hover through tough terrains, like rocky mountains, craters, stairs etc. It contains constant monitoring and surveillance features and can sustain in harsh physical environments.
</p>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_one"
><i class="fa fa-anchor"></i
></span>
<h4>Increased Stability</h4>
<p>
The structure uses a specially designed version of the rocker bogie mechanism which provides the structure high aerodynamic properties for holes and craters whereas alsoprovides stability & torque while encountering obstacles and protrusions.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_three"
><i class="fa fa-globe"></i
></span>
<h4>Long Range Control</h4>
<p>
MUTER - E uses Radio Frequency (RF) Transmitter and Receiver which provides for a longer range from Wi-fi or Bluetooth control. This helps the rover advance into high risk zones, located in vulnerable areas where human involvement should be avoided or may disturb the harmony.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_two"
><i class="fa fa-hourglass-half" ></i
></span>
<h4>Real Time Monitoring</h4>
<p>
The data colleceted is instantly updated on our servers which
can be immediately shared with monitring professionals to use the data obtained for statistical analysis as well as for fault detection purposes. This data can be remotely
shared through our website over long distances also.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="contactUS"></div>
<footer>
<p class="text-center">Copyright © MUTER-E</p>
</footer>
</body>
</html>