forked from JISH191853/E-WAY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathourwork.html
More file actions
68 lines (59 loc) · 3.07 KB
/
ourwork.html
File metadata and controls
68 lines (59 loc) · 3.07 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>E-WAY </title>
<meta name="description" content="free website template" />
<meta name="keywords" content="enter your keywords here" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link href="css/portfolio.css" rel="stylesheet" type="text/css" />
<link href="css/dark.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main">
<div id="header">
<div id="welcome">
<h1><span>E-WAY</span></h1>
</div><!--end welcome-->
<div id="menubar">
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li class="current"><a href="ourwork.html">Our Work</a></li>
<li><a href="testimonials.html">Motto</a></li>
<li class="last"><a href="contact.html">Contact Us</a></li>
</ul>
</div><!--end menubar-->
</div><!--end header-->
<div id="site_content">
<div id="text_content">
<h2>Our Work</h2>
<p> Here in this E-WAY we provide safe and efficient mode of transporttion from one location to another.Here we compare the safest,cheapest and fastest route from one location to another by means of train,bus,flight and any other mode of transportation.This provides a tangible ecnomic way for a person to travel between two locations.This E-way app provides every travelling individual to travel from one place to another place without any need for lag,and efficient money.This provides a great change in the transportation from one place to another to bring a revolutionary change in the way we travel </p>
<p>It can prove equally useful for tourists as well as local residents for commutting from one place to another. Our services are available uninterrupted throughout the globe</p>
</div><!--close text_content-->
<div class="static_image">
<img width="500" height="450" src="images/ourwork.jpg" alt="our work" />
</div>
</div><!--end site_content-->
</div><!--end main-->
<div id="footer">
<div id="footer_container">
<div class="footer_container_box">
<h4>AIM</h4>
<p> "Providing efficient,faster modes of commuting globally"</p>
<a href="ourwork.html">Read more</a>
</div><!--close footer_container_box-->
<div class="footer_container_box">
<h4>MOTTO</h4>
<p> "To make global commute easier for people despite their age and location"</p>
<a href="testimonials.html">Read more</a>
</div><!--close footer_container_box-->
<div class="footer_container_boxl">
</div><!--close footer_container_box1-->
<br style="clear:both"/>
<br />
<a href="http://fotogrph.com/">Images</a> | website by E-WAY
</div><!--close footer_container-->
</div><!--close footer-->
</body>
</html>