diff --git a/data/endorsements.yml b/data/endorsements.yml index 2dfd01b2..9e69cf69 100644 --- a/data/endorsements.yml +++ b/data/endorsements.yml @@ -514,11 +514,16 @@ organizations: name: Interac url: https://www.interac.ca/en logo: interac.png -- &gramarly - id: gramarly - name: Gramarly - url: https://app.grammarly.com/ - logo: grammarly.png +#- &gramarly +# id: gramarly +# name: Gramarly +# url: https://app.grammarly.com/ +# logo: grammarly.png +- &tech-dico + id: tech-dico + name: TechDico + url: https://www.techdico.com/ + logo: logo_TechDico.png - &ezassi id: ezassi name: Ezassi @@ -870,7 +875,8 @@ sections: organizations: title: Companies who work with us items: - - *gramarly +# - *gramarly + - *tech-dico - *naver - *nvidia - *caktus @@ -897,7 +903,6 @@ sections: - *audemicr - *naverTest - *lean-library - - *tech-dico - *oxisco - *consensus - *flowcite diff --git a/data/home.yml b/data/home.yml index c5061398..2b14ce67 100644 --- a/data/home.yml +++ b/data/home.yml @@ -157,8 +157,10 @@ users: alt: "nvidia" - img: /images/logos/anthropic.svg alt: "anthropic" - - img: /images/logos/grammarly.svg - alt: "grammarly" + - img: /images/logos/logo_TechDico.png + alt: "TechDico" +# - img: /images/logos/grammarly.svg +# alt: "grammarly" - img: /images/logos/lean.svg alt: "lean" - img: /images/logos/naver.svg diff --git a/pages/index.jsx b/pages/index.jsx index 7c4c916d..0d1311b8 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -220,15 +220,17 @@ const IndexPage = () => {
{item.userList.items.map((slide) => ( - logo +
+ logo +
))}
diff --git a/pages/index.module.scss b/pages/index.module.scss index 97183ef8..753b397b 100644 --- a/pages/index.module.scss +++ b/pages/index.module.scss @@ -305,13 +305,20 @@ display: flex; justify-content: space-between; gap: 35px; + align-items: center; } - .carousel-item { + .carousel-item-wrapper { border: 1px solid #b75400; - width: 212px; + background: #fff; height: 104px; + display: flex; + flex-direction: column; + justify-content: center; + } + .carousel-item { + width: 212px; + max-height: 104px; padding: 16px; - background: #fff; } .carousel-item-unset { padding: 0;