Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
4.4 KiB

  1. <!doctype html>
  2. <html class="no-js" lang="en_EN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Imprint | Cripsy Boilerplate</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="/css/styles.css">
  10. </head>
  11. <body>
  12. <header id="header" class="header">
  13. <div class="container">
  14. <div class="grid">
  15. <div class="col-12">
  16. <div class="text-center">
  17. <hgroup>
  18. <div class="header__title h1">
  19. <a href="/">
  20. <svg class="icon header__logo" alt="Crisp" viewBox="0 0 100 100">
  21. <use xlink:href="/svg/icons.svg#chip" />
  22. </svg>
  23. Crispy Boilerplate <span class="text-small">0.9.7</span>
  24. </a>
  25. </div>
  26. </hgroup>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. </header>
  32. <a class="button button--up" href="#header">
  33. <svg class="icon" alt="up" viewBox="0 0 100 100">
  34. <use xlink:href="/svg/icons.svg#triangle-up" />
  35. </svg>
  36. </a>
  37. <div class="container">
  38. <div class="grid">
  39. <div class="col-12">
  40. <h1>Imprint</h1>
  41. <h2>Information provided according to Sec. 5 German Telemedia Act (TMG):</h2>
  42. <p>Björn Hase<br /> Obermarktstr. 18<br /> 32423 Minden</p>
  43. <h2>Contact:</h2>
  44. <p>Telephone: +49 (0)571 3876 0419<br /> Email: me@herr-hase.wtf</p>
  45. <h2>Responsible for contents acc. to Sec. 55, para. 2 German Federal Broadcasting Agreement (RstV):</h2>
  46. <p>Björn Hase<br /> Obermarkstr. 18<br /> 32423 Minden</p>
  47. <h3>Liability for Contents</h3>
  48. <p>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
  49. submitted or stored information or to search for evidences that indicate illegal activities.</p>
  50. <p>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
  51. at the time we get knowledge of them.</p>
  52. <h3>Liability for Links</h3>
  53. <p>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
  54. contents.
  55. </p>
  56. <p>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
  57. 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.</p>
  58. <h3>Copyright</h3>
  59. <p>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
  60. the author or originator. Downloads and copies of these websites are permitted for private use only.<br /> The commercial use of our contents without permission of the originator is prohibited.</p>
  61. <p>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,
  62. please inform us. Such contents will be removed immediately.</p>
  63. </div>
  64. </div>
  65. </div>
  66. <footer class="footer">
  67. <div class="container">
  68. <div class="grid">
  69. <div class="col-12">
  70. <div class="text-center">
  71. <div class="group group--horizontal">
  72. <ul class="group__section group__section--separate">
  73. <li class="group__item"><a href="/imprint.html">Imprint</a></li>
  74. <li class="group__item"><a href="/privacy-policy.html">Privacy Policy</a></li>
  75. </ul>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. </footer>
  82. <script type="text/javascript" src="/js/app.js"></script>
  83. </body>
  84. </html>