-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AISViz Project</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="vh-100 d-flex align-items-center justify-content-center">
<div class="text-center">
<h1 class="fw-bold text-primary display-4 text-dark">Welcome to <a style="font-weight: 1000;">AISViz</a> <i class="fa-solid fa-tower-cell"></i></h1>
<p class="lead text-dark" style="font-weight: 600;">Discover <i class="fa-solid fa-magnifying-glass"></i>, Contribute <i class="fa-solid fa-laptop-code"></i>, and Connect <i class="fa-solid fa-circle-nodes"></i> through</p>
<p class="lead text-dark" style="font-weight: 600;">Open-Source Marine Data Analysis <i class="fa-solid fa-ship"></i> using AISdb <i class="fa-solid fa-database"></i> in Python <i class="fa-brands fa-python"></i>.</p>
<div class="btn-group" role="group">
<a href="https://aisviz.gitbook.io/documentation/" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;"><i class="fas fa-book"></i> Documentation</a>
<a href="https://github.com/AISViz" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;"><i class="fab fa-github"></i> GitHub</a>
<a href="https://chat.openai.com/g/g-hTTH0rUBv-aisdb-assistant" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;"><i class="fas fa-solid fa-robot"></i> Chatbot</a>
<a href="mailto:[email protected]" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;"><i class="fas fa-envelope"></i> Contact Us</a>
</div>
</div>
</div>
<footer class="footer mt-auto py-3">
<div class="container text-center"><span class="text-muted">Copyright © 2024-2029, <a href="https://maps.cs.dal.ca/" class="footer-link">Modeling and Analytics on Predictive Systems (MAPS)</a></span></div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="all.min.js"></script>
</body>
</html>