diff --git a/_data/projects.yml b/_data/projects.yml index d18d6b9fa5037..7608523a3cfed 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,13 +1,16 @@ - title: A2 Languages icon: images/projects/a2-icon.png description: "A language learning app that uses spaced repetition, AI, and Bible readings to help you learn a new language." + status: "In development" - title: Console Launcher icon: images/projects/cl-icon.png description: "A home screen for Android phones which turns your phone into a game console." url: "https://consolelauncher.app" + status: "5+ million installs on Google Play" - title: Reggie icon: images/projects/reggie-icon.png description: "An Army Regulation AI search engine that can find answers to complex questions in seconds." url: "https://reggie.bot" + status: "Releasing in September 2024" diff --git a/_includes/project-previews.html b/_includes/project-previews.html index 8209f220772bb..650d12c571025 100644 --- a/_includes/project-previews.html +++ b/_includes/project-previews.html @@ -9,6 +9,10 @@
{{ project.description }}
+ {% if project.status %} + {{ project.status }} + + {% endif %}