|
|
|
|
@ -4,7 +4,6 @@ |
|
|
|
|
<html> |
|
|
|
|
<head> |
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
|
|
|
|
<link rel="stylesheet" href="{% static 'tournaments/css/foundation.min.css' %}" /> |
|
|
|
|
<link rel="stylesheet" href="{% static 'tournaments/css/basics.css' %}" /> |
|
|
|
|
<link rel="stylesheet" href="{% static 'tournaments/css/style.css' %}" /> |
|
|
|
|
@ -64,15 +63,6 @@ |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<div x-data="{ |
|
|
|
|
loop() { |
|
|
|
|
this.fetchAndRenderBracket() |
|
|
|
|
setInterval(() => { |
|
|
|
|
this.fetchAndRenderBracket() |
|
|
|
|
}, 15000) |
|
|
|
|
}, |
|
|
|
|
}" x-init="loop()"> |
|
|
|
|
|
|
|
|
|
<header> |
|
|
|
|
<div id="screen-size-overlay"> |
|
|
|
|
<div class="left-content bubble-header screen-size-overlay"> |
|
|
|
|
@ -87,9 +77,9 @@ |
|
|
|
|
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
<main> |
|
|
|
|
<div class="bracket-container"> |
|
|
|
|
<!-- <div class="bracket-container"> |
|
|
|
|
<div class="butterfly-bracket" id="bracket"></div> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
</main> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|