Skip to content

Commit

Permalink
adding about page
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Nov 6, 2024
1 parent 0718596 commit de96812
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<main>
<div class="top-row px-4">
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
<a href="about" target="_blank">About</a>
</div>

<article class="content px-4">
Expand Down
13 changes: 13 additions & 0 deletions StpFoodBlazor/StpFoodBlazor/Components/Pages/About.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@page "/about"

<PageTitle>About</PageTitle>

<h1>Downtown Saint Paul Deals</h1>
<div class="container">
Downtown Saint Paul food and drink deals compiled by
<ul>
<li>Visiting establishments</li>
<li>Subscribing to mailing lists of establishments</li>
<li>Participating in rewards programs for establishments (e.g., phone app notifications)</li>
</ul>
</div>
5 changes: 0 additions & 5 deletions StpFoodBlazor/StpFoodBlazor/Components/Pages/Home.razor

This file was deleted.

0 comments on commit de96812

Please sign in to comment.