c8b68e5139
- Change primary hero button text from "Start Learning" to "Start Vibe Together!" across all language versions to align with project branding - Update online reading links in README files to point to /welcome.html for better user onboarding - Enhance WelcomeScreen.vue with improved animation timing and spacing - Add dynamic SVG wordmark to homepage hero section for visual appeal - Implement animated color transition for top promo bar - Remove testing guidelines comment in AGENTS.md as placeholder - Adjust feature card styling with increased min-height and icon sizes
27 lines
752 B
Markdown
27 lines
752 B
Markdown
---
|
|
layout: home
|
|
navbar: false
|
|
hero:
|
|
name: 'Easy-Vibe'
|
|
text: 'Guide de Codage IA à partir de Zéro'
|
|
tagline: 'Un nouveau paradigme de codage pour tous. Que vous soyez PM ou développeur Full Stack, trouvez votre voie de codage IA ici.'
|
|
typingTagline:
|
|
- Le coding, réinventé.
|
|
- La complexité, simplifiée.
|
|
- Chaque étape, juste ce qu'il faut.
|
|
- Pensez. Créez.
|
|
- Votre rythme. L'IA suit.
|
|
- Du premier caractère au système complet.
|
|
- Moins de friction. Plus de création.
|
|
- C'est ainsi que le coding devrait être.
|
|
actions:
|
|
- theme: brand
|
|
text: Commencer à vibe ensemble !
|
|
link: /fr-fr/stage-0/
|
|
- theme: alt
|
|
text: Plan du Cours
|
|
link: /fr-fr/stage-0/
|
|
---
|
|
|
|
<HomeFeatures />
|