You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/preregister.js
+13-19Lines changed: 13 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,21 @@ import NavBar from "./nav-bar.js";
3
3
importMailchimpInputfrom"./mailchimp-input.js";
4
4
importCovidPopoverfrom"./covid-popover.js";
5
5
6
-
varHeroImage=require('./hero.svg');
6
+
varheroImage=require('./hero.svg');
7
+
varheroImageAlt="A decorative hero graphic."
7
8
8
-
vardesktopNotice="COVID-19 Notice: "
9
-
varmobileNotice="COVID-19 Notice"
10
9
varnoticeContent="We're planning BrickHack 7 to be the best and safest event possible. We will publish relevant information upon receiving updates from RIT and NY State."
11
10
12
11
classPreRegisterextendsReact.Component{
13
12
render(){
14
13
return(
15
14
<divid="app">
16
-
<divclassName="full-height">
17
-
<NavBar
18
-
title={desktopNotice}
19
-
content={noticeContent}
20
-
/>
21
-
<divclassName="section flex-container">
15
+
<NavBar
16
+
content={noticeContent}
17
+
/>
18
+
19
+
<divclassName="section">
20
+
<divclassName="content flex-container">
22
21
<divclassName="left-half">
23
22
<divid="hackathon-name">
24
23
BRICKHACK 7
@@ -29,29 +28,24 @@ class PreRegister extends React.Component {
0 commit comments