Spaces:
Running
Running
Navinspire
commited on
Commit
•
7cd894c
1
Parent(s):
8e1465a
Create index.html
Browse files- index.html +40 -0
index.html
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>The Navinspire IA Family</title>
|
7 |
+
</head>
|
8 |
+
<body style="font-family: 'Arial', sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #ffffff; text-align: center;">
|
9 |
+
|
10 |
+
<div class="container" style="max-width: 800px; padding: 20px;">
|
11 |
+
<!-- Centered logo at the top -->
|
12 |
+
<div class="logo" style="text-align: center; margin-bottom: 20px;">
|
13 |
+
<img src="https://res.cloudinary.com/dkd2y1e80/image/upload/v1725472812/d4cfefvpm6jteutrlh8b.svg" alt="Navinspire Logo" style="width: 200px;">
|
14 |
+
</div>
|
15 |
+
|
16 |
+
<h1 style="font-size: 2.5em; margin-bottom: 20px;">The Navinspire IA Family</h1>
|
17 |
+
<p style="font-size: 1.2em; line-height: 1.6; margin-bottom: 30px;">
|
18 |
+
Welcome to the official Hugging Face organization for NavinInspire, and our innovative generative AI models!
|
19 |
+
To access these models, please visit one of the repositories and agree to the MIT license terms and acceptable use policy.
|
20 |
+
</p>
|
21 |
+
|
22 |
+
<h2 style="font-size: 2em; margin-bottom: 15px;">Applications:</h2>
|
23 |
+
|
24 |
+
<div class="applications" style="text-align: left; margin-bottom: 40px;">
|
25 |
+
<p style="font-size: 1.1em; margin: 10px 0;"><strong>Generative AI for Travel:</strong> Offering personalized recommendations and seamless user interactions.</p>
|
26 |
+
<p style="font-size: 1.1em; margin: 10px 0;"><strong>E-commerce and Generative AI:</strong> Creating interactive and personalized shopping experiences while enhancing business operations.</p>
|
27 |
+
</div>
|
28 |
+
|
29 |
+
<div class="links" style="display: flex; justify-content: center; gap: 40px; margin-top: 40px;">
|
30 |
+
<a href="https://www.linkedin.com/company/navinspire/" target="_blank" style="display: inline-block; font-size: 1.2em; text-decoration: none; color: black;">
|
31 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png" alt="LinkedIn Logo" style="vertical-align: middle; width: 40px; height: 40px; margin-right: 10px;"> Visit our LinkedIn
|
32 |
+
</a>
|
33 |
+
<a href="www.navinspire.ai" target="_blank" style="display: inline-block; font-size: 1.2em; text-decoration: none; color: black;">
|
34 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/1/14/Globe_%28icon%29.svg" alt="Website Logo" style="vertical-align: middle; width: 40px; height: 40px; margin-right: 10px;"> Visit our Website
|
35 |
+
</a>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
</body>
|
40 |
+
</html>
|