BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
demodesignproboa
Root
/
home
/
demodesignproboa
/
public_html
/
shopifyDesignpro
๐ค Upload
๐ New File
๐ New Folder
Close
Editing: process.php
<!doctype html> <html lang="en"> <head> <?php include 'include/links.php' ?> <title>[ Process ] Shopify Design Pro</title> </head> <body> <!-- Header Html End --> <?php include 'include/header.php' ?> <!-- Banner_inner Html start --> <section class="Banner_inner Nomargin"> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="Banner_innerCOntent"> <div class="COntent01" data-aos="zoom-in"> <h1> We Make It Easy <strong>For you</strong> <span class="spanbold">To Achieve Your Goals</span> </h1> <div class="butonflex"> <a href="#" class="btn btn_custom">Get a Free Consultation</a> <a href="#" class="btn btn_custom noborder">Check Out Our Pricing</a> </div> </div> </div> </div> </div> </div> </section> <!-- Banner_inner Html start --> <section class="Section-Awards"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="award-logo" data-aos="slide-right"> <h4>Clients Thatย <span>Worked with Us</span></h4> <p> We have a track record of building Shopify stores for various well-known businesses. </p> <ul> <li> <a href="#"><img src="images/logos/1.png" alt=""></a> </li> <li> <a href="#"><img src="images/logos/2.png" alt=""></a> </li> <li> <a href="#"><img src="images/logos/3.png" alt=""></a> </li> <li> <a href="#"><img src="images/logos/5.png" alt=""></a> </li> <li> <a href="#"><img src="images/logos/6.png" alt=""></a> </li> <li> <a href="#"><img src="images/logos/8.png" alt=""></a> </li> </ul> </div> </div> </div> </div> </section> <!-- Section-05 Html Start --> <section class="Sec-035 Section-05"> <div class="container"> <div class="row align-items-center"> <div class="col-md-6" data-aos="fade-left"> <div class="BuildContent text-center"> <h4> <span>Planning</span></h4> <p> We collaborate closely to define project scope, outline features, and more, ensuring a clear roadmap before moving forward with the design and development process. </p> </div> </div> <div class="col-md-6" data-aos="fade-right"> <div class="circleimg"> <div class="main"> <div class="circle"></div> </div> <figure> <img src="images/process-1.png" alt="" class=""> </figure> </div> </div> </div> <div class="row flex-row-reverse marign-row align-items-center"> <div class="col-md-6" data-aos="fade-right"> <div class="BuildContent text-center"> <h4>Design <span> and Development</span></h4> <p> Our team brings your vision to life by creating custom designs and developing a functional Shopify store that reflects your brand and resonates with your audience. </p> </div> </div> <div class="col-md-6" data-aos="fade-left"> <div class="circleimg"> <div class="main"> <div class="circle"></div> </div> <figure> <img src="images/process-2.png" alt="" class=""> </figure> </div> </div> </div> <div class="row align-items-center marign-row"> <div class="col-md-6" data-aos="fade-right"> <div class="BuildContent text-center"> <h4>Final <span>Launch</span></h4> <p class="w-p"> We test all features to ensure they work seamlessly, and then we coordinate with you to set a launch date and deploy your Shopify store to the live environment. </p> </div> </div> <div class="col-md-6" data-aos="fade-left"> <div class="circleimg"> <div class="main"> <div class="circle"></div> </div> <figure> <img src="images/process-3.png" alt="" class=""> </figure> </div> </div> </div> <div class="row flex-row-reverse marign-row align-items-center"> <div class="col-md-6" data-aos="fade-right"> <div class="BuildContent text-center"> <h4> <span> Ongoing Support</span></h4> <p> Our dedicated team provides ongoing support for updates, maintenance, and troubleshooting to ensure your Shopify store continues to perform at its best. </p> </div> </div> <div class="col-md-6" data-aos="fade-left"> <div class="circleimg"> <div class="main"> <div class="circle"></div> </div> <figure> <img src="images/process-4.png" alt="" class=""> </figure> </div> </div> </div> </div> </section> <!-- Section-05 Html End --> <?php include 'include/shopifystore.php'?> <?php include 'include/testimonialsec.php'?> <?php include 'include/Faqsec.php'?> <?php include 'include/footer.php' ?>
Save
Cancel