Skip to content

Commit 4036fbc

Browse files
committed
made changes to the about page
1 parent d4485c4 commit 4036fbc

File tree

3 files changed

+50
-32
lines changed

3 files changed

+50
-32
lines changed

_sass/_basic.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ ul > li {
126126
font-weight: 600;
127127
}
128128

129+
.subtitle{
130+
font-family: $font-display;
131+
color: $teachla-green;
132+
margin-bottom: 0;
133+
font-size: 32px;
134+
font-weight: 600;
135+
}
136+
129137
.text-1x {
130138
font-size: 1rem !important;
131139
}
@@ -342,6 +350,8 @@ ul > li {
342350
font-size: $pronouns-font-size;
343351
}
344352

353+
354+
345355
.img-sponsor {
346356
max-width: 80%;
347357
}
@@ -400,3 +410,18 @@ ul > li {
400410
padding: 20vh 0;
401411
// background-size: 100vw 100%;
402412
}
413+
414+
.why-teach-la-column-left{
415+
float: left;
416+
width: 30%;
417+
}
418+
.why-teach-la-column-right{
419+
float: right;
420+
width: 70%;
421+
}
422+
423+
.why-teach-la-row{
424+
content: "";
425+
display: table;
426+
clear: both;
427+
}

about.html

Lines changed: 25 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- <img class="img-responsive" src="{{site.baseurl}}/img/day-of-code-wall-cropped.jpg" alt="Students after a successful Day of Code event!" /> -->
99
<div class="row-desktop row-desktop-ratio-1-1">
1010
<div class="col-padded v-center-children">
11-
<h1 class="title page-title">About Us</h1>
11+
<h1 class="title page-title">About</h1>
1212
<p>
1313
Here is a comprehensive list of all of the classes that ACM Teach LA provides! You can find more information about what the class is about, its learning goals, and its curiculm. Part of our mission is making you education truly accessible, and that involves open-sourcing as much information as possible: everything out instructors have, you’ll find here.
1414
</p>
@@ -32,29 +32,40 @@ <h1 class="title page-title">About Us</h1>
3232
</div>
3333

3434

35-
<h2 class="title">Our Mission</h2>
35+
<h2 class="subtitle">How We Work</h2>
3636
<p>
37-
ACM Teach LA's core mission is to empower students in the LA area with the power of computer science, and to provide mentorship and support to students who want to pursue computer science, either academically or as a career.
38-
</p>
39-
40-
<h2 class="title">Virtual Learning</h2>
37+
Classes are taught weekly, typically sized between 15 and 25 students, and are lead by UCLA undergraduate students with academic, personal or industry experience in computer science. Undergrads meet once a week with our Curriculum Director before each class to prepare for weekly lessons.
4138
<p>
42-
Due to updates with the COVID-19 pandemic, as of now, the majority of UCLA courses will be taught in person. As a result, Teach LA has shifted most of its classes back to in person instruction. However, our Python courses will utilize virtual spaces and will continue to operate remotely until further notice. As many of our partner schools continue to make the transition to in-person learning, we will work with teachers and our instructors to determine the best way to continue serving our students.
39+
If you are an undergrad not specifically interested in teaching but still want to contribute to Teach LA’s mission, we have a dev team in which undergrads maintain and expand Teach LA’s website. Dev team meets weekly on a separate schedule that varies.
4340
</p>
44-
45-
<h2 class="title" id="teacher-join">How Do I Join As A Teacher?</h2>
4641
<p>
47-
Great question! Why not check out our <a class="tla-link" href="{{site.baseurl}}/join">join us page?</a>
42+
Lastly, Teach LA has other outreach events with schools in the LA area. This may include speaker events in which undergrads give a talk on a specific topic within computer science or day long activities with a given school.
4843
</p>
49-
<p>
50-
If you have other questions, you can also send us an email at <a class="tla-link" href="mailto:{{site.email}}">{{site.email}}</a>!
5144
</p>
52-
<h2 class="title" id="school-join">We're a School/Organization. Can We Work Together?</h2>
45+
46+
<h2 class="subtitle" id="teacher-join">Why Teach LA</h2>
47+
<div class="why-teach-la-row">
48+
<div class="why-teach-la-column-right">
49+
<p>
50+
As of 2018, <a class="tla-link" href="https://code.org/files/2018_state_of_cs.pdf" target="_blank" rel="noopener noreferrer">only 22 out of 50 states</a> have K-12 computer science standards, and only <a class="tla-link" href="https://code.org/files/2018_state_of_cs.pdf" target="_blank" rel="noopener noreferrer">35% of public high schools in America</a> teach computer science. Specifically, students from minority backgrounds receive the least exposure to computer science, especially as school districts serving minority communities often lack STEM funding.
51+
</p>
52+
<p>
53+
ACM Teach LA aims to fill this gap by providing schools and students with in-school and extracurricular support. Our flagship program consists of quarter to year-long structured classes on various computer science topics (basic programming, web development, machine learning, data science, computer graphics), backed by robust and structured curriculums and student tutors with academic and industry experience. We've also developed an open-source online code IDE, with the goal of supporting students' computer science learning regardless of their access to a certain type of computer. We also perform outreach, either through events (e.g. Day of Code) or by visitng schools and talking to students.
54+
</p>
55+
</div>
56+
<div class="why-teach-la-column-left" >
57+
<img class = 'img-responsive' src = "{{site.baseurl}}/img/teach-la-pie-chart.png" alt = "graph of schools that offer computer science"/>
58+
</div>
59+
</div>
60+
61+
62+
63+
<h2 class="subtitle" id="school-join">We're a School/Organization. Can We Work Together?</h2>
5364
<p>
5465
Of course! Currently, we're looking to partner with schools to run quarter/year-long curriculums, as well as running one-off instructional and networking events. If you're interested, please send an email to <a class="tla-link" href="mailto:{{site.email}}">{{site.email}}</a>.
5566
</p>
5667

