jekyll-development-theme 0.5.3 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +33 -0
  3. data/.gitignore +6 -0
  4. data/404.html +39 -0
  5. data/Gemfile +7 -0
  6. data/LICENSE +21 -0
  7. data/README.md +70 -0
  8. data/_config.yml +153 -0
  9. data/_data/legal-main-sidebar.yml +8 -0
  10. data/_data/nav-footer-legal.yml +7 -0
  11. data/_data/nav-navigation.yml +8 -0
  12. data/_includes/body/article-aside.html +17 -0
  13. data/_includes/body/article-figure.html +12 -0
  14. data/_includes/body/footer-contentinfo.html +38 -0
  15. data/_includes/body/header-banner.html +1 -0
  16. data/_includes/body/legal-article-aside.html +17 -0
  17. data/_includes/body/nav-navigation.html +8 -0
  18. data/_includes/body/script.html +0 -0
  19. data/_includes/body/service-worker.html +5 -0
  20. data/_includes/document/doctype.html +1 -0
  21. data/_includes/document/html.html +1 -0
  22. data/_includes/head/link.html +7 -0
  23. data/_includes/head/meta.html +19 -0
  24. data/_includes/head/script.html +4 -0
  25. data/_includes/head/scripts/JSON-LD.html +45 -0
  26. data/_includes/head/scripts/google-tag-manager.html +78 -0
  27. data/_includes/head/style.html +4 -0
  28. data/_includes/head/title.html +1 -0
  29. data/_includes/head.html +12 -0
  30. data/_layouts/page.html +16 -0
  31. data/_layouts/sitemap.html +16 -0
  32. data/_sass/_page.scss +23 -0
  33. data/_sass/_reset.scss +77 -0
  34. data/_sass/_sitemap.scss +23 -0
  35. data/_sass/grids/_article-sitemap.scss +119 -0
  36. data/_sass/grids/_article.scss +351 -0
  37. data/_sass/grids/_footer-contentinfo.scss +90 -0
  38. data/_sass/grids/_header-banner.scss +26 -0
  39. data/_sass/grids/_main-archive.scss +171 -0
  40. data/_sass/grids/_main.scss +105 -0
  41. data/_sass/grids/_nav-navigation.scss +58 -0
  42. data/_sass/grids/_page.scss +54 -0
  43. data/_sass/media-queries/_article.scss +29 -0
  44. data/_sass/media-queries/_sitemap.scss +15 -0
  45. data/about.html +37 -0
  46. data/assets/css/page.scss +4 -0
  47. data/assets/css/sitemap.scss +4 -0
  48. data/assets/img/android-chrome-192x192.png +0 -0
  49. data/assets/img/android-chrome-512x512.png +0 -0
  50. data/assets/img/apple-touch-icon-114x114-precomposed.png +0 -0
  51. data/assets/img/apple-touch-icon-114x114.png +0 -0
  52. data/assets/img/apple-touch-icon-120x120-precomposed.png +0 -0
  53. data/assets/img/apple-touch-icon-120x120.png +0 -0
  54. data/assets/img/apple-touch-icon-144x144-precomposed.png +0 -0
  55. data/assets/img/apple-touch-icon-144x144.png +0 -0
  56. data/assets/img/apple-touch-icon-152x152-precomposed.png +0 -0
  57. data/assets/img/apple-touch-icon-152x152.png +0 -0
  58. data/assets/img/apple-touch-icon-180x180-precomposed.png +0 -0
  59. data/assets/img/apple-touch-icon-180x180.png +0 -0
  60. data/assets/img/apple-touch-icon-57x57-precomposed.png +0 -0
  61. data/assets/img/apple-touch-icon-57x57.png +0 -0
  62. data/assets/img/apple-touch-icon-60x60-precomposed.png +0 -0
  63. data/assets/img/apple-touch-icon-60x60.png +0 -0
  64. data/assets/img/apple-touch-icon-72x72-precomposed.png +0 -0
  65. data/assets/img/apple-touch-icon-72x72.png +0 -0
  66. data/assets/img/apple-touch-icon-76x76-precomposed.png +0 -0
  67. data/assets/img/apple-touch-icon-76x76.png +0 -0
  68. data/assets/img/apple-touch-icon-precomposed.png +0 -0
  69. data/assets/img/apple-touch-icon.png +0 -0
  70. data/assets/img/favicon-16x16.png +0 -0
  71. data/assets/img/favicon-32x32.png +0 -0
  72. data/assets/img/favicon.ico +0 -0
  73. data/assets/img/favicon.png +0 -0
  74. data/assets/img/ink.png +0 -0
  75. data/assets/img/logo.svg +1 -0
  76. data/assets/img/mash.png +0 -0
  77. data/assets/img/mirror.png +0 -0
  78. data/assets/img/mstile-144x144.png +0 -0
  79. data/assets/img/mstile-150x150.png +0 -0
  80. data/assets/img/mstile-310x150.png +0 -0
  81. data/assets/img/mstile-310x310.png +0 -0
  82. data/assets/img/mstile-70x70.png +0 -0
  83. data/assets/img/navigation.svg +1 -0
  84. data/assets/img/safari-pinned-tab.svg +1 -0
  85. data/assets/img/weave.png +0 -0
  86. data/assets/img/you.png +0 -0
  87. data/assets/js/service-worker.js +44 -0
  88. data/browserconfig.xml +12 -0
  89. data/contact.html +55 -0
  90. data/feed.xml +29 -0
  91. data/humans.txt +48 -0
  92. data/index.html +35 -0
  93. data/jekyll-development-theme.gemspec +111 -0
  94. data/notice.html +79 -0
  95. data/privacy.html +189 -0
  96. data/robots.txt +26 -0
  97. data/site.webmanifest +26 -0
  98. data/sitemap.html +35 -0
  99. data/sitemap.xml +17 -0
  100. data/social-media-privacy.html +84 -0
  101. metadata +102 -3
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="30" viewBox="0 0 30 30"><defs><style>.a{fill:url(#a);}</style><pattern id="a" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 100 100"><image width="100" height="100" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAABjElEQVR4nO3cS43DMBCA4ULIcR4XQyiEQCiEhVAIYRAIhRAIhRAIhRAIuxfvylqlaU4eS/4/yfeRRplaM+NeLgAAAAAAAAAAAAAAAAAAFERkVNW7mU0iMkbH062U0mBmi5l9l0dVnymlITq+rqSUBlV9/k9GmZToGLuSS9RuMn6Pu39Fx9mNvVK1c5boOLthZuunhFC2KnL3+UTJmqPj7IaIjJ8SwhW4MjN78HU0Jt+2tiIZm6reo+Pqnogkd79GxwEAAAAAANCQPFef8nxkcfeZeXqQ3ILfdrq9G633ykQkvUnGX1KiY+xKLlOfRri04WthyaExZ5YcSEhFLDk0Jl93jxKycf2t7GDzZDOzW3R8XXL3ay5faz4PEUnRcQEAAAAAADSERmIjcoNxLca5K43FIEdjXN6oV3bm0Scvqio6evBZnCk6zm6Y2YuZekOO/nimOI/oOLtxZi+LH/aK8pLD27LFf2YFcPfr3n6Wqj6Zqwcys1suYZOIjHwZAAAAAAAAAAAAAAAAAIDSD2P1JxZTHoyhAAAAAElFTkSuQmCC"/></pattern></defs><g transform="translate(-1890)"><rect class="a" width="30" height="30" transform="translate(1890)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg version="1" xmlns="http://www.w3.org/2000/svg" width="1365.333" height="1365.333" viewBox="0 0 1024.000000 1024.000000"><path d="M489.6 385.6c-11.2 2-27.6 7.7-37.5 13-32.6 17.3-55.2 46.2-64.7 82.9-2.7 10.3-2.9 12.3-2.9 30.5s.2 20.2 2.9 30.5c11.4 43.8 41.9 77 83.6 90.9 14.2 4.7 25.8 6.6 41 6.6s26.8-1.9 41-6.6c41.7-13.9 72.2-47.1 83.6-90.9 2.7-10.3 2.9-12.3 2.9-30.5s-.2-20.2-2.9-30.5c-9.5-36.7-32.1-65.6-64.7-82.9-10.3-5.5-26.4-11-38.3-13.1-11-1.9-33.2-1.8-44 .1z"/></svg>
Binary file
Binary file
@@ -0,0 +1,44 @@
1
+ ---
2
+ ---
3
+
4
+ self.addEventListener('install', function(e) {
5
+ e.waitUntil(
6
+ caches.open('{{ site.project.domain }}').then(function(cache) {
7
+ cache.addAll([
8
+
9
+ // pages
10
+ {% for html_page in site.html_pages %}{% if html_page.url != '/' %}'{{ html_page.url }}',
11
+ {% endif %}{% endfor %}
12
+
13
+ // images
14
+ {% for file in site.static_files %}{% if file.extname == '.png' or file.extname == '.svg' or file.extname == '.ico' %}'{{ file.path }}',
15
+ {% endif %}{% endfor %}
16
+
17
+ // configs
18
+ {% for file in site.static_files %}{% if file.extname == '.xml' %}'{{ file.path }}',
19
+ {% endif %}{% endfor %}
20
+
21
+ // anything else
22
+ '/site.webmanifest',
23
+ '/assets/css/sitemap.css',
24
+ '/robots.txt',
25
+ '/humans.txt'
26
+ ]);
27
+ return cache.addAll([
28
+ // initial loading
29
+ '/',
30
+ '/index.html',
31
+ '/assets/img/favicon.ico',
32
+ '/assets/css/page.css',
33
+ '/assets/js/service-worker.js'
34
+ ]);
35
+ })
36
+ );
37
+ });
38
+ self.addEventListener('fetch', function(event) {
39
+ event.respondWith(
40
+ fetch(event.request).catch(function() {
41
+ return caches.match(event.request);
42
+ })
43
+ );
44
+ });
data/browserconfig.xml ADDED
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square70x70logo src="/assets/img/mstile-70x70.png"/>
6
+ <square150x150logo src="/assets/img/mstile-150x150.png"/>
7
+ <square310x310logo src="/assets/img/mstile-310x310.png"/>
8
+ <wide310x150logo src="/assets/img/mstile-310x150.png"/>
9
+ <TileColor>#eeeeee</TileColor>
10
+ </tile>
11
+ </msapplication>
12
+ </browserconfig>
data/contact.html ADDED
@@ -0,0 +1,55 @@
1
+ ---
2
+ layout: page
3
+ title: "Contact"
4
+ author: "Johnny Dummy"
5
+ description: "Contact"
6
+ keywords: "contact"
7
+ language: "en"
8
+ figure: weave
9
+ figcaption: Weave
10
+ ---
11
+ <main>
12
+
13
+ <article>
14
+
15
+ <header>
16
+ <h1>Dummy Title</h1>
17
+ </header>
18
+
19
+ {% include body/article-figure.html %}
20
+
21
+ <div class="content">
22
+
23
+ <section>
24
+ <h2>Dummy Subtitle</h2>
25
+ <p>
26
+ {% if site.company.ceo %}{{ site.company.ceo }}<br>{% endif %}
27
+ {% if site.company.address.street %}{{ site.company.address.street }} {% if site.company.address.housenumber %}{{ site.company.address.housenumber }}{% endif %}<br>{% endif %}
28
+ {% if site.company.address.city %}{% if site.company.address.postal %}{{ site.company.address.postal }}, {% endif %}{{ site.company.address.city }}<br>{% endif %}
29
+ {% if site.company.address.country %}{% if site.company.address.region %}{{ site.company.address.region }}, {% endif %}{{ site.company.address.country }}<br>{% endif %}
30
+ </p>
31
+ <hr>
32
+ <dl>
33
+ {% if site.company.phone %}<dt>Phone:</dt>
34
+ <dd><a href="tel:{{ site.company.phone | replace: " ", "" }}">{{ site.company.phone }}</a></dd>
35
+ {% endif %}
36
+ {% if site.company.email %}<dt>Email:</dt>
37
+ <dd><a href="mailto:{{ site.company.email }}?subject=Hello&body=Dear%20Eric,">{{ site.company.email }}</a></dd>
38
+ {% endif %}
39
+ {% if site.socialmedia.twitterhandle %}<dt>Twitter:</dt>
40
+ <dd><a href="https://twitter.com/intent/tweet?screen_name={{ site.socialmedia.twitterhandle }}">@{{ site.socialmedia.twitterhandle }}</a></dd>
41
+ {% endif %}
42
+ {% if site.socialmedia.spectrum %}<dt>Spectrum:</dt>
43
+ <dd><a href="{{ site.socialmedia.spectrum }}">{{ site.socialmedia.spectrum }}</a></dd>
44
+ {% endif %}
45
+ </dl>
46
+ <hr>
47
+ </section>
48
+
49
+ </div>
50
+
51
+ {% include body/article-aside.html %}
52
+
53
+ </article>
54
+
55
+ </main>
data/feed.xml ADDED
@@ -0,0 +1,29 @@
1
+ ---
2
+ layout: null
3
+ ---
4
+ <?xml version="1.0" encoding="UTF-8"?>
5
+ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
6
+ <channel>
7
+ <title>{{ site.title | xml_escape }}</title>
8
+ <description>{{ site.description | xml_escape }}</description>
9
+ <link>{{ site.url }}{{ site.baseurl }}/</link>
10
+ <atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
11
+ <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
12
+ <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
13
+ {% for post in site.posts limit:10 %}
14
+ <item>
15
+ <title>{{ post.title | xml_escape }}</title>
16
+ <description>{{ post.content | xml_escape }}</description>
17
+ <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
18
+ <link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
19
+ <guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
20
+ {% for tag in post.tags %}
21
+ <category>{{ tag | xml_escape }}</category>
22
+ {% endfor %}
23
+ {% for cat in post.categories %}
24
+ <category>{{ cat | xml_escape }}</category>
25
+ {% endfor %}
26
+ </item>
27
+ {% endfor %}
28
+ </channel>
29
+ </rss>
data/humans.txt ADDED
@@ -0,0 +1,48 @@
1
+ ---
2
+ ---
3
+ {% comment %}
4
+
5
+ Follow official schema:
6
+
7
+ http://humanstxt.org/Standard.html
8
+
9
+ -----------------------
10
+ /* TEAM */
11
+
12
+ Your title: Your name.
13
+ Site: email, link to a contact form, etc.
14
+ Twitter: your Twitter username.
15
+ Location: City, Country.
16
+
17
+ /* THANKS */
18
+
19
+ Name: name or url
20
+
21
+ /* SITE */
22
+
23
+ Last update: YYYY/MM/DD
24
+ Standards: HTML5, CSS3,..
25
+ Components: Modernizr, jQuery, etc.
26
+ Software: Software used for the development
27
+ ----------------------
28
+ {% endcomment %}{% if site.humanstxt.team %}
29
+ /* TEAM */
30
+ {% for entry in site.humanstxt.team %}
31
+ Your title: {{entry.title}}
32
+ Site: {{entry.site}}
33
+ Twitter: {{entry.twitter}}
34
+ Location: {{entry.location}}
35
+ {% endfor %}{% endif %}
36
+ {% if site.humanstxt.thanks %}
37
+ /* THANKS */
38
+ {% for entry in site.humanstxt.thanks %}
39
+ Name: {{entry.name}}{% endfor %}
40
+ {% endif %}
41
+ {% if site.humanstxt.site %}
42
+ /* SITE */
43
+ {% assign entry = site.humanstxt.site %}
44
+ Last update: {{entry.last-update}}
45
+ Standards: {{entry.standards}}
46
+ Components: {{entry.components}}
47
+ Software: {{entry.software}}
48
+ {% endif %}
data/index.html ADDED
@@ -0,0 +1,35 @@
1
+ ---
2
+ layout: page
3
+ title: "Welcome"
4
+ author: "Johnny Dummy"
5
+ description: "Overview about what to find here"
6
+ keywords: "index"
7
+ language: "en"
8
+ figure: ink
9
+ figcaption: Ink
10
+ ---
11
+ <main>
12
+
13
+ <article>
14
+
15
+ <header>
16
+ <h1>Dummy Title</h1>
17
+ </header>
18
+
19
+ {% include body/article-figure.html %}
20
+
21
+ <div class="content">
22
+
23
+ <section>
24
+ <h2>Dummy Subtitle</h2>
25
+ <p>The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words.</p>
26
+ <p>Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages.</p>
27
+ <p>The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is.</p>
28
+ <hr>
29
+ </section>
30
+
31
+ </div>
32
+
33
+ </article>
34
+
35
+ </main>
@@ -0,0 +1,111 @@
1
+ Gem::Specification.new do |spec|
2
+ spec.name = 'jekyll-development-theme'
3
+ spec.version = '0.6.0'
4
+ spec.licenses = ['MIT']
5
+ spec.summary = 'Jekyll Development Theme'
6
+ spec.description = 'This is a nice little jekyll theme development playground.'
7
+ spec.authors = ['Eric Binek']
8
+ spec.email = 'jekyll@ericbinek.email'
9
+ spec.metadata = { "source_code_uri" => "https://github.com/ericbinek/jekyll-development-theme" }
10
+ spec.files = [
11
+ ".editorconfig" ,
12
+ ".gitignore" ,
13
+ "404.html" ,
14
+ "Gemfile" ,
15
+ "LICENSE" ,
16
+ "README.md" ,
17
+ "_config.yml" ,
18
+ "_data/legal-main-sidebar.yml" ,
19
+ "_data/nav-footer-legal.yml" ,
20
+ "_data/nav-navigation.yml" ,
21
+ "_includes/body/article-aside.html" ,
22
+ "_includes/body/article-figure.html" ,
23
+ "_includes/body/footer-contentinfo.html" ,
24
+ "_includes/body/header-banner.html" ,
25
+ "_includes/body/legal-article-aside.html" ,
26
+ "_includes/body/nav-navigation.html" ,
27
+ "_includes/body/script.html" ,
28
+ "_includes/body/service-worker.html" ,
29
+ "_includes/document/doctype.html" ,
30
+ "_includes/document/html.html" ,
31
+ "_includes/head.html" ,
32
+ "_includes/head/link.html" ,
33
+ "_includes/head/meta.html" ,
34
+ "_includes/head/script.html" ,
35
+ "_includes/head/scripts/JSON-LD.html" ,
36
+ "_includes/head/scripts/google-tag-manager.html" ,
37
+ "_includes/head/style.html" ,
38
+ "_includes/head/title.html" ,
39
+ "_layouts/page.html" ,
40
+ "_layouts/sitemap.html" ,
41
+ "_sass/_page.scss" ,
42
+ "_sass/_reset.scss" ,
43
+ "_sass/_sitemap.scss" ,
44
+ "_sass/grids/_article-sitemap.scss" ,
45
+ "_sass/grids/_article.scss" ,
46
+ "_sass/grids/_footer-contentinfo.scss" ,
47
+ "_sass/grids/_header-banner.scss" ,
48
+ "_sass/grids/_main-archive.scss" ,
49
+ "_sass/grids/_main.scss" ,
50
+ "_sass/grids/_nav-navigation.scss" ,
51
+ "_sass/grids/_page.scss" ,
52
+ "_sass/media-queries/_article.scss" ,
53
+ "_sass/media-queries/_sitemap.scss" ,
54
+ "about.html" ,
55
+ "assets/css/page.scss" ,
56
+ "assets/css/sitemap.scss" ,
57
+ "assets/img/android-chrome-192x192.png" ,
58
+ "assets/img/android-chrome-512x512.png" ,
59
+ "assets/img/apple-touch-icon-114x114-precomposed.png" ,
60
+ "assets/img/apple-touch-icon-114x114.png" ,
61
+ "assets/img/apple-touch-icon-120x120-precomposed.png" ,
62
+ "assets/img/apple-touch-icon-120x120.png" ,
63
+ "assets/img/apple-touch-icon-144x144-precomposed.png" ,
64
+ "assets/img/apple-touch-icon-144x144.png" ,
65
+ "assets/img/apple-touch-icon-152x152-precomposed.png" ,
66
+ "assets/img/apple-touch-icon-152x152.png" ,
67
+ "assets/img/apple-touch-icon-180x180-precomposed.png" ,
68
+ "assets/img/apple-touch-icon-180x180.png" ,
69
+ "assets/img/apple-touch-icon-57x57-precomposed.png" ,
70
+ "assets/img/apple-touch-icon-57x57.png" ,
71
+ "assets/img/apple-touch-icon-60x60-precomposed.png" ,
72
+ "assets/img/apple-touch-icon-60x60.png" ,
73
+ "assets/img/apple-touch-icon-72x72-precomposed.png" ,
74
+ "assets/img/apple-touch-icon-72x72.png" ,
75
+ "assets/img/apple-touch-icon-76x76-precomposed.png" ,
76
+ "assets/img/apple-touch-icon-76x76.png" ,
77
+ "assets/img/apple-touch-icon-precomposed.png" ,
78
+ "assets/img/apple-touch-icon.png" ,
79
+ "assets/img/favicon-16x16.png" ,
80
+ "assets/img/favicon-32x32.png" ,
81
+ "assets/img/favicon.ico" ,
82
+ "assets/img/favicon.png" ,
83
+ "assets/img/ink.png" ,
84
+ "assets/img/logo.svg" ,
85
+ "assets/img/mash.png" ,
86
+ "assets/img/mirror.png" ,
87
+ "assets/img/mstile-144x144.png" ,
88
+ "assets/img/mstile-150x150.png" ,
89
+ "assets/img/mstile-310x150.png" ,
90
+ "assets/img/mstile-310x310.png" ,
91
+ "assets/img/mstile-70x70.png" ,
92
+ "assets/img/navigation.svg" ,
93
+ "assets/img/safari-pinned-tab.svg" ,
94
+ "assets/img/weave.png" ,
95
+ "assets/img/you.png" ,
96
+ "assets/js/service-worker.js" ,
97
+ "browserconfig.xml" ,
98
+ "contact.html" ,
99
+ "feed.xml" ,
100
+ "humans.txt" ,
101
+ "index.html" ,
102
+ "jekyll-development-theme.gemspec" ,
103
+ "notice.html" ,
104
+ "privacy.html" ,
105
+ "robots.txt" ,
106
+ "site.webmanifest" ,
107
+ "sitemap.html" ,
108
+ "sitemap.xml" ,
109
+ "social-media-privacy.html"
110
+ ]
111
+ end
data/notice.html ADDED
@@ -0,0 +1,79 @@
1
+ ---
2
+ layout: page
3
+ title: "Our Site Notice Page"
4
+ author: "Johnny Dummy"
5
+ description: "Our Site Notice Page"
6
+ keywords: "notice, site notice"
7
+ language: "en"
8
+ figure: mash
9
+ figcaption: Mash
10
+ ---
11
+ <main>
12
+
13
+ <article>
14
+
15
+ <header>
16
+ <h1>Site Notice</h1>
17
+ </header>
18
+
19
+ {% include body/article-figure.html %}
20
+
21
+ <div class="content">
22
+
23
+ <section>
24
+ <h2>Contact</h2>
25
+ <p>{{ site.company.ceo }}<br>
26
+ {{ site.company.address.street }} {{ site.company.address.housenumber }}<br>
27
+ {{ site.company.address.postal }} {{ site.company.address.city }}<br>
28
+ {{ site.company.address.region }}, {{ site.company.address.country }}
29
+ </p>
30
+ <p>Phone: <a href="tel:{{ site.company.phone }}">{{ site.company.phone }}</a><br>
31
+ Email: <a href="mailto:{{ site.company.email }}?subject=Hello&body=Dear,">{{ site.company.email }}</a></p>
32
+ <h2>VAT ID</h2>
33
+ <p>
34
+ Sales tax identification number according to § 27 a of the Sales Tax Law:<br>
35
+ {{ site.company.vat }}
36
+ </p>
37
+ <h2>Responsible for the content according to § 55(2) RStV</h2>
38
+ <p>{{ site.company.content.responsible }}<br>
39
+ {{ site.company.content.street }} {{ site.company.content.housenumber }}<br>
40
+ {{ site.company.content.postal }} {{ site.company.content.city }}<br>
41
+ {{ site.company.content.region }}, {{ site.company.content.country }}
42
+ </p>
43
+ <h2>EU dispute resolution</h2>
44
+ <p>
45
+ The European Commission provides a platform for online dispute resolution (ODR): <a href="https://ec.europa.eu/consumers/odr" target="_blank" rel="noopener">https://ec.europa.eu/consumers/odr</a>.<br> Our e-mail address can be found above in the site notice.
46
+ </p>
47
+ <p>
48
+ We are not willing or obliged to participate in dispute resolution proceedings before a consumer arbitration board.
49
+ </p>
50
+ <h3>Liability for Contents</h3>
51
+ <p>
52
+ As service providers, we are liable for own contents of these websites according to Sec. 7, paragraph 1 German Telemedia Act (TMG). However, according to Sec. 8 to 10 German Telemedia Act (TMG), service providers are not obligated to permanently monitor submitted or stored information or to search for evidences that indicate illegal activities.
53
+ </p>
54
+ <p>
55
+ Legal obligations to removing information or to blocking the use of information remain unchallenged. In this case, liability is only possible at the time of knowledge about a specific violation of law. Illegal contents will be removed immediately at the time we get knowledge of them.
56
+ </p>
57
+ <h3>Liability for Links</h3>
58
+ <p>
59
+ Our offer includes links to external third party websites. We have no influence on the contents of those websites, therefore we cannot guarantee for those contents. Providers or administrators of linked websites are always responsible for their own contents.
60
+ </p>
61
+ <p>
62
+ The linked websites had been checked for possible violations of law at the time of the establishment of the link. Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of linked websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal links will be removed immediately at the time we get knowledge of them.
63
+ </p>
64
+ <h3>Copyright</h3>
65
+ <p>
66
+ Contents and compilations published on these websites by the providers are subject to German copyright laws. Reproduction, editing, distribution as well as the use of any kind outside the scope of the copyright law require a written permission of the author or originator. Downloads and copies of these websites are permitted for private use only. The commercial use of our contents without permission of the originator is prohibited.
67
+ </p>
68
+ <p>
69
+ Copyright laws of third parties are respected as long as the contents on these websites do not originate from the provider. Contributions of third parties on this site are indicated as such. However, if you notice any violations of copyright law, please inform us. Such contents will be removed immediately.
70
+ </p>
71
+ </section>
72
+
73
+ </div>
74
+
75
+ {% include body/legal-article-aside.html %}
76
+
77
+ </article>
78
+
79
+ </main>