-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (86 loc) · 3.28 KB
/
index.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
<!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>Home</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>
<header class="flex-header" id="navDiv">
<div class="burger-wraper">
<div class="burger-menu" id="burgerBar">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<a class="logo" href="index.html">
<picture class="picture">
<source
media="(min-width: 420px)"
srcset="images/AGG_Logo-09.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" href="index.html">Home</a></li>
<li><a class="li" href="about.html">About Us</a></li>
<li><a class="li" href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="searchandregistration">
<div class="search">
<input type="text" placeholder="Search..." />
</div>
<div class="user-button">
<img
id="register"
src="images/user-circle-svgrepo-com.svg"
alt="user"
/>
</div>
</div>
</header>
<div class="background"></div>
<main class="promo-text">
<section class="promo-section">
<h2 class="promo-h2">awake the adventure lover in you!</h2>
<p class="promo-p">
we provide offroad car to rent for your trip. we offer an exciting
experience and an opportunity to drive a 4x4 car in the beautiful
roads of Georgia.
</p>
<button class="button-yellow" type="button">explore more</button>
</section>
</main>
<script src="js/script.js"></script>
</body>
</html>