diff --git a/client/src/components/settings/certification.css b/client/src/components/settings/certification.css index 2f948e3e15..d63926322c 100644 --- a/client/src/components/settings/certification.css +++ b/client/src/components/settings/certification.css @@ -11,3 +11,12 @@ #certifcation-settings .project-title > a { line-height: 40px; } + +.table>thead>tr>th, +.table>tbody>tr>th, +.table>tfoot>tr>th, +.table>thead>tr>td, +.table>tbody>tr>td, +.table>tfoot>tr>td { + border: none; +} diff --git a/client/src/pages/about.js b/client/src/pages/about.js index 1fb85889cc..07eaf5f9a6 100644 --- a/client/src/pages/about.js +++ b/client/src/pages/about.js @@ -1,21 +1,6 @@ import React, { Fragment } from 'react'; import Helmet from 'react-helmet'; -import { Grid, Col, Row, Table } from '@freecodecamp/react-bootstrap'; -import FontAwesomeIcon from '@fortawesome/react-fontawesome'; -import { - faLinkedin, - faGithub, - faTwitter, - faYoutube, - faMedium, - faFacebook -} from '@fortawesome/free-brands-svg-icons'; -import { - faLock, - faBalanceScale, - faUniversity, - faBook -} from '@fortawesome/free-solid-svg-icons'; +import { Grid, Col, Row } from '@freecodecamp/react-bootstrap'; import { Link, Spacer } from '../components/helpers'; @@ -221,117 +206,6 @@ const AboutPage = () => { - - -

Helpful Links

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Our YouTube channel - -
- - - - Our GitHub organization - -
- - - - Our LinkedIn university page - -
- - - - Our Medium publication - -
- - - - Our Twitter feed - -
- - - - Our Facebook page - -
- - - Our privacy policy -
- - - Our code of conduct -
- - - - Our academic honesty policy - -
- - - Our terms of service -
- -
); diff --git a/client/src/pages/common-pages.css b/client/src/pages/common-pages.css index 22d9c7a4c3..f2b2efe143 100644 --- a/client/src/pages/common-pages.css +++ b/client/src/pages/common-pages.css @@ -1,14 +1,3 @@ .questions > h4 { font-size: 1.25rem; } - -.table>thead>tr>th, -.table>tbody>tr>th, -.table>tfoot>tr>th, -.table>thead>tr>td, -.table>tbody>tr>td, -.table>tfoot>tr>td { - border: none; - font-size: 1.25rem; - font-weight: bold; -}