From d19514c065ea27d24200dcd00e074e43c084efe6 Mon Sep 17 00:00:00 2001 From: Nabeel Boda Date: Wed, 21 Feb 2024 21:04:02 +0530 Subject: [PATCH] Feat: About page --- ui/src/components/Header.jsx | 2 +- ui/src/constants.js | 44 +++++++++++++++++++++++++++++++++--- ui/src/pages/about.js | 24 +++++++++++++++++--- 3 files changed, 63 insertions(+), 7 deletions(-) diff --git a/ui/src/components/Header.jsx b/ui/src/components/Header.jsx index a3076b6..7d1e8a5 100644 --- a/ui/src/components/Header.jsx +++ b/ui/src/components/Header.jsx @@ -22,7 +22,7 @@ export default function Header() {

about; +import Gallery from "@components/components/Gallery"; + +function About() { + return ( +
+
+

Meet Our Team

+

+ The Indic Subtitler team spearheads a movement aimed at facilitating + the seamless generation of Indic subtitles. We value{" "} + Open Source,{" "} + Learning, and{" "} + + Open Communication + +

+
+ +
+ ); } -export default about; +export default About;