-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mcbeev/dsd-updates
Dsd updates
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters