-
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.
- Loading branch information
Showing
1 changed file
with
134 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,134 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>CJW Network. Bundled competence.</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> | ||
<header class="hero"> | ||
<a class="sr-only skip-link" href="#main">Skip to main</a> | ||
<div class="cjwlogo"> | ||
<img src="/img/cjw-bundled-white.svg" alt="CJW Network. Bundled competence"> | ||
</div> | ||
<div class="claim"> | ||
<div class="quote"> | ||
«The whole is more than the sum of its parts.» | ||
</div> | ||
<div class="author">— Aristoteles</div> | ||
<div class="arrow"> | ||
<a href="#main" title="Skip to main"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="white"> | ||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" | ||
d="M19 13l-7 7-7-7m14-8l-7 7-7-7"/> | ||
</svg> | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
<main id="main"> | ||
<div class="cjwlogo"> | ||
<img src="/img/cjw-bundled.svg" alt="CJW Network. Gebündelte Kompetenz"> | ||
</div> | ||
<div class="container"> | ||
<div class="lead"> | ||
<p class="text-brand-primary font-bold">Beratung, Konzeption, Design, Umsetzung und Betrieb von | ||
Webapplikationen und | ||
Internetauftritten</p> | ||
<p class="text-brand-secondary">Verbunden in einem langjährig bewährten Netzwerk von inhabergeführten | ||
Unternehmen bieten wir | ||
individuelle Lösungen für Ihre anspruchsvollen Fragestellungen.</p> | ||
<p class="text-brand-complement">Mit gebündelter Kompetenz zu Ihrem erfolgreichen Projekt.</p> | ||
</div> | ||
<div class="grid"> | ||
<div class="cell"> | ||
<div class="card"> | ||
<div class="logo"> | ||
<img class="invert" src="img/logo_coolscreen.jpg" alt="coolscreen"> | ||
</div> | ||
<p class="location"> | ||
Hamburg | ||
</p> | ||
<div class="offer"> | ||
Expert Content Management Consulting und Development | ||
eZ Publish / eZ Platform / Ibexa DXP | ||
</div> | ||
<p class="contact"> | ||
Ansprechpartner: Ekke Dörre | ||
</p> | ||
<p class="link"> | ||
<a href="https://www.coolscreen.de/" target="_blank" rel="noopener">www.coolscreen.de</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="cell"> | ||
<div class="card"> | ||
<div class="logo"> | ||
<img src="/img/codespin_logo_4c.svg" alt="codespin"> | ||
</div> | ||
<p class="location"> | ||
Aichach | ||
</p> | ||
<div class="offer"> | ||
Software Entwicklung<br>Operations Management<br>Beratung & Projektmanagement | ||
</div> | ||
<p class="contact"> | ||
Ansprechpartner: Rupert König | ||
</p> | ||
<p class="link"> | ||
<a href="https://www.codespin.io/" target="_blank" rel="noopener">www.codespin.io</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="cell"> | ||
<div class="card"> | ||
<div class="logo"> | ||
<img class="invert" src="/img/logo_jacsysteme.jpg" alt="JAC Systeme"> | ||
</div> | ||
<p class="location"> | ||
Stralsund | ||
</p> | ||
<div class="offer"> | ||
Internetprojekte auf Basis des Content Management Systems eZ Publish / eZ Platform / | ||
Ibexa DXP | ||
und Netgen Layouts | ||
</div> | ||
<p class="contact"> | ||
Ansprechpartner: Dirk Lampe, Felix Woldt | ||
</p> | ||
<p class="link"> | ||
<a href="https://www.jac-systeme.de/" target="_blank" rel="noopener">www.jac-systeme.de</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="cell"> | ||
<div class="card"> | ||
<div class="logo"> | ||
<img src="/img/logo_webmanufaktur.svg" alt="Webmanufaktur"> | ||
</div> | ||
<p class="location"> | ||
Bern | ||
</p> | ||
<div class="offer"> | ||
Software Design und Entwicklung<br>Projektleitung und Coaching | ||
</div> | ||
<p class="contact"> | ||
Ansprechpartner: Donat Fritschy | ||
</p> | ||
<p class="link"> | ||
<a href="https://www.webmanufaktur.ch/" target="_blank" rel="noopener">www.webmanufaktur.ch</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<footer> | ||
© 2021 CJW Network | Kontakt | Impressum | Datenschutz | ||
</footer> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |