-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpurpose.html
51 lines (51 loc) · 2.46 KB
/
purpose.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title> <!--title of the tap -->
<link rel="stylesheet" href="./style.css"> <!-- include the style.css file for the presentation-->
</head>
<body>
<div class="purpose_doc">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="purpose.html">Our Purpose</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="itinerary.html" style="visibility:hidden">Itinerary</a></li>
</ul>
<br>
<br>
<h1>Our Purpose</h1>
<br>
<h3>Making an itinerary for a trip or vacation can take an extensive amount of time,
and the alternative of paying someone else to create one for you can be costly.
When considering possible ideas for what we could create, we realized that automating
the process of making a travel itinerary could be greatly useful and could reduce the
stress of planning for a vacation, which is meant to alleviate stress. This is why we
created MyTinerary, an automated itinerary generator. Vacationers can spend less time
worrying about making their itinerary and more time enjoying their trip, in addition to
discovering the best local activities and sites in the community they are in.
</h3>
<br>
<div class="travel_pics">
<img src="noun-travel-1.png" alt="Airplane">
<img src="noun-travel-2.png" alt="Suitcase">
<img src="noun-travel-1.png" alt="Airplane">
<img src="noun-travel-2.png" alt="Suitcase">
<img src="noun-travel-1.png" alt="Airplane">
</div>
<br>
<h2>Future Plans and Improvements</h2>
<br>
<h3>Currently, MyTinerary has a long way to go until it could be considered "done". If we develop
our skills in the tools used, we could add more detail and improve the personalization
of our generated itinerary. We could also implement a database of a wider range of places
to improve the quality of itineraries. These suggestions are just a small fraction
of the potential that MyTinerary has to help provide the best vacation experiences to users.
</h3>
<br>
</div>
</body>
</html>