-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: add stubs for contact/impress and privacy
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="de"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>CJW Network. Gebündelte Kompetenz.</title> | ||
<meta name="description" | ||
content="CJW Network: Beratung, Konzeption, Design, Umsetzung und Betrieb von Webapplikationen und Internetauftritten. Verbunden in einem langjährig bewährten Netzwerk von inhabergeführten Unternehmen bieten wir individuelle Lösungen für Ihre anspruchsvollen Fragestellungen."> | ||
<link href="/css/app.scss" rel="stylesheet"> | ||
<script type="module" src="/js/app.js"></script> | ||
</head> | ||
<body> | ||
<main id="main"> | ||
<div class="cjwlogo"> | ||
<a href="/#main" title="Home"><img src="/img/cjw-bundled.svg" alt="CJW Network. Gebündelte Kompetenz"></a> | ||
</div> | ||
<div class="container"> | ||
<h1>Kontakt</h1> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci alias distinctio, dolorem ipsam iusto laudantium nam nihil. Atque cumque dolores dolorum eum excepturi modi nostrum, obcaecati provident quas, quibusdam repudiandae?</p> | ||
<footer> | ||
© 2021 <a href="/">CJW Network</a> | <a href="contact.html">Kontakt/Impressum</a> | <a href="privacy.html">Datenschutz</a> | ||
</footer> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="de"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>CJW Network. Gebündelte Kompetenz.</title> | ||
<meta name="description" | ||
content="CJW Network: Beratung, Konzeption, Design, Umsetzung und Betrieb von Webapplikationen und Internetauftritten. Verbunden in einem langjährig bewährten Netzwerk von inhabergeführten Unternehmen bieten wir individuelle Lösungen für Ihre anspruchsvollen Fragestellungen."> | ||
<link href="/css/app.scss" rel="stylesheet"> | ||
<script type="module" src="/js/app.js"></script> | ||
</head> | ||
<body> | ||
<main id="main"> | ||
<div class="cjwlogo"> | ||
<a href="/#main" title="Home"><img src="/img/cjw-bundled.svg" alt="CJW Network. Gebündelte Kompetenz"></a> | ||
</div> | ||
<div class="container"> | ||
<h1>Datenschutzerklärung</h1> | ||
<footer> | ||
© 2021 <a href="/">CJW Network</a> | <a href="contact.html">Kontakt/Impressum</a> | <a href="privacy.html">Datenschutz</a> | ||
</footer> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |