D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
u384067285
/
domains
/
cauldronsisterss.com
/
public_html
/
Filename :
about.php
back
Copy
<?php error_reporting(0); include 'connection.php'; ?> <!DOCTYPE html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>About us - CauldronSisterss</title> <meta name="" content="" /> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon --> <?php include 'favicon.php'; ?> <!-- Use the minified version files listed below for better performance and remove the files listed above --> <link rel="stylesheet" href="assets/css/vendor/vendor.min.css"> <link rel="stylesheet" href="assets/css/plugins/plugins.min.css"> <link rel="stylesheet" href="assets/css/style.min.css"> </head> <body> <div id="page"> <!-- Header Section Start --> <?php include 'header.php'; ?> <!-- Header Section End --> <!-- Page Title Section Start --> <div class="page-banner-section section section-padding-200" style = "background-image: linear-gradient(rgba(0, 0, 0, 0.900),rgba(0, 0, 0, 0.5)) , url(assets/images/banner/about.jpg); background-position: center; background-repeat:no-repeat; background-size:cover;"> <div class="container"> <div class="row"> <div class="col-12"> <div class="page-banner-title"> <h1 class="title" style = "font-size:66px;">About Us</h1> </div> </div> </div> </div> </div> <!-- Page Title Section End --> <!-- Funfact Section Start --> <div class="funfact-section section section-padding-bottom pt-5" data-bg-color="#f5f5f5"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="about-content mb-sm-50 mb-xs-50"> <span class="sub-title">Everything about <strong>CauldronSisterss</strong></span> <h2 class="title">About Us <br><span>CauldronSisterss</span> </h2> <p style = "text-align:justify;">With 5+ experience in the food industry, sister-duo, Ratika & Riccha began the journey by mastering the art of vegetarian gourmet and fusion cooking across various cuisines. Gradually, their passion for food and dynamic personalities led them to explore various areas of the industry earning them the status of trusted food consultants, recipe creators, mentors to restaurant/cafe owners.</p> <a class="link link-lg" href="contact_us.php"> Have questions? <mark>Get Free Form <i class="far fa-long-arrow-right"></i> </mark> </a> </div> </div> <div class="col-lg-6"> <div class="row row-cols-sm-2 row-cols-1 max-mb-n60 pt-5"> <!-- Funfact Start --> <div class="col max-mb-60" data-aos="fade-up"> <div class="funfact"> <div class="number"><span class="counter">700</span>+</div> <h6 class="text">Customers Served</h6> </div> </div> <!-- Funfact End --> <!-- Funfact Start --> <div class="col max-mb-60" data-aos="fade-up"> <div class="funfact"> <div class="number"><span class="counter">25</span>+</div> <h6 class="text">Brand Collaboration</h6> </div> </div> <!-- Funfact End --> <!-- Funfact Start --> <div class="col max-mb-60" data-aos="fade-up"> <div class="funfact"> <div class="number"><span class="counter">30</span>+</div> <h6 class="text">Consultancy Projects Completed</h6> </div> </div> <!-- Funfact End --> <!-- Funfact Start --> <div class="col max-mb-60" data-aos="fade-up"> <div class="funfact"> <div class="number"><span class="counter">100</span>%</div> <h6 class="text">Satisfaction rate</h6> </div> </div> <!-- Funfact End --> </div> </div> </div> </div> </div> <!-- Funfact Section End --> <!-- Profile Section Start --> <div class="profile-section section section-padding-top section-padding-bottom"> <div class="container"> <div class="row align-items-lg-center"> <div class="col-xl-10 col-md-6 offset-xl-1"> <div class="profile-info"> <h3 class="profile-name">Who We Are</h3> <p class="author-bio" style = "text-align:justify;">Ms Ratika & Richa Khetan, two Sisters, started CauldronSisterss in 2015. It started as a exotic food gift hampers, But their love for food encouraged them to start culinary workshops, food deliveries & slowly & gradually it turned huge as restaurants & cafe started approaching them for consultancy. With each step further, they mastered their cooking skills and it added magic to every bite they curated. Together, over the years, they have successfully filled people’s kitchen with enchantment with exotic vegetarian food. </p> <p class="author-bio" style = "text-align:justify;">They mastered all cuisines on their own, by experimenting & creating a fusion of many. They do complete vegetarian food in cuisines like Indian, continental, chinese, Mexican, thai, Moroccan, Egyptian, Spanish, Japanese sushi, Burmese, Italian, desserts. They make best 100% authentic sourdough breads & eggless macarons, which is rare in Jaipur.</p> <p class="author-bio" style = "text-align:justify;">They have recently (2018) been awarded best food consultants of Jaipur by Esha Deol. They have a good organic following at Instagram & Facebook so have been invited for collaboration by various good brands like Gustora pasta, Kitchenif home appliances, Mahou maestra Spanish beer, Bioayurveda cosmetics & more. Recently, they collaborated with SV public school of Jaipur & penned a book “Khichdi of India” which has 51 recipes of khichdi. Their passion for their work has been acknowledged by various media house & newspapers. Latest feather in their cap was added when they shot an episode about home cooks of india series for Blue Marlin TV from London.</p> <p class="author-bio" style = "text-align:justify;">In short, the CauldronSisterss strongly believe in sharing the recipes of food that make your soul happy and belly content. For us, it is as good as witchcraft (read: meditation) and so, for those who know nothing or very less about the spiritual practise of cooking, we invite you to explore the tastes of authentic Asian and continental food with us. </p> </div> </div> </div> </div> </div> <!-- Profile Section End --> <?php include 'footer.php'; ?> <!-- Scroll Top Start --> <a href="#" class="scroll-top" id="scroll-top"> <i class="arrow-top fal fa-long-arrow-up"></i> <i class="arrow-bottom fal fa-long-arrow-up"></i> </a> <!-- Scroll Top End --> </div> <?php include 'mobile_menu.php'; ?> <script src="assets/js/vendor/vendor.min.js"></script> <script src="assets/js/plugins/plugins.min.js"></script> <!-- Main Activation JS --> <script src="assets/js/main.js"></script> </body> </html>