diff --git a/img/merely-purple.svg b/img/merely-purple.svg new file mode 100644 index 0000000..e5e9a6d --- /dev/null +++ b/img/merely-purple.svg @@ -0,0 +1,11 @@ + + + + + + + + Projects + + + diff --git a/img/screenshots/merelymusic1.jpg b/img/screenshots/merelymusic1.jpg new file mode 100644 index 0000000..6f79087 Binary files /dev/null and b/img/screenshots/merelymusic1.jpg differ diff --git a/img/screenshots/merelymusic2.jpg b/img/screenshots/merelymusic2.jpg new file mode 100644 index 0000000..6ff3eae Binary files /dev/null and b/img/screenshots/merelymusic2.jpg differ diff --git a/img/screenshots/merelymusic3.jpg b/img/screenshots/merelymusic3.jpg new file mode 100644 index 0000000..d9e93cb Binary files /dev/null and b/img/screenshots/merelymusic3.jpg differ diff --git a/includes/projectdata.php b/includes/projectdata.php index 954ec18..5252fa3 100644 --- a/includes/projectdata.php +++ b/includes/projectdata.php @@ -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", @@ -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",