12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <head>
- <style>
- .backgrounds{background-color:#fff;color:#a41d35}
- </style>
- </head>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">
- Hr Payroll Cancel
- </h2>
- <p class="oe_mt32">
- This module change the workflow from hr.payslip to can cancel after to confirm this
- </p>
- </div>
- </section>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span6">
- <h2 class="oe_slogan">Do you need help?</h2>
- <h3 class="oe_slogan">
- Let's offer you the best services!
- </h3>
- <p class="oe_mt32 text-center">
- Contact us by our official channels.
- </p>
- <div class="oe_spaced">
- <ul class="text-center list-inline">
- <li>
- <a href="https://facebook.com/vauxoo" Target="_blank"><i class="fa fa-facebook-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <a href="https://twitter.com/vauxoo" Target="_blank" ><i class="fa fa-twitter-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <a href="https://www.linkedin.com/company/vauxoo" Target="_blank"><i class="fa fa-linkedin-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <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>
- </li>
- </ul>
- </div>
- </div>
- <div class="oe_span6">
- <div class="oe_demo oe_picture oe_screenshot">
- <a href="https://www.vauxoo.com" target="_blank"r>
- <img src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" width="200" height="auto">
- </a>
- <div class="oe_demo_footer oe_centeralign">Meet Us</div>
- </div>
- </div>
- </div>
- </section>
|