diff --git a/src/views/pages/CLView/CLViewData.js b/src/views/pages/CLView/CLViewData.js
index 929fb020..5e941ef4 100644
--- a/src/views/pages/CLView/CLViewData.js
+++ b/src/views/pages/CLView/CLViewData.js
@@ -21,3 +21,23 @@ export const benefits = [
detail: 'Connect with our mentors and Industry experts linked with us.'
}
];
+
+export const values = [
+ {
+ id: '1',
+ detail: 'He/she shall be entusiastic about going social and build & contribute for the community'
+ },
+ {
+ id: '2',
+ detail:
+ 'A Leader shall always have a way of talking people out from problems and leading them to do that for others too'
+ },
+ {
+ id: '3',
+ detail: 'He/she should be connecting to the resources available in community that might help in building a better & more helpful community'
+ },
+ {
+ id: '4',
+ detail: 'Connect with our mentors and Industry experts linked with us.'
+ }
+];
diff --git a/src/views/pages/CLView/Hero.js b/src/views/pages/CLView/Hero.js
index 37ab8b2e..b69cd5f4 100755
--- a/src/views/pages/CLView/Hero.js
+++ b/src/views/pages/CLView/Hero.js
@@ -10,13 +10,11 @@ import {
makeStyles
} from '@material-ui/core';
-const background = 'linear-gradient(270.72deg, #180255 0.25%, #000000 97.54%)';
const useStyles = makeStyles(theme => ({
root: {
minHeight: '350px',
color: '#FFF',
- background,
padding: '100px 70px',
[theme.breakpoints.down('md')]: {
paddingLeft: 15,
@@ -48,7 +46,7 @@ function Hero({ className, ...rest }) {
const classes = useStyles();
return (
-
+
Campus Leaders
diff --git a/src/views/pages/CLView/ProcessSteppers.js b/src/views/pages/CLView/ProcessSteppers.js
index e0846c8e..3b6ad910 100644
--- a/src/views/pages/CLView/ProcessSteppers.js
+++ b/src/views/pages/CLView/ProcessSteppers.js
@@ -6,9 +6,10 @@ import Stepper from '@material-ui/core/Stepper';
import Step from '@material-ui/core/Step';
import StepLabel from '@material-ui/core/StepLabel';
import Check from '@material-ui/icons/Check';
-import SettingsIcon from '@material-ui/icons/Settings';
-import GroupAddIcon from '@material-ui/icons/GroupAdd';
-import VideoLabelIcon from '@material-ui/icons/VideoLabel';
+import ListAltIcon from '@material-ui/icons/ListAlt';
+import PeopleIcon from '@material-ui/icons/People';
+import VideocamIcon from '@material-ui/icons/Videocam';
+import AssignmentTurnedInIcon from '@material-ui/icons/AssignmentTurnedIn';
import StepConnector from '@material-ui/core/StepConnector';
const useQontoStepIconStyles = makeStyles({
@@ -47,8 +48,8 @@ function QontoStepIcon(props) {
{completed ? (
) : (
-
- )}
+
+ )}
);
}
@@ -116,10 +117,12 @@ function ColorlibStepIcon(props) {
const { active, completed } = props;
const icons = {
- 1: ,
- 2: ,
- 3: ,
- 4:
+ 1: ,
+
+ // 1: ,
+ 2: ,
+ 3: ,
+ 4:
};
return (
diff --git a/src/views/pages/CLView/StandFor.js b/src/views/pages/CLView/StandFor.js
index c867ddb2..58ff468f 100644
--- a/src/views/pages/CLView/StandFor.js
+++ b/src/views/pages/CLView/StandFor.js
@@ -15,16 +15,16 @@ const useStyles = makeStyles(theme => ({
root: {
background: '#FFF',
paddingTop: 80,
- paddingBottom: 60,
+ paddingBottom: 80,
paddingLeft: 70,
paddingRight: 70,
[theme.breakpoints.down('md')]: {
paddingLeft: 15,
- paddingRight: 15
+ paddingRight: 15,
}
},
extraPadding: {
- padding: '0 70px 0px 0px',
+ padding: '0 35px',
textAlign: 'justify',
[theme.breakpoints.down('sm')]: {
padding: '0'
@@ -64,6 +64,12 @@ const useStyles = makeStyles(theme => ({
listPointers: {
fontSize: '45px',
marginRight: '5px'
+ },
+ extraMargin: {
+ marginTop: '50px',
+ [theme.breakpoints.down('md')]: {
+ marginTop: '30px',
+ }
}
}));
@@ -82,7 +88,20 @@ function StandsFor({ className, ...rest }) {
>
What Does the Campus Leader Stands For
-
+
+
+
+
+
+

+
+
+
+
+
-
+
He/she shall be entusiastic about going social and build &
contribute for the community- An Initiative taker
-
+
A Leader shall always have a way of talking people out from
problems and leading them to do that for others too{' '}
- A Community Builder
-
+
He/she should be connecting to the resources available in
community that might help in building a better & more
helpful community - A Resource Seeker
-
+
Most sought after value - an effort maker and giving
peronality - An Investor
@@ -129,18 +148,6 @@ function StandsFor({ className, ...rest }) {
-
-
-
-
-

-
-
-
-