Skip to content

Commit

Permalink
Merge pull request #6 from mcbeev/dsd-updates
Browse files Browse the repository at this point in the history
Dsd updates
  • Loading branch information
mcbeev authored Dec 12, 2023
2 parents 4c5e521 + 6d3a1ee commit 98a4031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@page "/"
<div class="leaderboard">
<div class="jumbotron" style="display:@jumboDisplay">
<h1>Rowling for the Vandyken's<button class='btn btn-link pull-right' @onclick="@RemoveJumbo">x</button></h1>
<p>Hosted by <a href="http://www.crossfitallendale.com/" target="_blank">Crossfit Allendale.</a> Athletes row with the goal of hitting 100 meters. However many meters over or under 100 is their score for the frame. Each person rows 10 frames. Lowest score wins.</p>
<h1>Digital Summit Dallas<button class='btn btn-link pull-right' @onclick="@RemoveJumbo">x</button></h1>
<p>Highest scores for first and second place win a prize!</p>
</div>

<div>
<h2>Leaderboard</h2>
<LeaderboardList />
</div>
@* <h3 class="lrl" style="display:@featureDisplay">Last Update <span>@DateTime.Now.ToString("MM/dd/yyyy hh:mm:ss tt")</span></h3> *@
</div>
</div>
2 changes: 1 addition & 1 deletion Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CrossFit Rowling App</title>
<title>Kontent.ai Scoreboard App</title>
<base href="~/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="css/site.css" rel="stylesheet" />
Expand Down

0 comments on commit 98a4031

Please sign in to comment.