-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (48 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GBRRRL</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="a figment of your imagination" />
<link rel="icon" type="image/x-icon" href="https://gbrrrl.com/assets/theme/avatar.jpeg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
<link href="https://api.fonts.coollabs.io/css2?family=Oxygen|Syne|Oswald|Orienta|Crimson" rel="stylesheet" />
<link href="https://api.fonts.coollabs.io/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="https://gbrrrl.com/assets/css/style.css">
</head>
<body>
<div class="header">
<h1>GBRRRL</h1>
<img src="https://gbrrrl.com/assets/theme/header.png" width="420px" alt="GBRRRL"/>
<h2>a figment of your imagination</h2>
</div>
<div class="navbar">
<a href="/" class="active">Main</a>
<a href="/bio">Bio</a>
<a href="/artwork">Artwork</a>
<a href="#" class="right">Services</a>
</div>
<div class="main">
<h3>// A WORK IN PROGRESS //</h3>
<p>[continue to check in...]<br></p>
<p><img src="https://i.imgur.com/1gSylIz.gif" width="300px"/><img src="https://i.imgur.com/1gSylIz.gif" width="300px"/><img src="https://i.imgur.com/1gSylIz.gif" width="300px"/></p>
</div>
<div class="footer">
<a href="https://defect.blog" target="_blank"><img src="https://gbrrrl.com/assets/svg/tumblr.svg" width="32px" alt="Tumblr"></a>
<a href="https://diaspora-fr.org/u/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/diaspora.svg" width="36px" alt="diaspora*"></a>
<a href="https://friendica.world/profile/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/friendica.svg" width="32px" alt="Friendica"></a>
<a href="https://funkwhale.it/@gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/funkwhale.svg" width="32px" alt="Funkwhale"></a>
<a href="https://hub.hubzilla.de/channel/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/hubzilla.svg" width="32px" alt="Hubzilla"></a>
<a href="https://lemmings.world/u/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/lemmy.svg" width="32px" alt="Lemmy"></a>
<a href="https://mas.to/@gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/mastodon_simple.svg" width="32px" alt="Mastodon"></a>
<a href="https://misskey.social/@gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/misskey.svg" width="32px" alt="Misskey"></a>
<a href="https://eggplant.place/users/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/neodb.svg" width="32px" alt="NeoDB"></a>
<a href="https://[email protected]/a/gbrrrl/video-channels" target="_blank"><img src="https://gbrrrl.com/assets/svg/peertube.svg" width="32px" alt="PeerTube"></a>
<a href="https://pixelfed.social/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/pixelfed.svg" width="32px" alt="Pixelfed"></a>
<a href="https://stereophonic.space/users/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/pleroma.svg" width="32px" alt="Pleroma"></a>
<a href="https://socialhome.network/u/gbrrrl" target="_blank"><img src="https://gbrrrl.com/assets/svg/socialhome.svg" width="32px" alt="Socialhome"></a>
</div>
</body>
</html>