+
+ {/* intro text */}
-
AOSSIE (Australian Open
Source Software Innovation and Education) is a not-for-profit
- organization dedicated to project-based innovation-focused and
+ organization dedicated to project-based innovation-focused and
research-intensive education. Our projects are free and open-source.
-
-
+
+ {/* chart */}
+
+
+
+
+
+ Year
+
-
-
- {/* Stats Cards */}
- {[
- { value: stats.years, label: 'years' },
- { value: stats.projects, label: 'projects' },
- { value: 203, label: 'repos' },
- { value: '88', label: 'mentors' },
- { value: `${stats.contributors}+`, label: 'contributors' },
- { value: '7500+', label: 'community members' }
- ].map((item, index) => (
+ {[
+ { value: stats.years, label: 'years' },
+ { value: stats.projects, label: 'projects' },
+ { value: 203, label: 'repos' },
+ { value: '88', label: 'mentors' },
+ { value: `${stats.contributors}+`, label: 'contributors' },
+ { value: '7500+', label: 'community members' },
+ ].map((item, index) => (
- {item.value}
- {item.label}
+
+
+ {item.label}
+
- ))}
+ ))}
-