index.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <head>
  2. <style>
  3. .backgrounds{background-color:#fff;color:#a41d35}
  4. </style>
  5. </head>
  6. <section class="oe_container">
  7. <div class="oe_row oe_spaced">
  8. <h2 class="oe_slogan">
  9. Hr Payroll Cancel
  10. </h2>
  11. <p class="oe_mt32">
  12. This module change the workflow from hr.payslip to can cancel after to confirm this
  13. </p>
  14. </div>
  15. </section>
  16. <section class="oe_container">
  17. <div class="oe_row oe_spaced">
  18. <div class="oe_span6">
  19. <h2 class="oe_slogan">Do you need help?</h2>
  20. <h3 class="oe_slogan">
  21. Let's offer you the best services!
  22. </h3>
  23. <p class="oe_mt32 text-center">
  24. Contact us by our official channels.
  25. </p>
  26. <div class="oe_spaced">
  27. <ul class="text-center list-inline">
  28. <li>
  29. <a href="https://facebook.com/vauxoo" Target="_blank"><i class="fa fa-facebook-square fa-xs backgrounds"></i></a>
  30. </li>
  31. <li>
  32. <a href="https://twitter.com/vauxoo" Target="_blank" ><i class="fa fa-twitter-square fa-xs backgrounds"></i></a>
  33. </li>
  34. <li>
  35. <a href="https://www.linkedin.com/company/vauxoo" Target="_blank"><i class="fa fa-linkedin-square fa-xs backgrounds"></i></a>
  36. </li>
  37. <li>
  38. <a title="Contact us" data-toggle="tooltip" data-placement="left" Target="_blank" href="https://www.vauxoo.com/page/website.contactus"><i class="fa fa-envelope-square fa-xs backgrounds"></i></a>
  39. </li>
  40. </ul>
  41. </div>
  42. </div>
  43. <div class="oe_span6">
  44. <div class="oe_demo oe_picture oe_screenshot">
  45. <a href="https://www.vauxoo.com" target="_blank"r>
  46. <img src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" width="200" height="auto">
  47. </a>
  48. <div class="oe_demo_footer oe_centeralign">Meet Us</div>
  49. </div>
  50. </div>
  51. </div>
  52. </section>