From 0da1590523a778c1626483de9a57dee62e3b75a5 Mon Sep 17 00:00:00 2001 From: Ed Nunez Date: Tue, 12 Nov 2024 10:42:54 -0800 Subject: [PATCH] Change deadlyarchive link --- projects.js | 3 ++- projects.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/projects.js b/projects.js index 6fae7d0..528d231 100644 --- a/projects.js +++ b/projects.js @@ -9,7 +9,8 @@ var projects_json = [ "info": "Building an interactive Grateful Dead show database, visual archive. Meant to be an interactive tool for discovering shows adored by GD fans. If this is interesting to you, reach out !", "links":{ - "main":"https://deadlyarchive.com" + "main":"https://deadlyarchive.com", + "moreinfo":"https://www.reddit.com/r/gratefuldead/comments/1gmxt06/browse_shows_by_specific_song_rank_shows_by/" }, "tags":["Python", "Flask", "React", "PostgreSQL", "TypeScript"] diff --git a/projects.md b/projects.md index a5eaede..cc34bee 100755 --- a/projects.md +++ b/projects.md @@ -92,6 +92,10 @@ order: 1 linksDiv.innerHTML += ' More info
'; } + if(projects[i].links.reddit != null){ + linksDiv.innerHTML += ' Reddit Announcement
'; + } + if(projects[i].links.landingpage != null){ linksDiv.innerHTML += ' Landing page
'; }