Skip to content

Commit 69adfbb

Browse files
author
Valido
committed
Add LinkedIn company page link to footer
1 parent 465b6b9 commit 69adfbb

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,9 +1456,13 @@ <h2>Your Data Stays Yours</h2>
14561456

14571457
<!-- Footer -->
14581458
<footer class="footer">
1459-
<p style="margin-bottom: 0.5rem;">
1460-
<a href="/blog/" style="color: var(--primary); text-decoration: none; margin-right: 1.5rem;">Blog – PDF Automation Guides & Tutorials</a>
1461-
<a href="/reviews.html" style="color: var(--primary); text-decoration: none;">Press & Reviews</a>
1459+
<p style="margin-bottom: 0.75rem;">
1460+
<a href="https://www.linkedin.com/company/valido-app/" target="_blank" rel="noopener" style="color: var(--primary); text-decoration: none; margin-right: 1.5rem;">
1461+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="width: 18px; height: 18px; vertical-align: middle; margin-right: 4px; fill: var(--primary);"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"/></svg>
1462+
Follow on LinkedIn
1463+
</a>
1464+
<a href="/blog/" style="color: var(--primary); text-decoration: none; margin-right: 1.5rem;">Blog</a>
1465+
<a href="/reviews.html" style="color: var(--primary); text-decoration: none;">Reviews</a>
14621466
</p>
14631467
<p>Contact us: <a href="mailto:info@valido.site" style="color: var(--primary); text-decoration: none;">info@valido.site</a></p>
14641468
<p>&copy; 2025 Valido. All rights reserved.</p>

reviews.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,13 @@ <h2>Try the PDF Automation Tool Reviewers Love</h2>
562562

563563
<!-- Footer -->
564564
<footer class="footer">
565-
<p>
565+
<p style="margin-bottom: 0.5rem;">
566+
<a href="https://www.linkedin.com/company/valido-app/" target="_blank" rel="noopener" style="display: inline-flex; align-items: center; gap: 4px;">
567+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="width: 16px; height: 16px; fill: var(--primary);"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"/></svg>
568+
LinkedIn
569+
</a> ·
566570
<a href="/">Home</a> ·
567-
<a href="/blog/">Blog – PDF Automation Guides</a> ·
571+
<a href="/blog/">Blog</a> ·
568572
<a href="mailto:info@valido.site">Contact</a>
569573
</p>
570574
<p>&copy; 2025 Valido. All rights reserved.</p>

0 commit comments

Comments
 (0)