@@ -30,8 +30,100 @@ const aboutUsInfo = [
3030 {
3131 body : (
3232 < p className = "bold" >
33- This will be a page with information about TeachLA as a whole, and
34- what Learning Labs aim to do!
33+ "Empowering students to understand technology — and how it impacts
34+ the world around them."
35+ </ p >
36+ ) ,
37+ } ,
38+ ] ,
39+ } ,
40+ } ,
41+ {
42+ post : {
43+ profilePic : teachLogo ,
44+ profilePicName : "Teach LA Logo" ,
45+ header : "Who We Are" ,
46+ subheader : "About Teach LA" ,
47+ bodyText : [
48+ {
49+ body : (
50+ < p >
51+ Teach LA is a student-run organization at UCLA dedicated to making
52+ computer science education accessible, engaging, and inclusive for
53+ all.
54+ </ p >
55+ ) ,
56+ } ,
57+ {
58+ body : (
59+ < p >
60+ We believe that computer science isn't just about coding — it's
61+ about creativity, collaboration, and understanding the technology
62+ that shapes our everyday lives.
63+ </ p >
64+ ) ,
65+ } ,
66+ {
67+ body : (
68+ < p >
69+ Through free lessons, interactive projects, and community
70+ outreach, our members design and teach programming content to K–12
71+ students and beyond.
72+ </ p >
73+ ) ,
74+ } ,
75+ {
76+ body : (
77+ < p >
78+ Our mission is simple: to help everyone, regardless of background,
79+ learn how to think critically about technology and use it to make
80+ a positive impact.
81+ </ p >
82+ ) ,
83+ } ,
84+ ] ,
85+ } ,
86+ } ,
87+ {
88+ post : {
89+ profilePic : teachLogo ,
90+ profilePicName : "Teach LA Logo" ,
91+ header : "What Are Learning Labs?" ,
92+ subheader : "Interactive Education, Made Fun" ,
93+ bodyText : [
94+ {
95+ body : (
96+ < p >
97+ Learning Labs are interactive educational experiences designed and
98+ built by Teach LA members.
99+ </ p >
100+ ) ,
101+ } ,
102+ {
103+ body : (
104+ < p >
105+ Each lab turns a complex or abstract computer science topic into
106+ something you can < em > see</ em > , < em > play with</ em > , and{ " " }
107+ < em > understand</ em > hands-on.
108+ </ p >
109+ ) ,
110+ } ,
111+ {
112+ body : (
113+ < p >
114+ From exploring the logic behind artificial intelligence to
115+ understanding bias in algorithms, our labs invite you to
116+ experiment, learn, and reflect on how technology connects to the
117+ real world.
118+ </ p >
119+ ) ,
120+ } ,
121+ {
122+ body : (
123+ < p >
124+ Whether you're a beginner or an experienced coder, Learning Labs
125+ are here to spark curiosity and deepen understanding — one
126+ interactive lesson at a time.
35127 </ p >
36128 ) ,
37129 } ,
0 commit comments