Migrate projects to the new format

This commit is contained in:
2026-08-08 20:27:52 -04:00
parent ad646e4dfa
commit 73c076dc71
34 changed files with 77 additions and 43 deletions

View File

@@ -2,6 +2,8 @@
layout: default
---
<h1>{{ page.title }}</h1>
{{ content }}
<div>

6
_layouts/page_moved.html Normal file
View File

@@ -0,0 +1,6 @@
---
layout: default
---
<h1>Page moved</h1>
<p>This page has been moved. {{ content }}</p>

View File

@@ -1,9 +1,8 @@
---
title: CMES Mobile App
layout: project
---
![cmes-mobile-app.png](assets/cmes-mobile-app.png "Screenshots of the CMES app, showing the My Library screen and a web view.")
![cmes-mobile-app.png](../assets/projects/cmes-mobile-app.png "Screenshots of the CMES app, showing the My Library screen and a web view.")
**App development project for volunteer organization Techies Without Borders.** I helped implement the CMES mobile app, facilitating the download, viewing and playback of medical education content in resource-constrained countries.

View File

@@ -1,6 +1,5 @@
---
title: Don't Wake Sandie
layout: project
---
<iframe style="width: 100%; height: 400px; border-radius: 1px; pointer-events: auto; background-color: white;" src="https://www.linkedin.com/embed/feed/update/urn:li:activity:7274629268624551936?compact=true" frameborder="0" sandbox="allow-scripts allow-popups allow-top-navigation-by-user-activation allow-forms allow-same-origin allow-storage-access-by-user-activation allow-popups-to-escape-sandbox" allowfullscreen=""></iframe>

View File

@@ -1,9 +1,8 @@
---
title: Interchange
layout: project
---
![interchange-screenshots.png](assets/interchange-screenshots.png "Screenshots of Interchange.")
![interchange-screenshots.png](../assets/projects/interchange-screenshots.png "Screenshots of Interchange.")
**An iOS app for college transit, currently available for Chapman University.**
View routes, shuttle locations, and estimated arrival times in a sleek,

View File

