Skip to content

feat: rebrand from KCD to Cloud Native Provence with functional brand guidelines#83

Merged
neilime merged 1 commit intomainfrom
copilot/rebrand-landing-page
Jan 24, 2026
Merged

feat: rebrand from KCD to Cloud Native Provence with functional brand guidelines#83
neilime merged 1 commit intomainfrom
copilot/rebrand-landing-page

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 23, 2026

Rebrand the landing page from "Kubernetes Community Day" terminology to "Cloud Native Provence" and update event details.

Branding & Terminology

  • Replaced "KCD" and "Kubernetes Community Day" with "Cloud Native Provence" throughout
  • Removed all CNCF references, links, and promotional content
  • Updated footer and metadata

Event Details

  • Date: September 17, 2026 → December 10, 2026 (including countdown component)
  • Removed Maxime Calves from core team
  • Replaced CNCF promotional section with CFP "coming soon" section

Sponsoring

  • Added contact section with sponsors@cloudnative-provence.fr
  • Added placeholder sections for sponsoring materials (EN/FR PDFs, marked as coming soon)

Blog Removal

  • Disabled blog in config.yaml (isEnabled: false)
  • Removed blog navigation links
  • Removed blog footer links

Style Guidelines Update

  • New Color Palette:
    • Primary: #004e91
    • Secondary: #4E3A75
    • Secondary Lighter: #8B79B9
    • Accent: #46A5CB
  • Typography: Switched from Inter Variable to Montserrat font (weights: 400, 500, 600, 700)
  • Updated all CSS variables and font imports

Brand Guidelines Page

  • New page created: /brand-guidelines
  • Complete color palette showcase with HEX/RGB values and usage descriptions
  • Typography examples demonstrating Montserrat font styles
  • Functional logo downloads with visual download cards for all formats:
    • Logo Primary (SVG & PNG)
    • Logo White for dark backgrounds (SVG & PNG)
    • Icon only versions (SVG & PNG)
  • Download links use getAsset() helper for correct URL resolution
  • Usage guidelines covering spacing, sizing, colors, and best practices
  • Added to main navigation and footer

Brand Guidelines - Color Palette

Brand Guidelines - Logo Downloads

Files Changed

Configuration: config.yaml, package.json, README.md, navigation.ts
Style: CustomStyles.astro, Layout.astro
Pages: index.astro, about.astro, sponsoring.astro, brand-guidelines.astro (new), privacy.md, terms.md
Assets: Logo files available in public/logos/ directory (logo-primary.svg/png, logo-white.svg/png, logo-icon.svg/png)

Testing

  • ✅ Linter passes with 0 errors, 0 warnings, 0 hints
  • ✅ All logo download links functional with correct asset paths
  • ✅ Responsive design maintained across all screen sizes
  • ✅ Dark mode support verified
Original prompt

This section details on the original issue you should resolve

<issue_title>rebranding</issue_title>
<issue_description>We need to rebrand the current landing page.
Since the last commits, some fundamental things have changed:

  • We are not using the KCD term anymore
  • the targeted date is 10th december 2026
  • Maxime Calves is not a member of the core team anymore
  • We need to add a sponsoring part where the contact address is sponsors@cloudnative-provence.fr. This section will also provide a way to dowload sponsoring materials (PDFs) in EN and FR
  • We need to add a CFP section saying "coming soon."
  • We don't need any blog section
  •  The logo has changed (we will provide it)
  • We must strip any links with CNCF
    </issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Rebrand the current landing page for new specifications Rebrand from KCD to Cloud Native Provence Jan 23, 2026
Copilot AI requested a review from neilime January 23, 2026 10:24
@neilime neilime force-pushed the copilot/rebrand-landing-page branch from 7f3bb37 to 5ca91ab Compare January 24, 2026 07:40
@neilime neilime marked this pull request as ready for review January 24, 2026 07:40
@neilime neilime changed the title Rebrand from KCD to Cloud Native Provence feat: rebrand from KCD to Cloud Native Provence Jan 24, 2026
Copy link
Copy Markdown
Member

@neilime neilime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot style guidlines have changed:

  • Primary color: #004e91
  • Secondary color: #4E3A75
  • Secondary color (lighter): #8B79B9
  • Accent color: ##46A5CB

Font: Montserrat

  1. Adapt style to repsect this new guideline
  2. Create a new page: BrandGuideline - describe style constraint, allows user to dowload logos in various format

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jan 24, 2026

@copilot style guidlines have changed:

  • Primary color: #004e91...

Done! ✅ Style guidelines updated and Brand Guidelines page created.

Changes implemented in commit 773e3e2:

  1. New Color Palette Applied:

    • Primary: #004e91
    • Secondary: #4E3A75
    • Secondary Lighter: #8B79B9
    • Accent: #46A5CB
  2. Typography Updated:

    • Switched from Inter Variable to Montserrat
    • Font weights 400, 500, 600, 700 included
  3. New Page Created: /brand-guidelines

    • Color palette showcase with HEX/RGB values
    • Typography examples
    • Logo download section (placeholders ready for actual files)
    • Usage guidelines and best practices
    • Added to navigation and footer

The new brand guidelines are live and accessible at the "Charte Graphique" menu item.

Brand Guidelines Preview

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/landing-page/landing-page/application/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title feat: rebrand from KCD to Cloud Native Provence feat: rebrand from KCD to Cloud Native Provence with new brand guidelines Jan 24, 2026
Copilot AI requested a review from neilime January 24, 2026 07:57
@neilime neilime force-pushed the copilot/rebrand-landing-page branch 2 times, most recently from a339fd3 to 2d1a96c Compare January 24, 2026 08:30
Copy link
Copy Markdown
Member

@neilime neilime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot handle feedbacks

Comment thread application/src/pages/brand-guidelines.astro Outdated
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jan 24, 2026

@copilot handle feedbacks

Feedback addressed! ✅

Updated the brand guidelines page to use the actual logo files from application/public/logos/. All download links are now functional with visual cards for each logo format. See commit 8a7ec9a.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/landing-page/landing-page/application/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title feat: rebrand from KCD to Cloud Native Provence with new brand guidelines feat: rebrand from KCD to Cloud Native Provence with functional brand guidelines Jan 24, 2026
Copilot AI requested a review from neilime January 24, 2026 08:40
@neilime neilime force-pushed the copilot/rebrand-landing-page branch 2 times, most recently from 54810ff to 112496f Compare January 24, 2026 09:06
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the copilot/rebrand-landing-page branch from 112496f to 754c1ac Compare January 24, 2026 12:01
@neilime neilime merged commit f4e7acf into main Jan 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rebranding

2 participants