@@ -9,32 +9,39 @@ def projects_page() -> rx.Component:
99 (
1010 navbar_icons (),
1111 rx .center (
12- (
13- project_card (
14- title = "AlphaSphereDotAI Website" ,
15- description = "A personal website built with Reflex to showcase projects and team members." ,
16- project_url = "https://github.com/AlphaSphereDotAI/AlphaSphereDotAI.github.io" ,
17- ),
18- project_card (
19- title = "Chatacter" ,
20- description = "Live Chat with Virtual Character." ,
21- project_url = "https://github.com/AlphaSphereDotAI/chatacter" ,
22- ),
23- project_card (
24- title = "Vocalizr" ,
25- description = "Voice Generator part of the Chatacter Backend." ,
26- project_url = "https://github.com/AlphaSphereDotAI/vocalizr" ,
27- ),
28- project_card (
29- title = "Visualizr" ,
30- description = "Video Generator part of the Chatacter Backend." ,
31- project_url = "https://github.com/AlphaSphereDotAI/visualizr" ,
32- ),
33- project_card (
34- title = "Chattr" ,
35- description = "App part of the Chatacter Backend." ,
36- project_url = "https://github.com/AlphaSphereDotAI/chattr" ,
12+ rx .flex (
13+ (
14+ project_card (
15+ title = "AlphaSphereDotAI Website" ,
16+ description = "A personal website built with Reflex to showcase projects and team members." ,
17+ project_url = "https://github.com/AlphaSphereDotAI/AlphaSphereDotAI.github.io" ,
18+ ),
19+ project_card (
20+ title = "Chatacter" ,
21+ description = "Live Chat with Virtual Character." ,
22+ project_url = "https://github.com/AlphaSphereDotAI/chatacter" ,
23+ ),
24+ project_card (
25+ title = "Vocalizr" ,
26+ description = "Voice Generator part of the Chatacter Backend." ,
27+ project_url = "https://github.com/AlphaSphereDotAI/vocalizr" ,
28+ ),
29+ project_card (
30+ title = "Visualizr" ,
31+ description = "Video Generator part of the Chatacter Backend." ,
32+ project_url = "https://github.com/AlphaSphereDotAI/visualizr" ,
33+ ),
34+ project_card (
35+ title = "Chattr" ,
36+ description = "App part of the Chatacter Backend." ,
37+ project_url = "https://github.com/AlphaSphereDotAI/chattr" ,
38+ ),
3739 ),
40+ align = "center" ,
41+ justify = "center" ,
42+ spacing = "5" ,
43+ flex_wrap = "wrap" ,
44+ width = "100%" ,
3845 ),
3946 justify = "center" ,
4047 align = "center" ,
0 commit comments