-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (24 loc) · 1.57 KB
/
index.html
File metadata and controls
35 lines (24 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>runbrackets</title>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
</head>
<body>
<h1>update: i started working on bringing run brackets back up.</h1>
<p>it's gonna be a couple of months before i can have this up again, unfortunately.</p>
<p>if you wanna help, or stay up-to-date, just email me (found below).</p>
<p>update date: 03/06/20</p>
<h2>bad news. run brackets is down for now.</h2>
<p>unfortunately, Challonge's API changed and the station manager no longer works because of it. they completely removed the part of the API that was being used.</p>
<p>i consider the station manager a critical part of runbrackets. i don't know how people who actually use runbrackets feel.</p>
<p>it's something i can do without relying on the API, but it would take significant development. it's also an old code base and i'd probably want to redo the whole app from scratch.</p>
<p>if you'd like to keep using runbrackets, i'd totally love to hear from you. i don't mind putting in the work. unfortunately, i have no idea how many active users there are and what their thoughts are.</p>
<p>please reach out if you want me to work on this again. it'd mean a lot to hear from u.</p>
<p>my email is <a href="mailto:novacourtois@gmai.com">novacourtois@gmail.com</a>.</p>
<p>sincerely, an ICS main</p>
</body>
</html>