-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.3 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>AI Hub – Seetaram Rayarao</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>🤖 AI Hub</h1>
<p>Seetaram Rayarao’s AI Agents for Real-World Automation</p>
<a href="aboutme.html" class="about-link">👤 About Me</a>
</header>
<main>
<div class="section-title">Featured Agents</div>
<div class="card-container">
<a href="career.html" class="card">
<h2>💼 Career Agent</h2>
<p>Personalized career planning and growth strategy using GenAI.</p>
</a>
<a href="resume.html" class="card">
<h2>📄 Resume Analyzer</h2>
<p>Evaluate and refine your resume with AI-driven feedback.</p>
</a>
<a href="travel.html" class="card">
<h2>🌍 Travel Planner Agent</h2>
<p>Discover top destinations, check weather, and explore activities with real tools.</p>
</a>
</div>
</main>
<footer>
© 2025 Seetaram Rayarao · <a href="https://github.com/SeetaramOnCloud/ai-hub" style="color:#64748b;">GitHub</a>
</footer>
</body>
</html>