@@ -9,6 +9,16 @@ import CarbonLogo from '@/images/Carbon.png'
99import ScholarLogo from '@/images/scholar.png'
1010import StabilityNexusLogo from '@/images/StabilityNexus.png'
1111import DjedAllianceLogo from '@/images/DjedAlliance.png'
12+ import DevrAILogo from '@/images/DevrAILogo.png'
13+ import EllenaLogo from '@/images/EllenaLogo.svg'
14+ import LibrEdLogo from '@/images/LibrEdLogo.png'
15+ import MindTheWordLogo from '@/images/MindTheWordLogo.png'
16+ import NeuroTrackLogo from '@/images/NeuroTrackLogo.svg'
17+ import OpenChatLogo from '@/images/OpenChatLogo.svg'
18+ import OrgExplorerLogo from '@/images/OrgExplorerLogo.svg'
19+ import ReinLogo from '@/images/ReinLogo.svg'
20+ import SkeptikLogo from '@/images/SkeptikLogo.png'
21+ import StarcrossLogo from '@/images/StarcrossLogo.png'
1222
1323const projects = [
1424 {
@@ -56,7 +66,7 @@ const projects = [
5666 description :
5767 'An open-source AI-powered platform designed to automate and enhance developer relations. It leverages Generative AI and agentic workflows to streamline community engagement and outreach.' ,
5868 link : { href : 'https://github.com/AOSSIE-Org/Devr.AI' , label : 'Devr.AI' } ,
59- logo : DefaultLogo ,
69+ logo : DevrAILogo ,
6070 status : 'ongoing' ,
6171 category : 'Production ready' ,
6272 githubLink : 'https://github.com/AOSSIE-Org/Devr.AI' ,
@@ -68,7 +78,7 @@ const projects = [
6878 description :
6979 'A cross-platform LAN-based remote input controller that allows users to control devices over a local network seamlessly.' ,
7080 link : { href : 'https://github.com/AOSSIE-Org/Rein' , label : 'Rein' } ,
71- logo : DefaultLogo ,
81+ logo : ReinLogo ,
7282 status : 'ongoing' ,
7383 category : 'Production ready' ,
7484 githubLink : 'https://github.com/AOSSIE-Org/Rein' ,
@@ -92,7 +102,7 @@ const projects = [
92102 description :
93103 'A self-learning assistant that helps users learn and study more effectively using AI-powered tools and personalized learning paths.' ,
94104 link : { href : 'https://github.com/AOSSIE-Org/LibrEd' , label : 'LibrEd' } ,
95- logo : DefaultLogo ,
105+ logo : LibrEdLogo ,
96106 status : 'production' ,
97107 category : 'Ready to download' ,
98108 downloadLink : 'https://github.com/AOSSIE-Org/LibrEd/releases' ,
@@ -153,7 +163,7 @@ const projects = [
153163 description :
154164 'An intuitive dashboard to explore large GitHub organizations, providing insights into repositories, contributors, and activity metrics.' ,
155165 link : { href : 'https://github.com/AOSSIE-Org/OrgExplorer' , label : 'OrgExplorer' } ,
156- logo : DefaultLogo ,
166+ logo : OrgExplorerLogo ,
157167 status : 'ongoing' ,
158168 category : 'Production ready' ,
159169 githubLink : 'https://github.com/AOSSIE-Org/OrgExplorer' ,
@@ -165,7 +175,7 @@ const projects = [
165175 description :
166176 'A smart AI product manager that streamlines task, project, and meeting management through a simple chat interface.' ,
167177 link : { href : 'https://github.com/AOSSIE-Org/Ell-ena' , label : 'Ell-ena' } ,
168- logo : DefaultLogo ,
178+ logo : EllenaLogo ,
169179 status : 'ongoing' ,
170180 category : 'Production ready' ,
171181 githubLink : 'https://github.com/AOSSIE-Org/Ell-ena' ,
@@ -213,7 +223,7 @@ const projects = [
213223 description :
214224 'A neuroscience-focused tracking application for monitoring and analyzing neural activity and cognitive performance.' ,
215225 link : { href : 'https://github.com/AOSSIE-Org/NeuroTrack' , label : 'NeuroTrack' } ,
216- logo : DefaultLogo ,
226+ logo : NeuroTrackLogo ,
217227 status : 'ongoing' ,
218228 category : 'Production ready' ,
219229 githubLink : 'https://github.com/AOSSIE-Org/NeuroTrack' ,
@@ -237,7 +247,7 @@ const projects = [
237247 description :
238248 'An astronomy application that helps users explore and identify celestial objects, constellations, and astronomical events.' ,
239249 link : { href : 'https://github.com/AOSSIE-Org/starcross' , label : 'Starcross' } ,
240- logo : DefaultLogo ,
250+ logo : StarcrossLogo ,
241251 status : 'ongoing' ,
242252 category : 'Production ready' ,
243253 githubLink : 'https://github.com/AOSSIE-Org/starcross' ,
@@ -261,7 +271,7 @@ const projects = [
261271 description :
262272 'A browser extension for language learning that randomly translates words on webpages to help users learn new languages while browsing.' ,
263273 link : { href : 'https://github.com/AOSSIE-Org/MindTheWord' , label : 'MindTheWord' } ,
264- logo : DefaultLogo ,
274+ logo : MindTheWordLogo ,
265275 status : 'ongoing' ,
266276 category : 'Production ready' ,
267277 githubLink : 'https://github.com/AOSSIE-Org/MindTheWord' ,
@@ -309,7 +319,7 @@ const projects = [
309319 description :
310320 'a decentralised platform for secure and private messaging and file sharing built on top of blockchain' ,
311321 link : { href : '#' , label : 'OpenChat' } ,
312- logo : DefaultLogo ,
322+ logo : OpenChatLogo ,
313323 status : 'ongoing' ,
314324 category : 'Ongoing'
315325 } ,
@@ -380,7 +390,7 @@ const projects = [
380390 description :
381391 'A decentralised peer-to-peer chat application built with Flutter, enabling secure and private messaging without a central server.' ,
382392 link : { href : 'https://github.com/AOSSIE-Org/OpenPeerChat-flutter' , label : 'OpenPeerChat-flutter' } ,
383- logo : DefaultLogo ,
393+ logo : OpenChatLogo ,
384394 status : 'ongoing' ,
385395 category : 'Ongoing' ,
386396 githubLink : 'https://github.com/AOSSIE-Org/OpenPeerChat-flutter' ,
@@ -392,7 +402,7 @@ const projects = [
392402 description :
393403 'A React Native implementation of the decentralised peer-to-peer OpenPeerChat platform for secure and private messaging.' ,
394404 link : { href : 'https://github.com/AOSSIE-Org/OpenPeerChat-react-native' , label : 'OpenPeerChat-react-native' } ,
395- logo : DefaultLogo ,
405+ logo : OpenChatLogo ,
396406 status : 'ongoing' ,
397407 category : 'Ongoing' ,
398408 githubLink : 'https://github.com/AOSSIE-Org/OpenPeerChat-react-native' ,
@@ -404,7 +414,7 @@ const projects = [
404414 description :
405415 'A library and tool for proof compression. Given a proof of a theorem, Skeptik attempts to find a smaller proof of the same theorem.' ,
406416 link : { href : 'https://github.com/AOSSIE-Org/Skeptik' , label : 'Skeptik' } ,
407- logo : DefaultLogo ,
417+ logo : SkeptikLogo ,
408418 status : 'ongoing' ,
409419 category : 'Ongoing' ,
410420 githubLink : 'https://github.com/AOSSIE-Org/Skeptik' ,
0 commit comments