-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (58 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
65 lines (58 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>PardusAI — AI-Powered Data Analysis</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header class="nav">
<div class="logo">PardusAI</div>
<nav>
<a href="index.html">Home</a>
<a href="resources.html">Resources</a>
<a href="news.html">News</a>
<a class="cta" href="https://pardusai.org" target="_blank">Go to Website</a>
</nav>
</header>
<section class="hero">
<h1>Your AI Data Analysis Assistant</h1>
<p>
PardusAI turns raw CSVs and datasets into charts, tables,
and structured insights — instantly, without code.
</p>
<a class="primary-btn" href="https://pardusai.org" target="_blank">
Try PardusAI
</a>
</section>
<section class="features">
<h2>What PardusAI Does</h2>
<ul>
<li>Understands structured data</li>
<li>Generates editable charts & tables</li>
<li>Built for data analysts, researchers and founders</li>
<li>Faster than spreadsheets, deeper than chatbots</li>
</ul>
</section>
<section class="team">
<h2>The Team</h2>
<p>
PardusAI is built by a small team of engineers, focused on practical, trustworthy AI for real analysis work.
</p>
</section>
<section class="community">
<h2>Community & Updates</h2>
<div class="links">
<a href="https://discord.gg/e8QxQvta">Discord</a>
<a href="hhttps://medium.com/@kellysithl03">Medium</a>
<a href="pardusai@pardusai.awsapps.com">Email</a>
<a href="https://www.youtube.com/@Pardusai_org">YouTube</a>
<a href="https://x.com/pardus_ai?s=21">X</a>
</div>
</section>
<footer>
<p>© 2026 PardusAI</p>
</footer>
</body>
</html>