PageRenderTime 48ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/about.php

https://gitlab.com/syed3/washnsave
PHP | 296 lines | 242 code | 54 blank | 0 comment | 3 complexity | acdbfb808ac39ab9554c00a913dc548c MD5 | raw file
  1. <head>
  2. <!-- Basic Page Needs
  3. ================================================== -->
  4. <meta charset="utf-8">
  5. <!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>About Wash&Save - Maytag Commercial Laundry Business</title>
  8. <meta name="description" content="Washnsave has the intention to satisfy the customers who walk in and out of the shop within just one (1) hour. We aim in having fully washed and dried clothes like sarees, shirts, salwars, curtains, bedsheets etc ready within the express delivery time of 1 hour.">
  9. <meta name="keywords" content="Maytag washer, maytag dryer, laundry business equipment, maytag commercial laundry, dry cleaners, dry cleaning services, dry cleaning service, dry clean service">
  10. <meta name="author" content="rudhisasmito.com">
  11. <meta name="google-site-verification" content="C3MHHIALf_Db6dTvkO3ClYrhCENS-_LvA6jic0b77P8" />
  12. <!-- ==============================================
  13. Favicons
  14. =============================================== -->
  15. <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
  16. <link rel="icon" href="images/favicon.ico" type="image/x-icon">
  17. <!-- ==============================================
  18. CSS
  19. =============================================== -->
  20. <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
  21. <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
  22. <link rel="stylesheet" href="//blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
  23. <link rel="stylesheet" type="text/css" href="css/bootstrap-image-gallery.min.css" />
  24. <!-- ==============================================
  25. Google Fonts
  26. =============================================== -->
  27. <link href='http://fonts.googleapis.com/css?family=Raleway:400,700,900' rel='stylesheet' type='text/css'>
  28. <!-- Custom Stylesheet -->
  29. <link rel="stylesheet" type="text/css" href="css/style.css" />
  30. <script type="text/javascript" src="js/modernizr.min.js"></script>
  31. </head>
  32. <?php include('includes/header.php'); ?>
  33. <!-- BANNER ROTATOR -->
  34. <div class="section subbanner" style="background:url('images/slide_page.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover">
  35. <div class="container">
  36. <div class="row">
  37. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  38. <div class="caption">
  39. <h3>About Us</h3>
  40. <ol class="breadcrumb">
  41. <li><a href="index.php">Home</a></li>
  42. <li class="active">About Us</li>
  43. </ol>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. <!-- ABOUT SECTION -->
  50. <div class="section">
  51. <div class="container">
  52. <div class="row">
  53. <div class="col-sm-12 col-md-12">
  54. <div class="page-title">
  55. <h2 class="lead">ABOUT WASH AND SAVE</h2>
  56. <p class="sublead"></p>
  57. </div>
  58. </div>
  59. </div>
  60. <div class="row">
  61. <div class="col-xs-12 col-md-6">
  62. <div class="about-img">
  63. <img src="images/ironbox.png" alt="" class="img-responsive" />
  64. </div>
  65. </div>
  66. <div class="col-xs-12 col-md-6">
  67. <div class="about-wrap">
  68. <h4 class="title-page">OUR HISTORY</h4>
  69. <p>Wash & Save INDIA presents World class laundry concept to India which is in line with Prime Minister Mr. NarendraModi Government's vision of SwachBharath 2019.</p>
  70. <p>While the rest of the world is already enjoying this concept, INDIA will move forward. As such, Wash & Save T intends to introduce this concept to the Indian people to be on par with rest of the world.</p>
  71. <p>A solution to everyone's laundry needs is the principal objective. Our intention is to have the customer in and out of our shop just under one (1) hour, having fully washed and dried their sarees, shirts, salwars, curtains, bedsheets etc.</p>
  72. </div>
  73. </div>
  74. <div class="clearfix"></div>
  75. <!--<div class="why-item-wrap">
  76. <div class="col-xs-12 col-md-4">
  77. <div class="why-item">
  78. <div class="icon">
  79. <div class="fa fa-paper-plane-o"></div>
  80. </div>
  81. <div class="ket">
  82. <h4>OUR VISION</h4>
  83. <p>Our templates price really affordable. Only $21 for one beutiful templates, you will get free update and awesome support from us. Still thinking to buy?</p>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="col-xs-12 col-md-4">
  88. <div class="why-item">
  89. <div class="icon">
  90. <div class="fa fa-crosshairs"></div>
  91. </div>
  92. <div class="ket">
  93. <h4>OUR MISSION</h4>
  94. <p>Of course this is muse templates, you dont need to writing code to edit, you just need to drag and drop your images and change like photoshop. Easy Right!</p>
  95. </div>
  96. </div>
  97. </div>
  98. <div class="col-xs-12 col-md-4">
  99. <div class="why-item">
  100. <div class="icon">
  101. <div class="fa fa-leaf"></div>
  102. </div>
  103. <div class="ket">
  104. <h4>OUR STRENGTHS</h4>
  105. <p>Easy to edit color, font, icon, or costumizable layout. You can edit with the tool in adobe muse. Everything easy to change and editing.</p>
  106. </div>
  107. </div>
  108. </div>
  109. </div>-->
  110. </div>
  111. </div>
  112. </div>
  113. <!-- STATS SECTION FACTS -->
  114. <div class="section stat-facts" style="background:url('images/page_img-u24411-fr.png') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover">
  115. <!--<div class="bg-overlay">
  116. <div class="container">
  117. <div class="row">
  118. <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
  119. <div class="stat-item">
  120. <div class="icon">
  121. <i class="fa fa-briefcase"></i>
  122. </div>
  123. <div class="stat-title">
  124. <h3 class="number">450</h3>
  125. <p>Business Clients</p>
  126. </div>
  127. </div>
  128. </div>
  129. <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
  130. <div class="stat-item">
  131. <div class="icon">
  132. <i class="fa fa-coffee"></i>
  133. </div>
  134. <div class="stat-title">
  135. <h3 class="number">250</h3>
  136. <p>Cup of Coffee</p>
  137. </div>
  138. </div>
  139. </div>
  140. <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
  141. <div class="stat-item">
  142. <div class="icon">
  143. <i class="fa fa-thumbs-o-up"></i>
  144. </div>
  145. <div class="stat-title">
  146. <h3 class="number">4554</h3>
  147. <p>People Like Us</p>
  148. </div>
  149. </div>
  150. </div>
  151. <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3">
  152. <div class="stat-item">
  153. <div class="icon">
  154. <i class="fa fa-users"></i>
  155. </div>
  156. <div class="stat-title">
  157. <h3 class="number">350</h3>
  158. <p>Employees</p>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </div>
  164. </div>-->
  165. </div>
  166. <!-- ABOUT SECTION -->
  167. <div class="section">
  168. <div class="container">
  169. <div class="row">
  170. <div class="col-sm-12 col-md-12">
  171. <div class="page-title">
  172. <h2 class="lead">THE BRAND TALKS VOLUMES</h2>
  173. <p class="sublead"></p>
  174. </div>
  175. </div>
  176. </div>
  177. <div class="row pbot-main">
  178. <div class="col-xs-12 col-md-3">
  179. <img src="images/maytaglogo_trans.png" style="margin-top: 50px" alt="" class="img-responsive" />
  180. <!--<div class="founder-box">
  181. <h4 class="title-page">BOKEER DOEL</h4>
  182. <p>CEO / Founder Company</p>
  183. </div>-->
  184. </div>
  185. <div class="col-xs-12 col-md-9">
  186. <div class="about-wrap">
  187. <h4 class="title-page"></h4>
  188. <p>Maytag USA . For over 100 years, the name has stood for something thats as important today as it ever was: dependability. As the number one preferred brand in laundry, its clear people recognize and value its ongoing devotion. Theroots go back more than a century with the Maytag appliance company, which gave the Maytag USA ® Commercial Laundry brand its launch in 1956. Since then, Maytag USA has been behind many industry firstsincluding the only five-year all-parts warranty on coin-operated equipmentwhile continually expanding the product portfolio.</p>
  189. <p>Maytag USA now offers a full range of user-friendly commercial washers and dryers for the coin, multi-housing, on-premises, and industrial markets. Recognizing the need to help save utility costs and natural resources, energy-efficient solutions are present throughout the lineup.</p>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. <!-- STATS SECTION CLIENT -->
  196. <!--<div class="section stat-client bg-grey pbot-main" style="">
  197. <div class="container">
  198. <div class="row">
  199. <div class="col-sm-12 col-md-12">
  200. <div class="page-title">
  201. <h2 class="lead">NATE COMMERCIAL LAUNDRY EQUIPMENT</h2>
  202. <p class="sublead">WASH & SAVE INDIA is promoted by Nate Commercial laundry equipment Pvt. Ltd., having its headquarter at Ambattur, Chennai,TamilNadu</p>
  203. <P>The Promoters of Nate Commercial Laundry have more than 13 years of experience in successfully running Wash & Save laundry operations in MALAYSIA</P>
  204. </div>
  205. </div>
  206. </div>
  207. <div class="row">
  208. <div class="col-xs-12 col-md-2">
  209. <div class="client-img">
  210. <img src="images/client12.png" alt="" class="img-responsive" />
  211. </div>
  212. </div>
  213. <div class="col-xs-12 col-md-2">
  214. <div class="client-img">
  215. <img src="images/client22.png" alt="" class="img-responsive" />
  216. </div>
  217. </div>
  218. <div class="col-xs-12 col-md-2">
  219. <div class="client-img">
  220. <img src="images/client32.png" alt="" class="img-responsive" />
  221. </div>
  222. </div>
  223. <div class="col-xs-12 col-md-2">
  224. <div class="client-img">
  225. <img src="images/client42.png" alt="" class="img-responsive" />
  226. </div>
  227. </div>
  228. <div class="col-xs-12 col-md-2">
  229. <div class="client-img">
  230. <img src="images/client52.png" alt="" class="img-responsive" />
  231. </div>
  232. </div>
  233. <div class="col-xs-12 col-md-2">
  234. <div class="client-img">
  235. <img src="images/client62.png" alt="" class="img-responsive" />
  236. </div>
  237. </div>
  238. </div>
  239. </div>
  240. </div>-->
  241. <!-- FOOTER SECTION -->
  242. <?php include('includes/footer.php'); ?>