-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (127 loc) · 5.54 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JRGaming9898 24 Hour Stream Schedule</title>
<link rel="stylesheet" href="./app.css">
</head>
<body class="">
<header>
<nav>
<div class="background-image"></div>
<div class="nav-1 navbar-wrapper">
<ul>
<li class="nav-item"><a href="https://twitch.tv/jrgaming9898">Twitch</a></li>
<li class="nav-item"><a href="https://discord.gg/fCYkQQJB">Discord</a></li>
<li class="nav-item"><a href="./img/streamer_showdown_022622_JR.jpg" download="aoeshowdown" target="_blank">AOE Showdown</a></li>
</ul>
</div>
<div class="nav-2">
<div class="navbar-wrapper left-navbar">
<div class="logo">
<a href="index.html">
<img src="img/jrgaming-avatar.svg" alt="JRGaming9898 Logo">
</a>
</div>
</div>
<div class="navbar-wrapper center-navbar">
<div class="navbar">
<h2>Jump to:</h2>
<ul>
<li class="nav-item"><a href="#start">Start Game</a></li>
<li class="nav-item"><a href="#fps">FPS</a></li>
<li class="nav-item"><a href="#aoe-1">AOE</a></li>
<li class="nav-item"><a href="#boom">Boom</a></li>
<li class="nav-item"><a href="#aoe-2">AOE</a></li>
<li class="nav-item"><a href="#horror">Horror</a></li>
<li class="nav-item"><a href="#end">End Game</a></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<h1></h1>
<main class="schedule">
<div class="notes">
<p class="note">Be sure to follow me beforehand so you don't miss any updates!</p>
<p class="note italics">*2 pm starts the AOE stream</p>
<p class="note italics">*All times in EST</p>
</div>
<ul>
<li id="start">
<h3><span class="time">10:00 AM</span>Start stream.</h3>
</li>
<li class="highlight" id="fps">
<h3><span class="time">10:00 AM</span>Play some Star Wars battlefront 2</h3>
</li>
<li>
<h3><span class="time">12:30 PM</span>Eat food and chat till 1</h3>
</li>
<li>
<h3><span class="time">1:00 PM</span>Play Splitgate</h3>
</li>
<p class="list-note">
*any free time between games will be filled with TG and 1v1s</p>
<li class="highlight" id="aoe-1">
<h3><span class="time">2:00 PM</span>1v1s</h3>
</li>
<li class="highlight">
<h3><span class="time">3:00 PM</span>First Showmatch Midu VS <a
href="https://www.twitch.tv/legion_of_loom">Legion of Loom</a> (JR and Gamer Commentate)</h3>
</li>
<li>
<h3><span class="time">5:30 PM</span>Eat and Q/A</h3>
</li>
<li>
<h3><span class="time">6:00 PM</span>Co-op tourney game </h3>
</li>
<li class="highlight">
<h3><span class="time">7:00 PM</span>Exploding Kings Diplo Commie/Playing Co-Op Campaign with Luna </h3>
</li>
<li>
<h3><span class="time">9:00 PM</span>Blindfold <a href="https://www.twitch.tv/gamerisdc">gamerisdc</a>
plays Evan. (JRGaming9898 guiding)</h3>
</li>
<li class="highlight" id="boom">
<h3><span class="time">10:00 PM</span>SPECIAL EVENT: Name Reveal Before ShowMatch</h3>
</li>
<li class="highlight" id="aoe-2">
<h3><span class="time">11:00 PM</span>Showmatch <a href="https://www.twitch.tv/rocola91">Rocola91</a> VS
<a href="https://www.twitch.tv/gamerisdc">gamerisdc</a> (Midu and JRGaming9898 Commentate)
</h3>
</li>
<li class="highlight">
<h3><span class="time">1:00 AM</span>Showmatch <a
href="https://www.twitch.tv/happyplayer240">happyplayer240</a> Vs <a href="https://www.twitch.tv/shadowcrystallux">shadowcrystallux</a></h3>
</li>
<li>
<h3><span class="time">3:00 AM</span>AOE TG</h3>
</li>
<li class="highlight" id="horror">
<h3><span class="time">4:00 AM</span>Five Nights at Freddy's </h3>
</li>
<li>
<h3><span class="time">5:30 AM</span>Chess</h3>
</li>
<li>
<h3><span class="time">7:00 AM</span>FPS</h3>
</li>
<li>
<h3><span class="time">9:00 AM</span>Break and Q/A</h3>
</li>
<li class="highlight" id="end">
<h3><span class="time">10:00 AM</span>End Game: Pass Out</h3>
</li>
</ul>
</main>
<div class="overlay">
<video data-video autoplay muted loop playsinline>
<source src="./img/qIiebGZ.mp4">
</video>
</div>
<script src="app.js"></script>
</body>
</html>