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
700 B
Markdown
27 lines
700 B
Markdown
---
|
|
layout: home
|
|
navbar: false
|
|
hero:
|
|
name: 'Easy-Vibe'
|
|
text: 'AI Coding Guide from Scratch'
|
|
tagline: 'A new coding paradigm for everyone. Whether you are a PM or a Full Stack Dev, find your AI coding path here.'
|
|
typingTagline:
|
|
- Coding, reimagined.
|
|
- Complexity, simplified.
|
|
- Every step, just right.
|
|
- Think it. Build it.
|
|
- Your pace. AI keeps up.
|
|
- From first character to complete system.
|
|
- Less friction. More creation.
|
|
- This is how coding should feel.
|
|
actions:
|
|
- theme: brand
|
|
text: Start Vibe Together!
|
|
link: /en/stage-0/
|
|
- theme: alt
|
|
text: GitHub
|
|
link: https://github.com/datawhalechina/easy-vibe
|
|
---
|
|
|
|
<HomeFeatures />
|