-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboat-rental.html
249 lines (221 loc) · 9.94 KB
/
boat-rental.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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Cache-Control" content="public, max-age=31536000">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="canonical" href="https://helle.cc/boat-rental">
<title>Stockholm Boat Private Tour Rental </title>
<meta property="og:title" content="Stockholm Boat Private Tour Rental">
<meta name="description" content="Private motorboat rental with or without skipper around Stockholm city. Enjoy a guided tour around the city in the archipelago.">
<meta content="Private motorboat rental with or without skipper around Stockholm city. Enjoy a guided tour around the city in the archipelago." property="og:description">
<meta name="robots" content="all">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta content="en" property="og:locale">
<meta content="Private Boat Tour - Stockholm" property="og:site_name">
<meta content="website" property="og:type">
<meta content="https://helle.cc/boat-rental" property="og:url">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#da532c">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "WebSite",
"author": {
"@id": "#identity"
},
"copyrightHolder": {
"@id": "#identity"
},
"copyrightYear": "2024",
"creator": {
"@id": "#creator"
},
"dateCreated": "2024-06-10T13:54:43+02:00",
"dateModified": "2024-06-29T13:54:43+02:00",
"datePublished": "2024-06-10T13:54:43+02:00",
"description": "Private motorboat rental with or without skipper around Stockholm city. Enjoy a guided tour around the city in the archipelago.",
"headline": "Stockholm Boat Private Tour Rental | Stockholm",
"inLanguage": "en",
"mainEntityOfPage": "https://helle.cc/boat-rental",
"name": "Stockholm Boat",
"publisher": {
"@id": "#creator"
},
"url": "https://helle.cc/boat-rental"
},
{
"@id": "#identity",
"@type": "Organization",
"image": {
"@type": "ImageObject",
"height": "175",
"url": "https://helle.cc/apple-touch-icon.png",
"width": "792"
},
"logo": {
"@type": "ImageObject",
"height": "60",
"url": "https://helle.cc/apple-touch-icon.png",
"width": "272"
}
},
{
"@id": "#creator",
"@type": "Organization",
"image": {
"@type": "ImageObject",
"height": "175",
"url": "https://helle.cc/apple-touch-icon.png",
"width": "792"
},
"logo": {
"@type": "ImageObject",
"height": "60",
"url": "https://helle.cc/apple-touch-icon.png",
"width": "272"
}
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": "https://helle.cc/apple-touch-icon.png",
"url": "https://helle.cc/boat-rental",
"ethicsPolicy": "https://helle.cc/boat-rental",
"logo": "https://helle.cc/apple-touch-icon.png",
"foundingDate": "2022",
"name": "Stockholm Boat Rental",
"legalName": "TADH Consulting AB",
"description": "Private motorboat rental with or without skipper in Stockholm city.",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"streetAddress": "Östgötagatan 74",
"addressLocality": "Stockholm",
"addressCountry": "SE",
"postalCode": "11664"
},
"vatID": "SE559375717101",
"iso6523Code": "0060:351248094"
}
</script>
<!-- Bootstrap CSS File -->
<!-- <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
<link rel="preload" href="lib/bootstrap/css/bootstrap.min.css" as="style"
onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
</noscript>
<!-- Libraries CSS Files -->
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- Responsive css -->
<link href="css/responsive.css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#457684">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"name": "FAQ - Common questions about boat tour rental",
"mainEntity": [
{
"@type": "Question",
"name": "How many people can we be on the boat?
",
"acceptedAnswer": {
"@type": "Answer",
"text": "Maximum number of people allowed by the insurance is 7 including the skipper."
}
},
{
"@type": "Question",
"name": "Where is the departure/arrival location?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Departure and arrival is at Skanstull in Södermalm, however it can be changed upon request."
}
},
{
"@type": "Question",
"name": "How fast can the boat go?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Up to 35 knots!"
}
},
{
"@type": "Question",
"name": "Do I need a skipper license?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes a skipper license is required if you plan to rent without guided tour skipper."
}
}
]
}
</script>
</head>
<body>
<!-- start section header -->
<div id="header-boat" class="home">
<div class="container">
<div class="header-content" style="padding-top: 50%;">
<h1 style="color:beige; text-shadow: black 2px 2px 10px;">Rent my boat <span class="typed-boat" style="color:aqua; text-shadow: black 2px 2px 10px;"></span></h1>
<p style="font-weight: 600; font-size: 25px; color:beige; text-shadow: black 2px 2px 10px;">Private motorboat rental around Stockholm city.
</p>
<div
style="align-items: center; align-content: center; align-self: center; ">
<span id="obf"> <!-- ROT13obf-->
<script>document.getElementById("obf").innerHTML = "<n ebyr='ohggba' pynff='ebhaqrq oga oga-cevznel oga-ebhaqrq' uers=\"znvygb:[email protected]?fhowrpg=Obng Eragny Erdhrfg&obql=Anzr: %0Q%0NCubar:%0Q%0NCrbcyr (znk 7):%0Q%0NFxvccre: <Jvgu fxvccre be nggnpu fxvccre yvprafr>%0Q%0NFgneg qngr/gvzr:%0Q%0NRaq qngr/gvzr:%0Q%0NPbzzragf:%0Q%0N\" gnetrg=\"_oynax\">OBBX ABJ</n>".replace(/[a-zA-Z]/g, function (c) { return String.fromCharCode((c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26); });</script>
<noscript>[Enable JavaScript to see email]</noscript>
</span>
<span style="margin-bottom:20px; font-size: 14px; color:beige; text-shadow: black 1px 1px 10px;"><br><br>From 4900 SEK without skipper (license required) <br>+1900 SEK with skipper <br><br> Enjoy a guided tour around the city in the archipelago.</span>
</div>
</div>
</div>
</div>
<!-- End section header -->
<style>
.services-block img {
height: 150px;
border-radius: 20px;
max-width: 250px;
img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
}
</style>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,400i,700,700i,900,900i&display=swap"
rel="stylesheet">
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/magnific-popup/magnific-popup.min.js"></script>
<!-- Contact Form JavaScript File -->
<!-- <script src="contactform/contactform.js"></script> -->
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script type="text/javascript" src="https://unpkg.com/default-passive-events"></script>
</body>
</html>