-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (60 loc) · 3.88 KB
/
index.html
File metadata and controls
119 lines (60 loc) · 3.88 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!<!DOCTYPE html>
<html lang="en">
<head>
<title>gideow - homepage</title>
<link rel="stylesheet" href="style.css" type="text/css" media="all">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="UTF-8">
<meta name="description" content="Personal site to link to my content and social media">
<meta name="keywords" content="music, video, videos, youtube, soundcloud, ytpmv, mashup, mashups">
<meta name="author" content="gideow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="content">
<div class="header">
<img src="yukari.png" alt="yukari hinata">
<img src="logo.png" alt="gideow logo">
</div>
<div class="navigation">
<a href="https://x.com/andrsonssj">twitter</a>
<a href="https://kick.com/lipongideow">streams</a>
<a href="https://instagram.com/lipongideow">instagram</a>
<a href="https://discord.gg/uWQemJrJkm">discord</a>
<a href="#more">more</a>
</div>
<div class="main">
<h1><img src="latest_vid_06143.gif" alt="latest vid"></h1>
<div class="aspect-ratio">
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL5TRpwdLTZ3cDsgADx3cIeLViQEz_eTdq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1><img src="latest_mashu_06152.gif" alt="latest mashups"></h1>
<iframe width="100%" height="450" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1312919965&color=%23ff5500&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<h1><img id="more" src="more_links_22381.gif" alt="more links"></h1>
<div class="navigation">
<a href="https://www.youtube.com/c/gideows">alt youtube</a>
<a href="https://youtube.com/channel/UCCFUCUw-kZeiEr4C6ijNFag">3rd youtube</a>
<a href="https://soundcloud.com/gideowsounds/sets/all-mashups">alt soundcloud</a>
<a href="https://twitter.com/gideow__">alt twitter</a>
<a href="https://vndb.org/u199699">vndb</a>
<a href="https://anilist.co/user/gideow/">anilist</a>
<a href="https://letterboxd.com/gideow/">letterboxd</a>
<a href="https://www.backloggd.com/u/gideow/">backloggd</a>
<a href="https://mega.nz/folder/IwMGSaAA#FDvPS9WxLcNMEaM8LC1VKg">ytpmv/mashup downloads</a>
<a href="https://youtube.com/playlist?list=PL5TRpwdLTZ3cDsgADx3cIeLViQEz_eTdq">mashup/ytpmv/vgm ripping resources</a>
</div>
<h1><img src="albums_im_on_22429.gif" alt="mashup/siivagunner albums i'm on"></h1>
<div class="navigation">
<a href="https://gideow.bandcamp.com/album/bam">The Bizonho Album Ever</a>
<a href="https://gideow.bandcamp.com/album/death-by-neighborhood">Death by Neighborhood</a>
</div>
</div>
<div class="footer">
<img src="nyamo.png" alt="nyamo">
<img src="logo2.png" alt="gideow logo 2">
<p>gifs made with <a href="http://www.3dtextmaker.com">3DTextMaker</a></p>
<script type="text/javascript" src="//counter.websiteout.net/js/2/0/0/0"></script>
</div>
</div>
</body>
</html>