Skip to content

Commit

Permalink
Close applications
Browse files Browse the repository at this point in the history
  • Loading branch information
jessican1212 committed Sep 3, 2023
1 parent d673f08 commit d78a6c9
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 40 deletions.
Binary file removed public/assets/alex.jpg
Binary file not shown.
Binary file modified public/assets/jessica.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/juliet.jpg
Binary file not shown.
Binary file removed public/assets/nick.jpg
Binary file not shown.
Binary file removed public/assets/pratyush.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/content/web/schedule-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Join the [Ed](https://edstem.org/us/join/hAbV5D) and [Gradescope](https://www.gr

| Week | Lecture | Lab Section | Homework/Project |
|------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|---------------------------------------------------------------------------------|
| 1 | Introduction to HTML and the Web | Lab 1 | [HW 1: HTML Basics](#/hw/web/hw1) |
| 1 | Introduction to HTML and the Web | Lab 1 | HW 1: HTML Basics |
| 2 | CSS Basics and Browser Developer Tools | Lab 2 | HW 2: Personal Portfolio |
| 3 | Javascript Basics | Lab 3 | HW 3: JavaScript Playground |
| 4 | Using Git and Deployment (with Github Pages) & Introduction to APIs | Lab 4 | HW 4: Deployment |
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomePage/FAQ/FAQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function FAQPage(props) {
<label className="accordion__item">
<input type="checkbox" name="accordion"/>
<div className="accordion__title">How do I apply?</div>
<div className="accordion__content"><b>Fill out the application <a href="https://docs.google.com/forms/d/e/1FAIpQLSco-puPnC9Se1k35ZDxzbOLbCqXUt2It2X23kLkFGkQ3F2snw/viewform">here</a> by September 1st 2023.</b></div>
<div className="accordion__content">Fall 2023 applications have closed. See you next semester!</div>
</label>
<label className="accordion__item">
<input type="checkbox" name="accordion"/>
Expand Down
36 changes: 0 additions & 36 deletions src/components/HomePage/HomePage.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
.banner {
width: 100vw;
height: 100px;
background-color: var(--main-color);
color: white;
font-weight: 700;
font-size: 23px;
display: flex;
justify-content: center;
align-items: center;
animation: grow 1s ease-in-out;
border-top: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
}

.banner p{
animation: fadeIn 2s ease;
margin: 0;
}

@keyframes grow {
0% { height: 0px;
}
100% {
height: 100px;
}
}

@keyframes fadeIn {
0% { opacity: 0;
}
100% {
opacity: 1;
}
}

.header-text {
background-color: var(--main-bg-color);
}
Expand Down
5 changes: 3 additions & 2 deletions src/components/HomePage/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function HomePage(props) {

return (
<div>
<div className="banner"><p>Cubstart Fall 2023 applications are open! Click the apply button below!</p></div>
<div className="hero-wrapper">
<div className="header">
<div className='header-text'>
Expand All @@ -38,11 +37,13 @@ function HomePage(props) {
className="typing-text"
/></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>
{/*
<div className='button-container'>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSco-puPnC9Se1k35ZDxzbOLbCqXUt2It2X23kLkFGkQ3F2snw/viewform" className="applybutton">APPLY NOW!</a>
</div>
*/}
<p><em>*Decisions will be released 1-3 days after applications close</em></p>
{/*<b>Applications have closed for Spring 2023. We'll see you in Fall! </b> */}
<b>Fall 2023 application have closed. See you next semester! </b>
<br/>
<div className="stats-wrapper">
<div className="stats-item">
Expand Down

0 comments on commit d78a6c9

Please sign in to comment.