-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (51 loc) · 1.87 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
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Namydad</title>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="images/namydadplaceholder.png">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/webpage.css" />
</head>
<body>
<div class="container mysite_desc">
<h1 id="name">
<span>Namydad</span><br>
<span class="description">Student at the Werner-von-Siemens-Schule Mannheim</span>
</h1>
</div>
<header>
<img class="logo" src="images/namydadplaceholder.png" alt="Namydad Logo">
<nav>
<ul class="nav__links">
<li><a class="link" href="">About Me</a></li>
<li><a class="link" href="https://github.com/Namydad?tab=repositories">Projects</a></li>
<li><a class="link" href="">Portfolio</a></li>
<li><a class="link" href="https://namydad.social" target="_blank">Personal</a></li>
<li><a class="link" href="https://github.com/Namydad" target="_blank">Github</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="box">
<div class="imgBox">
<a href="" class="image_href">
<img
src="images\namydad-frontpage.jpg"
alt=""
/>
</a>
</div>
<div class="content">
<h2>
Tobias<br />
<span>Student</span>
</h2>
</div>
</div>
</div>
<!-- 100% privacy friendly analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>