j1-template 2022.0.6 → 2022.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
- data/_layouts/default.html +0 -57
- data/apps/public/cc/index.adoc +0 -1
- data/assets/data/article_navigator/index.html +0 -1
- data/assets/data/news_panel_posts/index.html +0 -1
- data/assets/error_pages/HTTP444.html +4 -4
- data/assets/error_pages/HTTP445.html +7 -6
- data/assets/error_pages/HTTP446.html +110 -0
- data/assets/error_pages/HTTP447.html +110 -0
- data/assets/error_pages/HTTP448.html +111 -0
- data/assets/themes/j1/adapter/js/advertising.js +416 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +72 -37
- data/assets/themes/j1/adapter/js/framer.js +0 -3
- data/assets/themes/j1/adapter/js/j1.js +120 -212
- data/assets/themes/j1/adapter/js/rouge.js +1 -1
- data/assets/themes/j1/adapter/js/scroller.js +1 -1
- data/assets/themes/j1/adapter/js/themer.js +0 -1
- data/assets/themes/j1/adapter/js/translator.js +147 -98
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +6 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +117 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +29 -13
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +0 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +98 -63
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +2 -7
- data/lib/starter_web/_data/layouts/default.yml +7 -7
- data/lib/starter_web/_data/layouts/home.yml +24 -0
- data/lib/starter_web/_data/modules/advertising.yml +137 -10
- data/lib/starter_web/_data/modules/cookies.yml +30 -0
- data/lib/starter_web/_data/modules/defaults/advertising.yml +105 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookies.yml +112 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +10 -1
- data/lib/starter_web/_data/resources.yml +24 -0
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/index.html +0 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -2
- data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.no_ads.asciidoc +237 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +64 -2
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -12
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -12
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +17 -47
- data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
- data/_includes/themes/j1/modules/connectors/ads +0 -56
- data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
- data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
- data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
- data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
- data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
- data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
- data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
- data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
- data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
- data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
- data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
- data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
- data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
- data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
- data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
- data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
- data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
- data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
- data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
- data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
- data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -233
- data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
- data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -239
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
- data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
- data/lib/starter_web/pages/_test_pages/tictok.adoc +0 -127
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc2a02f0992942be9547df18b61632391829e533c645ea81fe4131eae7f49043
|
4
|
+
data.tar.gz: d5e934d860c004b360d99ca7596cefcb45b3a0d76f68642310738d790260ce6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 023b1c837af69c38b606fd4b47725b70a439a6a92e2513cca0bac881a5b4dc923d4f858ee4eec3bd54c4acbc203aae09ce728dee194ee506ce35009df3efc6d5
|
7
|
+
data.tar.gz: af03effec7b450c998b5131863b0d61bc1fc9ddbec2d855bede05d857d7a1fa50dbc6e61a16d7a7028562a515f0d0feddbf94de9efd75c82dd8b89403f0e0def
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<!-- insert gad container -->
|
2
|
+
<div id="xxx..xx" class="mb-5">
|
3
|
+
<!-- display-ad-horizontal-2 -->
|
4
|
+
<ins class="adsbygoogle"
|
5
|
+
style="display:block"
|
6
|
+
data-ad-client="ca-pub-xxxx..xxx"
|
7
|
+
data-ad-slot="xxxx..xx"
|
8
|
+
data-ad-format="auto"
|
9
|
+
data-full-width-responsive="true">
|
10
|
+
</ins>
|
11
|
+
</div>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<!-- insert gad container -->
|
2
|
+
<div id="xxx..xx" class="mb-5">
|
3
|
+
<!-- display-ad-horizontal-1 -->
|
4
|
+
<ins class="adsbygoogle"
|
5
|
+
style="display:block"
|
6
|
+
data-ad-client="ca-pub-xxxx..xxx"
|
7
|
+
data-ad-slot="xxx..xx"
|
8
|
+
data-ad-format="auto"
|
9
|
+
data-full-width-responsive="true">
|
10
|
+
</ins>
|
11
|
+
</div>
|
data/_layouts/default.html
CHANGED
@@ -74,11 +74,6 @@ layout: compress
|
|
74
74
|
-------------------------------------------------------------------------------- {% endcomment %}
|
75
75
|
{% assign tooltips_options = template_config.bootstrap.tooltips %}
|
76
76
|
{% assign popovers_options = template_config.bootstrap.popovers %}
|
77
|
-
{% assign smoothscroll_options = template_config.smoothScroll %}
|
78
|
-
|
79
|
-
|
80
|
-
{% comment %} tooltips_options: {{ tooltips_options | debug }}{% endcomment %}
|
81
|
-
|
82
77
|
|
83
78
|
{% comment %} Webhooks disabled
|
84
79
|
--------------------------------------------------------------------------------
|
@@ -89,20 +84,12 @@ layout: compress
|
|
89
84
|
{% assign logon_client = data.modules.j1_sign_in_up %}
|
90
85
|
{% assign body_scrollbar = data.j1_config.body.scrollbar %}
|
91
86
|
|
92
|
-
{% if smoothscroll_options.enabled and smoothscroll_options.scrollInPageHashes %}
|
93
|
-
{% assign scroll_inpage_hashes = true %}
|
94
|
-
{% endif %}
|
95
|
-
|
96
87
|
{% comment %} Overload properties from page options
|
97
88
|
-------------------------------------------------------------------------------- {% endcomment %}
|
98
89
|
{% if page.scrollbar %}
|
99
90
|
{% assign body_scrollbar = page.scrollbar %}
|
100
91
|
{% endif %}
|
101
92
|
|
102
|
-
{% if page.scrollInPageHashes != nil %}
|
103
|
-
{% assign scroll_inpage_hashes = page.scrollInPageHashes %}
|
104
|
-
{% endif %}
|
105
|
-
|
106
93
|
{% comment %} main
|
107
94
|
-------------------------------------------------------------------------------- {% endcomment %}
|
108
95
|
<!DOCTYPE {{ site.doctype }}>
|
@@ -259,50 +246,6 @@ layout: compress
|
|
259
246
|
return new bootstrap.Popover(popoverTriggerEl)
|
260
247
|
});
|
261
248
|
{% endif %}
|
262
|
-
|
263
|
-
{% comment %} Update cookie for lastpage
|
264
|
-
---------------------------------------------------------------------------- {% endcomment %}
|
265
|
-
// save the current page to userstate cookie
|
266
|
-
var dependencies_met_page_ready = setInterval (function (options) {
|
267
|
-
if (j1.getState() === 'finished') {
|
268
|
-
var logger = log4javascript.getLogger('j1.layout.default');
|
269
|
-
|
270
|
-
function setLastPage() {
|
271
|
-
var cookie_names = j1.getCookieNames();
|
272
|
-
const user_state_cookie_name = cookie_names.user_session;
|
273
|
-
var user_state = j1.readCookie(user_state_cookie_name);
|
274
|
-
var user_state_last_page = window.location.pathname;
|
275
|
-
user_state.last_page = user_state_last_page;
|
276
|
-
|
277
|
-
j1.writeCookie({
|
278
|
-
name: user_state_cookie_name,
|
279
|
-
data: user_state,
|
280
|
-
samesite: 'Strict'
|
281
|
-
});
|
282
|
-
logger.debug('\n' + 'saved current page to cookie :' + user_state_last_page);
|
283
|
-
}
|
284
|
-
setLastPage();
|
285
|
-
clearInterval(dependencies_met_page_ready);
|
286
|
-
}
|
287
|
-
});
|
288
|
-
|
289
|
-
{% if scroll_inpage_hashes %}
|
290
|
-
// In-page HASH anchor links on click based on Chris Coyier's solution
|
291
|
-
// See: https://css-tricks.com/snippets/jquery/smooth-scrolling/
|
292
|
-
$('a[href^="#"]:not([href="#"])').click(function(e) {
|
293
|
-
if (location.hostname == this.hostname) {
|
294
|
-
var target = $(this.hash);
|
295
|
-
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
|
296
|
-
if (target.length) {
|
297
|
-
$('html, body').animate({
|
298
|
-
scrollTop: target.offset().top - 100 + 'px'
|
299
|
-
}, 200);
|
300
|
-
return false;
|
301
|
-
}
|
302
|
-
}
|
303
|
-
});
|
304
|
-
{% endif %}
|
305
|
-
|
306
249
|
});
|
307
250
|
</script>
|
308
251
|
<!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
|
data/apps/public/cc/index.adoc
CHANGED
@@ -18,8 +18,8 @@ sitemap: false
|
|
18
18
|
|
19
19
|
{% comment %}
|
20
20
|
# -----------------------------------------------------------------------------
|
21
|
-
# ~/assets/http_error_pages/
|
22
|
-
# Liquid TEMPLATE to generate customized HTML error pages:
|
21
|
+
# ~/assets/http_error_pages/HTTP444.html
|
22
|
+
# Liquid TEMPLATE to generate customized HTML error pages: 444 - Blocked Content
|
23
23
|
#
|
24
24
|
# Product/Info:
|
25
25
|
# https://jekyll.one
|
@@ -65,14 +65,14 @@ sitemap: false
|
|
65
65
|
{% if language == 'en' %}
|
66
66
|
{% assign title = "Blocked Content" %}
|
67
67
|
{% assign back_url_text = "Back Home" %}
|
68
|
-
{% assign reason = "
|
68
|
+
{% assign reason = "Access to the page has been disabled for technical reasons. <br/> Because your privacy settings disabled personalization, this page cannot be presented." %}
|
69
69
|
{% assign contact_issue = "Technical Contact" %}
|
70
70
|
{% endif %}
|
71
71
|
|
72
72
|
{% if language == 'de' %}
|
73
73
|
{% assign title = "Gesperrter Inhalt" %}
|
74
74
|
{% assign back_url_text = "Zurück zur Startseite" %}
|
75
|
-
{% assign reason = "
|
75
|
+
{% assign reason = "Die Anzeige dieser Seite ist aus technischen Gründen gesperrt. <br/>Die Einstellungen zu Ihrer Privatsphäre erlauben keine Personalisierung. Diese Seite kann daher nicht angezeigt werden." %}
|
76
76
|
{% assign contact_issue = "Technischer Kontakt" %}
|
77
77
|
{% endif %}
|
78
78
|
|
@@ -11,15 +11,14 @@ exclude_from_search: true
|
|
11
11
|
regenerate: false
|
12
12
|
permalink: /445.html
|
13
13
|
http_error: 445
|
14
|
-
back_url: /
|
15
14
|
sitemap: false
|
16
15
|
---
|
17
16
|
{% capture j1_cache %}
|
18
17
|
|
19
18
|
{% comment %}
|
20
19
|
# -----------------------------------------------------------------------------
|
21
|
-
# ~/assets/http_error_pages/
|
22
|
-
# Liquid TEMPLATE to generate customized HTML error pages: 445 -
|
20
|
+
# ~/assets/http_error_pages/HTTP445.html
|
21
|
+
# Liquid TEMPLATE to generate customized HTML error pages: 445 - Blocked Content
|
23
22
|
#
|
24
23
|
# Product/Info:
|
25
24
|
# https://jekyll.one
|
@@ -64,15 +63,17 @@ sitemap: false
|
|
64
63
|
|
65
64
|
{% if language == 'en' %}
|
66
65
|
{% assign title = "Site Blocked" %}
|
66
|
+
{% assign back_url = "/" %}
|
67
67
|
{% assign back_url_text = "Back Home" %}
|
68
|
-
{% assign reason = "
|
68
|
+
{% assign reason = "Access to the site has been disabled for technical reasons. <br> Your cookie settings are disabled for this website. <br> Unfortunately, the content of the website cannot be presented." %}
|
69
69
|
{% assign contact_issue = "Technical Contact" %}
|
70
70
|
{% endif %}
|
71
71
|
|
72
72
|
{% if language == 'de' %}
|
73
73
|
{% assign title = "Gesperrter Inhalt" %}
|
74
|
+
{% assign back_url = "/" %}
|
74
75
|
{% assign back_url_text = "Zurück zur Startseite" %}
|
75
|
-
{% assign reason = "Diese Webseiten sind aus technischen Gründen nicht verfügbar. <br
|
76
|
+
{% assign reason = "Diese Webseiten sind aus technischen Gründen nicht verfügbar. <br> Ihre Cookie-Einstellungen für diese Website sind deaktiviert. <br> Die Inhalte dieser Webseite können leider nicht angezeigt werden." %}
|
76
77
|
{% assign contact_issue = "Technischer Kontakt" %}
|
77
78
|
{% endif %}
|
78
79
|
|
@@ -97,7 +98,7 @@ sitemap: false
|
|
97
98
|
<div class="cover attic">
|
98
99
|
<h1>{{title}} <small>{{page.http_error}}</small></h1>
|
99
100
|
<p class="lead">{{reason}}</p>
|
100
|
-
<div><a href="{{
|
101
|
+
<div><a href="{{back_url}}">{{back_url_text}}</a></div>
|
101
102
|
</div>
|
102
103
|
<footer>
|
103
104
|
<p>{{copyright_info}} · {{contact_issue}}: <a href="mailto:{{webmaster_email}}?subject={{title}}"> {{webmaster_email}} </a></p>
|
@@ -0,0 +1,110 @@
|
|
1
|
+
---
|
2
|
+
date: 2021-01-01 00:00:00
|
3
|
+
description: >
|
4
|
+
Customized HTML error page
|
5
|
+
|
6
|
+
categories: [ Error page ]
|
7
|
+
tags: [ HTML, 446 ]
|
8
|
+
|
9
|
+
exclude_from_search: true
|
10
|
+
|
11
|
+
regenerate: false
|
12
|
+
permalink: /446.html
|
13
|
+
http_error: 446
|
14
|
+
back_url: "https://jekyll.one/"
|
15
|
+
sitemap: false
|
16
|
+
---
|
17
|
+
{% capture j1_cache %}
|
18
|
+
|
19
|
+
{% comment %}
|
20
|
+
# -----------------------------------------------------------------------------
|
21
|
+
# ~/assets/http_error_pages/HTTP446.html
|
22
|
+
# Liquid TEMPLATE to generate customized HTML error pages: 446 - Blocked Content
|
23
|
+
#
|
24
|
+
# Product/Info:
|
25
|
+
# https://jekyll.one
|
26
|
+
#
|
27
|
+
# Copyright (C) 2021 Juergen Adams
|
28
|
+
# Copyright (C) 2020 Andi Dittrich
|
29
|
+
#
|
30
|
+
# J1 Template is licensed under the MIT License.
|
31
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
32
|
+
# HttpErrorPages are licensed under the MIT License.
|
33
|
+
# See: https://github.com/AndiDittrich/HttpErrorPages
|
34
|
+
# -----------------------------------------------------------------------------
|
35
|
+
# NOTE
|
36
|
+
# German translation, see: https://de.wikipedia.org/wiki/HTTP-Statuscode
|
37
|
+
# -----------------------------------------------------------------------------
|
38
|
+
# Test data:
|
39
|
+
# liquid_var: {{ liquid_var | debug }}
|
40
|
+
# config: {{ config | debug }}
|
41
|
+
# -----------------------------------------------------------------------------
|
42
|
+
{% endcomment %}
|
43
|
+
|
44
|
+
{% assign language = site.language %}
|
45
|
+
{% assign webmaster_email = site.webmaster.email %}
|
46
|
+
{% assign copyright_info = site.copyright %}
|
47
|
+
{% assign favicon = site.favicon.image %}
|
48
|
+
{% assign images_dir = site.asciidoc_attributes.imagesdir %}
|
49
|
+
{% assign brand_text = site.brand.text %}
|
50
|
+
{% assign brand_image_source = site.brand.image %}
|
51
|
+
{% assign brand_image_height = site.brand.image_height %}
|
52
|
+
|
53
|
+
{% capture brand_image %}{{images_dir}}/{{brand_image_source}}{% endcapture %}
|
54
|
+
|
55
|
+
{% comment %} language detection
|
56
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
57
|
+
{% if site.language == "en" %}
|
58
|
+
{% assign language = "en" %}
|
59
|
+
{% elsif site.language == "de"%}
|
60
|
+
{% assign language = "de" %}
|
61
|
+
{% else %}
|
62
|
+
{% assign language = "en" %}
|
63
|
+
{% endif %}
|
64
|
+
|
65
|
+
{% if language == 'en' %}
|
66
|
+
{% assign title = "Site Blocked" %}
|
67
|
+
{% assign back_url_text = "Back to J1 Template (Home)" %}
|
68
|
+
{% assign reason = "Access to the site has been blocked for technical reasons. <br> Access to cookies failed. Check you browser settings if cookies are enabled." %}
|
69
|
+
{% assign contact_issue = "Technical Contact" %}
|
70
|
+
{% endif %}
|
71
|
+
|
72
|
+
{% if language == 'de' %}
|
73
|
+
{% assign title = "Website gesperrt" %}
|
74
|
+
{% assign back_url_text = "Zurück zu J1 Template (Home)" %}
|
75
|
+
{% assign reason = "Diese Webseiten sind aus technischen Gründen nicht verfügbar. <br> Der Zugriff auf Cookies ist fehlgeschlagen. Überprüfen Sie Ihre Browsereinstellungen, ob Cookies aktiviert sind." %}
|
76
|
+
{% assign contact_issue = "Technischer Kontakt" %}
|
77
|
+
{% endif %}
|
78
|
+
|
79
|
+
<!DOCTYPE html>
|
80
|
+
<html lang="{{language}}">
|
81
|
+
<head>
|
82
|
+
<!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
|
83
|
+
<!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
|
84
|
+
<meta charset="utf-8" />
|
85
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
86
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
87
|
+
<meta name="robots" content="noindex, nofollow">
|
88
|
+
<link rel="icon" type="image/ico" href="{{favicon}}">
|
89
|
+
<title>{{title}} · {{page.http_error}}</title>
|
90
|
+
<style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
|
91
|
+
<style type="text/css">/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}</style>
|
92
|
+
</head>
|
93
|
+
<body>
|
94
|
+
<div style="margin-top: 1rem;">
|
95
|
+
<a href="/"><img src="{{brand_image}}" height="{{brand_image_height}}" alt="{{brand_text}}"></a>
|
96
|
+
</div>
|
97
|
+
<div class="cover attic">
|
98
|
+
<h1>{{title}} <small>{{page.http_error}}</small></h1>
|
99
|
+
<p class="lead">{{reason}}</p>
|
100
|
+
<div><a href="{{page.back_url}}" target="blank" rel="noopener">{{back_url_text}}</a></div>
|
101
|
+
</div>
|
102
|
+
<footer>
|
103
|
+
<p>{{copyright_info}} · {{contact_issue}}: <a href="mailto:{{webmaster_email}}?subject={{title}}"> {{webmaster_email}} </a></p>
|
104
|
+
</footer>
|
105
|
+
</body>
|
106
|
+
</html>
|
107
|
+
|
108
|
+
{% endcapture %}
|
109
|
+
{{ j1_cache | strip_empty_lines }}
|
110
|
+
{% assign j1_cache = nil %}
|
@@ -0,0 +1,110 @@
|
|
1
|
+
---
|
2
|
+
date: 2021-01-01 00:00:00
|
3
|
+
description: >
|
4
|
+
Customized HTML error page
|
5
|
+
|
6
|
+
categories: [ Error page ]
|
7
|
+
tags: [ HTML, 446 ]
|
8
|
+
|
9
|
+
exclude_from_search: true
|
10
|
+
|
11
|
+
regenerate: false
|
12
|
+
permalink: /447.html
|
13
|
+
http_error: 447
|
14
|
+
back_url: "https://support.mozilla.org/en-US/kb/trackers-and-scripts-firefox-blocks-enhanced-track"
|
15
|
+
sitemap: false
|
16
|
+
---
|
17
|
+
{% capture j1_cache %}
|
18
|
+
|
19
|
+
{% comment %}
|
20
|
+
# -----------------------------------------------------------------------------
|
21
|
+
# ~/assets/http_error_pages/HTTP446.html
|
22
|
+
# Liquid TEMPLATE to generate customized HTML error pages: 447 - Blocked Content
|
23
|
+
#
|
24
|
+
# Product/Info:
|
25
|
+
# https://jekyll.one
|
26
|
+
#
|
27
|
+
# Copyright (C) 2021 Juergen Adams
|
28
|
+
# Copyright (C) 2020 Andi Dittrich
|
29
|
+
#
|
30
|
+
# J1 Template is licensed under the MIT License.
|
31
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
32
|
+
# HttpErrorPages are licensed under the MIT License.
|
33
|
+
# See: https://github.com/AndiDittrich/HttpErrorPages
|
34
|
+
# -----------------------------------------------------------------------------
|
35
|
+
# NOTE
|
36
|
+
# German translation, see: https://de.wikipedia.org/wiki/HTTP-Statuscode
|
37
|
+
# -----------------------------------------------------------------------------
|
38
|
+
# Test data:
|
39
|
+
# liquid_var: {{ liquid_var | debug }}
|
40
|
+
# config: {{ config | debug }}
|
41
|
+
# -----------------------------------------------------------------------------
|
42
|
+
{% endcomment %}
|
43
|
+
|
44
|
+
{% assign language = site.language %}
|
45
|
+
{% assign webmaster_email = site.webmaster.email %}
|
46
|
+
{% assign copyright_info = site.copyright %}
|
47
|
+
{% assign favicon = site.favicon.image %}
|
48
|
+
{% assign images_dir = site.asciidoc_attributes.imagesdir %}
|
49
|
+
{% assign brand_text = site.brand.text %}
|
50
|
+
{% assign brand_image_source = site.brand.image %}
|
51
|
+
{% assign brand_image_height = site.brand.image_height %}
|
52
|
+
|
53
|
+
{% capture brand_image %}{{images_dir}}/{{brand_image_source}}{% endcapture %}
|
54
|
+
|
55
|
+
{% comment %} language detection
|
56
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
57
|
+
{% if site.language == "en" %}
|
58
|
+
{% assign language = "en" %}
|
59
|
+
{% elsif site.language == "de"%}
|
60
|
+
{% assign language = "de" %}
|
61
|
+
{% else %}
|
62
|
+
{% assign language = "en" %}
|
63
|
+
{% endif %}
|
64
|
+
|
65
|
+
{% if language == 'en' %}
|
66
|
+
{% assign title = "Site Blocked" %}
|
67
|
+
{% assign back_url_text = "Back to J1 Template (Home)" %}
|
68
|
+
{% assign reason = "Access to the site has been blocked for technical reasons. <br> Your browser is blocking tracking activity but that is necessary for the display of advertisements. <br> Advertisements are required to display pages on this website." %}
|
69
|
+
{% assign contact_issue = "Technical Contact" %}
|
70
|
+
{% endif %}
|
71
|
+
|
72
|
+
{% if language == 'de' %}
|
73
|
+
{% assign title = "Website gesperrt" %}
|
74
|
+
{% assign back_url_text = "Zurück zu J1 Template (Home)" %}
|
75
|
+
{% assign reason = "Diese Webseiten sind aus technischen Gründen nicht verfügbar. <br> Ihr Browser blockiert Tracking-Aktivitäten, dies ist jedoch für die Anzeige Werbeeinblendungen erforderlich. <br> Werbeeinblendungen sind zum Anzeigen von Seiten dieser Website erforderlich." %}
|
76
|
+
{% assign contact_issue = "Technischer Kontakt" %}
|
77
|
+
{% endif %}
|
78
|
+
|
79
|
+
<!DOCTYPE html>
|
80
|
+
<html lang="{{language}}">
|
81
|
+
<head>
|
82
|
+
<!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
|
83
|
+
<!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
|
84
|
+
<meta charset="utf-8" />
|
85
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
86
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
87
|
+
<meta name="robots" content="noindex, nofollow">
|
88
|
+
<link rel="icon" type="image/ico" href="{{favicon}}">
|
89
|
+
<title>{{title}} · {{page.http_error}}</title>
|
90
|
+
<style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
|
91
|
+
<style type="text/css">/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}</style>
|
92
|
+
</head>
|
93
|
+
<body>
|
94
|
+
<div style="margin-top: 1rem;">
|
95
|
+
<a href="/"><img src="{{brand_image}}" height="{{brand_image_height}}" alt="{{brand_text}}"></a>
|
96
|
+
</div>
|
97
|
+
<div class="cover attic">
|
98
|
+
<h1>{{title}} <small>{{page.http_error}}</small></h1>
|
99
|
+
<p class="lead">{{reason}}</p>
|
100
|
+
<div><a href="{{page.back_url}}" target="blank" rel="noopener">{{back_url_text}}</a></div>
|
101
|
+
</div>
|
102
|
+
<footer>
|
103
|
+
<p>{{copyright_info}} · {{contact_issue}}: <a href="mailto:{{webmaster_email}}?subject={{title}}"> {{webmaster_email}} </a></p>
|
104
|
+
</footer>
|
105
|
+
</body>
|
106
|
+
</html>
|
107
|
+
|
108
|
+
{% endcapture %}
|
109
|
+
{{ j1_cache | strip_empty_lines }}
|
110
|
+
{% assign j1_cache = nil %}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
---
|
2
|
+
date: 2021-01-01 00:00:00
|
3
|
+
description: >
|
4
|
+
Customized HTML error page
|
5
|
+
|
6
|
+
categories: [ Error page ]
|
7
|
+
tags: [ HTML, 448 ]
|
8
|
+
|
9
|
+
exclude_from_search: true
|
10
|
+
|
11
|
+
regenerate: false
|
12
|
+
permalink: /448.html
|
13
|
+
http_error: 448
|
14
|
+
sitemap: false
|
15
|
+
---
|
16
|
+
{% capture j1_cache %}
|
17
|
+
|
18
|
+
{% comment %}
|
19
|
+
# -----------------------------------------------------------------------------
|
20
|
+
# ~/assets/http_error_pages/HTTP448.html
|
21
|
+
# Liquid TEMPLATE to generate customized HTML error pages: 448 - Blocked Content
|
22
|
+
#
|
23
|
+
# Product/Info:
|
24
|
+
# https://jekyll.one
|
25
|
+
#
|
26
|
+
# Copyright (C) 2021 Juergen Adams
|
27
|
+
# Copyright (C) 2020 Andi Dittrich
|
28
|
+
#
|
29
|
+
# J1 Template is licensed under the MIT License.
|
30
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
31
|
+
# HttpErrorPages are licensed under the MIT License.
|
32
|
+
# See: https://github.com/AndiDittrich/HttpErrorPages
|
33
|
+
# -----------------------------------------------------------------------------
|
34
|
+
# NOTE
|
35
|
+
# German translation, see: https://de.wikipedia.org/wiki/HTTP-Statuscode
|
36
|
+
# -----------------------------------------------------------------------------
|
37
|
+
# Test data:
|
38
|
+
# liquid_var: {{ liquid_var | debug }}
|
39
|
+
# config: {{ config | debug }}
|
40
|
+
# -----------------------------------------------------------------------------
|
41
|
+
{% endcomment %}
|
42
|
+
|
43
|
+
{% assign language = site.language %}
|
44
|
+
{% assign webmaster_email = site.webmaster.email %}
|
45
|
+
{% assign copyright_info = site.copyright %}
|
46
|
+
{% assign favicon = site.favicon.image %}
|
47
|
+
{% assign images_dir = site.asciidoc_attributes.imagesdir %}
|
48
|
+
{% assign brand_text = site.brand.text %}
|
49
|
+
{% assign brand_image_source = site.brand.image %}
|
50
|
+
{% assign brand_image_height = site.brand.image_height %}
|
51
|
+
|
52
|
+
{% capture brand_image %}{{images_dir}}/{{brand_image_source}}{% endcapture %}
|
53
|
+
|
54
|
+
{% comment %} language detection
|
55
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
56
|
+
{% if site.language == "en" %}
|
57
|
+
{% assign language = "en" %}
|
58
|
+
{% elsif site.language == "de"%}
|
59
|
+
{% assign language = "de" %}
|
60
|
+
{% else %}
|
61
|
+
{% assign language = "en" %}
|
62
|
+
{% endif %}
|
63
|
+
|
64
|
+
{% if language == 'en' %}
|
65
|
+
{% assign title = "Blocked Content" %}
|
66
|
+
{% assign back_url = "/pages/public/legal/en/privacy/#privacy-and-your-settings" %}
|
67
|
+
{% assign back_url_text = "Your Privacy Settings" %}
|
68
|
+
{% assign reason = "Access to the pages of this site has been disabled for technical reasons. <br> Your privacy settings disabled personalization. <br> Advertisements are not allowed but required to display pages on this website." %}
|
69
|
+
{% assign contact_issue = "Technical Contact" %}
|
70
|
+
{% endif %}
|
71
|
+
|
72
|
+
{% if language == 'de' %}
|
73
|
+
{% assign title = "Gesperrter Inhalt" %}
|
74
|
+
{% assign back_url = "/pages/public/legal/de/privacy/#privacy-and-your-settings" %}
|
75
|
+
{% assign back_url_text = "Ihre Datenschutzeinstellungen" %}
|
76
|
+
{% assign reason = "Die Anzeige von Seiten dieser Website ist aus technischen Gründen gesperrt. <br> Die Einstellungen zu Ihrer Privatsphäre erlauben keine Personalisierung. <br> Werbeeinblendungen sind nicht erlabt, jedoch erforderlich um Seiten auf dieser Website anzuzeigen." %}
|
77
|
+
{% assign contact_issue = "Technischer Kontakt" %}
|
78
|
+
{% endif %}
|
79
|
+
|
80
|
+
<!DOCTYPE html>
|
81
|
+
<html lang="{{language}}">
|
82
|
+
<head>
|
83
|
+
<!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
|
84
|
+
<!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
|
85
|
+
<meta charset="utf-8" />
|
86
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
87
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
88
|
+
<meta name="robots" content="noindex, nofollow">
|
89
|
+
<link rel="icon" type="image/ico" href="{{favicon}}">
|
90
|
+
<title>{{title}} · {{page.http_error}}</title>
|
91
|
+
<style> .attic { background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#3F51B5));background-image: -webkit-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: -o-linear-gradient(top, #263238 0%, #3F51B5 100%);background-image: linear-gradient(to bottom, #263238 0%, #3F51B5 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#3F51B5", GradientType=0); } </style>
|
92
|
+
<style type="text/css">/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}</style>
|
93
|
+
</head>
|
94
|
+
<body>
|
95
|
+
<div style="margin-top: 1rem;">
|
96
|
+
<a href="/"><img src="{{brand_image}}" height="{{brand_image_height}}" alt="{{brand_text}}"></a>
|
97
|
+
</div>
|
98
|
+
<div class="cover attic">
|
99
|
+
<h1>{{title}} <small>{{page.http_error}}</small></h1>
|
100
|
+
<p class="lead">{{reason}}</p>
|
101
|
+
<div><a href="{{back_url}}">{{back_url_text}}</a></div>
|
102
|
+
</div>
|
103
|
+
<footer>
|
104
|
+
<p>{{copyright_info}} · {{contact_issue}}: <a href="mailto:{{webmaster_email}}?subject={{title}}">{{webmaster_email}}</a></p>
|
105
|
+
</footer>
|
106
|
+
</body>
|
107
|
+
</html>
|
108
|
+
|
109
|
+
{% endcapture %}
|
110
|
+
{{ j1_cache | strip_empty_lines }}
|
111
|
+
{% assign j1_cache = nil %}
|