Skip to content

Commit

Permalink
ed + gradescope
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Ng committed Jan 15, 2024
1 parent 7091357 commit eab9c5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/content/course-info.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Course Designation:** CS 198-075, CS 198-750
**Course Designation:** CS 198-075 (iOS Track), CS 198-750 (Web Track)

**Facilitators:** Andy Huang, Madhav Varshney, Jessica Ng

Expand Down Expand Up @@ -77,15 +77,15 @@ The last 4 weeks will be dedicated to your final project, which is ideating and

## Late Work

No late work is accepted. Homework and the final project must be turned in on time or you will receive no credit. If you need an extension, email [email protected].
No late work is accepted. Homework and the final project must be turned in on time or you will receive no credit. If you need an extension, email [email protected] with "[CUBSTART WEB]" or "[CUBSTART IOS]" in the subject line.

## Academic Honesty

Homework assignments should be completed individually. You may only work in teams on the final project. Respect licenses of libraries that you use, and do not sabotage other students (there is no curve). Follow UC Berkeley’s Honor Code.

## Accomodations

If you need any accommodations, please contact the course staff ([email protected]) with the subject line “[CUBSTART] ACCOMMODATIONS REQUEST - YOUR FULL NAME.” Please include your letter of accommodations and in your own words, a description of what you need to be successful in this course. Additionally, please state which track you are enrolled in.
If you need any accommodations, please contact the course staff ([email protected]) with the subject line “[CUBSTART WEB/IOS] ACCOMMODATIONS REQUEST - YOUR FULL NAME.” Please include your letter of accommodations and in your own words, a description of what you need to be successful in this course. Additionally, please state which track you are enrolled in.

## Other Inquiries

Expand Down
2 changes: 1 addition & 1 deletion public/content/web/schedule-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Lab: Thursdays 7:00pm-9:00pm @ Moffit 102 (second half is optional)
*To get to Moffit 102, take the corridor to the right of the 3rd floor entrance*.

## Announcements
Join the [Ed] and [Gradescope](https://www.gradescope.com) with code TBD. Recordings will be published [here].
Join the [Ed](https://edstem.org/us/join/RDVU5J) and [Gradescope](https://www.gradescope.com) with code 2PWJXD. Recordings will be published [here].


| Week | Lecture | Lab Section | Homework/Project |
Expand Down
3 changes: 2 additions & 1 deletion src/components/HomePage/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ a {
background-color: var(--main-color);
color: white;
font-weight: bold;
padding: 15px 10px;
padding: 10px;
text-align: center;
font-size: 20px;
border-top: black solid 1px;
border-bottom: black solid 1px;
}
4 changes: 2 additions & 2 deletions src/components/HomePage/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function HomePage(props) {
return (
<div>
<div className="banner">
<p>Enroll in Cubstart Spring 2024 NOW using Web Track class #00000 or iOS Track class #00000</p>
<p>Enroll in Cubstart Spring 2024 NOW! Web Track: CS 198-750, iOS Track: CS 198-075</p>
</div>
<div className="hero-wrapper">
<div className="header">
Expand Down Expand Up @@ -41,7 +41,7 @@ function HomePage(props) {
/></h1>
<p>Cubstart is a web/mobile development course for beginner to intermediate developers. Whether you need project experiences to kickstart your resume, or if you have a desire to build but don’t know where to start, Cubstart is the course for you.</p>
<p><em>While preprequisites are not enforced, prior coding experience is highly recommmended.</em></p>
<p>Cubstart is <u>open enrollment</u> for Spring 2024! Use class # <b>00000</b> for the Web Track and <b>00000</b> for the iOS Track in the enrollment center in CalCentral to enroll.</p>
<p>Cubstart is <u>open enrollment</u> for Spring 2024! Use course number <b>CS 198-750</b> for the Web Track or <b>CS 198-075</b> for the iOS Track in the enrollment center in CalCentral to enroll.</p>
{/*
<div className='button-container'>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSco-puPnC9Se1k35ZDxzbOLbCqXUt2It2X23kLkFGkQ3F2snw/viewform" className="applybutton">APPLY NOW!</a>
Expand Down

0 comments on commit eab9c5a

Please sign in to comment.