forked from ani23-11/getaway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
111 lines (104 loc) · 5.4 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Us</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Noto+Sans|Pacifico&display=swap" rel="stylesheet">
<style>
/* Style the body */
body {
font-family: Arial;
margin: 0;
}
/* Header/Logo Title */
.header {
padding: 60px;
text-align: center;
background: #1abc9c;
color: white;
font-size: 30px;
background-image: url(/content/bg2.jpg);
}
/* Page Content */
.content {padding:20px;
background: rgba(52,35,53,255);
color: white;
}
.row{
background: black;
margin: 0;
}
</style>
</head>
<body>
<nav class="navbar navbar-dark bg-dark navbar-expand-lg">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand">
Get-A-WAY
</a>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="home.html">Home</a>
<a class="nav-item nav-link" href="getaway.html">Camps</a>
<a class="nav-item nav-link" href="aboutus.html">About Us</a>
</div>
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-item nav-link" href="index.html" style="float:right;">Sign In <i class="fa fa-user-plus"></i></a></li>
</ul>
</div>
</div>
</nav>
<div class="header">
<svg viewbox="0 0 100 20">
<defs>
<linearGradient id="gradient">
<stop color="#FFFFFF"/>
</linearGradient>
<pattern id="wave" x="0" y="-0.5" width="100%" height="100%" patternUnits="userSpaceOnUse">
<path id="wavePath" d="M-40 9 Q-30 7 -20 9 T0 9 T20 9 T40 9 T60 9 T80 9 T100 9 T120 9 V20 H-40z" mask="url(#mask)" fill="url(#gradient)">
<animateTransform
attributeName="transform"
begin="0s"
dur="1.5s"
type="translate"
from="0,0"
to="40,0"
repeatCount="indefinite" />
</path>
</pattern>
</defs>
<text text-anchor="middle" x="50" y="15" font-size="17" fill="white" fill-opacity="0.1">About Us</text>
<text text-anchor="middle" x="50" y="15" font-size="17" fill="url(#wave)" fill-opacity="1">About Us</text>
</svg>
</div>
<div class="content">
<p>GET A-WAY is a one stop platform to route you towards your ideal camping spot. Be it an adventurous trekking camp , an eventful bonfire night or a serene spot near the lake; we’ve got you covered. No matter what your reason is to find an escape, on our website , you are guaranteed to find your perfect getaway!
We provide you with a plethora of camping spots from across the country. Get A-Way is a website made by a bunch of young minds who share a love for nature and aim to leave a positive impact wherever they go.
No more wasting time in googling tirelessly for unique camping spots coz we have made it just one click away. Get A-Way is your personal guide to finding scenic camping spots in every nook and corner.
Through Get A-Way we aim to give people a way of exploring the hidden gems of nature. We want people to escape their daily life and explore how amazing nature is. We wish to promote tourism and create a new surge in outdoor adventures.
Get A-Way not only promotes tourism but also aims at creating a cautious travelling mindset in people so that even while exploring nature, we take steps to preserve it.
Camp sites are a great way to enjoy nature without harming it. Camps teach us to survive in natural environments and learn to have a sustainable living standard.</p>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-4">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item"> <a href="https://facebook.com"> <i class="fa fa-facebook" style="color: #FFFFFF;"> </i> </a> </li>
<li class="list-inline-item"> <a href="https://twitter.com"> <i class="fa fa-twitter" style="color: #FFFFFF; "> </i> </a> </li>
<li class="list-inline-item"> <a href="https://www.instagram.com/accounts/login/"> <i class="fa fa-instagram" style="color: #FFFFFF;"> </i> </a> </li>
</ul>
</div>
<hr>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
</div>
</body>
</html>