ministerchief commited on
Commit
1c5d093
·
verified ·
1 Parent(s): 700655a

Update templates/about.html

Browse files
Files changed (1) hide show
  1. templates/about.html +99 -6
templates/about.html CHANGED
@@ -41,9 +41,6 @@
41
  <div class="animated-bg"></div>
42
 
43
  <div class="container position-relative text-center">
44
- <span class="bg-soft-primary">
45
- CORPORATE IDENTITY
46
- </span>
47
 
48
  <h1 class="display-2 fw-bold text-gradient mt-4">
49
  About Our Institution
@@ -375,9 +372,105 @@
375
  </div>
376
  </div>
377
  </section>
378
- <footer class="py-4 bg-navy text-white text-center small">
379
- <div class="container">&copy; 2026 LS Technologies Leadership Portfolio Node.</div>
380
- </footer>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
 
382
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/dist/js/bootstrap.bundle.min.js"></script>
383
  </body>
 
41
  <div class="animated-bg"></div>
42
 
43
  <div class="container position-relative text-center">
 
 
 
44
 
45
  <h1 class="display-2 fw-bold text-gradient mt-4">
46
  About Our Institution
 
372
  </div>
373
  </div>
374
  </section>
375
+ <footer class="footer-section py-5">
376
+
377
+ <div class="row g-4">
378
+
379
+ <!-- Company -->
380
+ <div class="col-lg-4 col-md-6">
381
+ <div class="footer-card h-100">
382
+
383
+ <h4 class="fw-bold mb-3">
384
+ <span class="text-gradient">LS</span> Technologies
385
+ </h4>
386
+
387
+ <p class="footer-text">
388
+ Architecting scalable modern ecosystems for tracking
389
+ hardware, logistics, vehicles and enterprise assets
390
+ through intelligent QR-based technology.
391
+ </p>
392
+
393
+ </div>
394
+ </div>
395
+
396
+ <!-- Quick Links -->
397
+ <div class="col-lg-4 col-md-6">
398
+ <div class="footer-card h-100">
399
+
400
+ <h5 class="fw-bold mb-3">
401
+ Quick Structural Anchors
402
+ </h5>
403
+
404
+ <ul class="footer-links list-unstyled">
405
+
406
+ <li><a href="{{ url_for('home') }}"><i class="fas fa-angle-right"></i> Home Dashboard Portal</a></li>
407
+
408
+ <li><a href="{{ url_for('about') }}"><i class="fas fa-angle-right"></i> Corporate Identity Structure</a></li>
409
+
410
+ <li><a href="{{ url_for('services') }}"><i class="fas fa-angle-right"></i> Solutions Matrix</a></li>
411
+
412
+ <li><a href="{{ url_for('contact') }}"><i class="fas fa-angle-right"></i> Contact Integration Node</a></li>
413
+
414
+ </ul>
415
+
416
+ </div>
417
+ </div>
418
+
419
+ <!-- Social -->
420
+ <div class="col-lg-4 col-md-12">
421
+ <div class="footer-card h-100">
422
+
423
+ <h5 class="fw-bold mb-3">
424
+ Follow Matrix
425
+ </h5>
426
+
427
+ <div class="social-icons">
428
+
429
+ <a href="#" class="social-icon"><i class="fab fa-linkedin-in"></i></a>
430
+ <a href="https://x.com/LSTechnologies2" class="social-icon"><i class="fab fa-x-twitter"></i></a>
431
+ <a href="https://www.instagram.com/lstechnologies786/" class="social-icon"><i class="fab fa-instagram"></i></a>
432
+ <a href="https://www.facebook.com/profile.php?id=61591528025543" class="social-icon"><i class="fab fa-facebook-f"></i></a>
433
+ <a href="https://github.com/lstechnologies786" class="social-icon"><i class="fab fa-github"></i></a>
434
+ </div>
435
+
436
+ <div class="mt-4">
437
+
438
+ <p><i class="fas fa-phone me-2"></i> +91 7082645917</p>
439
+
440
+ <p><i class="fas fa-envelope me-2"></i> lstechnologies786@gmail.com</p>
441
+
442
+ <p class="mb-0">
443
+ <i class="fas fa-globe me-2"></i>
444
+ <a href="https://ministerchief-ls-technologies.hf.space">
445
+ LS Technologies Website
446
+ </a>
447
+ </p>
448
+
449
+ </div>
450
+
451
+ </div>
452
+ </div>
453
+
454
+ </div>
455
+ <div class="container">
456
+
457
+ <!-- Paste the NEW row g-4 code here -->
458
+
459
+ <hr class="my-4">
460
+
461
+ <div class="text-center">
462
+ <p class="mb-1">
463
+ © 2026 <strong>LS Technologies</strong>. All Rights Reserved.
464
+ </p>
465
+
466
+ <small>
467
+ AssetQR 360 • Smart QR-Based Asset Management Platform
468
+ </small>
469
+ </div>
470
+
471
+ </div>
472
+
473
+ </footer>
474
 
475
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/dist/js/bootstrap.bundle.min.js"></script>
476
  </body>