first steps
This commit is contained in:
+22
-15
@@ -2,29 +2,36 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA_Compatible" content="IE=edge" />
|
||||
<title>era Faktura</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="author" content="EDV-Wasmeier" />
|
||||
<meta name="description" content="##description##" />
|
||||
<meta name="robots" content="all" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body id="era-faktura">
|
||||
<div class="page-wrapper">
|
||||
<section id="intro">
|
||||
<header id="top-menu">
|
||||
<ul>
|
||||
<li>Menü</li>
|
||||
<li>Support</li>
|
||||
<li>Herunterladen</li>
|
||||
</ul>
|
||||
<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 id="logo-content">
|
||||
<img src="./img/ef_logo.png" />
|
||||
<button>Support</button>
|
||||
<button>Herunterladen</button>
|
||||
<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">
|
||||
@@ -34,7 +41,7 @@
|
||||
|
||||
<div class="content">
|
||||
<h3>Leichte Bedienung</h3>
|
||||
<img src="./img/bedienung.png" />
|
||||
<img src="img/bedienung.png" />
|
||||
<p>Kurzer Erklärungstext</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user