diff --git a/src/App.css b/src/App.css index 05c35af..23ac9cd 100644 --- a/src/App.css +++ b/src/App.css @@ -61,8 +61,10 @@ border-radius: 0.25rem; border-style: solid; border-color: #38A3BD; + background-color: white; color: #38A3BD; display: inline-block; + cursor: pointer; } .clickable-link { diff --git a/src/components/ArticleList.tsx b/src/components/ArticleList.tsx index 585d2d1..a77eb4c 100644 --- a/src/components/ArticleList.tsx +++ b/src/components/ArticleList.tsx @@ -49,7 +49,7 @@ export default function ArticleList() {
{!reachedEnd ? (
- +

{article.title}

- - {article.publish_date} - {article.author || 'No author'} - + {article.publish_date} +
+ {article.author || 'No author'}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c6ce887..a676f3f 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -16,7 +16,6 @@ export default function Footer() { src='/images/footer-banner.png' alt='Footer Banner' /> -
{footer.columns.map((col) => { return ( diff --git a/src/components/Mission.tsx b/src/components/Mission.tsx index 2106663..8e1e4a2 100644 --- a/src/components/Mission.tsx +++ b/src/components/Mission.tsx @@ -1,3 +1,5 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; import '../css/mission.css'; import useMission from '../hooks/useMission'; @@ -10,11 +12,10 @@ export default function Mission() { return (
-

Mission

-

{mission.mission}

-

Vision

-

{mission.vision}

-
{mission.quote_text}
+

“{mission.vision}”

+ + Our Mission +
); diff --git a/src/css/article.css b/src/css/article.css index 464d886..fd461e9 100644 --- a/src/css/article.css +++ b/src/css/article.css @@ -1,8 +1,3 @@ -.load-more-button { - font-weight: 300; - text-transform: uppercase; -} - .article-list { display: flex; flex-direction: column; diff --git a/src/css/mission.css b/src/css/mission.css index cf6e481..8e79532 100644 --- a/src/css/mission.css +++ b/src/css/mission.css @@ -2,6 +2,14 @@ padding: 0px 20px; } +.mission-landing-page-text { + font-family: 'Arapey'; + font-size: 33px; + font-style: italic; + font-weight: 500; + line-height: 44px; +} + .mission-header { font-size: 1.25rem; font-weight: bold; diff --git a/src/pages/involved.tsx b/src/pages/involved.tsx index 7111db2..3a9e021 100644 --- a/src/pages/involved.tsx +++ b/src/pages/involved.tsx @@ -17,17 +17,19 @@ export default function GetInvolved() { return (
-

SGA Calendar

+

SGA Calendar