Skip to content

Commit

Permalink
Add Merely Music to projects page
Browse files Browse the repository at this point in the history
Also update user count for ConfessionBot
  • Loading branch information
yiays committed Nov 24, 2024
1 parent 0989834 commit 9ce15a3
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 16 deletions.
11 changes: 11 additions & 0 deletions img/merely-purple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshots/merelymusic1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshots/merelymusic2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshots/merelymusic3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 33 additions & 16 deletions includes/projectdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,39 @@ function print_screenshots() : string {
"https://yiays.com/blog/github-activity-summary-2020/"
),

new Project(
'cb',
"ConfessionBot",
"/img/cb.svg",
[
"/img/screenshots/cb.jpg" => "An anonymous message sent through ConfessionBot"
],
"Python",
"Discord",
"~25,000 Discord Guilds",
"ConfessionBot adds anonymous messaging to Discord, being used by thousands of Discord servers, ConfessionBot is the most popular implementation of the Merely framework.",
"https://top.gg/bot/562440687363293195",
"https://github.com/yiays/ConfessionBot/",
"https://yiays.com/blog/confession-bot-a-side-project/"
),

new Project(
'merely-music',
"Merely Music",
"/img/merely-purple.svg",
[
"/img/screenshots/merelymusic2.jpg" => "Welcome screen for Merely Music, shows you are signed in as yiays",
"/img/screenshots/merelymusic1.jpg" => "The about screen for Merely Music, shows the version number",
"/img/screenshots/merelymusic3.jpg" => "The downloads screen for Merely Music"
],
"Typescript",
"Expo (Android, iOS, web)",
"pre-alpha",
"Merely Music enables you to sync your music, playlists, and metadata wherever you go, with selective offline syncing available.",
"https://merely.yiays.com/music/",
"https://github.com/MerelyServices/Merely-Music/"
),

new Project(
'merely',
"Merely",
Expand All @@ -122,22 +155,6 @@ function print_screenshots() : string {
"https://github.com/MerelyServices/Merely-Framework"
),

new Project(
'cb',
"ConfessionBot",
"/img/cb.svg",
[
"/img/screenshots/cb.jpg" => "An anonymous message sent through ConfessionBot"
],
"Python",
"Discord",
"~18,000 Discord Guilds",
"ConfessionBot adds anonymous messaging to Discord, being used by thousands of Discord servers, ConfessionBot is the most popular implementation of the Merely framework.",
"https://top.gg/bot/562440687363293195",
"https://github.com/yiays/ConfessionBot/",
"https://yiays.com/blog/confession-bot-a-side-project/"
),

new Project(
'translator',
"Babel Translator",
Expand Down

0 comments on commit 9ce15a3

Please sign in to comment.