Skip to content

Commit 758e800

Browse files
author
Valido
committed
Add cloud storage support section and update VirusTotal to 0/70
1 parent a98a213 commit 758e800

File tree

4 files changed

+71
-2
lines changed

4 files changed

+71
-2
lines changed

enterprise-icons/aws-icon.png

132 KB
Loading

enterprise-icons/azure-icon.png

19.8 KB
Loading

enterprise-icons/gcp-icon.png

2.52 KB
Loading

index.html

Lines changed: 71 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,50 @@
262262
text-decoration: underline;
263263
}
264264

265+
/* Cloud Storage Section */
266+
.cloud-storage-section {
267+
background: white;
268+
padding: 3rem 2rem;
269+
text-align: center;
270+
}
271+
272+
.cloud-storage-section h3 {
273+
font-size: 1.5rem;
274+
color: var(--text-dark);
275+
margin-bottom: 1rem;
276+
font-weight: 600;
277+
}
278+
279+
.cloud-storage-section p {
280+
color: var(--text-light);
281+
margin-bottom: 2rem;
282+
font-size: 1.1rem;
283+
}
284+
285+
.cloud-icons {
286+
display: flex;
287+
justify-content: center;
288+
align-items: center;
289+
gap: 3rem;
290+
flex-wrap: wrap;
291+
max-width: 600px;
292+
margin: 0 auto;
293+
}
294+
295+
.cloud-icon {
296+
transition: transform 0.3s;
297+
}
298+
299+
.cloud-icon:hover {
300+
transform: translateY(-5px);
301+
}
302+
303+
.cloud-icon img {
304+
height: 50px;
305+
width: auto;
306+
object-fit: contain;
307+
}
308+
265309
/* Features Section */
266310
.features {
267311
padding: 5rem 2rem;
@@ -470,6 +514,14 @@
470514
padding: 0 1rem;
471515
}
472516

517+
.cloud-icons {
518+
gap: 2rem;
519+
}
520+
521+
.cloud-icon img {
522+
height: 40px;
523+
}
524+
473525
.features h2,
474526
.cta h2 {
475527
font-size: 2rem;
@@ -500,13 +552,13 @@ <h1>Validate and automate PDFs without uploading them anywhere</h1>
500552
Download for Windows
501553
</a>
502554

503-
<a href="https://www.virustotal.com/gui/file/2c3c1d92e7f23ff28b2b34bee178c4aeeee53f6ca529794a9f333dc6dc97b475" class="security-badge" target="_blank" rel="noopener">
555+
<a href="https://www.virustotal.com/gui/file/ff53849cc48226b2181cd4e3dc6968da63846b513b34413c6af4033404babbd7?nocache=1" class="security-badge" target="_blank" rel="noopener">
504556
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
505557
<path d="M12 2L3 7v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V7l-9-5zm-1 14.5l-3.5-3.5 1.4-1.4 2.1 2.1 4.6-4.6 1.4 1.4-6 6z"/>
506558
</svg>
507559
<div class="security-badge-text">
508560
<span class="security-badge-title">✓ Verified Safe</span>
509-
<span class="security-badge-subtitle">0/66 on VirusTotal</span>
561+
<span class="security-badge-subtitle">0/70 on VirusTotal</span>
510562
</div>
511563
</a>
512564
</section>
@@ -528,6 +580,23 @@ <h1>Validate and automate PDFs without uploading them anywhere</h1>
528580
</div>
529581
</section>
530582

583+
<!-- Cloud Storage Section -->
584+
<section class="cloud-storage-section">
585+
<h3>Connect to Your Cloud Storage</h3>
586+
<p>Create automation jobs directly from your cloud storage accounts</p>
587+
<div class="cloud-icons">
588+
<div class="cloud-icon">
589+
<img src="enterprise-icons/aws-icon.png" alt="Amazon AWS" title="Amazon AWS">
590+
</div>
591+
<div class="cloud-icon">
592+
<img src="enterprise-icons/azure-icon.png" alt="Microsoft Azure" title="Microsoft Azure">
593+
</div>
594+
<div class="cloud-icon">
595+
<img src="enterprise-icons/gcp-icon.png" alt="Google Cloud Platform" title="Google Cloud Platform">
596+
</div>
597+
</div>
598+
</section>
599+
531600
<!-- Features Section -->
532601
<section class="features">
533602
<h2>PDF Automation Software with Custom Calculations</h2>

0 commit comments

Comments
 (0)