f5adedf77b
- Replace verbose inline HTML/CSS in multiple language homepages with reusable HomeFeatures component - Simplify hero section taglines and action links across all language versions - Add iOS/Apple style enhancements including glassmorphism effects and refined button animations - Register HomeFeatures component globally in Vue app for consistent usage - Remove redundant translation banners and GitHub star sections to streamline content
18 lines
397 B
Markdown
18 lines
397 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.'
|
|
actions:
|
|
- theme: brand
|
|
text: Start Learning
|
|
link: /en-us/stage-0/
|
|
- theme: alt
|
|
text: Course Outline
|
|
link: /en-us/stage-0/
|
|
---
|
|
|
|
<HomeFeatures />
|