Update app.py
Browse files
app.py
CHANGED
|
@@ -2497,12 +2497,27 @@ class PhotoRequirementsChecker:
|
|
| 2497 |
• No selfies or full-length photos
|
| 2498 |
</p>
|
| 2499 |
<p style="margin: 15px 0 0 0; font-size: 13px; color: #666;">
|
| 2500 |
-
|
| 2501 |
-
|
| 2502 |
-
|
| 2503 |
-
|
| 2504 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2505 |
</p>
|
|
|
|
| 2506 |
</div>
|
| 2507 |
'''
|
| 2508 |
|
|
|
|
| 2497 |
• No selfies or full-length photos
|
| 2498 |
</p>
|
| 2499 |
<p style="margin: 15px 0 0 0; font-size: 13px; color: #666;">
|
| 2500 |
+
For complete requirements and photo examples, visit:<br>
|
| 2501 |
+
<a href="https://travel.state.gov/content/travel/en/us-visas/visa-information-resources/photos.html"
|
| 2502 |
+
target="_blank"
|
| 2503 |
+
style="
|
| 2504 |
+
display: inline-block;
|
| 2505 |
+
margin-top: 10px;
|
| 2506 |
+
background: linear-gradient(135deg, #0073aa, #005f8d);
|
| 2507 |
+
color: white;
|
| 2508 |
+
text-decoration: none;
|
| 2509 |
+
padding: 10px 18px;
|
| 2510 |
+
border-radius: 8px;
|
| 2511 |
+
font-weight: 500;
|
| 2512 |
+
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
|
| 2513 |
+
transition: all 0.25s ease;
|
| 2514 |
+
"
|
| 2515 |
+
onmouseover="this.style.transform='translateY(-3px)'; this.style.boxShadow='0 8px 15px rgba(0,0,0,0.25)';"
|
| 2516 |
+
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 10px rgba(0,0,0,0.15)';">
|
| 2517 |
+
U.S. Department of State – Photo Requirements
|
| 2518 |
+
</a>
|
| 2519 |
</p>
|
| 2520 |
+
|
| 2521 |
</div>
|
| 2522 |
'''
|
| 2523 |
|