Spaces:
Sleeping
Sleeping
Update templates/about.html
Browse files- templates/about.html +95 -0
templates/about.html
CHANGED
|
@@ -54,6 +54,101 @@
|
|
| 54 |
</p>
|
| 55 |
</div>
|
| 56 |
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
<section class="py-4 mb-5">
|
|
|
|
| 54 |
</p>
|
| 55 |
</div>
|
| 56 |
</section>
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
<!-- ==========================================
|
| 60 |
+
Company Recognition
|
| 61 |
+
=========================================== -->
|
| 62 |
+
|
| 63 |
+
<section class="py-5">
|
| 64 |
+
|
| 65 |
+
<div class="container">
|
| 66 |
+
|
| 67 |
+
<div class="text-center mb-5">
|
| 68 |
+
|
| 69 |
+
<h2 class="fw-bold mt-2">
|
| 70 |
+
Officially Recognized Enterprise By Government of India
|
| 71 |
+
</h2>
|
| 72 |
+
|
| 73 |
+
<p class="text-muted">
|
| 74 |
+
Building trust through innovation, compliance and government recognition.
|
| 75 |
+
</p>
|
| 76 |
+
|
| 77 |
+
</div>
|
| 78 |
+
|
| 79 |
+
<div class="msme-section">
|
| 80 |
+
|
| 81 |
+
<div class="row align-items-center">
|
| 82 |
+
|
| 83 |
+
<div class="col-lg-2 text-center">
|
| 84 |
+
|
| 85 |
+
<div class="msme-icon">
|
| 86 |
+
|
| 87 |
+
<i class="fas fa-certificate"></i>
|
| 88 |
+
|
| 89 |
+
</div>
|
| 90 |
+
|
| 91 |
+
</div>
|
| 92 |
+
|
| 93 |
+
<div class="col-lg-10">
|
| 94 |
+
|
| 95 |
+
<h3 class="fw-bold mb-3">
|
| 96 |
+
MSME Registered Enterprise
|
| 97 |
+
</h3>
|
| 98 |
+
|
| 99 |
+
<p>
|
| 100 |
+
|
| 101 |
+
LS Technologies is officially registered as a
|
| 102 |
+
<strong>Micro, Small & Medium Enterprise (MSME)</strong>
|
| 103 |
+
under the Government of India.
|
| 104 |
+
|
| 105 |
+
</p>
|
| 106 |
+
|
| 107 |
+
<div class="mt-4">
|
| 108 |
+
|
| 109 |
+
<div class="row">
|
| 110 |
+
|
| 111 |
+
<div class="col-md-6">
|
| 112 |
+
|
| 113 |
+
<div class="info-box">
|
| 114 |
+
|
| 115 |
+
<strong>Status</strong>
|
| 116 |
+
|
| 117 |
+
<br>
|
| 118 |
+
|
| 119 |
+
MSME Registered
|
| 120 |
+
|
| 121 |
+
</div>
|
| 122 |
+
|
| 123 |
+
</div>
|
| 124 |
+
|
| 125 |
+
<div class="col-md-6">
|
| 126 |
+
|
| 127 |
+
<div class="info-box">
|
| 128 |
+
|
| 129 |
+
<strong>UDYAM Registration</strong>
|
| 130 |
+
|
| 131 |
+
<br>
|
| 132 |
+
|
| 133 |
+
UDYAM-HR-XX-XXXXXXXX
|
| 134 |
+
|
| 135 |
+
</div>
|
| 136 |
+
|
| 137 |
+
</div>
|
| 138 |
+
|
| 139 |
+
</div>
|
| 140 |
+
|
| 141 |
+
</div>
|
| 142 |
+
|
| 143 |
+
</div>
|
| 144 |
+
|
| 145 |
+
</div>
|
| 146 |
+
|
| 147 |
+
</div>
|
| 148 |
+
|
| 149 |
+
</div>
|
| 150 |
+
|
| 151 |
+
</section>
|
| 152 |
|
| 153 |
|
| 154 |
<section class="py-4 mb-5">
|