Skip to content

Commit

Permalink
Added the current draws mini widget for MA / CCA homepage touting
Browse files Browse the repository at this point in the history
  • Loading branch information
rapind committed Sep 28, 2023
1 parent ffa8c1e commit 0d9c477
Show file tree
Hide file tree
Showing 10 changed files with 28,856 additions and 42 deletions.
27 changes: 27 additions & 0 deletions draws-dev.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Curling I/O - Current Draws</title>
<link rel="icon" href="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAAC">
<script src="draws-dev.js"></script>
</head>
<body>
<!-- <div style="padding: 20px; margin: 20px; width: 100%; height: 100px; font&#45;size: 36px; text&#45;align: center;">Website Content</div> -->
<div id="curlingio_current_draws"></div>
<script>
var scoring = Elm.CurrentDraws.init(
{
node: document.getElementById("curlingio_current_draws"),
flags: {
subdomain: "demo",
section: "leagues",
// host: "demo.curling.io" // To pull in the demo server data during development.
host: document.location.host
}
}
)
</script>
</body>
</html>
Loading

0 comments on commit 0d9c477

Please sign in to comment.