-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
157 lines (154 loc) · 6.58 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="online booking, reservation, travel in georgia, adventure tourism, adventure green georgia, adventure georgia"
/>
<meta
name="description"
content="Plan an unforgettable adventure in Georgia together with “Adventure Green Georgia”. Off-road, reliable cars specially equipped for the complicated roads of Georgia are at your disposal. Take the wheel, feel adrenaline and travel in mountains of Georgia. It's your chance to get to know Georgia in a different way. So, create yourself an exclusive four wheel adventure!"
/>
<meta name="author" content="Nancy Kikvadze" />
<meta property="og:title" content="Adventure Green Georgia" />
<meta
property="og:description"
content="Get to know Georgia in a different way! It's your chance to awake the adventure lover in you!
“Adventure Green Georgia” offers you four wheel adventure.
"
/>
<meta
property="og:image"
content="https://lost-in-noise.github.io/AGG/images/IMG_7665.JPG"
/>
<meta property="og:url" content="https://lost-in-noise.github.io" />
<title>About Us</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="icon" type="image/x-icon" href="/images/AGG_Logo-41.png" />
</head>
<body class="inner-body">
<header class="inner-header" id="navDiv">
<!-- <div class="header-wraper"> -->
<div class="burger-wraper">
<div class="burger-menu" id="burgerBar">
<div class="bar-in"></div>
<div class="bar-in"></div>
<div class="bar-in"></div>
</div>
<a class="logo-in" href="index.html">
<picture class="picture">
<source
media="(min-width: 420px)"
srcset="images/AGG_Logo-13.png"
/>
<img src="images/AGG_Logo-41.png" alt="logo" />
</picture>
</a>
</div>
<nav class="navigation" id="navBar">
<ul class="nav-ul">
<li><a class="li-in" href="index.html">Home</a></li>
<li><a class="li-in" href="about.html">About Us</a></li>
<li><a class="li-in" href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- <div class="user-button-in">
<img
id="register"
src="images/user-circle-svgrepo-com.svg"
alt="user"
/>
</div> -->
<!-- </div> -->
</header>
<main>
<section class="about-section1">
<div class="about-text">
<h2 class="about-us">About us</h2>
<p class="about-p">
Tourist Company “Adventure Green Georgia” was founded in 2019. Our
task is turning rich natural and cultural resources of Georgia into
the world-level tourist product and opportunity of getting unique
impressions. With consideration of identification of main challenges
of the world tourism development, processing of innovative ideas,
modern standards of service in the world and, at the same time,
tourist potential of Georgia, we have developed a tourist product
conception and defined the ways of offering service. On the basis of
the analysis of the state existing in Georgia in the sector of
tourism, concretely research of the quality of rendering adventure
tourism services, was developed an innovative vision that will make
tourist activities corresponding to high standards. Service offered
by us will assist the adoption of the world's newest tendencies and
development on the local tourist market.
</p>
</div>
<div class="about-img">
<img src="images/IMG_1375.jpg" alt="Nissan" />
</div>
</section>
<section class="about-section1">
<div class="about-img">
<img src="images/IMG_7665.JPG" alt="Nissan" />
</div>
<div class="about-text">
<h2 class="about-us">Description of the activity</h2>
<p class="about-p">
We shall assist the foreign tourists to get to know Georgia in a way
that will be evidently different from standard offers of tourist
companies and guides. For achievement of the set objectives we offer
the visitors high-quality diverse service and the best impressions
on a country's scale. The tourist will be given opportunity to
travel by the most beautiful mountain routes, different from
standard tours, leading to the most impressive tourist places of the
country. It is stipulated to transfer off-road cars to them to drive
on their own, accompanied by technical support car. Car park
comprises of four Nissan Pathfinder, whereof one is the accompanying
car. We offer the customers camping equipment by means of which it
is possible to enjoy rest in nature.
</p>
</div>
</section>
<section class="about-section1">
<div class="about-text">
<h2 class="about-us">Team</h2>
<p class="about-p">
Team which decided initiation of the business is staffed with
competent and experienced persons. Company has the ambition to
create a world level tourist product that will consolidate a worthy
place on the Georgian market.
</p>
</div>
<div class="about-img">
<img src="images/IMG_1402.jpg" alt="Nissan" />
</div>
</section>
</main>
<footer class="footer-bg">
<div class="container-footer">
<div class="footer-logo">
<a href="index.html">
<img src="images/AGG_Logo-27.png" alt="logo-white" />
</a>
</div>
<div class="footer-menu">
<div class="footer-list">
<p>AGG © 2023. All rights reserved.</p>
</div>
<div class="footer-list">
<h3 class="footer-h3">Information</h3>
<ul class="footer-text">
<li class="li2"><a href="terms.html">Terms and Conditions</a></li>
<li class="li4"><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>