-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGet_Started.html
More file actions
58 lines (53 loc) · 1.83 KB
/
Get_Started.html
File metadata and controls
58 lines (53 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get Started - RetroUse</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="BodyGS" id="bodyGS">
<header class="header">
<div class="container header-inner">
<h1 class="logo">
<img src="RetroUse-NavLogo.png" alt="NavLogo"> RetroUse
</h1>
<nav class="nav">
<img src="Dark.svg" alt="Switch" class="SwitchDM" id="SwitchDMGS" onclick="toggleDarkModeGS()">
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero small-hero">
<div class="container">
<h2>Get Started with RetroUse</h2>
<p>Follow the steps below to set up and start using RetroUse.</p>
</div>
</section>
<!-- Instructions Section -->
<section class="sectionGS" id="sectionGS">
<div class="containerB">
<h2>Setup Instructions</h2>
<ol class="steps">
<li>Download the RetroUse app using the button below.</li>
<li>Visit Google Cloud and create/get your Gemini API key.</li>
<li>Open RetroUse → paste your API key when prompted.</li>
<li>Choose an option: <strong>Recycle, Reuse, Reduce, ReEarth</strong>.</li>
<li>Start scanning and saving the Earth! 🌍</li>
</ol>
<div class="download-box">
<h3>Download RetroUse</h3>
<p>Click below to download the latest version (v1.0.1).</p>
<a href="#RetroUse-v1.0.1.apk" class="btn download-btn">Download under construction</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<p>fake © 2025 RetroUse | For Earth’s Sake</p>
</footer>
<!-- External JavaScript -->
<script src="script.js"></script>
</body>
</html>