-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import Layout from "../layouts/Layout" | ||
import Hero from "../components/Hero" | ||
import Meta from "../components/Meta" | ||
|
||
<Meta | ||
title="801 Hackercamp 2025" | ||
noindex={true} | ||
/> | ||
<Layout> | ||
<Hero title="801 Hackercamp 2025" /> | ||
<div className="container-1200 mx-auto px-5 py-20"> | ||
<div className="mb-10 space-y-6 markdown"> | ||
|
||
Ready to unleash your inner hacker and outdoor adventurer? Join us for Hacker Camp — a weekend-long getaway (Thursday May 15th to Sunday May 18th) where tech and nature collide. | ||
|
||
This isn’t your average campout; think of it as a mashup of a security conference with a dash of wilderness survival. We’ll be teaching everything from lock picking , to social engineering, and even fire starting. | ||
We'll also have board and card games to keep the good vibes going for those members of your party not interested in hacking. No experience? No problem! We welcome everyone from the tech-curious to the seasoned pros. See you at the campfire! | ||
|
||
</div> | ||
</div> | ||
</Layout> |