-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (303 loc) · 10.5 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
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
<!DOCTYPE html>
<html lang="DE">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="icons/favicon/favicon_sail.ico.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="settings.css" />
<link rel="stylesheet" href="header.css" />
<link rel="stylesheet" href="about.css" />
<link rel="stylesheet" href="gallery.css" />
<link rel="stylesheet" href="events.css" />
<link rel="stylesheet" href="contact.css" />
<link rel="stylesheet" href="topButton.css" />
<meta name="description" content="#" />
<title>Marina de la Cruz</title>
</head>
<body>
<!--present section with video show-->
<div class="grid-template">
<header class="header">
<nav>
<input type="checkbox" id="toggle-btn" />
<label for="toggle-btn">
<img src="icons/menu-icon/menu.png" />
</label>
<ul class="list">
<li>
<a href="#about-switch" class="list-link">ABOUT</a>
</li>
<li>
<a href="#gallery-switch" class="list-link">GALLERY</a>
</li>
<li>
<a href="#events-switch" class="list-link">EVENTS</a>
</li>
<li>
<a href="#contact-switch" class="list-link">CONTACT</a>
</li>
</ul>
</nav>
<div class="parent-menue">
<div class="menue" id="burgermenue">
<div>
<span class="line-1"></span>
<span class="line-2"></span>
<span class="line-3"></span>
</div>
</div>
</div>
<div class="marina">
<section>
<div class="front-content">
<h2 class="animate">Welcome to</h2>
<br />
<h1 class="animate">
Marina <span style="color: #808080">de la</span> Cruz
</h1>
</div>
</section>
<video autoplay muted loop plays-inline id="back-video">
<source src="background/bay-2.mp4" type="Video/mp4" />
</video>
<div class="overlay"></div>
</div>
</header>
<section>
<!--about us section-->
<section class="about-section" id="about-switch">
<div class="pic"><img class="ship" src="about-img/ship.png" /></div>
<div class="about-text">
<h3>A tradition since 1921</h3>
<br /><br />
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
<br />Sit est nam sapiente itaque, iusto et ex cupiditate at porro
aperiam eligendi iure voluptatibus labore minima repellendus
quisquam dolores repudiandae laborum corrupti in voluptates, sequi
dolorem ducimus. Praesentium perspiciatis unde error odit soluta.
<br /><br />Quod, maiores repudiandae? Lorima wirudem gortum
erable.
</p>
</div>
</section>
<!--gallery section-->
<section class="event-gallery" id="gallery-switch">
<div class="item-1">
<a class="card-normal" id="item-1" href="gallery.html">
<div class="imgbox">
<div class="img-1"></div>
</div>
<div class="details">
<h3 class="title">Click To</h3>
<span class="caption">Enter</span>
</div>
</a>
</div>
<div class="description-position">
<h4 class="gallery-headline">Summer Festival 2022</h4>
<p>
<span class="description-text"
>Lorem ipsum dolor sit, amet consectetur adipisicing elit.<br />
Quibusdam nobis cum dolorum iure sint, <br />sequi mollitia
distinctio nesciunt provident voluptas ad optio rerum a
in.</span
>
</p>
</div>
<div class="item-2">
<a class="card-reverse" id="item-2" href="gallery.html">
<div class="imgbox">
<div class="img-2"></div>
</div>
<div class="details">
<h3 class="title">Click To</h3>
<span class="caption">Enter</span>
</div>
</a>
</div>
<div class="description-position">
<h4 class="gallery-headline">Summer Festival 2021</h4>
<p>
<span class="description-text"
>Lorem ipsum dolor sit, amet consectetur adipisicing elit.<br />
Quibusdam nobis cum dolorum iure sint, <br />sequi mollitia
distinctio nesciunt provident voluptas ad optio rerum a
in.</span
>
</p>
</div>
<div class="item-3">
<a class="card-normal" id="item-3" href="gallery.html">
<div class="imgbox">
<div class="img-3"></div>
</div>
<div class="details">
<h3 class="title">Click To</h3>
<span class="caption">Enter</span>
</div>
</a>
</div>
<div class="description-position">
<h4 class="gallery-headline">Summer Festival 2019</h4>
<p>
<span class="description-text"
>Lorem ipsum dolor sit, amet consectetur adipisicing elit.<br />
Quibusdam nobis cum dolorum iure sint, <br />sequi mollitia
distinctio nesciunt provident voluptas ad optio rerum a
in.</span
>
</p>
</div>
</section>
<!--event section-->
<section class="event-table" id="events-switch">
<h5>What's coming up in the near future?</h5>
<table id="event-animate">
<thead>
<td>Event</td>
<td>Date</td>
<td>Price</td>
</thead>
<tbody>
<tr>
<td>Holiday Regatta 2023</td>
<td>June 24th</td>
<td>-50$: to Start</td>
</tr>
<tr>
<td>Summer Festival 2023</td>
<td>August 11th - 13th</td>
<td>-2$: 1 Day /-5$: full Weekend</td>
</tr>
<tr>
<td>Charity-Dinner 2023</td>
<td>Octrober 7th</td>
<td>give what you can</td>
</tr>
<tr>
<td>Holiday Regatta 2024</td>
<td>June 22th</td>
<td>-45$: to Start</td>
</tr>
<tr>
<td>Summer Festival 2024</td>
<td>August 16th - 18th</td>
<td>-2$: 1 Day /-5$: full Weekend</td>
</tr>
<tr>
<td>Charity-Dinner 2024</td>
<td>Octrober 5th</td>
<td>give what you can</td>
</tr>
</tbody>
</table>
</section>
<!--back to top button (found on uiverse.io)-->
<div class="top-button-parent">
<button id="back-to-top" class="c-button c-button--gooey">
Back to Top
<div class="c-button__blobs">
<div></div>
<div></div>
<div></div>
</div>
</button>
<svg
style="display: block; height: 0; width: 0"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<defs>
<filter id="goo">
<!--feGaussianBlur,feColorMatrix and feBlend are SVG-filters which is why these words show up as a problem in VS Code-->
<feGaussianBlur
result="blur"
stdDeviation="10"
in="SourceGraphic"
></feGaussianBlur>
<feColorMatrix
result="goo"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7"
mode="matrix"
in="blur"
></feColorMatrix>
<feBlend in2="goo" in="SourceGraphic"></feBlend>
</filter>
</defs>
</svg>
</div>
</section>
<!--footer/contact section-->
<footer id="contact-switch">
<h2 class="contact-us">Contact Us</h2>
<div class="grid-contact">
<div class="social-icons">
<div class="icon_1">
<a
class="icon-1"
href="https://www.airbnb.com/"
rel="noreferrer noopener"
>
<img src="icons/airbnb.png" />
</a>
</div>
<div class="icon_2">
<a
class="icon-2"
href="https://www.whatsapp.com/"
rel="noreferrer noopener"
>
<img src="icons/whatsapp.png" />
</a>
</div>
<div class="icon_3">
<a
class="icon-3"
href="https://www.facebook.com/"
rel="noreferrer noopener"
>
<img src="icons/facebook.png" />
</a>
</div>
<div class="icon_4">
<a
class="icon-4"
href="https://www.instagram.com/"
rel="noreferrer noopener"
>
<img src="icons/instagram.png" />
</a>
</div>
</div>
<ul class="contact">
<li>
<a href="#" class="contact-list">References</a>
</li>
<li>
<a href="#" class="contact-list">Membership</a>
</li>
<li>
<a href="#" class="contact-list">Chartering</a>
</li>
</ul>
</div>
<hr class="breakline" />
<div class="copy">
<p class="copy">
Copyright © 2023 Marina de la Cruz, 540 Marina Pkwy, CA 91910,
United States
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script>
<script src="app.js"></script>
</div>
</body>
</html>