diff --git a/data/home.yml b/data/home.yml index 45aa23d8..cd1096cd 100644 --- a/data/home.yml +++ b/data/home.yml @@ -132,7 +132,7 @@ partnerProjects: - logo: /images/partners/ukcorr.png users: - title: | - **Companies** using CORE + [Companies](/about/endorsements#enterprise-companies) using CORE testimonial: id: gareth-malcolm content: | @@ -156,9 +156,9 @@ users: alt: "naver" action: caption: Show all - url: '/about/endorsements' + url: '/about/endorsements#enterprise-companies' - title: | - **Academic** institution using CORE + [Academic](/about/endorsements#academic-institutions) institution using CORE testimonial: id: kathleen-shearer content: | @@ -183,9 +183,9 @@ users: full: true action: caption: Show all - url: '/about/endorsements' + url: '/about/endorsements#academic-institutions' - title: | - **Partner** projects + [Partner](/about/endorsements#partner-projects) projects testimonial: id: ben-johnson content: | @@ -214,7 +214,7 @@ users: background: true action: caption: Show all - url: '/about/endorsements' + url: '/about/endorsements#partner-projects' covid-19-notice: | Stay up to date with the latest Open Access research diff --git a/pages/index.jsx b/pages/index.jsx index 88369340..df02d9e7 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -13,7 +13,6 @@ import { JoinItem, TestimonialList, TestimonialItem, - TestimonialCard, ServicesList, ServiceItem, Layout, @@ -88,19 +87,6 @@ const Hero = ({ ) -const PartnerProjectsList = () => ( - -) - const IndexPage = () => { const [searchValue, setSearchValue] = useState('') @@ -190,19 +176,6 @@ const IndexPage = () => { -
-

{page.partnerProjects.title}

- -
- -
-
{page.users.map((item) => ( diff --git a/pages/index.module.scss b/pages/index.module.scss index 18771085..bff03010 100644 --- a/pages/index.module.scss +++ b/pages/index.module.scss @@ -217,7 +217,7 @@ display: flex; justify-content: space-between; gap: 35px; - margin-bottom: 24px; + margin-bottom: 32px; .testimonial-item { width: 75%; } @@ -229,8 +229,12 @@ font-weight: 500; line-height: 130%; cursor: unset; - &:hover { + a { text-decoration: none; + color: #b75400; + &:hover { + text-decoration: none; + } } } }