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> <!DOCTYPE html>
<html lang="de" dir="ltr"> <html lang="de" dir="ltr">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>The Advertisement</title> <title>THE ADVERSARY</title>
<link rel="stylesheet" href="../sass/index.css"> <link rel="stylesheet" href="../sass/index.css">
</head> </head>
<body> <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>
<div class="content">
<div class="navigation"> <div class="navigation">
<ol> <a href="#">HOME</a>
<li><a href="#">Category1</a></li> <a href="#">LINUX</a>
<li><a href="#">Category2</a></li> <a href="#">OPEN SOURCE</a>
<li><a href="#">Category3</a></li> <a href="#">OPINION</a>
<li><a href="#">Category4</a></li> <a href="#">PROGRAMMING</a>
</ol>
</div> </div>
<div class="content">
<div class="articles"> <div class="articles">
<a href="#"> <a href="#">
<div class="article"> <div class="article">
@@ -110,4 +102,12 @@
</div> </div>
</div> </div>
</body> </body>
<footer>
<div class="foot">
<a>IMPRESSUM</a>
<a>CONTACT</a>
</div>
</footer>
</html> </html>