-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex-slider.html
More file actions
executable file
·49 lines (39 loc) · 2.38 KB
/
index-slider.html
File metadata and controls
executable file
·49 lines (39 loc) · 2.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AweSplash - Free HTML Splash Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600&subset=latin-ext" rel="stylesheet">
<!-- CSS -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- JS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.0.min.js"></script>
</head>
<body>
<div class="site" id="page">
<a class="skip-link sr-only" href="#main">Skip to content</a>
<section class="hero-section hero-section--slider clearfix">
<div class="hero-section__wrap">
<!-- Options slick plugin: data-arrows="true/false" | data-dots="true/false" | data-fade="true/false" | data-autoplay="true/false/number" | data-speed="number" -->
<div class="hero-section__option" data-init="slick" data-arrows="false" data-dots="true" data-fade="false" data-autoplay="5000" data-speed="3000">
<img src="pics/D02B4DE2-4702-4F5B-8D1F-8BE481CE5968.jpeg" alt="Hero section image">
<img src="pics/E57CBEA2-3388-4593-8A0B-DF2729524E51.jpeg" alt="Hero section image">
<img src="pics/silversea-luxury-cruise-silver-spirit-public-area-dolce-vita-1.jpg" alt="Hero section image">
</div>
<!-- .hero-section__option -->
<div class="container">
<div class="row">
<div class="offset-lg-2 col-lg-8">
<div class="title-01 title-01--11 text-center">
<h2 class="title__heading">Rooms!</h2>
<div class="title__description">Select the rooms</div>
<div class="title__description">Regular Room 499, Silver Room 599,
Gold Room 699. </div>
<!-- JS -->
<script src="assets/js/plugins/slick.min.js"></script>
<script src="assets/js/plugins/animate-headline.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>