Skip to content

Commit fdbb612

Browse files
committed
new project
1 parent a773c4b commit fdbb612

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
21.8 MB
Loading

src/data/projects.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ const projects: Project[] = [
3737
// description:
3838
// "QuickShare is a fast, user-friendly file-sharing service designed to support multiple domains, custom branding, and seamless integration with existing infrastructure. Built on a filesystem-based storage backend, QuickShare makes it effortless to sync and share files by directly utilizing local operating system directories or network shares. This approach ensures that files in the designated directories are always up-to-date and ready for download, making it particularly valuable for scenarios involving automated tasks that generate files—such as logs or reports. There's no need to rely on APIs to upload your data; simply place your files in the designated directory, and they will instantly be accessible for sharing.",
3939
// },
40+
{
41+
title: "Denon Supported",
42+
subtitle: "Sonos Port audio controls for Denon receivers",
43+
tags: ["Sonos", "Typescript", "Audio", "2025"],
44+
image: images.cardDenonSupported,
45+
links: [
46+
{
47+
title: "GitHub Repository",
48+
url: "https://github.com/maxwlang/denon-supported",
49+
variant: "primary",
50+
icon: faGithub,
51+
},
52+
],
53+
description:
54+
"Denon Supported is a project that provides Sonos Port audio controls for Denon receivers. It is designed to be easy to use and flexible. I built Denon Supported after realizing my current Denon AVR wouldn't work with the Sonos Port's passthrough audio controls.",
55+
},
4056
{
4157
// Complete
4258
title: "This Portfolio",

src/images.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import cardMaagic from "../public/projects/card-maagic.jpg";
1212
import cardMonthlicon from "../public/projects/card-monthlicon.jpg";
1313
import cardWebtss from "../public/projects/card-webtss.jpg";
1414
import cardAiMail from "../public/projects/card-ai-mail.png";
15+
import cardDenonSupported from "../public/projects/card-denon-supported.png";
1516
import cardPortfolio from "../public/projects/card-portfolio.png";
1617
import cardOpenSWC from "../public/projects/card-openswc-fusion.png";
1718
import cardHarbinger from '../public/projects/card-harbinger.png';
@@ -55,6 +56,7 @@ const images = {
5556
// TODO: add real images
5657
cardQuickShare: cardPortfolio,
5758
cardHomeLab: cardPortfolio,
59+
cardDenonSupported,
5860
cardPortfolio,
5961
cardOpenSWC,
6062
cardHarbinger,

0 commit comments

Comments
 (0)