Navinspire commited on
Commit
a183ae2
1 Parent(s): 0dc6490

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -1
index.html CHANGED
@@ -10,7 +10,23 @@
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
  </div>
16
 
 
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/v1725478243/Capture_d_%C3%A9cran_2024-09-04_203021_ftva0e.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