Skip to content

Commit 224b635

Browse files
author
Valido
committed
Add Softpedia 5-star review section and update README
1 parent ad165f6 commit 224b635

File tree

2 files changed

+98
-2
lines changed

2 files changed

+98
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Valido — PDF automation tool (website)
77
This repository contains the static website for Valido (https://valido-app.github.io/).
88

99
Quick notes
10-
- The installer/zip for the app is published in GitHub Releases (see tag v1.0.5):
11-
https://github.com/Valido-App/valido-app.github.io/releases/tag/v1.0.5
10+
- The installer/zip for the app is published in GitHub Releases (latest: v1.0.6):
11+
https://github.com/Valido-App/valido-app.github.io/releases/tag/v1.0.6
1212
- To download the app from the site, use the release asset linked from that release.
1313

1414

index.html

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,72 @@
151151
opacity: 0.9;
152152
}
153153

154+
/* Review Section */
155+
.review-section {
156+
background: #f9fafb;
157+
padding: 3rem 2rem;
158+
text-align: center;
159+
border-top: 1px solid #e5e7eb;
160+
border-bottom: 1px solid #e5e7eb;
161+
}
162+
163+
.review-container {
164+
max-width: 900px;
165+
margin: 0 auto;
166+
}
167+
168+
.review-header {
169+
display: flex;
170+
align-items: center;
171+
justify-content: center;
172+
gap: 1rem;
173+
margin-bottom: 1rem;
174+
flex-wrap: wrap;
175+
}
176+
177+
.review-logo {
178+
font-size: 1.5rem;
179+
font-weight: 700;
180+
color: #1f2937;
181+
}
182+
183+
.review-stars {
184+
color: #fbbf24;
185+
font-size: 1.5rem;
186+
letter-spacing: 0.2rem;
187+
}
188+
189+
.review-rating {
190+
font-size: 1.25rem;
191+
font-weight: 600;
192+
color: #6b7280;
193+
}
194+
195+
.review-quote {
196+
font-size: 1.125rem;
197+
line-height: 1.75;
198+
color: #374151;
199+
margin: 1.5rem 0;
200+
font-style: italic;
201+
max-width: 800px;
202+
margin-left: auto;
203+
margin-right: auto;
204+
}
205+
206+
.review-link {
207+
display: inline-block;
208+
margin-top: 1rem;
209+
color: var(--primary);
210+
text-decoration: none;
211+
font-weight: 500;
212+
transition: color 0.3s;
213+
}
214+
215+
.review-link:hover {
216+
color: var(--primary-dark);
217+
text-decoration: underline;
218+
}
219+
154220
/* Features Section */
155221
.features {
156222
padding: 5rem 2rem;
@@ -349,6 +415,16 @@
349415
font-size: 1.125rem;
350416
}
351417

418+
.review-header {
419+
flex-direction: column;
420+
gap: 0.5rem;
421+
}
422+
423+
.review-quote {
424+
font-size: 1rem;
425+
padding: 0 1rem;
426+
}
427+
352428
.features h2,
353429
.cta h2 {
354430
font-size: 2rem;
@@ -380,6 +456,26 @@ <h1>Validate and automate PDFs without uploading them anywhere</h1>
380456
</a>
381457
</section>
382458

459+
<!-- Review Section -->
460+
<section class="review-section">
461+
<div class="review-container">
462+
<div class="review-header">
463+
<span class="review-logo">Softpedia</span>
464+
<span class="review-stars">★★★★★</span>
465+
<span class="review-rating">5.0/5</span>
466+
</div>
467+
<blockquote class="review-quote">
468+
"Valido is an exciting new release that simplifies verifying and extracting data from PDF documents without seeming too complicated. The software should prove very useful for workflows where you constantly have to check and verify PDF documents."
469+
</blockquote>
470+
<a href="https://www.softpedia.com/get/Office-tools/PDF/Valido.shtml" class="review-link" target="_blank" rel="noopener">
471+
Read full review on Softpedia →
472+
</a>
473+
<div style="margin-top: 1.5rem; color: #6b7280; font-size: 0.95rem;">
474+
Also available on: <a href="https://www.softpedia.com/get/Office-tools/PDF/Valido.shtml" target="_blank" rel="noopener" style="color: var(--primary); text-decoration: none; font-weight: 500;">Download from Softpedia</a>
475+
</div>
476+
</div>
477+
</section>
478+
383479
<!-- Features Section -->
384480
<section class="features">
385481
<h2>PDF Automation Software with Custom Calculations</h2>

0 commit comments

Comments
 (0)