-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (63 loc) · 2.92 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
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wandi - Wandeler Justin</title>
<meta charset="utf-8" content="width=device-width" name="viewport">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="wandi.ico">
</head>
<body>
<nav class="nav-grid">
<div class="nav-menu">
<ul class="ul-menu">
<li><a class="a-nav" href="portfolio.html">Portfolio</a></li>
<li><a class="a-nav" href="aboutme.html">About Me</a></li>
<li><a target="_blank" class="a-nav" href="mailto:wandelerjustin@gmx.ch">Contact</a></li>
</ul>
</div>
<div class="nav-main">
<ul class="ul-wandi">
<li class="li-wandi"><a class="a-wandi" href="index.html">wandi.ch</a></li>
</ul>
</div>
<div class="nav-side">
</div>
</nav>
<div class="home-flex">
<div class="home-grid">
<div class="home-side"></div>
<div class="home-main margin">
<p class="main-text">Why this website?<br>I needed something for future refrences and also I was bored.
</p>
</div>
<div class="nav-side"></div>
<div class="home-icons">
<a target=”_blank” href="https://www.youtube.com/channel/UCJ9rcdcPtQqJgjxnHT9ruBA">
<img class="icon" src="img/youtube-256.png" alt="YouTube - Wandi">
</a>
<a target=”_blank” href="https://www.twitch.tv/WandiTV">
<img class="icon" src="img/twitch-tv-256.png" alt="Twitch - WandiTV">
</a>
<a target=”_blank” href="https://discordapp.com/users/337728070553305088">
<img class="icon" src="img/discord-256.png" alt="Discord - Wandi">
</a>
<a target=”_blank” href="https://www.instagram.com/wandi.ch/">
<img class="icon" src="img/instagram-256.png" alt="Instagram - Wandi.ch">
</a>
<a target=”_blank” href="https://steamcommunity.com/id/WandiWasTaken/">
<img class="icon" src="img/steam-256.png" alt="Steam - WandiWasTaken">
</a>
</div>
<div class="home-embed">
<iframe width="560" height="315" src="https://www.youtube.com/embed/8d308xrvccs"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
<br>
</body>
</html>