-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (63 loc) · 2.83 KB
/
index.html
File metadata and controls
67 lines (63 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Launch your app with style! Download for Android and iOS.">
<meta name="author" content="Language Translator Pro Team">
<title>Language Translator Pro - Launch</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<header id="hero">
<div class="container">
<div class="content">
<h1>Welcome to <span>Language Translator Pro</span></h1>
<p>Your ultimate language companion for real-time translations and communication.</p>
<a href="https://www.mediafire.com/file/k1p5btvojf7zo10/app-release.apk/file" class="btn primary">Download Now</a>
</div>
<img src="language-translator-mockup.png" alt="Language Translator Pro Mockup" class="mockup">
</div>
</header>
<section id="features">
<div class="container">
<h2>Key Features</h2>
<div class="features-grid">
<div class="feature-item">
<i class="icon feature-icon">🌍</i>
<h3>Real-Time Translation</h3>
<p>Translate conversations seamlessly in over 100 languages.</p>
</div>
<div class="feature-item">
<i class="icon feature-icon">🎙️</i>
<h3>Speech-to-Text</h3>
<p>Convert spoken words into text for instant translations.</p>
</div>
<div class="feature-item">
<i class="icon feature-icon">📷</i>
<h3>Image Translation</h3>
<p>Translate text from images using our advanced OCR technology.</p>
</div>
</div>
</div>
</section>
<section id="download">
<div class="container">
<h2>Get the App Now</h2>
<p>Available on Android and iOS. Start translating the world today!</p>
<div class="download-buttons">
<a href="https://www.mediafire.com/file/k1p5btvojf7zo10/app-release.apk/file" class="btn android">Download for Android</a>
<a href="#" class="btn ios">Download for iOS</a>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2025 Language Translator Pro Team. All rights reserved. | <a href="#">Privacy Policy</a></p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>