From 0a0f7c7554efa77003f96ba8f0ee65c15a2fde36 Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:58:30 +0400 Subject: [PATCH] CORE-4825 new posi title (#1099) (#1100) --- data/home.yml | 2 ++ pages/index.jsx | 9 +++++++++ pages/index.module.scss | 27 ++++++++++++++++++++++++++- public/images/posi.svg | 18 ++++++++++++++++++ 4 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 public/images/posi.svg diff --git a/data/home.yml b/data/home.yml index d190522a..c5061398 100644 --- a/data/home.yml +++ b/data/home.yml @@ -46,6 +46,8 @@ features: join: title: Join CORE + subTitle: An open scholarly infrastructure for researchers by researchers + subPart: Committed to the [POSI](https://openscholarlyinfrastructure.org/posse/) children: - caption: Become a data provider action: '/benefits' diff --git a/pages/index.jsx b/pages/index.jsx index 8829d9a2..0938c3d9 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -2,6 +2,7 @@ import React, { useState } from 'react' import { Carousel, Button, Card } from '@oacore/design/lib' import { classNames } from '@oacore/design/lib/utils' +import posi from '../public/images/posi.svg' import styles from './index.module.scss' import Testimonial from '../components/testimonial' @@ -135,6 +136,14 @@ const IndexPage = () => {

{page.join.title}

+
+ posi +
+ {page.join.subTitle} + | + {page.join.subPart} +
+
{page.join.children.map(({ caption, url, picture }) => ( + + + + + + + + + + + + + + + + +