|
151 | 151 | opacity: 0.9; |
152 | 152 | } |
153 | 153 |
|
| 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 | + |
154 | 220 | /* Features Section */ |
155 | 221 | .features { |
156 | 222 | padding: 5rem 2rem; |
|
349 | 415 | font-size: 1.125rem; |
350 | 416 | } |
351 | 417 |
|
| 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 | + |
352 | 428 | .features h2, |
353 | 429 | .cta h2 { |
354 | 430 | font-size: 2rem; |
@@ -380,6 +456,26 @@ <h1>Validate and automate PDFs without uploading them anywhere</h1> |
380 | 456 | </a> |
381 | 457 | </section> |
382 | 458 |
|
| 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 | + |
383 | 479 | <!-- Features Section --> |
384 | 480 | <section class="features"> |
385 | 481 | <h2>PDF Automation Software with Custom Calculations</h2> |
|
0 commit comments