Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
GeauxWeisbeck4 committed Nov 10, 2022
1 parent 75b206a commit 5b96dae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
14 changes: 14 additions & 0 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
import { SITE } from "~/config.mjs";
import { getCanonical, getHomePermalink } from '~/utils/permalinks';
import Layout from "~/layouts/PageLayout.astro";
const title = `${SITE.name} — Everyday is gameday here`;
const description = "🌽 HuskerJS is your clutch-time sports web dev platform.";
const canonical = new URL("", Astro.site);
---

<Layout meta={{ title, description, canonical }}>
<h1>Work on this page has been discontinued due to a lack of interest</h1>
</Layout>
19 changes: 1 addition & 18 deletions src/pages/resources.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,12 @@ import { SITE } from "~/config.mjs";
import { getCanonical, getHomePermalink } from '~/utils/permalinks';
import Layout from "~/layouts/PageLayout.astro";
import Hero from "~/components/widgets/Hero.astro";
import BasicCTA from "~/components/widgets/BasicCTA.astro";
import BasicFeatures from "~/components/widgets/BasicFeatures.astro";
import StepsFeatures from "~/components/widgets/StepsFeatures.astro";
import BasicFAQs from "~/components/widgets/BasicFAQs.astro";
import TwoColsFeatures from "~/components/widgets/TwoColsFeatures.astro";
import StepsLeft from "~/components/widgets/StepsLeft.astro";
import HighlightedPosts from "~/components/widgets/HighlightedPosts.astro";
import Stats from "~/components/widgets/Stats.astro";
const title = `${SITE.name} — Everyday is gameday here`;
const description = "🌽 HuskerJS is your clutch-time sports web dev platform.";
const canonical = new URL("", Astro.site);
---

<Layout meta={{ title, description, canonical }}>
<Hero />
<BasicFeatures />
<StepsLeft />
<TwoColsFeatures />
<StepsFeatures />
<HighlightedPosts />
<BasicFAQs />
<Stats />
<BasicCTA />
<h1>Work on this page has been discontinued due to a lack of interest</h1>
</Layout>

1 comment on commit 5b96dae

@vercel
Copy link

@vercel vercel bot commented on 5b96dae Nov 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.