Spaces:
Running
Running
Navinspire
commited on
Commit
•
084cd2f
1
Parent(s):
7cd894c
Update index.html
Browse files- index.html +7 -20
index.html
CHANGED
@@ -6,35 +6,22 @@
|
|
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="
|
11 |
-
<!--
|
12 |
<div class="logo" style="text-align: center; margin-bottom: 20px;">
|
13 |
-
<img src="https://res.cloudinary.com/dkd2y1e80/image/upload/
|
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>
|
|
|
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="width: 100%; padding: 0; margin: 0;">
|
11 |
+
<!-- Full-width image -->
|
12 |
<div class="logo" style="text-align: center; margin-bottom: 20px;">
|
13 |
+
<img src="https://res.cloudinary.com/dkd2y1e80/image/upload/v1725474538/Capture_d_%C3%A9cran_2024-09-04_192738_irqluh.png" alt="Navinspire Logo" style="width: 100%; height: auto;">
|
14 |
</div>
|
15 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
<div class="links" style="display: flex; justify-content: center; gap: 40px; margin-top: 40px;">
|
17 |
<a href="https://www.linkedin.com/company/navinspire/" target="_blank" style="display: inline-block; font-size: 1.2em; text-decoration: none; color: black;">
|
18 |
<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
|
19 |
</a>
|
20 |
+
<a href="https://www.navinspire.ai" target="_blank" style="display: inline-block; font-size: 1.2em; text-decoration: none; color: black;">
|
21 |
<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
|
22 |
</a>
|
23 |
</div>
|
24 |
</div>
|
25 |
+
|
26 |
</body>
|
27 |
</html>
|