59 lines
2.1 KiB
HTML
59 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA_Compatible" content="IE=edge" />
|
|
<title>era Faktura</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="author" content="EDV-Wasmeier" />
|
|
<meta name="description" content="##description##" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body id="era-faktura">
|
|
<div class="page-wrapper">
|
|
<section id="intro">
|
|
<header>
|
|
<div class="site-branding left-block">
|
|
<a href="#">
|
|
<img class="logo" src="img/ef_logo.png" alt="logo" />
|
|
</a>
|
|
</div>
|
|
<nav class="main-navigation right-block">
|
|
<ul class="nav__links">
|
|
<li><a href="#">Menü</a></li>
|
|
<li><a href="#">Support</a></li>
|
|
<li><a href="#">Herunterladen</a></li>
|
|
</ul>
|
|
</nav>
|
|
<a href="#" class="contact-btn">Kontakt</a>
|
|
</header>
|
|
|
|
<div class="engagement">
|
|
<img src="img/ef_logo.png" />
|
|
<a href="#"><button>Support</button></a>
|
|
<a href="#"><button>Herunterladen</button></a>
|
|
</div>
|
|
|
|
<div id="tagline">
|
|
<p>Den Papierkram für Ihr Unternehmen schnell und einfach erledigt!</p>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="content">
|
|
<h3>Leichte Bedienung</h3>
|
|
<img src="img/bedienung.png" />
|
|
<p>Kurzer Erklärungstext</p>
|
|
</div>
|
|
|
|
<!-- ... . -->
|
|
|
|
<footer>
|
|
<ul>
|
|
<li>Impressum</li>
|
|
<li>Datenschutz</li>
|
|
</ul>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|