@@ -12,12 +12,13 @@ export const SECTIONS = {
1212    SUPPORT : { 
1313        LABEL : "Support" , 
1414        BODY :
15-             "CSM offers group tutoring to all students in these four classes. Students are "  + 
16-             "sorted into one of the timeslots of their preference. Session are held weekly, in "  + 
17-             "the same room typically in Soda or Cory, for 1 hour to 90 minutes during times "  + 
18-             "ranging from 9:00 AM to 7:00 PM. Mentors will go over a worksheet in section with "  + 
19-             "extra problems to be worked on in groups. Homework, lab, and project help will not "  + 
20-             "be provided during these sessions." , 
15+             "CSM offers group tutoring to all students in these seven classes. "  + 
16+             "Students can sign up for time slots on a first-come, first-serve basis. "  + 
17+             "Sessions are held once or twice a week, in Soda, Cory, or library rooms, "  + 
18+             "for 1 hour to 90 minutes during times ranging from 9:00 AM to 9:00 PM. "  + 
19+             "Mentors will go over a worksheet in section with extra problems to be worked "  + 
20+             "on in groups. Homework, lab, and project help will not be provided during these "  + 
21+             "sessions." , 
2122    } , 
2223    EXPECTATIONS : { 
2324        LABEL : "Expectations" , 
@@ -43,7 +44,20 @@ export const SECTIONS = {
4344            </ span > 
4445        ) , 
4546    } , 
46-     APPLICATION : { 
47+     APPLICATIONS_OPEN : { 
48+         LABEL : "Application Process" , 
49+         BODY_JSX : ( 
50+             < p  className = "info" > 
51+                 Applications are currently closed for the semester and will open 
52+                 around 2 weeks into the semester. In the meantime, fill out{ " " } 
53+                 < Link  to = "/interest" > 
54+                     this interest form
55+                 </ Link > { " " } 
56+                 if you plan on signing up for a section.
57+             </ p > 
58+         ) , 
59+     } , 
60+     APPLICATIONS_CLOSE : { 
4761        LABEL : "Application Process" , 
4862        BODY_JSX : ( 
4963            < p  className = "info" > 
0 commit comments