diff --git a/src/components/code/ValueItem.astro b/src/components/code/ValueItem.astro new file mode 100644 index 0000000..1c99ed0 --- /dev/null +++ b/src/components/code/ValueItem.astro @@ -0,0 +1,7 @@ +--- +--- + +
  • + + +
  • diff --git a/src/pages/code/index.astro b/src/pages/code/index.astro index 403e22a..f7c7910 100644 --- a/src/pages/code/index.astro +++ b/src/pages/code/index.astro @@ -5,6 +5,7 @@ import Layout from "../../layouts/main.astro"; import Link from "../../components/Link.astro"; import FeaturedRecommendation from "../../components/code/FeaturedRecommendation.astro"; import ProjectCard from "../../components/code/ProjectCard.astro"; +import ValueItem from "../../components/code/ValueItem.astro"; import { getProjectBaseSlug, getProjectsBasePath } from "../../utils/i18n"; import logoTiqa from "../../assets/images/logo-tiqa-blanc.png"; @@ -146,27 +147,12 @@ function formatMonth(dateStr: string) {

    Valeurs & Approche

    -