📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: vision2.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Pure Eye Vision</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <!-- Favicon --> <link rel="shortcut icon" href="img/fav.png" /> <!-- Google Web Fonts --> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet"> <!-- Icon Font Stylesheet --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet"> <!-- Libraries Stylesheet --> <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet"> <link href="lib/animate/animate.min.css" rel="stylesheet"> <link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" /> <link href="lib/twentytwenty/twentytwenty.css" rel="stylesheet" /> <!-- Customized Bootstrap Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Template Stylesheet --> <link href="css/style.css" rel="stylesheet"> </head> <body> <!-- Spinner Start --> <div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center"> <div class="spinner-grow text-primary m-1" role="status"> <span class="sr-only">Loading...</span> </div> <div class="spinner-grow text-dark m-1" role="status"> <span class="sr-only">Loading...</span> </div> <div class="spinner-grow text-secondary m-1" role="status"> <span class="sr-only">Loading...</span> </div> </div> <!-- Spinner End --> <!-- Navbar Start --> <nav class="navbar navbar-expand-lg bg-white navbar-light shadow-sm px-5 py-3 py-lg-0"> <a href="index.php" class="navbar-brand p-0"> <img src="img/logo.png"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarCollapse"> <div class="navbar-nav ms-auto py-0"> <a href="index.php" class="nav-item nav-link active">Home</a> <a href="about.php" class="nav-item nav-link">About</a> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Treatments</a> <div class="dropdown-menu m-0"> <a href="treatment1.php" class="dropdown-item">Laser Eye Surgery</a> <a href="treatment2.php" class="dropdown-item">Glaucoma Treatment</a> <a href="treatment3.php" class="dropdown-item">Cataract Surgery</a> <a href="treatment4.php" class="dropdown-item">Macular Degeneration</a> <a href="treatment5.php" class="dropdown-item">Ocular Disease</a> </div> </div> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Vision Care</a> <div class="dropdown-menu m-0"> <a href="vision1.php" class="dropdown-item">Prescription Glasses</a> <a href="vision2.php" class="dropdown-item">Computer Glasses</a> <a href="vision3.php" class="dropdown-item">Protection Glasses</a> <a href="vision4.php" class="dropdown-item">Contact Lenses</a> <a href="vision5.php" class="dropdown-item">Low Vision Aids</a> </div> </div> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Test & Exams</a> <div class="dropdown-menu m-0"> <a href="care1.php" class="dropdown-item">Eye Exams</a> <a href="care2.php" class="dropdown-item">Vision Correction</a> <a href="care3.php" class="dropdown-item">Pediatric Eye Care</a> <a href="care4.php" class="dropdown-item">Retina Care</a> <a href="care5.php" class="dropdown-item">Diagnostic Testing</a> <a href="care6.php" class="dropdown-item">Diabetic Eye Exams</a> </div> </div> <a href="contact.php" class="nav-item nav-link">Contact</a> </div> </div> </nav> <!-- Navbar End --> <!-- Full Screen Search Start --> <div class="modal fade" id="searchModal" tabindex="-1"> <div class="modal-dialog modal-fullscreen"> <div class="modal-content" style="background: rgba(9, 30, 62, .7);"> <div class="modal-header border-0"> <button type="button" class="btn bg-white btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body d-flex align-items-center justify-content-center"> <div class="input-group" style="max-width: 600px;"> <input type="text" class="form-control bg-transparent border-primary p-3" placeholder="Type search keyword"> <button class="btn btn-primary px-4"><i class="bi bi-search"></i></button> </div> </div> </div> </div> </div> <!-- Full Screen Search End --> <!-- Hero Start --> <div class="container-fluid bg-primary py-5 hero-header mb-5"> <div class="row py-3"> <div class="col-12 text-center"> <h1 class="display-3 text-white animated zoomIn">Computer Glasses</h1> </div> </div> </div> <!-- Hero End --> <!-- About Start --> <div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s"> <div class="container"> <div class="row g-5"> <div class="col-lg-9"> <div class="section-title mb-4"> <h5 class="position-relative d-inline-block text-primary text-uppercase">Pureeyevision</h5> </div> <h1 class="display-4 mb-4">Protect Your Eyes with Computer Glasses</h1> <p>In today's digital age, many people spend hours each day in front of screens, whether for work, entertainment, or social media. While this convenience offers great benefits, it also brings a challenge to eye health. Extended screen time can lead to a condition known as digital eye strain or computer vision syndrome (CVS), which includes symptoms like eye fatigue, dry eyes, headaches, and blurred vision.</p> <h2 class="display-6 mt-4">What Are Computer Glasses?</h2> <p>Computer glasses are specially designed eyewear intended to reduce the strain caused by prolonged use of digital devices. They feature lenses that are optimized to reduce glare from screens and improve focus for people who spend extended hours working on computers, laptops, tablets, or smartphones. These glasses can help reduce symptoms of digital eye strain, improve visual comfort, and protect your eyes from harmful blue light.</p> <h2 class="display-6 mt-4">Why You Need Computer Glasses</h2> <ul> <li><strong>Reducing Digital Eye Strain</strong> – Computer glasses help reduce the discomfort caused by prolonged screen use, including dryness, fatigue, and headaches.</li> <li><strong>Protecting Against Blue Light</strong> – Many digital devices emit blue light, which has been shown to contribute to digital eye strain and may even disrupt sleep patterns. Computer glasses are designed to block or filter out blue light to protect your eyes.</li> <li><strong>Improving Focus and Clarity</strong> – Computer glasses are designed with lens prescriptions that help enhance clarity and focus when looking at digital screens, reducing the need to squint or strain.</li> <li><strong>Prevention of Long-Term Eye Damage</strong> – Extended exposure to digital screens over the years can lead to long-term eye health problems. By wearing computer glasses, you can reduce the risk of developing more serious conditions like macular degeneration and cataracts.</li> </ul> <h2 class="display-6 mt-4">How Computer Glasses Work</h2> <p>Computer glasses typically feature lenses that are customized to improve visual comfort for screen use. These lenses may include:</p> <ul> <li><strong>Anti-Reflective Coating</strong> – This coating reduces glare from digital screens and ambient lighting, making it easier to see without straining your eyes.</li> <li><strong>Blue Light Filtering Technology</strong> – Special filters block or reduce the amount of blue light that reaches your eyes, decreasing the risk of digital eye strain and potential damage to the retina.</li> <li><strong>Specialized Prescriptions</strong> – Depending on your individual vision needs, computer glasses can be made with prescriptions for near-vision or intermediate-vision distances, optimizing your comfort while using devices at a typical screen distance.</li> </ul> <h2 class="display-6 mt-4">Benefits of Wearing Computer Glasses</h2> <ul> <li><strong>Reduced Eye Fatigue</strong> – By filtering out harmful blue light and reducing glare, computer glasses alleviate eye strain, allowing you to work for longer hours without discomfort.</li> <li><strong>Improved Productivity</strong> – When you’re not battling eye fatigue, you can focus more effectively on tasks, increasing productivity whether you're at work or school.</li> <li><strong>Prevention of Headaches</strong> – Wearing computer glasses can help reduce headaches caused by digital eye strain, making it easier to work and play on digital devices.</li> <li><strong>Better Sleep Quality</strong> – Blue light from screens can interfere with your sleep cycle, making it harder to fall asleep at night. Computer glasses block blue light, improving sleep patterns and helping you wake up feeling refreshed.</li> </ul> <h2 class="display-6 mt-4">When Should You Wear Computer Glasses?</h2> <p>It’s highly recommended to wear computer glasses when you're engaging in any of the following activities:</p> <ul> <li>Working on a computer for extended hours</li> <li>Using smartphones or tablets for a prolonged period</li> <li>Watching TV or gaming for extended hours</li> <li>Reading digital books or online content for extended periods</li> </ul> <h2 class="display-6 mt-4">How to Choose the Right Pair of Computer Glasses</h2> <p>Choosing the right computer glasses depends on several factors:</p> <ul> <li><strong>Prescription Needs</strong> – If you already wear corrective lenses, your computer glasses should have the correct prescription for screen use. Consult with an optometrist to ensure your lenses are tailored to your needs.</li> <li><strong>Lens Coatings</strong> – Look for lenses with anti-reflective coatings to minimize glare from digital screens and reduce eye strain. Some lenses also come with blue light-blocking technology to protect your eyes further.</li> <li><strong>Frame Style</strong> – Select frames that are comfortable and durable, especially if you wear them for long periods. A frame that fits well ensures that the lenses align properly with your eyes.</li> </ul> <h2 class="display-6 mt-4">Visit Pure Eye Vision for Expert Advice on Computer Glasses</h2> <p>At Pure Eye Vision, we offer professional advice and fitting services for computer glasses. Our team of experienced optometrists can help you choose the best pair based on your unique vision needs and lifestyle. Whether you’re dealing with digital eye strain or looking to protect your eyes from blue light, our team is here to assist you with the right solutions.</p> <a class="btn btn-primary rounded-pill py-3 px-5" href="#">Schedule a Consultation</a> <a class="btn btn-outline-primary rounded-pill py-3 px-5 ms-3" href="contact.php">Browse Our Glasses Collection</a> </div> <div class="col-lg-3"> <div class="col-lg-12 col-md-12"> <h3 class="mb-4" style="background-color: #775683;padding: 10px 10px 10px 20px;border-radius: 30px;color: #ffffff;">Eye Treatments</h3> <div class="d-flex flex-column justify-content-start"> <a class=" mb-2" href="treatment1.php"><i class="bi bi-arrow-right text-primary me-2"></i>Laser Eye Surgery</a> <a class=" mb-2" href="treatment2.php"><i class="bi bi-arrow-right text-primary me-2"></i>Glaucoma Treatment</a> <a class=" mb-2" href="treatment3.php"><i class="bi bi-arrow-right text-primary me-2"></i>Cataract Surgery</a> <a class=" mb-2" href="treatment4.php"><i class="bi bi-arrow-right text-primary me-2"></i>Macular Degeneration</a> <a class="" href="treatment5.php"><i class="bi bi-arrow-right text-primary me-2"></i>Ocular Disease</a> </div> </div> <div class="col-lg-12 col-md-12" style="margin-top:30px;"> <h3 class="mb-4" style="background-color: #775683;padding: 10px 10px 10px 20px;border-radius: 30px;color: #ffffff;">Vision Care</h3> <div class="d-flex flex-column justify-content-start"> <a class=" mb-2" href="vision1.php"><i class="bi bi-arrow-right text-primary me-2"></i>Prescription Glasses</a> <a class=" mb-2" href="vision2.php"><i class="bi bi-arrow-right text-primary me-2"></i>Computer Glasses</a> <a class=" mb-2" href="vision3.php"><i class="bi bi-arrow-right text-primary me-2"></i>Protection Glasses</a> <a class=" mb-2" href="vision4.php"><i class="bi bi-arrow-right text-primary me-2"></i>Contact Lenses</a> <a class="" href="vision5.php"><i class="bi bi-arrow-right text-primary me-2"></i>Low Vision Aids</a> </div> </div> <div class="col-lg-12 col-md-12" style="margin-top:30px;"> <h3 class="mb-4" style="background-color: #775683;padding: 10px 10px 10px 20px;border-radius: 30px;color: #ffffff;">Test & Exams</h3> <div class="d-flex flex-column justify-content-start"> <a class=" mb-2" href="care1.php"><i class="bi bi-arrow-right text-primary me-2"></i>Eye Exams</a> <a class=" mb-2" href="care2.php"><i class="bi bi-arrow-right text-primary me-2"></i>Vision Correction</a> <a class=" mb-2" href="care3.php"><i class="bi bi-arrow-right text-primary me-2"></i>Pediatric Eye Care</a> <a class=" mb-2" href="care4.php"><i class="bi bi-arrow-right text-primary me-2"></i>Retina Care</a> <a class="" href="care5.php"><i class="bi bi-arrow-right text-primary me-2"></i>Diagnostic Testing</a> <a class="" href="care6.php"><i class="bi bi-arrow-right text-primary me-2"></i>Diabetic Eye Exams</a> </div> </div> </div> </div> <div class="col-lg-5" style="min-height: 300px;"> </div> </div> </div> </div> <!-- About End --> <!-- Footer Start --> <div class="container-fluid bg-dark text-light py-5 wow fadeInUp" data-wow-delay="0.3s"> <div class="container pt-5"> <div class="row g-5 pt-4"> <div class="col-lg-3 col-md-6"> <h3 class="text-white mb-4">Eye Treatments</h3> <div class="d-flex flex-column justify-content-start"> <a class="text-light mb-2" href="treatment1.php"><i class="bi bi-arrow-right text-primary me-2"></i>Laser Eye Surgery</a> <a class="text-light mb-2" href="treatment2.php"><i class="bi bi-arrow-right text-primary me-2"></i>Glaucoma Treatment</a> <a class="text-light mb-2" href="treatment3.php"><i class="bi bi-arrow-right text-primary me-2"></i>Cataract Surgery</a> <a class="text-light mb-2" href="treatment4.php"><i class="bi bi-arrow-right text-primary me-2"></i>Macular Degeneration</a> <a class="text-light" href="treatment5.php"><i class="bi bi-arrow-right text-primary me-2"></i>Ocular Disease</a> </div> </div> <div class="col-lg-3 col-md-6"> <h3 class="text-white mb-4">Vision Care</h3> <div class="d-flex flex-column justify-content-start"> <a class="text-light mb-2" href="vision1.php"><i class="bi bi-arrow-right text-primary me-2"></i>Prescription Glasses</a> <a class="text-light mb-2" href="vision2.php"><i class="bi bi-arrow-right text-primary me-2"></i>Computer Glasses</a> <a class="text-light mb-2" href="vision3.php"><i class="bi bi-arrow-right text-primary me-2"></i>Protection Glasses</a> <a class="text-light mb-2" href="vision4.php"><i class="bi bi-arrow-right text-primary me-2"></i>Contact Lenses</a> <a class="text-light" href="vision5.php"><i class="bi bi-arrow-right text-primary me-2"></i>Low Vision Aids</a> </div> </div> <div class="col-lg-3 col-md-6"> <h3 class="text-white mb-4">Test & Exams</h3> <div class="d-flex flex-column justify-content-start"> <a class="text-light mb-2" href="care1.php"><i class="bi bi-arrow-right text-primary me-2"></i>Eye Exams</a> <a class="text-light mb-2" href="care2.php"><i class="bi bi-arrow-right text-primary me-2"></i>Vision Correction</a> <a class="text-light mb-2" href="care3.php"><i class="bi bi-arrow-right text-primary me-2"></i>Pediatric Eye Care</a> <a class="text-light mb-2" href="care4.php"><i class="bi bi-arrow-right text-primary me-2"></i>Retina Care</a> <a class="text-light" href="care5.php"><i class="bi bi-arrow-right text-primary me-2"></i>Diagnostic Testing</a> <a class="text-light" href="care6.php"><i class="bi bi-arrow-right text-primary me-2"></i>Diabetic Eye Exams</a> </div> </div> <div class="col-lg-3 col-md-6"> <h3 class="text-white mb-4">Get In Touch</h3> <p class="mb-2"><i class="bi bi-geo-alt text-primary me-2"></i>Suite 180,<br> 150 South Wacker Drive,<br> Chicago, IL 60606,<br> United States.</p> <p class="mb-2"><i class="bi bi-envelope-open text-primary me-2"></i>contact@pureeyevision.com</p> <p class="mb-0"><i class="bi bi-telephone text-primary me-2"></i>+1 312-555-7842</p> <h3 class="text-white mb-4" style="margin-top:20px;">Info</h3> <div class="d-flex flex-column justify-content-start"> <a class="text-light mb-2" href="contact.php"><i class="bi bi-arrow-right text-primary me-2"></i>Help</a><a class="text-light mb-2" href="subscribe.php"><i class="bi bi-arrow-right text-primary me-2"></i>Newsletter</a> <a class="text-light mb-2" href="privacypolicy.php"><i class="bi bi-arrow-right text-primary me-2"></i>Privacy Policy</a> <a class="text-light mb-2" href="termsandconditions.php"><i class="bi bi-arrow-right text-primary me-2"></i>Terms & Conditions</a> <a class="text-light mb-2" href="unsubscribe.php"><i class="bi bi-arrow-right text-primary me-2"></i>Unsubscribe</a> </div> </div> </div> </div> </div> <div class="container-fluid text-light py-4" style="background: #051225;"> <div class="container"> <div class="row g-0"> <div class="col-md-6 text-center text-md-start"> <p class="mb-md-0" style="font-size: 12px;">© <a class="text-white border-bottom" href="index.php">Pure Eye Vision</a>. All Rights Reserved.</p> </div> </div> </div> </div> <!-- Footer End --> <!-- Back to Top --> <a href="#" class="btn btn-lg btn-primary btn-lg-square rounded back-to-top"><i class="bi bi-arrow-up"></i></a> <!-- JavaScript Libraries --> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script> <script src="lib/wow/wow.min.js"></script> <script src="lib/easing/easing.min.js"></script> <script src="lib/waypoints/waypoints.min.js"></script> <script src="lib/owlcarousel/owl.carousel.min.js"></script> <script src="lib/tempusdominus/js/moment.min.js"></script> <script src="lib/tempusdominus/js/moment-timezone.min.js"></script> <script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script> <script src="lib/twentytwenty/jquery.event.move.js"></script> <script src="lib/twentytwenty/jquery.twentytwenty.js"></script> <!-- Template Javascript --> <script src="js/main.js"></script> </body> </html>
Save