home.php 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?= $this->extend('layout') ?>
  2. <?= $this->section('content') ?>
  3. <div class ="flex2">
  4. <div class ="homelinks">
  5. <div class="twothirdleft">
  6. <h11>What is the site about ? </h11>
  7. <br><br>
  8. <h4 class="bellefair">
  9. Well this web is a portal to show the product items in this case fashion items and Art Work
  10. </h4>
  11. </div>
  12. <br><br>
  13. <div class="hlinkitem">
  14. this scetion displays live tweets - it would have displayed from @apbboutique but its been deleted add your twiiter address to home.php in views
  15. <a class="twitter-timeline" href="https://twitter.com/apbboutique" data-tweet-limit="1">Tweets by apbboutique</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  16. </div>
  17. </div><!-- flex 2 end-->
  18. <br><br>
  19. </div>
  20. <br><br>
  21. <?= $this->endSection() ?>