57-
<h2 class="title" id="schedule">Spring Quarter Schools and Schedule</h2>
68+
<h2 class="subtitle" id="schedule">Spring Quarter Schools and Schedule</h2>
5869
<table class="schedule-table-header">
5970
<tr>
6071
<td>Schools</td>
@@ -91,16 +102,6 @@ <h2 class="title" id="schedule">Spring Quarter Schools and Schedule</h2>
91102
</table>
92103

93104

94-
<h2 class="title">How Does Teach LA Work?</h2>
95-
<p>
96-
Classes are taught weekly, typically sized between 15 and 25 students, and are lead by UCLA undergraduate students with academic, personal or industry experience in computer science. Undergrads meet once a week with our Curriculum Director before each class to prepare for weekly lessons.
97-
</p>
98-
<p>
99-
If you are an undergrad not specifically interested in teaching but still want to contribute to Teach LA’s mission, we have a dev team in which undergrads maintain and expand Teach LA’s website. Dev team meets weekly on a separate schedule that varies.
100-
</p>
101-
<p>
102-
Lastly, Teach LA has other outreach events with schools in the LA area. This may include speaker events in which undergrads give a talk on a specific topic within computer science or day long activities with a given school.
103-
</p>
104105
<h2 class="title">What Do Students Learn?</h2>
105106
<p>
106107
Depending on the group of students and their coding backgrounds, we shape the class to maximize their learning. Topics that students have learned in the past include programming fundamentals (in Python or Scratch) and intro to web development (in HTML/CSS), as well as complex topics like machine learning and mobile app development. We’re looking to expand our set of topics: data science, game development, digital art, you name it - if you're interested, get in touch!
@@ -109,14 +110,6 @@ <h2 class="title">What Do Students Learn?</h2>
109110
You can find out more on our <a class="tla-link" href="{{site.baseurl}}/classes">classes</a> page.
110111
</p>
111112

112-
<h2 class="title">Why Teach LA?</h2>
113-
<p>
114-
As of 2018, <a class="tla-link" href="https://code.org/files/2018_state_of_cs.pdf" target="_blank" rel="noopener noreferrer">only 22 out of 50 states</a> have K-12 computer science standards, and only <a class="tla-link" href="https://code.org/files/2018_state_of_cs.pdf" target="_blank" rel="noopener noreferrer">35% of public high schools in America</a> teach computer science. Specifically, students from minority backgrounds receive the least exposure to computer science, especially as school districts serving minority communities often lack STEM funding.
115-
</p>
116-
<p>
117-
ACM Teach LA aims to fill this gap by providing schools and students with in-school and extracurricular support. Our flagship program consists of quarter to year-long structured classes on various computer science topics (basic programming, web development, machine learning, data science, computer graphics), backed by robust and structured curriculums and student tutors with academic and industry experience. We've also developed an open-source online code IDE, with the goal of supporting students' computer science learning regardless of their access to a certain type of computer. We also perform outreach, either through events (e.g. Day of Code) or by visitng schools and talking to students.
118-
</p>
119-
120113
<h2 class="title">About ACM</h2>
121114
<p>
122115
<a class="tla-link" href="https://www.uclaacm.com" target="_blank" rel="noopener noreferrer">ACM</a> is the largest computer science student organization at UCLA. It is split into eight committees (of which ACM Teach LA is one), each serving a different topic and mission. ACM regularly holds events for the UCLA community with the goal of giving students more opportunities to explore different aspects of computer science. UCLA students are encouraged to attend as many of the events as they'd like (they're free, beginner-friendly, and have free food). Organizations looking to work with ACM @ UCLA should contact ACM at <a class="tla-link" href="mailto:[email protected]">[email protected]</a>.

img/teach-la-pie-chart.png

65.1 KB
Loading

0 commit comments

Comments
 (0)