Skip to content

Commit

Permalink
Merge pull request HappyHackingSpace#81 from HappyHackingSpace/add_ph…
Browse files Browse the repository at this point in the history
…ilosophy_page

add philosophy page
  • Loading branch information
dogancanbakir authored Jan 15, 2025
2 parents 88765b8 + da4e98a commit 42e42b0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export default async function sitemap() {
changeFrequency: "yearly",
priority: 1,
},
{
url: `${SITE.url}/philosophy`,
lastModified: new Date(),
changeFrequency: "yearly",
priority: 0.9,
},
{
url: `${SITE.url}/manifesto`,
lastModified: new Date(),
Expand Down
4 changes: 4 additions & 0 deletions constants/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const NAV_ITEMS = [
label: "HHS",
href: "#",
items: [
{
label: "Philosophy",
href: "/philosophy",
},
{
label: "Manifesto",
href: "/manifesto",
Expand Down
29 changes: 29 additions & 0 deletions content/landing/philosophy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Philosophy
subtitle: "Philosophy"
summary: "We're at our best when we're hacking, crafting, exploring."
---


**WE'RE AT OUR BEST WHEN WE'RE HACKING, CRAFTING, EXPLORING.**

#### **Hacking: Finding Joy in the Curious Path**
Think about hacking like solving a puzzle, but no one told you what the picture on the box looks like. You’re experimenting, flipping pieces, and trying combinations just to see what happens. That’s hacking—a playful way of figuring out what’s possible. It’s not about breaking things for the sake of it; it’s about breaking through limits with cleverness and curiosity. When you hack, you say, “What if?” and then you try it. Sometimes you fail. That’s good! Failure teaches you more than success ever will.

#### **Crafting: Turning Ideas into Reality**
Crafting is the art of making something with your own hands—or your keyboard. It’s taking an idea floating in your head and giving it shape. But it’s not just slapping things together and calling it done. No, crafting is about care. It’s like carving a sculpture: you take away what doesn’t belong and leave behind something beautiful, something that works. Whether it’s writing clean code, building a gadget, or stitching fabric, the magic is in doing it thoughtfully. You measure twice, cut once, and smile when it all comes together.

#### **Exploring: Asking “What’s Out There?” and Finding Out**
Exploring is about stepping into the unknown—not with fear, but with excitement. Imagine you’re in a dark room. You don’t sit in the corner and hope someone turns on the light. You feel your way around, looking for the switch. That’s exploration. It’s asking questions and being okay with not having answers right away. Maybe you try a new programming language, or you build something just to see if it’ll work. The point isn’t to know everything—the point is to keep learning, to keep uncovering the wonders around you.

---

### **WHAT WE BELIEVE**
- **Hacking is curiosity in action.** It’s about solving problems with creativity, not waiting for someone to give you instructions.
- **Crafting is making something that matters.** It’s taking time to do it well because what you create reflects who you are.
- **Exploring is about adventure.** It’s the thrill of discovery, of finding something new that changes how you see the world.

---

At Happy Hacking Space, we’re all about experimenting, building, and learning together. You don’t need to be an expert to start—you just need to be curious. Come hack, craft, and explore with us. The universe is full of possibilities, and we’re here to uncover them, one project at a time.

1 change: 1 addition & 0 deletions public/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const URLS_TO_CACHE = [
'/assets/hhs-black.avif',
'/assets/hhs-white.avif',
'/assets/hhs.avif',
'/philosophy',
'/manifesto',
'/team',
'/events',
Expand Down

0 comments on commit 42e42b0

Please sign in to comment.