This repository was archived by the owner on Mar 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,31 @@ function Hero({ className, ...rest }) {
11
11
return (
12
12
< div className = { className } { ...rest } >
13
13
< HeroWithLogo
14
+ << << << < HEAD
14
15
style = { { height : '420px' } }
16
+ = === ===
17
+ style = { { height : "420px" } }
18
+ > >>> >>> fixed pixel perfect things
15
19
title = "Learn for Cause"
16
20
title2 = "Code for Cause"
17
21
imageUrl = "/static/home/codeforcause.svg"
18
22
firstComponent = {
23
+ < << < << < HEAD
19
24
< >
20
25
< Typography variant = "body1" >
21
26
An initiative to help the community by providing training,
22
27
guidance and awareness about the possibilities in the software
23
28
field to students & professionals .
24
29
< / T y p o g r a p h y >
25
30
< div style = { { height : '16px' } } > </ div >
31
+ === = ===
32
+ < > < Typography variant = "body1" >
33
+ An initiative to help the community by providing training, guidance
34
+ and awareness about the possibilities in the software field to
35
+ students & professionals .
36
+ < / T y p o g r a p h y >
37
+ < div style = { { height :"16px" } } > </ div >
38
+ >>> > >>> fixed pixel perfect things
26
39
< / >
27
40
}
28
41
secondComponent = {
You can’t perform that action at this time.
0 commit comments