-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (42 loc) · 1.73 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tahopen - Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Tahopen</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<section class="intro">
<h2>Welcome to Tahopen</h2>
<div style="text-align: center;">
<img src="tahopen.png" width="150" ></img>
</div>
<p>Tahopen is a powerful open-source business analytics platform, forked from Pentaho. It provides a complete solution for data collection, integration, analysis, and visualization. With a user-friendly interface and robust tools, Tahopen enables organizations to transform large volumes of data into actionable insights, improving decision-making processes. The platform supports ETL processes, dynamic reporting, interactive dashboards, and predictive analytics, while seamlessly integrating with various systems and data sources.</p>
<a href="downloads.html" class="button">Download Now</a>
</section>
<section class="features">
<h3>Key Features</h3>
<ul>
<li>100% Open Source</li>
<li>Cross-Platform Support</li>
<li>Comprehensive Documentation</li>
</ul>
</section>
<footer>
<p>© 2024 Tahopen. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>