-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
81 lines (81 loc) · 3.57 KB
/
Copy pathmedia.html
File metadata and controls
81 lines (81 loc) · 3.57 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1der4 | Media</title>
<meta name="description" content="1der4 Website">
<meta property="og:url" content="https://the1der4.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="1der4 | Media">
<meta property="og:description" content="1der4 Website">
<meta property="og:image" content="https://raw.githubusercontent.com/The1der4/the1der4.github.io/main/Media/metaImg.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="the1der4.github.io">
<meta property="twitter:url" content="https://the1der4.github.io/">
<meta name="twitter:title" content="1der4 | Media">
<meta name="twitter:description" content="1der4 Website">
<meta name="twitter:image" content="https://raw.githubusercontent.com/The1der4/the1der4.github.io/main/Media/Img/metaImg.jpg">
<link rel="stylesheet" type="text/css" href = "media.css">
</head>
<body>
<link rel="stylesheet" href = "header.css">
<div class="Header">
<div class="logo">
<a href="https://the1der4.github.io/">1der4</a>
</div>
<nav class="nav">
<ul>
<li class="menuitem">
<a href="./index.html" class="ItemLink">Home</a>
</li>
<li class="menuitem">
<a href="./project.html" class="ItemLink">Project</a>
</li>
<li class="menuitem">
<a href="./media.html" class="ItemLink">Media</a>
</li>
</ul>
</nav>
</div>
<section id="content">
<div id="title">Media</div>
<nav>
<ul>
<li class="mediaItem">
<img src="./Img/youtube.png" alt="Youtube Icon" width="25px" height="25px">
<a href="https://www.youtube.com/@1der4sl4yer" class="mediaLink">Youtube</a>
</li>
<li class="mediaItem">
<img src="./Img/twitter.png" alt="Twitter Icon" width="25px" height="25px">
<a href="https://twitter.com/1der4sl4yer" class="mediaLink">Twitter</a>
</li>
<li class="mediaItem">
<img src="./Img/facebook.png" alt="Facebook Icon" width="25px" height="25px">
<a href="https://www.facebook.com/daniel.hsieh.3576/" class="mediaLink">Facebook</a>
</li>
<li class="mediaItem">
<img src="./Img/github.png" alt="Github Icon" width="25px" height="25px">
<a href="https://github.com/The1der4" class="mediaLink">Github</a>
</li>
<li class="mediaItem">
<img src="./Img/instagram.png" alt="Instagram Icon" width="25px" height="25px">
<a href="https://www.instagram.com/itsme1der4/" class="mediaLink">Instagram</a>
</li>
<li class="mediaItem">
<img src="./Img/reddit.png" alt="Reddit Icon" width="25px" height="25px">
<a href="https://www.reddit.com/user/1der4sl4yer" class="mediaLink">Reddit</a>
</li>
<li class="mediaItem">
<img src="./Img/spotify.png" alt="Spotify Icon" width="25px" height="25px">
<a href="https://open.spotify.com/user/21fm6gjl7wqq35xpbqkm22dqa" class="mediaLink">Spotify</a>
</li>
<li class="mediaItem">
<img src="./Img/twitch.png" alt="Twitch Icon" width="25px" height="25px">
<a href="https://www.twitch.tv/1der4sl4yer" class="mediaLink">Twitch</a>
</li>
</ul>
</nav>
</section>
</body>
</html>