Skip to content

Commit

Permalink
moved squares app to own project. promoted squares page
Browse files Browse the repository at this point in the history
  • Loading branch information
rbucinell committed Jan 31, 2024
1 parent dee71f4 commit 2534c36
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 350 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import CollapsibleSection from "../../../components/collapsiblesection.astro";
import CollapsibleSection from "../collapsiblesection.astro";
const { payouts } = Astro.props;
---
<CollapsibleSection id="rules" title="Rules" open="false">
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const config = {
---
<BaseLayout config={config}>
<div class=" mx-2 row row-cols-2 row-cols-md-4 row-cols-lg-4 g-4">
<NewsHeaderComponent opacity="0.10" title="My Résumé" img="img/index/resume-icon.svg" url="resume.html" />
<NewsHeaderComponent opacity="0.20" title="Super Bowl Squares" img="img/index/grid-icon.svg" url="misc/squares.html" />
<NewsHeaderComponent opacity="0.10" title="My Software" img="img/index/code-svgrepo-com.svg" url="code.html" />
<NewsHeaderComponent opacity="0.10" title="Freelance Work" img="img/index/websites-icon.svg"url="websites.html" />
<NewsHeaderComponent opacity="0.10" title="My Résumé" img="img/index/resume-icon.svg" url="/resume" />
<NewsHeaderComponent opacity="0.20" title="Super Bowl Squares" img="img/index/grid-icon.svg" url="/squares" />
<NewsHeaderComponent opacity="0.10" title="My Software" img="img/index/code-svgrepo-com.svg" url="/code" />
<NewsHeaderComponent opacity="0.10" title="Freelance Work" img="img/index/websites-icon.svg"url="/websites" />
</div>

<NewsItemComponent icon="sun" date="2022-07-21">A few photos from my trip to Canún where we <a class="underline font-bold" href="misc/mexico.html">toured Tulum, swam with sea turtles, and dove in a closed cenote.</a></NewsItemComponent>
Expand Down
14 changes: 0 additions & 14 deletions src/pages/misc/squares/PurchaseSquaresBtn.astro

This file was deleted.

16 changes: 0 additions & 16 deletions src/pages/misc/squares/helmet.astro

This file was deleted.

30 changes: 0 additions & 30 deletions src/pages/misc/squares/scoreboard.astro

This file was deleted.

22 changes: 0 additions & 22 deletions src/pages/misc/squares/scorecard.astro

This file was deleted.

41 changes: 0 additions & 41 deletions src/pages/misc/squares/square.astro

This file was deleted.

120 changes: 0 additions & 120 deletions src/pages/misc/squares/squares.js

This file was deleted.

89 changes: 0 additions & 89 deletions src/pages/misc/squares/squaresboard.astro

This file was deleted.

Loading

0 comments on commit 2534c36

Please sign in to comment.