Skip to content

Commit

Permalink
feat: add data page with modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Mar 12, 2024
1 parent 3005df8 commit 056bdb8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/pages/data.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
import Layout from "../layouts/BlogPost.astro"
import DownloadModal from "../components/DownloadModal"
---

<Layout
title="Data"
description="Data files and information"
pubDate={new Date("August 08 2021")}
heroImage="/blog-placeholder-about.jpg"
>
<div class="flex">
<p>Download a File</p>
<DownloadModal />
</div>
</Layout>

0 comments on commit 056bdb8

Please sign in to comment.