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 }) {
1111 return (
1212 < div className = { className } { ...rest } >
1313 < HeroWithLogo
14+ << << << < HEAD
1415 style = { { height : '420px' } }
16+ = === ===
17+ style = { { height : "420px" } }
18+ > >>> >>> fixed pixel perfect things
1519 title = "Learn for Cause"
1620 title2 = "Code for Cause"
1721 imageUrl = "/static/home/codeforcause.svg"
1822 firstComponent = {
23+ < << < << < HEAD
1924 < >
2025 < Typography variant = "body1" >
2126 An initiative to help the community by providing training,
2227 guidance and awareness about the possibilities in the software
2328 field to students & professionals .
2429 < / T y p o g r a p h y >
2530 < 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
2639 < / >
2740 }
2841 secondComponent = {
You can’t perform that action at this time.
0 commit comments