diff --git a/src/components/AboutCard/MainCard.js b/src/components/AboutCard/MainCard.js index 4aed9c93..ad6d36ed 100644 --- a/src/components/AboutCard/MainCard.js +++ b/src/components/AboutCard/MainCard.js @@ -9,6 +9,7 @@ const useStyles = makeStyles(theme => ({ padding: 0 }, card: { + minHeight: '628px', backgroundColor: '#EEF5FF', borderRadius: '10px', padding: '50px 30px' diff --git a/src/components/AboutCard/SubCard.js b/src/components/AboutCard/SubCard.js index 8fbf3388..c73306d8 100644 --- a/src/components/AboutCard/SubCard.js +++ b/src/components/AboutCard/SubCard.js @@ -1,5 +1,5 @@ import React from 'react'; -import { Grid, Typography, makeStyles } from '@material-ui/core'; +import { Grid, Typography, makeStyles, Box } from '@material-ui/core'; const useStyles = makeStyles(theme => ({ root: { @@ -20,14 +20,16 @@ const SubCard = ({ point }) => { return ( - Select file + title-img + + {`${point.contentTitle} :`} + {` `} {point.content} diff --git a/src/views/pages/HomeView/CTA.js b/src/views/pages/HomeView/CTA.js index 16c1be7d..21616c18 100755 --- a/src/views/pages/HomeView/CTA.js +++ b/src/views/pages/HomeView/CTA.js @@ -50,7 +50,11 @@ const useStyles = makeStyles(theme => ({ }, primeBtn: { backgroundColor: '#A60000', - color: '#ffffff' + color: '#ffffff', + '&:hover': { + backgroundColor: '#A60000', + opacity: '0.8', + } }, secondaryBtn: { borderColor: '#A60000', diff --git a/src/views/pages/HomeView/Events.js b/src/views/pages/HomeView/Events.js index dc52cb96..532e5e9c 100755 --- a/src/views/pages/HomeView/Events.js +++ b/src/views/pages/HomeView/Events.js @@ -3,7 +3,6 @@ import PropTypes from 'prop-types'; import clsx from 'clsx'; import { - Link, Box, Button, Container, @@ -63,6 +62,10 @@ const useStyles = makeStyles((theme) => ({ [theme.breakpoints.down('sm')]: { width: '100%', marginBottom: '20px' + }, + '&:hover': { + backgroundColor: '#000', + opacity: '0.8', } }, btn: { @@ -192,18 +195,8 @@ function Events({ className, ...rest }) { - Our Youtube Channel for - - {` Previous Webinars`} - - + Our Youtube Channel for Upcoming Webinars + diff --git a/src/views/pages/HomeView/Hero.js b/src/views/pages/HomeView/Hero.js index 1045880a..e6073dd7 100755 --- a/src/views/pages/HomeView/Hero.js +++ b/src/views/pages/HomeView/Hero.js @@ -55,12 +55,15 @@ const useStyles = makeStyles(theme => ({ hide: { display: 'none' }, - Button: { + btn: { backgroundColor: '#A60000', color: '#ffffff', textTransform: 'capitalize', [theme.breakpoints.down('sm')]: { width: '100%' + }, + '&:hover': { + backgroundColor: 'rgba(166, 0, 0, 0.8)', } } })); @@ -81,11 +84,10 @@ function Hero({ className, ...rest }) { className={clsx(classes.extraPadding, className)} > - Welcome to + Learn for Cause Code for Cause @@ -109,7 +111,7 @@ function Hero({ className, ...rest }) {