This repository was archived by the owner on Jun 10, 2019. It is now read-only.
File tree 6 files changed +52
-32
lines changed
src/scenes/home/opCodeCon 6 files changed +52
-32
lines changed Original file line number Diff line number Diff line change 16
16
"axios" : " ^0.16.1" ,
17
17
"classnames" : " ^2.2.5" ,
18
18
"dateformat" : " ^2.0.0" ,
19
- "express" : " ^4.15.2 " ,
19
+ "express" : " ^4.16.3 " ,
20
20
"history" : " ^4.6.1" ,
21
21
"husky" : " ^0.14.3" ,
22
22
"jwt-decode" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 1
1
.hero {
2
- background-image : url ('./raleigh.jpg' );
2
+ background-image : url ('https://s3.amazonaws.com/operationcode-assets/heroBanners/op_code_con_raleigh.png' );
3
+ background-repeat : no-repeat;
4
+ background-position : bottom;
3
5
}
4
6
5
- @media screen and (min-width : 1200 px ) {
7
+ @media screen and (min-width : 1100 px ) {
6
8
.hero {
7
9
background-size : 100% ;
8
10
}
9
11
}
10
12
11
- @media screen and (max-width : 768 px ) {
13
+ @media screen and (min-width : 500 px ) and ( max-width : 1100 px ) {
12
14
.hero {
13
- background-size : auto 150% ;
15
+ background-size : 100% ;
16
+ background-position : bottom;
14
17
}
15
18
}
16
19
17
- . heading {
18
- color : # 47566b ;
19
- padding : 3 rem ;
20
- height : 600 px ;
20
+ @media screen and ( max-width : 499 px ) {
21
+ . hero {
22
+ background : none ;
23
+ }
21
24
}
22
25
23
- @media screen and (max-width : 768px ) {
24
- .heading {
25
- height : 450px ;
26
- }
26
+ .red {
27
+ color : # D1665A ;
27
28
}
28
29
29
- .textLink {
30
- color : # 47566b ;
31
- font-size : 1.2em ;
30
+ .heading {
31
+ color : # 249cbc ;
32
+ padding-top : 15px ;
33
+ text-align : center;
34
+ height : 800px ;
32
35
}
33
36
34
- .textLink : hover {
35
- color : # d1665a ;
36
- font-size : 1.2em ;
37
+ @media screen and (max-width : 768px ) {
38
+ .heading {
39
+ height : 600px ;
40
+ }
37
41
}
Original file line number Diff line number Diff line change @@ -7,23 +7,39 @@ const OpCodeCon = () => (
7
7
< div className = { styles . hero } >
8
8
< div className = { styles . heading } >
9
9
< h1 > OpCodeCon</ h1 >
10
- < h3 > Join us for our inaugural Operation Code Convention!</ h3 >
11
- < p > September 19th-20th, 2018</ p >
12
- < p > Raleigh Convention Center, Raleigh, NC</ p >
13
- < p >
14
- < a href = "mailto:[email protected] " className = { styles . textLink } >
15
- Contact us
16
- </ a > { ' ' }
17
- for sponsorship information.
18
- </ p >
10
+ < h2 > Raleigh, NC</ h2 >
11
+ < h3 className = { styles . red } > Sept 19-20</ h3 >
12
+ < p > Join us for our inaugural Operation Code Convention!</ p >
13
+ < p > Get your tickets and book your room here!</ p >
19
14
< LinkButton
20
15
role = "button"
21
- text = "Donate"
16
+ text = "Tickets"
17
+ theme = "blue"
18
+ link = "https://secure.lglforms.com/form_engine/s/tzrVCEdOmZXtQmjkAS63AA?t=1526603770"
19
+ isExternal
20
+ />
21
+
22
+ < LinkButton
23
+ role = "button"
24
+ text = "Rooms"
25
+ theme = "blue"
26
+ link = "https://www.starwoodmeeting.com/events/start.action?id=1805071198& key = 23 F9CD12 "
27
+ isExternal
28
+ />
29
+ < p > Not able to attend but want to help?</ p >
30
+ < p > Contact us for sponsorship information or make a donation!</ p >
31
+ < LinkButton
32
+ role = "button"
33
+ text = "Sponsor"
22
34
theme = "red"
23
- link = { commonUrl . donateLink }
35
+
36
+ isExternal
37
+ />
38
+
39
+ < LinkButton
40
+ role = "button" text = "Donate" theme = "red" link = { commonUrl . donateLink }
24
41
isExternal
25
42
/>
26
- { /* <p>Check back for more information.</p> */ }
27
43
</ div >
28
44
</ div >
29
45
) ;
Original file line number Diff line number Diff line change @@ -3856,7 +3856,7 @@ expect@^22.4.0:
3856
3856
jest-message-util "^22.4.0"
3857
3857
jest-regex-util "^22.1.0"
3858
3858
3859
- express@^4.15 .2, express@^4.16.2 :
3859
+ express@^4.16 .2, express@^4.16.3 :
3860
3860
version "4.16.3"
3861
3861
resolved "https://registry.yarnpkg.com/express/-/express-4.16.3.tgz#6af8a502350db3246ecc4becf6b5a34d22f7ed53"
3862
3862
dependencies :
You can’t perform that action at this time.
0 commit comments