update cue project image
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m26s

This commit is contained in:
2026-03-27 17:38:45 -04:00
parent 476e5b857d
commit d5d4edfd7e
2 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,10 +1,10 @@
--- ---
name: 'Cue - On-Demand Resource Booking' name: 'Cue: On-Demand Resource Booking'
description: 'An on-demand resource booking system built for an arcade/pool venue' description: 'An on-demand resource booking system built for an arcade/pool venue'
tags: ['python', 'typescript', 'svelte', 'postgresql'] tags: ['python', 'typescript', 'svelte', 'postgresql']
image: '../../../public/static/cue.webp' image: '../../../public/static/cue.webp'
order: 3 order: 3
startDate: '2025-07-23' startDate: '2025-09-23'
--- ---
<div class="flex flex-wrap gap-2 my-0! [&>img]:my-0! [&>img]:mt-2!" > <div class="flex flex-wrap gap-2 my-0! [&>img]:my-0! [&>img]:mt-2!" >
@@ -40,6 +40,7 @@ Cue eliminates these issues by centralizing booking management with real-time tr
- Maintenance windows to mark resources as unavailable - Maintenance windows to mark resources as unavailable
- Move bookings between resources of the same type - Move bookings between resources of the same type
- Cancel or extend active bookings - Cancel or extend active bookings
- Admins configure which operations require employee authentication
## Tech Stack ## Tech Stack