Navinspire commited on
Commit
07acaa2
1 Parent(s): ba6c4ad

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -3
index.html CHANGED
@@ -9,8 +9,26 @@
9
 
10
  <div class="container" style="width: 100%; padding: 0; margin: 0;">
11
  <!-- Full-width image -->
12
- <div class="logo" style="text-align: center;">
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
  </body>
16
  </html>
 
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/v1725477800/Capture_d_%C3%A9cran_2024-09-04_202242_xszljk.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
+ <!-- LinkedIn Link -->
18
+ <div style="text-align: center;">
19
+ <a href="https://www.linkedin.com/company/navinspire/" target="_blank" style="font-size: 1.2em; text-decoration: none; color: black;">
20
+ Visit our LinkedIn
21
+ </a>
22
+ </div>
23
+
24
+ <!-- Website Link -->
25
+ <div style="text-align: center;">
26
+ <a href="https://www.navinspire.ai" target="_blank" style="font-size: 1.2em; text-decoration: none; color: black;">
27
+ Visit our Website
28
+ </a>
29
+ </div>
30
+ </div>
31
+ </div>
32
+
33
  </body>
34
  </html>