j1-template 2022.0.9 → 2022.0.10

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.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  3. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  4. data/apps/public/cc/index.adoc +0 -1
  5. data/assets/data/article_navigator/index.html +0 -1
  6. data/assets/data/news_panel_posts/index.html +0 -1
  7. data/assets/error_pages/HTTP445.html +5 -4
  8. data/assets/error_pages/HTTP446.html +2 -2
  9. data/assets/error_pages/HTTP447.html +110 -0
  10. data/assets/error_pages/HTTP448.html +111 -0
  11. data/assets/themes/j1/adapter/js/advertising.js +416 -0
  12. data/assets/themes/j1/adapter/js/cookieConsent.js +8 -3
  13. data/assets/themes/j1/adapter/js/framer.js +0 -3
  14. data/assets/themes/j1/adapter/js/j1.js +6 -2
  15. data/assets/themes/j1/adapter/js/rouge.js +1 -1
  16. data/assets/themes/j1/adapter/js/scroller.js +1 -1
  17. data/assets/themes/j1/adapter/js/translator.js +15 -15
  18. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
  19. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  20. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +117 -0
  21. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
  22. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  23. data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
  24. data/lib/j1/version.rb +1 -1
  25. data/lib/starter_web/Gemfile +1 -1
  26. data/lib/starter_web/_config.yml +1 -5
  27. data/lib/starter_web/_data/layouts/default.yml +7 -7
  28. data/lib/starter_web/_data/layouts/home.yml +24 -0
  29. data/lib/starter_web/_data/modules/advertising.yml +137 -10
  30. data/lib/starter_web/_data/modules/cookies.yml +1 -1
  31. data/lib/starter_web/_data/modules/defaults/advertising.yml +105 -0
  32. data/lib/starter_web/_data/resources.yml +24 -0
  33. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  34. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  35. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  36. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  37. data/lib/starter_web/index.html +0 -1
  38. data/lib/starter_web/package.json +1 -1
  39. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
  40. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
  41. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
  42. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -1
  43. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -1
  44. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -1
  45. data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -1
  46. data/lib/starter_web/pages/public/blog/navigator/index.html +0 -1
  47. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
  48. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
  49. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.no_ads.asciidoc +237 -0
  50. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +62 -0
  51. data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
  52. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
  53. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
  54. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
  55. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  56. data/lib/starter_web/utilsrv/package.json +1 -1
  57. metadata +14 -47
  58. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +0 -30
  59. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
  60. data/_includes/themes/j1/modules/connectors/ads +0 -56
  61. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
  62. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
  63. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
  64. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
  65. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
  66. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
  67. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
  68. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
  69. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
  70. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
  71. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
  72. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
  73. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
  74. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
  75. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
  76. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
  77. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
  78. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
  79. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
  80. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
  81. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
  82. data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
  83. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
  84. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
  85. data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
  86. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
  87. data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
  88. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
  89. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
  90. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
  91. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
  92. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -231
  93. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
  94. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -237
  95. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
  96. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
  97. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
  98. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
  99. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
  100. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
  101. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
  102. 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: 2cc23d49ab79488234bcc11d52989a1114159fd3d075e1b74db6c8122e430885
4
- data.tar.gz: b4e92ca4f3b66f2682a1299ceb0fc9b5a0381f03705936ab1d75e5ec25dc5eb8
3
+ metadata.gz: fc2a02f0992942be9547df18b61632391829e533c645ea81fe4131eae7f49043
4
+ data.tar.gz: d5e934d860c004b360d99ca7596cefcb45b3a0d76f68642310738d790260ce6b
5
5
  SHA512:
6
- metadata.gz: a0e18887bb26c831f49560b3f46dc140a0aa200b871a6b952066361ae6fae306e3591bdeb18c994b49a9e0022533042d1efa6b64d620622c746888f0d8e64af6
7
- data.tar.gz: 483b7805c69ffdeb8e2ee16e10b971ded5a801f796facb25965fb05c9b8ff8052a23bae381789e1047a02d02d13fe23792fd2274bfaeff696b1ae2f9ef7309e9
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>
@@ -14,7 +14,6 @@ robots:
14
14
  follow: false
15
15
 
16
16
  analytics: false
17
- advertising: false
18
17
  comments: false
19
18
 
20
19
  toc: false
@@ -26,7 +26,6 @@ sitemap: false
26
26
  exclude_from_search: true
27
27
 
28
28
  analytics: false
29
- advertising: false
30
29
  comments: false
31
30
 
32
31
  regenerate: true # needed to update pagination pages
@@ -25,7 +25,6 @@ sitemap: false
25
25
  exclude_from_search: true
26
26
 
27
27
  analytics: false
28
- advertising: false
29
28
  comments: false
30
29
 
31
30
  regenerate: true # needed to update paginator pages
@@ -11,7 +11,6 @@ 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 %}
@@ -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 = "Access to the site has been disabled for technical reasons. <br/> Because your cookie settings are disabled for this website, the content cannot be presented." %}
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/> Da Ihre Cookie-Einstellungen für diese Website deaktiviert sind, können die Inhalte nicht angezeigt werden." %}
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="{{page.back_url}}">{{back_url_text}}</a></div>
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>
@@ -65,14 +65,14 @@ sitemap: false
65
65
  {% if language == 'en' %}
66
66
  {% assign title = "Site Blocked" %}
67
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 for this site failed. Possibly, a third-party domain tries to access it." %}
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
69
  {% assign contact_issue = "Technical Contact" %}
70
70
  {% endif %}
71
71
 
72
72
  {% if language == 'de' %}
73
73
  {% assign title = "Website gesperrt" %}
74
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 für diese Website fehlgeschlagen. Möglicherweise versucht eine Drittanbieter-Domain darauf zuzugreifen." %}
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
76
  {% assign contact_issue = "Technischer Kontakt" %}
77
77
  {% endif %}
78
78
 
@@ -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 %}