-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (59 loc) · 2.83 KB
/
index.html
File metadata and controls
67 lines (59 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">
<title>Aton4ST</title>
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<!-- Particles Background -->
<canvas id="particles"></canvas>
<header>
<img src="img/aton4stlogo.jpg" alt="Aton4ST Logo" class="logo">
<button class="menu-toggle">☰</button>
<nav>
<ul>
<li><a href="#introduction">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="demo.html">Demo</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="card">
<h1>Welcome to Aton4ST</h1>
<p>Aton4ST is an innovative, AI-powered web platform designed to make Earth observation and space science data accessible to everyone. Our mission is to empower individuals, researchers, and organizations with intuitive tools to analyze climate and space data, fostering global understanding and actionable insights.</p>
<p>By bridging advanced AI technologies with sustainability goals, Aton4ST is transforming complex datasets into meaningful, actionable knowledge.</p>
</div>
<div class="card">
<h2>Key Features</h2>
<ul>
<li><strong>Climate Data Chatbot:</strong> AI-driven assistant for climate and space science queries.</li>
<li><strong>Interactive Data Visualization:</strong> Real-time 3D visualizations for immersive data exploration.</li>
<li><strong>AI Analysis Tools:</strong> Machine learning models for actionable insights in climate and space data.</li>
<li><strong>Sustainability Tracking:</strong> Tools to monitor environmental metrics aligned with SDGs.</li>
</ul>
</div>
<div class="card">
<h2>Impact</h2>
<ul>
<li>Democratizing climate and space data for all users.</li>
<li>Empowering data-driven decision-making.</li>
<li>Promoting sustainability efforts and awareness of climate trends.</li>
</ul>
</div>
<div class="card">
<h2>Join Us</h2>
<p>Aton4ST is not just a platform; it’s a vision to make space science and climate data accessible, actionable, and impactful. By combining AI, advanced data visualization, and a commitment to sustainability, we aim to inspire global action and innovation. Join us in revolutionizing Earth observation and space science for a better tomorrow.</p>
</div>
<div style="text-align:center; margin-top: 40px; color: #888;">
© 2025 Aton4ST. Bridging Space Science and Sustainability
</div>
</div>
<!-- Link to JavaScript -->
<script src="js/home.js"></script>
</body>
</html>