-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ne Website halt</title> <!--TODO: Make an Interesting and well thought through Name-->
<meta name="description" content="Eine kleine Webseite, damit ich mich endlich dazu aufraffen kann, Webentwicklung zu lernen"
/>
<meta name="url" content="adamane.github.io/testseite_1">
<link href="css/header.css" rel="stylesheet" type="text/css">
<link rel="icon" href="icons/folder_shell.ico">
<!-- The Google Fonts imports -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Padauk&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="logo">
<h4>adamane</h4>
</div>
<ul class='nav-links'>
<li><a href="">Home</a></li>
<li><a href="">Projects</a></li>
<li><a href="">Contact</a></li>
</ul>
<div class="burger" style="position: absolute; right: 20px;">
<div class='line1'></div>
<div class='line2'></div>
<div class='line3'></div>
</div>
</nav>
<div class="banner-header">
<h1>Adamane</h1>
<div class="author">
<a href="https://commons.wikimedia.org/wiki/File:Glorious-blue-mountain-range.jpg">CHAND ALIi</a>, <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a>, via Wikimedia Commons
</div>
</div>
<script src="javascript/app.js"></script>
</html>