Skip to content

Commit

Permalink
change description, DURING_DECAL flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqing6432 committed Sep 24, 2023
1 parent 3d10fa6 commit a788a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@
<div id="about-content">
<p>
The demand for learning web programming is at an all-time high, yet for most it's a
question of where do I start? The answer is here. As great as online courses are,
question of "where do I start?" The answer is here. As great as online courses are,
nothing beats an in-person class with passionate instructors and compelling assignments.
No matter what your major is, by the end of the semester, you will have built a website
using HTML5, CSS3, and Javascript. Along the way, you'll pick up web design philosophies
and be able to recreate modern design trends like responsive design, flat UI, and skeuomorphism.
</p>
<p>Note that this course covers web design only we will not cover server-side programming
<p>Note that this course covers web design only -- we will not cover server-side programming
like Django and PHP. That said, we consider this far more than a DeCal. Every detail from
assignments to each word spoken in lecture is carefully chosen to provide the best possible
learning experience. We can't wait to see you in the classroom.
Expand Down Expand Up @@ -537,7 +537,7 @@

const state = {
semester: "Fall 2023", // used in content strings below
mode: "DECAL_APPS_OPEN", // options are "DECAL_APPS_OPEN", "DURING_SEMESTER", "TA_APPS_OPEN" (see ctaContent keys below)
mode: "DURING_SEMESTER", // options are "DECAL_APPS_OPEN", "DURING_SEMESTER", "TA_APPS_OPEN" (see ctaContent keys below)
url: "https://forms.gle/Vn7yzZtHRZ5Vmhf76" // GOOGLE FORM URL FOR APPLICATION
};
const ctaContent = {
Expand Down

0 comments on commit a788a0c

Please sign in to comment.