Big Design Update #2

Merged
davidml merged 17 commits from dev into master 2021-12-15 15:21:54 +00:00
Showing only changes of commit 3fc75e136c - Show all commits

View File

@@ -1,31 +1,23 @@
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8">
<title>The Advertisement</title>
<title>THE ADVERSARY</title>
<link rel="stylesheet" href="../sass/index.css">
</head>
<body>
<div class="header">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Suche</a></li>
<li><a href="#">Kontakt</a></li>
<li><a href="#">Impressum</a></li>
</ul>
</div>
<div class="greeting">
<h1>Welcome to the Advertisement</h1>
<div class="navigation">
<a href="#">HOME</a>
<a href="#">LINUX</a>
<a href="#">OPEN SOURCE</a>
<a href="#">OPINION</a>
<a href="#">PROGRAMMING</a>
</div>
<div class="content">
<div class="navigation">
<ol>
<li><a href="#">Category1</a></li>
<li><a href="#">Category2</a></li>
<li><a href="#">Category3</a></li>
<li><a href="#">Category4</a></li>
</ol>
</div>
<div class="articles">
<a href="#">
<div class="article">
@@ -110,4 +102,12 @@
</div>
</div>
</body>
<footer>
<div class="foot">
<a>IMPRESSUM</a>
<a>CONTACT</a>
</div>
</footer>
</html>