-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (210 loc) · 9.18 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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<!--
Developer: Joel Rudsberg
Contact: [email protected]
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Okay Shop, in Engelberg Switzerland, sell and rent skis/telemark, do ski service and fix all your problem regarding skiing.">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Okay Shop Engelberg</title>
<link rel="stylesheet" href="resources/css/style.css">
<link rel="stylesheet" href="resources/css/bootstrap.css">
<link rel="stylesheet" href="resources/css/font-awesome.min.css">
</head>
<body>
<!-- Navbar Section -->
<nav class="navbar navbar-expand-md fixed-top py-3 navbar-light bg-light">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" data-target="#navbarNav" data-toggle="collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarNav" class="collapse navbar-collapse text-center">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#services-section" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="#why-us-section" class="nav-link">Why Okay Shop</a>
</li>
<li class="nav-item">
<a href="#contact-section" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HERO SECTION -->
<section id="hero-section" class="text-white">
<div class="primary-overlay">
<div class="container">
<div class="row">
<div class="col text-center">
<h1 class="display-4 mb-3">Okay Shop - Freeride Headquarter of Engelberg</h1>
<h3 class="mb-4">Ski rental. Freeride. Ski Service. GREAT coffee.</h3>
<a href="#contact-section"><button class="btn btn-success btn-lg">Get Me Ready</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES SECTION -->
<section id="services-section" class="pt-2 pb-5">
<div class="container">
<div class="info-header mb-4 mt-4 text-center">
<h2>What We Do</h2>
<p>We offer rental, service and sell all sorts of freeride equipment. Everything from fat skis to avalaunch backpacks to telemarks. Welcome to Engelbergs most experienced ski shop.</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="card card-inverse mb-4 text-center">
<div class="card-block">
<h2 class="card-header">Rental</h2>
<p class="card-text mt-3 mx-3">We rent all kinds of skis: Freeride, Touring, All Mountain and Pist Skis.<br>Boots: Piste and Freeride (walking mode)<br>Avalanche Equipment: Tranciever, Shovel, Probe and Avalanche Back Pack.</p>
<img class="card-img-bottom img-fluid" src="resources/img/rent-freeride-ski.jpg" alt="Freeride skis">
<div class="card-footer">
<a href="#contact-section" class="btn btn-success my-1">Get Ready <i class="fa fa-arrow-right ml-2"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="card card-inverse mb-4 text-center">
<div class="card-block">
<h2 class="card-header">Service</h2>
<p class="card-text mt-3 mx-3">We give your skis the love they need: from waxing to big service.<br>We mount your binding and glue your skis if they need a bit more then just a normal service.</p>
<img class="card-img-bottom img-fluid" src="resources/img/ski-repair.jpg" alt="Freeride skis">
<div class="card-footer">
<a href="#contact-section" class="btn btn-success my-1">Get Sorted <i class="fa fa-arrow-right ml-2"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="card card-inverse mb-4 text-center">
<div class="card-block">
<h2 class="card-header">Equipment</h2>
<p class="card-text mt-3 mx-3">We have everything that comes to skis, boots and avalanche equipment.<br>We also have Helmets, Goggles, Skipools, Gloves, Beanis, Boot Dryer and Fresh Roasted Coffee..</p>
<img class="card-img-bottom img-fluid" src="resources/img/ski-equipment.jpg" alt="Freeride skis">
<div class="card-footer">
<a href="#contact-section" class="btn btn-success my-1">Get Gear <i class="fa fa-arrow-right ml-2"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- WHY US SECTION -->
<section id="why-us-section" class="pb-5 pt-2">
<div class="container">
<div class="info-header mb-4 mt-4 text-center">
<h2>Why Choose Us</h2>
</div>
<div class="row">
<div class="col-md-6 offset-lg-1 col-lg-5 text-center mt-2">
<img src="resources/img/telemark.jpg" alt="Telemark" class="img-fluid rounded-circle">
</div>
<div class="col-md-6 col-lg-6 mt-3 text-center">
<p class="mt-4">I've had the Okay Shop for over 20 years. Even though it's been a long time, I'm still in love and love my work. As soon as you got some problems with your skis or gear, swing by the shop and we will get you sorted.</p>
<p class="mt-5">Even if you don't have any problems or want to purchase anything, come in for a fresh cup of coffee. See you on your next ski trip to Engelberg!</p>
</div>
</div>
</div>
</section>
<!-- CONTACT SECTION -->
<section id="contact-section" class="pb-5 pt-2">
<div class="container">
<div class="info-header mb-4 mt-4 text-center">
<h2>Contact Us</h2>
<p>Best way to get you ready for the mountain is to drop by the shop. If you have any questions feel free to give us a call.</p>
</div>
<div class="row">
<div class="col-sm-6 text-center">
<div class="d-flex flex-column align-items-center mt-3">
<a class="call-to-action btn btn-success btn-lg btn-block" href="tel:+4679-2110785">Call Us <i class="fa fa-phone ml-2 fa-1x"></i></a>
<p class="mt-3">Give me a call! If I don't pick up, try again later or swing by the shop.</p>
</div>
</div>
<div class="col-sm-6 mt-3 text-center">
<div class="d-flex flex-column align-items-center text-center">
<a class="call-to-action btn btn-success btn-lg btn-block" href="#maps-section-scroll">Come By <i class="fa fa-arrow-down ml-2 fa-1x"></i></a>
<p class="mt-3">Stop by for a good chat and get your skis and gear all sorted.</p>
</div>
</div>
<div class="col-lg-8 push-lg-4 mt-4">
<div class="scroll-anchor" id="maps-section-scroll"></div>
<div id="map"></div>
</div>
<div id="contact-info" class="col-lg-4 pull-lg-8 mt-4 text-center">
<h3 class="contact-header">Contact Information</h3>
<p>
Daniel Friedli<br>
OKAY Telemark Shop<br>
Bahnhofplatz<br>
6391 Engelberg
<br><br>
Telephone: <a href="tel:+4679-2110785">+4679-2110785</a><br>
Email: <a href="mailto:[email protected]">[email protected]</a><br>
<br><br>
From November to April<br>
Open 7 days a week<br>
Lunch break 12.00 - 15.00
</p>
</div>
</div>
</div>
</section>
<!-- FOOTER SECTION -->
<section id="footer-section" class="py-4">
<div class="container">
<div class="row">
<div class="col text-white">
<div class="d-flex flex-row justify-content-between align-items-center">
<div class="text-left mr-auto">
Copyright © 2018
</div>
<div class="text-center mx-auto">
Opening Hours<br>
From November to April<br>
Open 7 days a week<br>
Lunch break 12.00 - 15.00
</div>
<div class="text-right ml-auto">
<a href="tel:+4679-2110785">+4679-2110785</a><br>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="#map">Bahnhofplatz<br>
6391 Engelberg
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Google Maps API Script -->
<script>
function initMap() {
var uluru = {lat: 46.819589, lng: 8.403062};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 15,
center: uluru
});
var marker = new google.maps.Marker({
position: uluru,
map: map
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCfWUO18JsKW47UWTudR_Fp1TR0UPY9U6s&callback=initMap">
</script>
<!-- END Google maps API Script -->
<script src="resources/js/jquery.min.js"></script>
<script src="resources/js/popper.min.js"></script>
<script src="resources/js/bootstrap.min.js"></script>
<script src="resources/js/smooth-scroll.js"></script>
<script src="resources/js/main.js"></script>
</body>
</html>