@@ -6,18 +6,18 @@ import { HashLink as Link } from "react-router-hash-link";
66const LandingPageComponent = ( ) => {
77 return (
88 < React . Fragment >
9- < section class = "pt-4 pt-md-5" >
10- < div class = "container" >
11- < div class = "row align-items-center" >
12- < div class = "col-12 col-md-5 col-lg-6 order-md-2" >
9+ < section className = "pt-4 pt-md-5" >
10+ < div className = "container" >
11+ < div className = "row align-items-center" >
12+ < div className = "col-12 col-md-5 col-lg-6 order-md-2" >
1313 < img
1414 src = { Banner }
15- class = "img-fluid mw-md-100 mw-lg-100 mb-6 mb-md-0"
15+ className = "img-fluid mw-md-100 mw-lg-100 mb-6 mb-md-0"
1616 alt = "all-channels"
1717 />
1818 </ div >
19- < div class = "col-12 col-md-7 col-lg-6 order-md-1" >
20- < h1 class = "display-3 text-center text-md-left" >
19+ < div className = "col-12 col-md-7 col-lg-6 order-md-1" >
20+ < h1 className = "display-3 text-center text-md-left" >
2121 Learn, Build, Contribute, Grow.
2222 < br />
2323 </ h1 >
@@ -28,14 +28,14 @@ const LandingPageComponent = () => {
2828 < div className = "text-center text-md-left" >
2929 < a
3030 href = "https://github.com/codeuino"
31- class = "btn btn-primary shadow lift pr-5 mr-5"
31+ className = "btn btn-primary shadow lift pr-5 mr-5"
3232 style = { { backgroundColor : " #22247A" } }
3333 >
3434 < span className = "fe fe-github mr-1" > </ span > Github
3535 </ a >
3636 < a
3737 href = "http://slack.codeuino.org"
38- class = "btn btn-primary shadow lift pr-5"
38+ className = "btn btn-primary shadow lift pr-5"
3939 style = { { backgroundColor : " #22247A" } }
4040 >
4141 < span className = "fe fe-slack mr-1" > </ span > Slack
@@ -45,8 +45,8 @@ const LandingPageComponent = () => {
4545 </ div >
4646 </ div >
4747 </ section >
48- < div class = "mt-10 container lift" style = { { borderRadius :"25px" , textAlign :"left" , color :"white" , backgroundColor :" #22247A" , width :"100%" } } >
49- < div class = "row pt-6 pb-6 pl-md-6 pr-md-6" >
48+ < div className = "mt-10 container lift" style = { { borderRadius :"25px" , textAlign :"left" , color :"white" , backgroundColor :" #22247A" , width :"100%" } } >
49+ < div className = "row pt-6 pb-6 pl-md-6 pr-md-6" >
5050 < div className = "col-md-3 text-center p-0" style = { { display : 'flex' , flexDirection : 'column' , justifyContent : 'center' } } >
5151 < h1 className = "m-0 display-3" > Mission</ h1 >
5252 < p className = "m-0" > Of our Community</ p >
@@ -63,19 +63,19 @@ const LandingPageComponent = () => {
6363
6464 </ div >
6565 </ div >
66- < section class = "pt-10"
66+ < section className = "pt-10"
6767 id = "aboutUs"
6868 style = { { width : "100%" , alignContent : "left" } } >
69- < div class = "container" >
70- < span class = "badge badge-pill badge-primary-soft mb-3 text-center" >
71- < span class = "h6 text-uppercase font-weight-bold" > About Us</ span >
69+ < div className = "container" >
70+ < span className = "badge badge-pill badge-primary-soft mb-3 text-center" >
71+ < span className = "h6 text-uppercase font-weight-bold" > About Us</ span >
7272 </ span >
73- < h1 class = "component-heading" > Our Background and Mission</ h1 >
74- < div class = "row align-items-center" >
75- < div class = "row" style = { { textAlign : "left" } } >
76- < div class = "col-md-4 col-12" >
73+ < h1 className = "component-heading" > Our Background and Mission</ h1 >
74+ < div className = "row align-items-center" >
75+ < div className = "row" style = { { textAlign : "left" } } >
76+ < div className = "col-md-4 col-12" >
7777 < p className = "text-md-left text-center mb-md-0" > < span
78- class = "fa fa-question-circle fa-2x mr-1 "
78+ className = "fa fa-question-circle fa-2x mr-1 "
7979 style = { { color : " #22247A" } } > </ span > </ p >
8080 < h2 className = "text-md-left text-center" > What is Codeuino?</ h2 >
8181 < p style = { { textAlign : "justify" } } >
@@ -95,9 +95,9 @@ const LandingPageComponent = () => {
9595 world..
9696 </ p >
9797 </ div >
98- < div class = "col-md-4 col-12 pt-md-0 pt-6" >
98+ < div className = "col-md-4 col-12 pt-md-0 pt-6" >
9999 < p className = "text-md-left text-center mb-md-0" > < span
100- class = "fa fa-user-circle fa-2x mr-1"
100+ className = "fa fa-user-circle fa-2x mr-1"
101101 style = { { color : " #22247A" } } > </ span > </ p >
102102 < h2 className = "text-md-left text-center" > Who we Are?</ h2 >
103103 < p style = { { textAlign : "justify" } } >
@@ -115,9 +115,9 @@ const LandingPageComponent = () => {
115115 networking.
116116 </ p >
117117 </ div >
118- < div class = "col-md-4 col-12 pt-md-0 pt-6" >
118+ < div className = "col-md-4 col-12 pt-md-0 pt-6" >
119119 < p className = "text-md-left text-center mb-md-0" > < span
120- class = "fa fa-check fa-2x mr-1"
120+ className = "fa fa-check fa-2x mr-1"
121121 style = { { color : " #22247A" } } > </ span > </ p >
122122 < h2 className = "text-md-left text-center" > What do we do?</ h2 >
123123 < p style = { { textAlign : "justify" } } >
@@ -139,7 +139,7 @@ const LandingPageComponent = () => {
139139 </ div >
140140 </ div >
141141 </ div >
142- < img alt = "about us graphics" class = "mt-10" src = { poster } style = { { width : "100%" } } />
142+ < img alt = "about us graphics" className = "mt-10" src = { poster } style = { { width : "100%" } } />
143143 </ div >
144144 </ section >
145145 </ React . Fragment >
0 commit comments