-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
45 lines (43 loc) · 2.31 KB
/
home.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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Routing Application</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#000000">
<table width="100%" height="100%" border="0" id="topmenu">
<tr>
<td width="497" height="57" class="header"><img src="images/logo1.png" id="logo"></td>
<td width="70" class="topmenu"><a href="home.html">Home</a></td>
<td width="70" class="topmenu"><a href="documentation.html">Documentation</a></td>
<td width="70" class="topmenu"><a href="support.html">Support</a></td>
<td width="70" class="topmenu"><a href="login.php">Login</a></td>
</tr>
<tr>
<td colspan="6" class="my_body" background="images/black-black-circles-free-icons-1600x1200px-hd-background.jpg">
<div id="slider">
<!-- <figure>
<img src="images/3-ness-c2.jpg" alt="">
<img src="images/3-photo1B.jpg" alt="">
<img src="images/C4iTE.jpg" alt="">
<img src="images/Displays.jpg" alt="">
<img src="images/SCSfrontpic.gif" alt="">
</figure>-->
</div>
<div id="intro"><h3>Introduction</h3>
With the advancement and development in the field of <abbr title="Geographical Information System">GIS</abbr>, it is now the go-to technology for effectively dealing with real time and dynamically changing spatial data. Among many other applications, GIS is widely used for optimization of daily fleet movements. With the world wide increase in travelling expense, security issues and traffic congestion route selection has become a critical step in the initialization of any project and has significant impact in terms of cost, man power and service quality. Optimal route determination involves consideration of several factors such as environmental, sociological, economical and safety. <br />
<h3>Aims & Objectives</h3>
The aims and objectives of this project are as follows:<br />
• To increase use of open source technologies inside Army<br />
• To make open source optimal routing system<br />
• To customize the system according to army requirements<br />
• To visualize the route in 3D<br />
</div>
</td>
</tr>
<tr>
<td height="67" colspan="6" class="footer"><p>© All Rights Reserved<br>Institute of Geographical Information System </p></td>
</tr>
</table>
</body>
</html>