Skip to content

Commit

Permalink
updated links to squares
Browse files Browse the repository at this point in the history
  • Loading branch information
rbucinell committed Jan 31, 2024
1 parent 0c5f961 commit 833e08e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/data/code/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@id": "superbowl_squares",
"name": "Superbowl Squares",
"icon": "img/squares/helmet.svg",
"hostedUrl": "misc/squares.html",
"hostedUrl": "/squares",
"description": "Last couple of years I've run a superbowl squares board. In order to faciilate family and friends out of town I wrote a web page to host the board. The site is static, so I utilized google forms and google sheets as backend."
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const config = {
<NewsHeader opacity="0.10" title="Freelance Work" img="img/index/websites-icon.svg"url="/websites" />
</div>

<NewsItem 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></NewsItem>
<NewsItem icon="check-square" date="2022-02-01">We are doing Super Bowl squares again! New rules, more money, fancier grid! See <a class="underline font-bold" href="misc/squares.html">the board here.</a></NewsItem>
<NewsItem 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">toured Tulum, swam with sea turtles, and dove in a closed cenote.</a></NewsItem>
<NewsItem icon="check-square" date="2022-02-01">We are doing Super Bowl squares again! New rules, more money, fancier grid! See <a class="underline font-bold" href="/squares">the board here.</a></NewsItem>
<NewsItem icon="user-plus" date="2021-04-17">Ryder Jack arrived healthy, and more importantly didn't make mom miss the cheerleading performance</NewsItem>
<NewsItem icon="check-square" date="2021-01-23">For Ryder's <i>baby sprinkle</i> we are doing Super Bowl squares. See <a href="misc/sprinkle.html">the board here.</a></NewsItem>
<NewsItem icon="check-square" date="2021-01-23">For Ryder's <i>baby sprinkle</i> we are doing Super Bowl squares. See <a href="/misc/sprinkle">the board here.</a></NewsItem>
<NewsItem icon="users" date="2019-12-05">I am now the proud father of b/g twins, Brandon and Baiely</NewsItem>
<NewsItem icon="home" date="2018-11-03">New house! Moving is less and less fun the more stuff you have.</NewsItem>
<NewsItem icon="user-plus" date="2018-05-12">Married my beautiful wife, Jess. You're stuck with me now, babe.</NewsItem>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/misc/squares2022.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = {
title: "Bucinell Superbowl Squares - Super Bowl 56 (2022) Squares",
breadcrumbs: [
{fa:"home", text:"Home", url:"index.html"},
{fa:"check-square", text:"Super Bowl Squares", url:"squares.html"}
{fa:"check-square", text:"Super Bowl Squares", url:"/misc/squares2022"}
],
page: {
title: 'Bucinell Superbowl Squares',
Expand Down

0 comments on commit 833e08e

Please sign in to comment.