-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
162 lines (154 loc) · 5.97 KB
/
contact.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
158
159
160
161
162
<!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>Contact</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="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> -->
</header>
<main class="contact-main">
<section>
<img
class="image-section"
src="images/AGG_Logo-breadcrumbs.png"
alt="logo"
/>
<h1 class="contact-h1">Contact Us</h1>
<p class="contact-p">
if you are interested in our service, please contact us.
</p>
<div class="contact-form">
<form id="contact-form">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required />
<label for="email">Email:</label>
<input type="email" id="email" name="email" required />
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
<button type="submit">Submit</button>
</form>
</div>
</section>
<section class="map-section">
<div class="left-block-contact">
<h3 class="contact-title">Contact information</h3>
<ul>
<li class="address-li">
<span class="contact-info">Address:</span>
<a
class="contact-li"
href="https://www.google.com/maps/place/163+Davit+Aghmashenebeli+Ave,+T'bilisi/@41.71882,44.7904851,17z/data=!3m1!4b1!4m5!3m4!1s0x404472d331333c7d:0x6b6f1e17f7429ddb!8m2!3d41.71882!4d44.7904851?entry=ttu"
target="_blank"
>David Aghmashenebeli Alley 163</a
>
</li>
<li class="tel-li">
<span class="contact-info">Tel.:</span>
<a class="contact-li" href="callto:+995 32 222 222"
>+995 32 222 222</a
>
</li>
<li>
<span class="contact-info">Email:</span>
<a
class="contact-li"
href="mailto:[email protected]?subject=The%20subject%20of%20the%20mail"
>
</li>
</ul>
</div>
<div class="map-element">
<iframe
class="map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2978.078727021835!2d44.7904851!3d41.71882!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x404472d331333c7d%3A0x6b6f1e17f7429ddb!2s163%20Davit%20Aghmashenebeli%20Ave%2C%20T'bilisi!5e0!3m2!1sen!2sge!4v1689020902629!5m2!1sen!2sge"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</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>