File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 151151 opacity : 0.9 ;
152152 }
153153
154+ .security-badge {
155+ display : inline-flex;
156+ align-items : center;
157+ gap : 0.5rem ;
158+ margin-top : 1rem ;
159+ padding : 0.75rem 1.25rem ;
160+ background : rgba (255 , 255 , 255 , 0.2 );
161+ border : 1px solid rgba (255 , 255 , 255 , 0.3 );
162+ border-radius : 8px ;
163+ color : white;
164+ font-size : 0.9rem ;
165+ text-decoration : none;
166+ transition : all 0.3s ;
167+ backdrop-filter : blur (10px );
168+ }
169+
170+ .security-badge : hover {
171+ background : rgba (255 , 255 , 255 , 0.3 );
172+ border-color : rgba (255 , 255 , 255 , 0.5 );
173+ transform : translateY (-2px );
174+ }
175+
176+ .security-badge svg {
177+ width : 20px ;
178+ height : 20px ;
179+ fill : # 10b981 ;
180+ }
181+
182+ .security-badge-text {
183+ display : flex;
184+ flex-direction : column;
185+ align-items : flex-start;
186+ gap : 0.1rem ;
187+ }
188+
189+ .security-badge-title {
190+ font-weight : 600 ;
191+ font-size : 0.95rem ;
192+ }
193+
194+ .security-badge-subtitle {
195+ font-size : 0.8rem ;
196+ opacity : 0.9 ;
197+ }
198+
154199 /* Review Section */
155200 .review-section {
156201 background : # f9fafb ;
@@ -454,6 +499,16 @@ <h1>Validate and automate PDFs without uploading them anywhere</h1>
454499 </ svg >
455500 Download for Windows
456501 </ a >
502+
503+ < a href ="https://www.virustotal.com/gui/file/2c3c1d92e7f23ff28b2b34bee178c4aeeee53f6ca529794a9f333dc6dc97b475 " class ="security-badge " target ="_blank " rel ="noopener ">
504+ < svg viewBox ="0 0 24 24 " xmlns ="http://www.w3.org/2000/svg ">
505+ < 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 "/>
506+ </ svg >
507+ < div class ="security-badge-text ">
508+ < span class ="security-badge-title "> ✓ Verified Safe</ span >
509+ < span class ="security-badge-subtitle "> 0/66 on VirusTotal</ span >
510+ </ div >
511+ </ a >
457512 </ section >
458513
459514 <!-- Review Section -->
You can’t perform that action at this time.
0 commit comments