Skip to content

Commit

Permalink
Improved text alignment on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonbrett committed Apr 1, 2024
1 parent b4b41ea commit face960
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pickuphockey/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["SiteTitle"];
}

<div class="row">
<div class="col-md-4 text-left">
<div class="row">
<img src="~/Content/toyota_ice.jpg" alt="Toyota Center" width="320" height="163" />
</div>
<div class="col-md-4 text-left">
<div class="row">
<img src="~/Content/toyota_ice.jpg" alt="Toyota Center" width="320" height="163" />
</div>
<div class="col-md-4 text-left">
<div class="row">
<h1>@System.Configuration.ConfigurationManager.AppSettings["SiteTitle"]</h1>
<p class="lead text-left">Welcome to the @System.Configuration.ConfigurationManager.AppSettings["SiteTitle"] official player management portal. This is your headquarters for viewing, buying, and selling your pickup spots.</p>
<p class="lead text-left">The mission since John Bryan founded this pickup in 2004 was and still is:<br /><br />
<b>To provide a safe skate for pickup hockey where players can improve their skills and have fun together.</b></p>
</div>
</div>
<div>
<div>
<h1>@System.Configuration.ConfigurationManager.AppSettings["SiteTitle"]</h1>
<p class="lead text-left">Welcome to the @System.Configuration.ConfigurationManager.AppSettings["SiteTitle"] official player management portal. This is your headquarters for viewing, buying, and selling your pickup spots.</p>
<p class="lead text-left">The mission since John Bryan founded this pickup in 2004 was and still is:<br /><br />
<b>To provide a safe skate for pickup hockey where players can improve their skills and have fun together.</b></p>
</div>
</div>
@if (!string.IsNullOrEmpty(ViewBag.StatusMessage)) {
Expand Down

0 comments on commit face960

Please sign in to comment.