-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (43 loc) · 2.28 KB
/
index.html
File metadata and controls
62 lines (43 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - RevelSix</title>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/main.css">
<!-- troll face emoji -->
<!-- Primary Meta Tags -->
<meta name="title" content="RevelSix">
<meta name="description" content="RevelSix is creating Twitch and YouTube content!">
</head>
<body>
<div class="header">
<a href="/" class="logo">RevelSix</a>
<a href="https://www.youtube.com/channel/UCHWiQR3JWNzprYZIbhJddXw"><img src="images/youtube.svg" width=20px /> YouTube</a>
<a href="https://twitch.tv/revelsix"><img src="images/twitch.svg" width=20px height=15px/> Twitch</a>
<a href="https://twitter.com/revelsix"><img src="images/twitter.svg" width=20px height=16px /> Twitter</a>
<a href="https://discord.gg/EtRchwb"><img src="images/discord.svg" width=20px height=17px />Discord</a>
<a href="https://revelsix.com/projects/list.html">Projects</a>
</div>
<h1>hi! my name is Revel, <a href="https://twitch.tv/revelsix">i stream sometimes!</a></h1>
<div class="embeds">
<a class="twitter-timeline" data-width="25%" data-height="700" data-theme="dark" href="https://twitter.com/RevelSix?ref_src=twsrc%5Etfw">Tweets by RevelSix</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div>
<!-- Load the Twitch embed script -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. -->
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: "100%",
height: 700,
channel: "revelsix"
});
</script>
</div>
<div class="wip-text">
<h2>this website is a WORK-IN-PROGRESS</h2>
<p><strong>i really need to stop editing the live version <img src="https://cdn.betterttv.net/emote/5c548025009a2e73916b3a37/1x" width=20px alt="PepeLaugh" /></strong></p>
</div>
<script async src="https://arc.io/widget.min.js#fcHXbUBF"></script>
</body>
</html>