-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.html
362 lines (287 loc) · 13.4 KB
/
description.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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--- Manifest --->
<link rel="manifest" href="manifest.webmanifest">
<!-- include PWACompat _after_ your manifest -->
<script async src="js/pwacompat.min.js"></script>
<!-- Turbolinks -->
<script src="js/turbolinks.js"></script>
<script>
//var Turbolinks = require("turbolinks")
Turbolinks.start()
</script>
<title>Aloft: A Sailor's Resource Guide</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!--- Google Fonts --->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700|Roboto:300,500&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:700i&display=swap" rel="stylesheet">
<!--- Font Awesome --->
<link rel="stylesheet" href="css/all.min.css">
<!---Slidebars CSS --->
<link rel="stylesheet" href="css/slidebars.min.css">
</head>
<body class="bg-white">
<div class="side-shadow scroll-container" canvas="container">
<div class="nice-scroll">
<!----Top Page Jumbotron---->
<div class="container-fluid top-page-jumbo-alt bg-light px-0" id="pg-info-loads-here">
<div
class="col-lg-8 col-md-10 col-sm-12 mx-auto mb-0 py-2 d-flex flex-row align-items-center justify-content-between">
<h1 class="mb-0"><span class="font-weight-light font-green mr-n2">go</span><span
class="font-blue logo">ALOFT</span></h1>
<p class="mb-0 font-blue font-weight-light">Welcome Sailor</p>
</div>
</div>
<!----Sail Company Jumbotron---->
<div class="container-fluid py-5 bg-blue pb-2" id="feature-listing">
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto mb-0 py-2">
<h3 class="font-lt-white">Job Description</h3>
<h1 class="display-4 font-white">Portland Schooner Co.</h1>
<h2 class="font-lt-white font-weight-light">Portland, Maine</h2>
<p class="lead font-white">Portland Schooner Co. is now hiring deckhands for the 2020 sailing season.</p>
</div>
</div>
<div class="container-fluid bg-light py-3">
<!----Section Headings---->
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto p-0">
<h3 class="font-blue font-weight-light pt-3">Portland Schooner Co. Tall Ship Fleet</h3>
<!----Start of Carousel Slider---->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/timberwind.png" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h4>Schooner Timberwind</h4>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/appledore2.png" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h4>Schooner Bagheera</h4>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/libertyclipper.png" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h4>Schooner Wendameen</h4>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev" data-turbolinks="false">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next" data-turbolinks="false">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!--- Start of Search Fields --->
<div class="container-fluid results-container pt-2" id="jobdescription">
<!----Section Heading: Search Results ---->
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto pt-3 p-0">
<div class="d-flex flex-row ml-3">
<ul class="nav nav-pills pb-2">
<li class="font-xs font-weight-light mr-3">
<a class="inactive-pills" href="listings.html">Listings</a>
</li>
<li class="font-xs font-weight-light mr-3">
<span class="font-lt-green">/</span>
</li>
<li class="font-xs font-weight-light">
<a class="active-pills" href="description.html">Description</a>
</li>
</ul>
</div>
<!----Start of Job Description ---->
<div class="px-3 py-2">
<h2 class="bg-green text-white p-2">Deckhands</h2>
<div class="d-flex flex-row py-3">
<span>
<button class="btn btn-md btn-primary" data-toggle="modal" data-target="#profileModal">
<i class="fas fa-file-upload"></i> Apply Now
</button>
</span>
<span class="d-flex flex-column ml-auto mr-4">
<a class ="btn p-0 " id="fav-icon"><i class="far fa-star fa-2x"></i></a>
<p class="font-weight-light font-xs text-center">favorite</p>
</span>
<span class="d-flex flex-column mr-2">
<a class ="btn p-0 "><i class="fas fa-share-alt fa-2x"></i></a>
<p class="font-weight-light font-xs text-center">share</p>
</span>
</div>
<p class="font-weight-bold">
Seasonal <br />
Posted by: Portland Schooner Co. on May 15, 2019<br />
Category: Deck: Unlicensed<br />
</p>
<p class="font-weight-light">
Portland Schooner Co. www.portlandschooner.com based in Portland, Maine, operates BAGHEERA,
WENDAMEEN, and TIMBERWIND and invites applications for the post of Deckhand.
</p>
<p class="font-weight-light">
Portland Schooner Company seeks deckhands to serve aboard its historic, Maine-built schooners.
Portland Schooner Company conducts a variety of shipboard programs, including public daysails,
private charters, overnights, as well as educational and sail training sessions. Enthusiasm for
sailing and working with the public is essential. Competitive compensation. Commitment is May –
October. Previous sailing experience a plus.
This post is Seasonal.
</p>
<p>Apply by Email</p>
<ul class="text-decoration-none">
<li>Contact Name: Scott Reischmann</li>
<li>Tel: 1 (207) 766-2500</li>
<li>email: [email protected]</li>
<li>
<address>Maine State Pier<br /> PO Box 210<br />Portland, ME<br /> 04112-0210 US</address>
</li>
</ul>
<p>
Required certifications:None <br />
License: None, Near Coastal
</p>
</div>
</div>
<!---End of Job Description--->
</div>
</div><!---End of nice scroll container-->
</div>
<!--------- End of Main Page Content Canvas ------>
<!--- *****Submit Profile Modal must be outside of content canvas box(slideout menu) for it to display properly***** --->
<div class="modal fade bg-lt-blue-2" id="profileModal" tabindex="-1" role="dialog" aria-labelledby="profileModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content font-white p-3" id="">
<button type="button" class="close text-right" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h3 class="font-weight-light font-blue text-center py-3">Submit <span class="font-weight-light font-green mr-n1">go</span><span
class="font-blue logo">ALOFT</span> profile?</h3>
<div class="text-right">
<button type="button" class="btn btn-secondary" data-dismiss="modal">No</button>
<button type="button" class="btn btn-primary">Yes</button>
</div>
</div>
</div>
</div>
<!--- Fixed Header and Search Container ***Moved to the bottom of the page and both footer and header maintain fixed position*** --->
<!---Page Heading --->
<div class="fixed-top" canvas="">
<div class="d-flex flex-row align-items-center px-3 py-1 bg-blue">
<div class="font-green d-flex flex-row">
<button class="btn btn-history font-weight-light font-small" type="button" onclick="history.back(-1);"><i
class="fas fa-arrow-left fa-1x"></i></button>
</div>
<div class="ml-auto">
<a href="profile.html" class="nav-link"><i class="fas fa-user-circle fa-2x"></i></a>
</div>
<div class="">
<a href="settings.html" class="nav-link"><i class="fas fa-cog fa-2x"></i></a>
</div>
</div>
<div class="container-fluid bg-green shadow search-container">
<!----Section Headings---->
<div class="col-lg-8 col-md-10 col-sm-12 mx-auto pt-3 pb-1">
<!-- <p class="font-lt-white font-weight-light mb-0 font-xs">Search All Job Listings</p> -->
<!-- <div class="form-group rounded d-flex flex-row">
<input type="text" class="form-control" placeholder="Search All Job Listings">
<button class="btn btn-md btn-primary-search font-weight-light font-xs"><i class="fa fa-search"></i></button>
</div> -->
</div>
</div>
</div>
<!----------- End of Fixed Header Container ----------->
<!------ Fixed Footer Menu --------->
<footer class="navbar fixed-bottom navbar-dark bg-blue top-shadow" id="menu" canvas="">
<!--- Bottom Hamburger Toggle Icon --->
<button type="button" class="toggle-button btn btn-lg text-white" data-toggle="button" aria-pressed="false"
autocomplete="off">☰</button>
<!--- Bottom Navbar Icons --->
<a href="dock.html" class="navlink"><i class="fas fa-home fa-2x"></i></a>
<div class=""><span class="font-weight-light font-lt-white mr-n1">go</span><span
class="text-white logo">ALOFT</span></div>
<a href="#" class="btm-nb-i"><i class="fas fa-bell fa-2x"></i></a>
<a href="index.html" class="btm-nb-i"><i class="fas fa-sign-out-alt fa-2x"></i></a>
</footer>
<nav class="" id="navbar-main" off-canvas="left-nav left reveal">
<!--- Navbar Collapse Items --->
<div class="p-0" style="height: 100vh;">
<div class="h-100 navbar-nav d-flex flex-column justify-content-between navbar-padding" id="">
<div class="pl-3 border-bottom nav-item d-flex align-items-center h-100 text-uppercase active ">
<a class="nav-link" href="settings.html"><i class="fas fa-cog"></i> <span
class="font-weight-light">Settings</span><span class="sr-only">(current)</span></a>
</div>
<div class="pl-3 border-bottom nav-item d-flex align-items-center h-100 text-uppercase active ">
<a class="nav-link" href="profile.html"><i class="fas fa-user-circle"></i> <span
class="font-weight-light">Profile</span><span class="sr-only">(current)</span></a>
</div>
<div class="pl-3 border-bottom nav-item d-flex align-items-center h-100 text-uppercase">
<a class="nav-link disabled" href="#"><i class="fas fa-life-ring"></i> <span
class="font-weight-light">Help</span></a>
</div>
<div class="pl-3 border-bottom d-flex align-items-center h-100 nav-item">
<a class="nav-link disabled" href="#"><span
class="font-weight-light mr-2 text-uppercase">About</span><span
class="font-weight-light font-lt-white mr-n1">go</span><span
class="text-white logo">ALOFT</span></a>
</div>
<div class="nav-hover pl-3 border-bottom d-flex align-items-center h-100 nav-item text-uppercase">
<a class="nav-link" href="resources.html"><i
class="fas fa-book pl-2"></i> <span class="font-weight-light">Sailing
Resources</span></a>
</div>
<div class="nav-hover pl-3 border-bottom d-flex align-items-center h-100 nav-item text-uppercase">
<a class="nav-link" href="directory.html"><i
class="fas fa-binoculars pl-2"></i> <span
class="font-weight-light">Discover Tall Ships</span></a>
</div>
<div class="nav-hover pl-3 border-bottom d-flex align-items-center h-100 nav-item text-uppercase">
<a class="nav-link" href=" map.html"><i
class="fas fa-map-marked pl-2"></i> <span
class="font-weight-light">Explore Map</span></a>
</div>
<div class="nav-hover pl-3 border-bottom d-flex align-items-center h-100 nav-item text-uppercase">
<a class="nav-link" href="listings.html"><i
class="fas fa-search pl-2"></i> <span class="font-weight-light">Job
Listings</span></a>
</div>
<div class="nav-hover pl-3 d-flex align-items-center h-100 nav-item text-uppercase">
<a class="nav-link" href="index.html"><i
class="fas fa-sign-out-alt pl-2"></i> <span
class="font-weight-light">Sign Out</span></a>
</div>
</div>
</div>
</nav>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js">
</script>
<script src="js/bootstrap.min.js">
</script>
<!-- Plug-ins -->
<script src="js/slidebars.min.js"></script>
<script src="js/lazyload.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<!-- Custom JS-->
<script src="js/custom.js"></script>
<!--- Service Workder --->
<script src="sw.js"></script>
</body>
</html>