Skip to content

Commit

Permalink
Add new language learning features
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jan 19, 2024
1 parent ba2f95b commit 7401f4b
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 13 deletions.
87 changes: 74 additions & 13 deletions src/lib/data/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,85 @@ import type { Feature } from '$lib/utils/types';

export default [
{
name: 'Markdown Support',
name: '🤖 Learn with AI',
description:
'Blog posts are written in Markdown, a simple and nearly-universal format. This means you can bring over your posts from other platforms, and easily export to another if you want to.',
image: 'images/features/markdown.jpg',
tags: [{ label: 'Powered by MDsveX' }]
'Harness the power of AI to accelerate your language learning journey. Get personalized lessons and feedback.',
image: 'images/features/1.png',
tags: [{ label: 'AI Learning' }, { label: 'Coming Soon', color: 'secondary' }]
},
{
name: 'Themeable',
name: '👥 Language Community',
description: 'Join a community of language learners. Connect, share, and learn together.',
image: 'images/features/2.png',
tags: [{ label: 'Community' }]
},
{
name: '🎙️ Capture Moments, Share Voices',
description:
'Capture and share your language learning moments. Share voice messages to practice pronunciation.',
image: 'images/features/3.png',
tags: [{ label: 'Voice Sharing' }]
},
{
name: '🌙 Night Mode Engage',
description:
'Switch to night mode for a more comfortable reading experience in low light environments.',
image: 'images/features/4.png',
tags: [{ label: 'Night Mode' }]
},
{
name: '🔍 Profile Insights',
description:
'Get insights into your language learning progress and habits directly from your profile.',
image: 'images/features/5.png',
tags: [{ label: 'Insights' }]
},
{
name: '🔒 Your Data, Your Control',
description:
'We respect your privacy. Control what data you share and manage your privacy settings easily.',
image: 'images/features/6.png',
tags: [{ label: 'Privacy' }]
},
{
name: '⚙️ Fine Tune Your Connections',
description:
'Customize your connection preferences to find the perfect language exchange partners.',
image: 'images/features/7.png',
tags: [{ label: 'Customization' }]
},
{
name: '🏅 Badge',
description: 'Earn badges for your achievements and display them on your profile.',
image: 'images/features/8.png',
tags: [{ label: 'Recognition' }]
},
{
name: '💬 Just Chat',
description:
'Experience our user-friendly chat interface. Learning a language has never been this fun and easy.',
image: 'images/features/9.png',
tags: [{ label: 'Chat Interface' }]
},
{
name: '⭐ Rating Evaluation',
description:
'Rate your language exchange partners and receive ratings to help improve the quality of interactions in our community.',
image: 'images/features/10.png',
tags: [{ label: 'Rating System' }, { label: 'Coming Soon', color: 'secondary' }]
},
{
name: '📖 All Open-Sourced',
description:
'You can easily theme the entire website by changing just a few colors in the _themes.scss file.',
image: 'images/features/themeable.jpg',
tags: [{ label: 'Primary Color' }, { label: 'Secondary Color', color: 'secondary' }]
'Our app is completely open-sourced. Join our developer community and contribute to our codebase.',
image: 'images/features/11.png',
tags: [{ label: 'Open Source' }]
},
{
name: 'Well Optimized',
name: '💰 Zero Cost',
description:
'Images are automatically optimized and lazy loaded, to ensure the website loads as fast as possible regardless of connection speed.',
image: 'images/features/optimized.jpg',
tags: [{ label: 'Powered by Image Transmutation' }]
'Experience our comprehensive language learning features at zero cost. Absolutely no hidden charges or in-app purchases.',
image: 'images/features/12.png',
tags: [{ label: 'Free' }]
}
] as Feature[];
] as Feature[];
Binary file added static/images/features/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/features/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7401f4b

Please sign in to comment.