README / index.html
Navinspire's picture
Create index.html
7cd894c verified
raw
history blame
2.67 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Navinspire IA Family</title>
</head>
<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;">
<div class="container" style="max-width: 800px; padding: 20px;">
<!-- Centered logo at the top -->
<div class="logo" style="text-align: center; margin-bottom: 20px;">
<img src="https://res.cloudinary.com/dkd2y1e80/image/upload/v1725472812/d4cfefvpm6jteutrlh8b.svg" alt="Navinspire Logo" style="width: 200px;">
</div>
<h1 style="font-size: 2.5em; margin-bottom: 20px;">The Navinspire IA Family</h1>
<p style="font-size: 1.2em; line-height: 1.6; margin-bottom: 30px;">
Welcome to the official Hugging Face organization for NavinInspire, and our innovative generative AI models!
To access these models, please visit one of the repositories and agree to the MIT license terms and acceptable use policy.
</p>
<h2 style="font-size: 2em; margin-bottom: 15px;">Applications:</h2>
<div class="applications" style="text-align: left; margin-bottom: 40px;">
<p style="font-size: 1.1em; margin: 10px 0;"><strong>Generative AI for Travel:</strong> Offering personalized recommendations and seamless user interactions.</p>
<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>
</div>
<div class="links" style="display: flex; justify-content: center; gap: 40px; margin-top: 40px;">
<a href="https://www.linkedin.com/company/navinspire/" target="_blank" style="display: inline-block; font-size: 1.2em; text-decoration: none; color: black;">
<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
</a>
<a href="www.navinspire.ai" target="_blank" style="display: inline-block; font-size: 1.2em; text-decoration: none; color: black;">
<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
</a>
</div>
</div>
</body>
</html>