File tree 2 files changed +37
-3
lines changed
2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import ParticleJSConfig from '../styles/particlejs_config.json';
14
14
15
15
export default function apply ( ) {
16
16
17
- const APPLICATIONS_OPEN = true ;
17
+ const APPLICATIONS_OPEN = false ;
18
18
const { roles, lookingFor, faqs } = content ;
19
19
const { xs } = useBreakpoint ( ) ;
20
20
const jumbotronHeightPx = 500 ;
@@ -47,11 +47,44 @@ export default function apply() {
47
47
</ div >
48
48
49
49
{ /* Body */ }
50
+
50
51
< Container className = "mt-5" >
51
-
52
52
< div id = "Roles" >
53
- < p > Spring applications have concluded, but make sure to check back in Semptember 2025
53
+ { ! APPLICATIONS_OPEN && (
54
+ < >
55
+ < Row >
56
+ < Col >
57
+ < h1 >
58
+ Application Openings
59
+ </ h1 >
60
+ </ Col >
61
+ </ Row >
62
+ < div style = { {
63
+ border : '1px solid #e0e0e0' ,
64
+ borderRadius : '10px' ,
65
+ paddingTop : '2rem' ,
66
+ paddingRight : '2rem' ,
67
+ paddingLeft : '2rem' ,
68
+ marginBottom : '2rem' ,
69
+ marginTop : '1rem' ,
70
+ } } >
71
+ < p style = { { textAlign : "center" } } > The latest application period has closed, but make sure to check back early next semester
54
72
for the next application opportunity!</ p >
73
+ < div className = "center" >
74
+ < div
75
+ onClick = { ( ) => window . open ( 'http://eepurl.com/i_fS4k' , '_blank' ) }
76
+ className = "apply-btn"
77
+ style = { { marginBottom : "1.5rem" , marginTop : "0rem" , width : "50%" } }
78
+ >
79
+ < div >
80
+ < span > Notify me</ span >
81
+ < span > Notify me</ span >
82
+ </ div >
83
+ </ div >
84
+ </ div >
85
+ </ div >
86
+ </ >
87
+ ) }
55
88
< Row >
56
89
< Col >
57
90
< h1 >
Original file line number Diff line number Diff line change 188
188
background : $primary-color ;
189
189
transition-delay : 0.6s ;
190
190
overflow : hidden ;
191
+ margin-top : 1rem ;
191
192
192
193
// cool smooth looking hover effect
193
194
& ::before {
You can’t perform that action at this time.
0 commit comments