README / index.html
Navinspire's picture
Update index.html
a183ae2 verified
raw
history blame
1.53 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="width: 100%; padding: 0; margin: 0;">
<!-- Full-width image -->
<div class="logo" style="text-align: center; margin-bottom: 20px;">
<img src="https://res.cloudinary.com/dkd2y1e80/image/upload/v1725478243/Capture_d_%C3%A9cran_2024-09-04_203021_ftva0e.png" alt="Navinspire Logo" style="width: 100%; height: auto;">
</div>
<div class="links" style="display: flex; justify-content: center; gap: 40px; margin-top: 40px;">
<!-- LinkedIn Link -->
<div style="text-align: center;">
<a href="https://www.linkedin.com/company/navinspire/" target="_blank" style="font-size: 1.2em; text-decoration: none; color: black;">
Visit our LinkedIn
</a>
</div>
<!-- Website Link -->
<div style="text-align: center;">
<a href="https://www.navinspire.ai" target="_blank" style="font-size: 1.2em; text-decoration: none; color: black;">
Visit our Website
</a>
</div>
</div>
</div>
</body>
</html>