templates/website/about.html.twig line 1
{% extends 'base.html.twig' %}
{% block header %}
{% include "website/header.html.twig" %}
{% endblock %}
{% block body %}
<section class="services section-bg mt-3 mb-3">
<div class="container">
<div class="section-title">
<h2>
About
</h2>
<div class="row">
<div class="col-sm-8 text-j content">
<h3>Introduction</h3>
<p>We are Distributor of LPG (Liquefied Petroleum Gas) with Hindustan Petroleum Corporation Ltd. (HPCL) since 1989 in Ludhiana.</p>
<p>We Deals in Packed LPG Cylinders domestic and Non Domestic (Commercial/ Industrial) with wide range of Capacity as Domestic 5 Kg and 14.2 Kg cylinders were as Non Domestic comes with 2 kg, 5Kg, 19 Kg, 47.5 Kg (LOT/VOT), 425 Kg (SUMO) Cylinder.</p>
<p>To cater domestic and non-domestic demand and supply we have complete delivery infrastructure.</p>
<h3>Safety First</h3>
<p>Our responsibility towards customer is not only to supply of LPG cylinders but SAFETY FIRST is our priority. We conduct safety clinics in villages and labour areas in industries. We teach the safe usage of LPG , preventions of fire accident and in case of leakage and many more tips to save LPG under oil conservation.</p>
</div>
<div class="col-sm-4">
<img class="img-fluid rounded" src="{{ asset('') }}site/flame.jpg" alt="LPG Flame">
</div>
</div>
</div>
</div>
</section>
{% endblock %}