-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
37 lines (34 loc) · 1.97 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quicktour</title>
</head>
<body>
<div class="container">
<img src="image/Quicktour.png" alt="logo" >
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="location.html">Location</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="aboutApp"><h3>About Quicktour</h3>
<h4>Hello quickwalkers,</h4>
<p>Quick Tour is a web app, friendly and intuitive for every user. The application aims to satisfy tourists who visit the most beautiful cities of Romania. </p>
<p>This compared to the other applications keeps tourists up to date with the best tourist attractions, places to relax and accommodation for any budget. At the same time, it makes known the best places to have a traditional or international meal. To be able to fix the mobility problem, it connects with the moovit transport application.</p>
<h3>Our story</h3>
<p>Quicktour was an idea presented at Techstars Startup Weekend Oradea. Although it was not very successful in the contest, I was not disappointed. As they say, it could be worse, I didn't go home with 0 votes.</p>
</div>
<div class="grid-container2">
<div class="imageR"><img src="image/7.png" alt="startup" ></div>
<div class="imageR1"><img src="image/8.png" alt="game" ></div>
</div>
<div class="aboutApp"><p>After the first evening, I accumulated 7 votes even though I didn't have a team . In the second picture, at the beginning of the contest, a game was played where I was part of team 4 that promoted Yellow, Couch.</p>
</body>
</html>