Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
wcedmisten committed Jun 9, 2024
1 parent 89fc203 commit 2f339c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/NavbarHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export default function NavbarHeader() {
<Link href="/talks" passHref>
<Nav.Link>Talks</Nav.Link>
</Link>
<Link href="/william-edmisten-resume-2024.pdf" passHref>
<Nav.Link>Résumé</Nav.Link>
</Link>
</Nav>
</div>
</Navbar.Collapse>
Expand Down
6 changes: 6 additions & 0 deletions pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ function AboutPage() {
I often write about Python, OpenStreetMap, web scraping, and data visualization.
</p>

<p>
I also run <a href="https://cvillecreativecoders.com/">
C’ville Creative Coders
</a>, a meetup group in Charlottesville, Virginia, meant for sharing projects we're working on.
</p>

<p>
You can contact me at <a href="mailto:[email protected]?subject=Feedback on wcedmisten.fyi">
[email protected]
Expand Down
Binary file added public/william-edmisten-resume-2024.pdf
Binary file not shown.

0 comments on commit 2f339c7

Please sign in to comment.