@@ -1,9 +1,8 @@
---
title: Power to the People
layout: project
---
![power-to-the-people.png](assets/power-to-the-people.png "Screenshots of Power to the People, an iOS app designed to make traffic stops safer.")
![power-to-the-people.png](../assets/projects/power-to-the-people.png "Screenshots of Power to the People, an iOS app designed to make traffic stops safer.")
**An iPhone app designed to make traffic stops safer for marginalized communities.** Record interactions with police, assign and text emergency contacts, and be informed of your rights. I worked in a student team of 4, including [David Sohn](https://www.linkedin.com/in/sohn-david/), [Jacob Zamore](https://www.linkedin.com/in/jacob-zamore/), and [Patrick Smith](https://www.linkedin.com/in/patrick-smith-ld/), to prototype and build a proof of concept in 36 hours. The app was selected for the **President's Pick award** at [CruzHacks 2024](https://cruzhacks.com/), the premier hackathon of UC Santa Cruz.

View File

@@ -1,42 +1,39 @@
---
title: Projects
layout: default
---
# Projects
## Games
- [Resonance](/projects/resonance)
- [[Resonance]]
- **IEEE GameSig Finalist**, 2026
- A cyberpunk-themed game show shooter.
- [Don't Wake Sandie](/projects/dont-wake-sandie)
- [[Don't Wake Sandie]]
- A game about not waking up a beloved hungover corgi
## Personal
- [Interchange](/projects/interchange)
- [[Interchange]]
- An iOS app for college transit, now on the App Store!
- [Timestamp](/projects/timestamp)
- [[Timestamp]]
- An unintrusive, open source Pomodoro timer for macOS.
- [Sourcebook](/projects/sourcebook)
- [[Sourcebook]]
- A lightweight content management system (CMS) for class websites.
## Hackathons
- [teech.ai](/projects/teech-ai-cal-hacks-12)
- [[teech.ai]]
- Cal Hacks 12.0
- A tutoring app to make education more accessible, built with SwiftUI and Gemini Vision API.
- [Power to the People](/projects/power-to-the-people)
- [[Power to the People]]
- **President's Pick**, CruzHacks 2024
- An iOS app designed to make traffic stops safer for marginalized communities.
## Work
- [The Farmer's Dog Trivia Game](/projects/the-farmers-dog-trivia)
- [[The Farmer's Dog Trivia Game]]
- A Windows kiosk application designed to connect customers with the Farmer's Dog experience.
## Community
- [CMES Mobile App](/projects/cmes-mobile/)
- [[CMES Mobile App]]
- One of my earliest projects. A cross-platform mobile app to deliver educational medical content to end users, part of [Techies Without Borders](https://techieswithoutborders.us/).

View File

@@ -1,9 +1,8 @@
---
title: Resonance
layout: project
---
![resonance-screenshot.png](assets/resonance-screenshot.png "Screenshot of Resonance")
![resonance-screenshot.png](../assets/projects/resonance-screenshot.png "Screenshot of Resonance")
Resonance is a cyberpunk-themed game show shooter. Enter the arena, blast your opponents, and become the star of the show. I worked with a student team of 12 to create this game over multiple months. The game was selected as an **IEEE GameSig finalist**.

View File

@@ -1,9 +1,8 @@
---
title: Sourcebook
layout: project
---
![sourcebook.png](assets/sourcebook.png "Screenshot of Sourcebook, a lightweight CMS for class websites.")
![sourcebook.png](../assets/projects/sourcebook.png "Screenshot of Sourcebook, a lightweight CMS for class websites.")
**A lightweight content management system (CMS) designed to build class
websites.** I designed it to be a self-hosted alternative for popular apps like

View File

@@ -1,9 +1,8 @@
---
title: Tad-Pool
layout: project
---
![tad-pool.png](assets/tad-pool.png "Screenshots of Tad-Pool, a carpooling app for college students.")
![tad-pool.png](../assets/projects/tad-pool.png "Screenshots of Tad-Pool, a carpooling app for college students.")
**A mobile app designed to make carpooling easier for college students.** Find
carpools based on time and location, and get rewarded for helping to reduce CO2

View File

@@ -1,6 +1,5 @@
---
title: teech.ai
layout: project
---
<iframe width="100%" height="480" src="https://www.youtube-nocookie.com/embed/luVIdLB9id0?si=1sTE9Z3MeyWntRmd" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

View File

@@ -1,5 +0,0 @@
---
title: "Another note"
---
[[test]]

View File

@@ -1,7 +0,0 @@
---
title: "Hello World"
---
Hello World
==This is some highlighted text==

View File

@@ -1,9 +1,8 @@
---
title: The Farmer's Dog Trivia Game
layout: project
---
![farmers-dog.png](assets/farmers-dog.png)
![farmers-dog.png](../assets/projects/farmers-dog.png)
**A Windows kiosk application designed to connect customers with the Farmer's
Dog experience.** Play the interactive trivia game, score points, and win swag!

View File

@@ -1,12 +1,11 @@
---
title: Timestamp
layout: project
---
![Screenshot of the Timestamp app and the settings window.](assets/timestamp-screenshot.png)
![Screenshot of the Timestamp app and the settings window.](../assets/projects/timestamp-screenshot.png)
A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I built it with SwiftUI and made it open source.
[Download the app](https://github.com/brendan-ch/timestamp/releases){: .primary-action }
[View the code](https://github.com/brendan-ch/timestamp){: .secondary-action }
{: .horizontal-wrapper }
{: .horizontal-wrapper }

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 461 KiB

View File

Before

Width:  |  Height:  |  Size: 843 KiB

After

Width:  |  Height:  |  Size: 843 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

Before

Width:  |  Height:  |  Size: 760 KiB

After

Width:  |  Height:  |  Size: 760 KiB

View File

Before

Width:  |  Height:  |  Size: 941 KiB

After

Width:  |  Height:  |  Size: 941 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 MiB

After

Width:  |  Height:  |  Size: 9.4 MiB

5
projects/cmes-mobile.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[CMES Mobile App]]

View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[Don't Wake Sandie]]

5
projects/interchange.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[Interchange]]

View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[Power to the People]]

5
projects/resonance.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[Resonance]]

5
projects/sourcebook.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[Sourcebook]]

5
projects/tad-pool.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[Tad-Pool]]

View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[teech.ai]]

View File

@@ -0,0 +1,5 @@
---
title: Page moved
layout: page_moved
---
[[The Farmer's Dog Trivia Game]]

6
projects/timestamp.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: Timestamp
layout: page_moved
---
[[Timestamp]]