jekyll-theme-digitalebrain 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/default.html +41 -1
- data/_layouts/page.html +38 -4
- data/assets/css/content.css +10 -10
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a524dd4db24a44e8c667a3d6f810bcc8a82266ae
|
|
4
|
+
data.tar.gz: c80ac8f0ac23fe168c6c565adeabbc6bb3e08411
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 283b4d452da26ebbca690afcfdb34bd316aac2a1a608f2049145c2273e4dc038645a83f76d8b02f5c157f4a1a8bf03d5a2b22e629e50286cd9cb5ea043b99183
|
|
7
|
+
data.tar.gz: f7bf70c1e3e928eb88b183ccee7f548fbe765460151b82d3306f5c4c42e3a9e9dfb01ce59ea75388da3186cde0fb54b8ff1e93f9efbaae86db28ae204d0063f5
|
data/_layouts/default.html
CHANGED
|
@@ -1 +1,41 @@
|
|
|
1
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
{% include _head.html %}
|
|
4
|
+
<body>
|
|
5
|
+
{% include _navbar.html %}
|
|
6
|
+
|
|
7
|
+
<section class="bg-mobile ftco-cover overlay" id="section-home" data-aos="fade" data-stellar-background-ratio="0.5">
|
|
8
|
+
<div class="container">
|
|
9
|
+
<div class="row align-items-center justify-content-center ftco-vh-100">
|
|
10
|
+
<div class="col-md-8 text-center">
|
|
11
|
+
<h1 class="ftco-heading mb-4" data-aos="fade-up" data-aos-delay="500"> {{ site.content }} </h1>
|
|
12
|
+
<h2 class="h5 ftco-subheading mb-5" data-aos="fade-up" data-aos-delay="600"> {{ site.content2 }} </h2>
|
|
13
|
+
<p data-aos="fade-up" data-aos-delay="700"><a href="#" target="_blank" class="btn btn-outline-white px-4 py-3" data-toggle="modal" data-target="#reservationModal">{{ site.ButtonContent }}</a></p>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</section>
|
|
18
|
+
|
|
19
|
+
<!-- extra content -->
|
|
20
|
+
|
|
21
|
+
<!-- loader -->
|
|
22
|
+
|
|
23
|
+
{% include _footer.html %}
|
|
24
|
+
|
|
25
|
+
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
|
|
26
|
+
|
|
27
|
+
<script src="assets/js/jquery.min.js"></script>
|
|
28
|
+
<script src="assets/js/jquery-migrate-3.0.1.min.js"></script>
|
|
29
|
+
<script src="assets/js/popper.min.js"></script>
|
|
30
|
+
<script src="assets/js/bootstrap.min.js"></script>
|
|
31
|
+
<script src="assets/js/jquery.easing.1.3.js"></script>
|
|
32
|
+
<script src="assets/js/jquery.waypoints.min.js"></script>
|
|
33
|
+
<script src="assets/js/jquery.stellar.min.js"></script>
|
|
34
|
+
<script src="assets/js/owl.carousel.min.js"></script>
|
|
35
|
+
<script src="assets/js/jquery.magnific-popup.min.js"></script>
|
|
36
|
+
<script src="assets/js/aos.js"></script>
|
|
37
|
+
<script src="assets/js/jquery.animateNumber.min.js"></script>
|
|
38
|
+
<script src="assets/js/main.js"></script>
|
|
39
|
+
|
|
40
|
+
</body>
|
|
41
|
+
</html>
|
data/_layouts/page.html
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
{% include _head.html %}
|
|
4
|
+
<body>
|
|
5
|
+
{% include _navbar.html %}
|
|
6
|
+
<section class="bg-pages ftco-cover overlay" id="section-home" data-aos="fade" data-stellar-background-ratio="0.5">
|
|
7
|
+
<div class="container">
|
|
8
|
+
<div class="row align-items-center justify-content-center ftco-vh-100">
|
|
9
|
+
<div id="left-main" class="col-md-8 text-center">
|
|
4
10
|
|
|
5
|
-
{{ content }}
|
|
11
|
+
{{ page.content }}
|
|
12
|
+
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<section/>
|
|
17
|
+
<!-- extra content -->
|
|
18
|
+
|
|
19
|
+
<!-- loader -->
|
|
20
|
+
|
|
21
|
+
{% include _footer.html %}
|
|
22
|
+
|
|
23
|
+
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
|
|
24
|
+
|
|
25
|
+
<script src="assets/js/jquery.min.js"></script>
|
|
26
|
+
<script src="assets/js/jquery-migrate-3.0.1.min.js"></script>
|
|
27
|
+
<script src="assets/js/popper.min.js"></script>
|
|
28
|
+
<script src="assets/js/bootstrap.min.js"></script>
|
|
29
|
+
<script src="assets/js/jquery.easing.1.3.js"></script>
|
|
30
|
+
<script src="assets/js/jquery.waypoints.min.js"></script>
|
|
31
|
+
<script src="assets/js/jquery.stellar.min.js"></script>
|
|
32
|
+
<script src="assets/js/owl.carousel.min.js"></script>
|
|
33
|
+
<script src="assets/js/jquery.magnific-popup.min.js"></script>
|
|
34
|
+
<script src="assets/js/aos.js"></script>
|
|
35
|
+
<script src="assets/js/jquery.animateNumber.min.js"></script>
|
|
36
|
+
<script src="assets/js/main.js"></script>
|
|
37
|
+
|
|
38
|
+
</body>
|
|
39
|
+
</html>
|
data/assets/css/content.css
CHANGED
|
@@ -10,69 +10,69 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.bg-mobile {
|
|
13
|
-
background-image:url('/images/bg_1.jpg') !important;
|
|
13
|
+
background-image:url('/assets/images/bg_1.jpg') !important;
|
|
14
14
|
background-position: 50% -1px !important;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
@media (max-width: 300px) {
|
|
18
18
|
.bg-mobile {
|
|
19
19
|
|
|
20
|
-
background-image:url('/images/bg_1_.jpg') !important;
|
|
20
|
+
background-image:url('/assets/images/bg_1_.jpg') !important;
|
|
21
21
|
background-position: 50% -1px !important;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
@media (min-width: 301px) and (max-width: 600px) {
|
|
25
25
|
.bg-mobile {
|
|
26
26
|
|
|
27
|
-
background-image:url('/images/bg_1_.jpg') !important;
|
|
27
|
+
background-image:url('/assets/images/bg_1_.jpg') !important;
|
|
28
28
|
background-position: 50% -1px !important;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
@media (min-width: 601px) and (max-width: 768px) {
|
|
32
32
|
.bg-mobile {
|
|
33
33
|
|
|
34
|
-
background-image:url('/images/bg_1_.jpg') !important;
|
|
34
|
+
background-image:url('/assets/images/bg_1_.jpg') !important;
|
|
35
35
|
background-position: 50% -1px !important;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
@media (max-width: 815px) {
|
|
39
39
|
.bg-mobile {
|
|
40
40
|
|
|
41
|
-
background-image:url('/images/bg_1_.jpg') !important;
|
|
41
|
+
background-image:url('/assets/images/bg_1_.jpg') !important;
|
|
42
42
|
background-position: 50% -1px !important;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.bg-pages {
|
|
47
|
-
background-image:url('/images/bubbles_.jpg') !important;
|
|
47
|
+
background-image:url('/assets/images/bubbles_.jpg') !important;
|
|
48
48
|
background-position: 50% -1px !important;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
@media (max-width: 300px) {
|
|
52
52
|
.bg-pages {
|
|
53
53
|
|
|
54
|
-
background-image:url('/images/bubbles_.jpg') !important;
|
|
54
|
+
background-image:url('/assets/images/bubbles_.jpg') !important;
|
|
55
55
|
background-position: 50% -1px !important;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
@media (min-width: 301px) and (max-width: 600px) {
|
|
59
59
|
.bg-pages {
|
|
60
60
|
|
|
61
|
-
background-image:url('/images/bubbles_.jpg') !important;
|
|
61
|
+
background-image:url('/assets/images/bubbles_.jpg') !important;
|
|
62
62
|
background-position: 50% -1px !important;
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
@media (min-width: 601px) and (max-width: 768px) {
|
|
66
66
|
.bg-pages {
|
|
67
67
|
|
|
68
|
-
background-image:url('/images/bubbles_.jpg') !important;
|
|
68
|
+
background-image:url('/assets/images/bubbles_.jpg') !important;
|
|
69
69
|
background-position: 50% -1px !important;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
@media (max-width: 815px) {
|
|
73
73
|
.bg-pages {
|
|
74
74
|
|
|
75
|
-
background-image:url('/images/bubbles_.jpg') !important;
|
|
75
|
+
background-image:url('/assets/images/bubbles_.jpg') !important;
|
|
76
76
|
background-position: 50% -1px !important;
|
|
77
77
|
}
|
|
78
78
|
}
|