-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
218 lines (184 loc) · 8.3 KB
/
index.html
File metadata and controls
218 lines (184 loc) · 8.3 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TLEQ4W4HGM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-TLEQ4W4HGM');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Overwatch Champions Series Standings and Info">
<title>Home - OWCS</title>
<link href='https://fonts.googleapis.com/css?family=Istok+Web|Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.png">
<link href='https://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'>
<style>
.matchhome {
background-color: #333333;
border: 1px solid #555555;
border-radius: 15px;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 10px;
min-width: 55%;
font-size: 0.9rem;
text-align: center;
}
.matchhome a {
color: #f99c0c;
}
.matchhome a:hover {
color: #ffffff;
}
.matchhome p {
color:#eeeeee;
}
/* CSS for desktop */
@media (min-width: 768px) {
#stream {
display: block; /* Show the Twitch embed on desktop */
}
}
/* CSS for mobile */
@media (max-width: 767px) {
body{
width: 100%;
}
.container{
padding: 0;
width: 100%;
justify-content: center;
}
main{
padding: 0;
}
#stream {
display: none; /* Hide the Twitch embed on mobile */
margin: 0;
padding: 0;
}
#upcoming-matches{
margin: 0;
font-size: 0.6rem;
}
#twitter-feed{
display: none;
margin: 0;
padding: 0;
}
.navbar{
font-size: 6vw;
justify-content: center;
}
.navbar .logo img {
height: 3rem;
margin-right: 20px;
}
footer{
font-size: 3vw;
}
}
/* Additional CSS for Twitter feed */
#twitter-feed {
float: right; /* Position the Twitter feed to the right of the Twitch stream */
width: 50%; /* Adjust the width as needed */
margin-left: 10px;
}
</style>
</head>
<body>
<nav class="navbar">
<div class="logo">
<img src="images/favicon.png" alt="Overwatch OWCS Logo">
</div>
<div class="nav-links">
<a href="./">Home</a>
<a href="https://esports.overwatch.com/en-us/schedule" target="_blank">Schedule</a>
<div class="dropdown">
<a onclick="">Standings</a>
<div class="dropdown-content">
<a href="./dallas">Dallas Major</a>
<a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/North_America/Stage_4#:~:text=Lower%20Bracket%20Semifinal-,Lower%20Bracket%20Final,-NRG%20Shock" target="_blank">NA</a>
<a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/EMEA/Stage_4#:~:text=Lower%20Bracket%20Semifinal-,Lower%20Bracket%20Final,-A%20One%20Man" target="_blank">EMEA</a>
<a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/Asia/Stage_2/Main_Event#:~:text=Lower%20Bracket%20Semifinal-,Lower%20Bracket%20Final,-99DIVINE" target="_blank">Asia</a>
</div>
</div>
</div>
</nav>
<main class="container">
<section id="upcoming-matches">
<div class="matchhome">
<h3> <a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/North_America/Stage_4#:~:text=Lower%20Bracket%20Semifinal-,Lower%20Bracket%20Final,-NRG%20Shock" target="_blank">NA Stage 4 - Main Event</a> </h3>
<b>
<p>Oct 10th - 13th</p>
</b>
</div>
<div class="matchhome">
<h3> <a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/EMEA/Stage_4#:~:text=Lower%20Bracket%20Semifinal-,Lower%20Bracket%20Final,-A%20One%20Man" target="_blank">EMEA Stage 4 - Main Event</a> </h3>
<b>
<p>Oct 10th - 13th</p>
</b>
</div>
<div class="matchhome">
<h3> <a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/Finals" target="_blank">Finals - Dreamhack Stockholm</a> </h3>
<b>
<p>Nov 22nd - 24th</p>
</b>
</div>
<div class="matchhome">
<h3> <a href="https://www.twitch.tv/commanderx" target="_blank"><img src="images/twitch_logo.png" alt="Twitch Logo"></a>
<a href="https://www.twitch.tv/commanderx" target="_blank">CommanderX</a> </h3>
<b>
<p>co-stream</p>
</b>
</div>
<div class="matchhome">
<h3> <a href="https://www.twitch.tv/avrl" target="_blank"><img src="images/twitch_logo.png" alt="Twitch Logo"></a>
<a href="https://www.twitch.tv/avrl" target="_blank">AVRL</a> </h3>
<b>
<p>co-stream</p>
</b>
</div>
<div class="matchhome">
<h3> <a href="https://liquipedia.net/overwatch/Overwatch_Champions_Series/2024/Finals" target="_blank">Site Updates</a> </h3>
<b>
<p>Sorry that this site has often been outdated, I have less time to spend on it nowadays, and faceit/ow have changed how public some of their info is for matches, so automating things is much harder. For now, I'll mainly use this site to refer you guys to better resources. Thanks :)</p>
</b>
</div>
</section>
<section id="stream">
<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div>
<!-- Load the Twitch embed JavaScript file -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<!-- Create a Twitch.Embed object that will render within the "twitch-embed" element -->
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: 1280,
height: 720,
layout: "video",
channel: "ow_esports",
muted: true,
// Only needed if this page is going to be embedded on other websites
parent: ["owcs.xyz", "www.owcs.xyz"]
});
</script>
</section>
<section id="twitter-feed">
<!-- Embed your Twitter feed here -->
<!-- Example: -->
<!-- <a class="twitter-timeline" href="https://twitter.com/TwitterDev">Tweets by TwitterDev</a> -->
<iframe loading="lazy" width="100%" height="100%" src="https://syndication.twitter.com/srv/timeline-profile/screen-name/OW_Esports?frame=false&hideBorder=false&hideFooter=false&hideHeader=false&hideScrollBar=true&origin=itsphysikz.github.io&maxHeight=720px&showHeader=true&showReplies=false&transparent=false&theme=dark&width=550px&" style="height: 100%;" frameborder="0" scrolling="no"></iframe>
</section>
</main>
<footer>
<p>made by <a href="https://twitter.com/its_Physikz" target="_blank">Physikz</a></p>
<p>not affiliated with Blizzard or any orgs, logo rights go to their respective owners, DM for inquiry</p>
</footer>
</body>
</html>