paltform.component.html 888 B

12345678910111213141516171819202122232425262728
  1. <section class="platform" fxLayout="row wrap" fxLayoutAlign="start start">
  2. <div fxFlex.lt-md="100" fxFlex.gt-sm="50">
  3. <span>
  4. <img src="assets/images/mt-world.png" alt="" title="" />
  5. </span>
  6. <span class="plr-1"
  7. >the only HR platform with everything you need, for everyone</span
  8. >
  9. <p>
  10. We have witnessed development in the world of <br />
  11. technology, and we are keen to leave a distinctive and <br />
  12. unique mark on the world of business. <br />
  13. “MTWORK” platform has set out to fully occupy by <br />offering the latest
  14. details for managing remote work <br />
  15. from everywhere around the world.
  16. </p>
  17. </div>
  18. <div
  19. fxFlex.lt-md="100"
  20. fxFlex.gt-sm="50"
  21. fxLayout="row"
  22. fxLayoutAlign="end center"
  23. fxHide.lt-md
  24. >
  25. <img src="assets/images/platform.png" alt="" title="" />
  26. </div>
  27. </section>