Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

12 changes: 10 additions & 2 deletions src/components/ProjectCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,26 @@ const { title, description, link, icon, gradient, iconType = 'emoji' } = Astro.p
padding: 0;
font-size: 1.25rem;
font-weight: 700;
color: var(--sl-color-white);
color: var(--sl-color-text);
line-height: 1.4;
}

.project-description {
margin: 0;
padding: 0;
color: var(--sl-color-gray-2);
color: var(--sl-color-gray-6);
line-height: 1.6;
flex-grow: 1;
}

:root[data-theme="dark"] .project-title {
color: var(--banana-ivory-white);
}

:root[data-theme="dark"] .project-description {
color: var(--banana-warm-gray);
}

.project-link {
color: var(--sl-color-accent);
text-decoration: none;
Expand Down
4 changes: 4 additions & 0 deletions src/config/menu.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"name": "Home",
"url": "/"
},
{
"name": "Projects",
"url": "/projects/tracker/"
},
{
"name": "Documentation",
"url": "/docs/quick-start/"
Expand Down
4 changes: 4 additions & 0 deletions src/config/menu.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"name": "Accueil",
"url": "/"
},
{
"name": "Projets",
"url": "/fr/projects/tracker/"
},
{
"name": "Documentation",
"url": "/fr/docs/quick-start/"
Expand Down
20 changes: 10 additions & 10 deletions src/config/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"colors": {
"default": {
"theme_color": {
"primary": "#D76D77",
"body": "#0d0d0d",
"light": "#f6f6f6",
"primary": "#D8B634",
"body": "#0C0C0C",
"light": "#F2F2F2",
"dark": "#151515"
},
"text_color": {
"text": "#999999"
"text": "#B8B8B8"
}
},
"lightmode": {
"theme_color": {
"primary": "#D76D77",
"body": "#fff",
"light": "#181818",
"dark": "#f7f7f7"
"primary": "#F7D438",
"body": "#EDEDED",
"light": "#0E0E0E",
"dark": "#FFFFFF"
},
"text_color": {
"text": "#000"
"text": "#0E0E0E"
}
}
},
Expand All @@ -33,4 +33,4 @@
"scale": "1.15"
}
}
}
}
2 changes: 1 addition & 1 deletion src/content/sections/call-to-action.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: |
Ready to explore <span class='light-text'>Dockit experience? </span>
Ready to explore <span class='light-text'>BananaOps experience? </span>
description: Discover tips, resources, and guidance to maximize experience with our documentation.
enable: true
fill_button:
Expand Down
2 changes: 1 addition & 1 deletion src/content/sections/fr/call-to-action.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: |
Prêt à explorer <span class='light-text'>l'expérience Dockit? </span>
Prêt à explorer <span class='light-text'>l'expérience BananaOps? </span>
description: Découvrez des conseils, des ressources et des guides pour maximiser votre expérience avec notre documentation.
enable: true
fill_button:
Expand Down
Loading
Loading