-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (219 loc) · 11.1 KB
/
Copy pathindex.html
File metadata and controls
240 lines (219 loc) · 11.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LingLang - Learn Languages Through Conversation | Coming Soon</title>
<meta name="description" content="Practice real conversations with AI. LingLang adapts to your level and helps you speak naturally in any language.">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='75' font-size='75'%3E💬%3C/text%3E%3C/svg%3E">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="LingLang - Learn Languages Through Conversation">
<meta property="og:description" content="Practice real conversations with AI that adapts to your level">
<meta property="og:type" content="website">
<meta property="og:url" content="https://linglang.app">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="LingLang - Learn Languages Through Conversation">
<meta name="twitter:description" content="Practice real conversations with AI that adapts to your level">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Background Animation -->
<div class="background-animation">
<div class="graph-node node-1"></div>
<div class="graph-node node-2"></div>
<div class="graph-node node-3"></div>
<div class="graph-node node-4"></div>
<div class="graph-node node-5"></div>
<div class="graph-node node-6"></div>
<div class="graph-connection connection-1"></div>
<div class="graph-connection connection-2"></div>
<div class="graph-connection connection-3"></div>
<div class="graph-connection connection-4"></div>
</div>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<nav class="navbar">
<div class="logo">
<span class="logo-icon">💬</span>
<span class="logo-text">LingLang</span>
</div>
<div class="nav-links">
<span class="nav-status">Coming Soon</span>
</div>
</nav>
<!-- Main Content -->
<div class="main-content">
<!-- Left Side - Hero Content -->
<div class="hero-section">
<div class="hero-content">
<div class="badge">Conversational AI</div>
<h1 class="hero-title">
Learn Languages by
<span class="gradient-text">Actually Talking</span>
</h1>
<p class="hero-description">
Stop memorizing vocab lists. Start having real conversations.
LingLang is an AI that chats with you in any language, adapts to your skill level,
and helps you practice speaking naturally from day one.
</p>
<!-- Key Points -->
<div class="key-points">
<div class="key-point">
<span class="point-icon">→</span>
<span class="point-text">Have actual conversations, not flashcard drills</span>
</div>
<div class="key-point">
<span class="point-icon">→</span>
<span class="point-text">AI adjusts difficulty as you improve</span>
</div>
<div class="key-point">
<span class="point-icon">→</span>
<span class="point-text">Practice anytime, no scheduling needed</span>
</div>
</div>
<!-- Self-hosted notice -->
<div class="hosting-info">
<p class="hosting-text">
Self-hosted version planned • Keep your data private
</p>
</div>
<!-- Email Signup -->
<div class="signup-container">
<form id="signupForm" class="signup-form">
<input
type="email"
id="emailInput"
class="email-input"
placeholder="your@email.com"
required
aria-label="Email address"
>
<button type="submit" class="cta-button">
<span class="button-text">Get notified</span>
<svg class="button-icon" width="16" height="16" viewBox="0 0 20 20" fill="none">
<path d="M7 10H13M13 10L10 7M13 10L10 13" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
</form>
<p id="signupMessage" class="signup-message"></p>
<p class="signup-note">We'll let you know when it's ready to try</p>
</div>
</div>
</div>
<!-- Right Side - Chat Preview -->
<div class="app-preview">
<div class="chat-preview-label">See it in action:</div>
<div class="phone-mockup">
<div class="phone-screen">
<div class="chat-header">
<div class="chat-avatar">AI</div>
<div class="chat-info">
<span class="chat-name">Spanish Practice</span>
<span class="chat-status">• Online</span>
</div>
</div>
<div class="chat-messages">
<div class="message ai">
<div class="message-bubble">
Hey! Want to practice ordering food in Spanish? I'll be the waiter.
</div>
</div>
<div class="message user">
<div class="message-bubble">
Sure! Let's try it
</div>
</div>
<div class="message ai">
<div class="message-bubble">
¡Hola! ¿Qué le gustaría ordenar hoy?
</div>
</div>
<div class="message user">
<div class="message-bubble">
Hmm... quiero un sandwich de pollo, por favor
</div>
</div>
<div class="message ai">
<div class="message-bubble">
Perfect! That was very natural. Quick tip: You could also say "Quisiera..." for "I would like" - sounds a bit more polite in restaurants.
</div>
<div class="ai-feedback">
<span class="feedback-badge">Good grammar</span>
<span class="feedback-badge">Natural flow</span>
</div>
</div>
<div class="typing-indicator">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="chat-input">
<input type="text" placeholder="Type your response..." disabled>
<button class="send-button" disabled>
<svg width="16" height="16" viewBox="0 0 20 20" fill="none">
<path d="M2 10L8 4L14 10M8 4V16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" transform="rotate(90 10 10)"/>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<section class="features">
<h2 class="features-title">Why conversation works better</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">Chat</div>
<h3 class="feature-title">Practice Real Scenarios</h3>
<p class="feature-description">
Order food, ask for directions, make small talk. Practice situations you'll actually use.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">Learn</div>
<h3 class="feature-title">Mistakes Are Learning</h3>
<p class="feature-description">
The AI gives gentle corrections and explains why, helping you improve naturally.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">Level</div>
<h3 class="feature-title">Adapts to You</h3>
<p class="feature-description">
Start as a complete beginner or jump to advanced topics. It meets you where you are.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">Time</div>
<h3 class="feature-title">Your Schedule</h3>
<p class="feature-description">
No classes to attend or partners to coordinate with. Practice whenever you want.
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<p class="footer-text">© 2024 LingLang</p>
<div class="footer-links">
<a href="#" class="footer-link">Privacy</a>
<a href="#" class="footer-link">About</a>
<a href="#" class="footer-link">Contact</a>
</div>
</div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>