index.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Automatic Developer Mode</h2>
  5. <h3 class="oe_slogan">... to make a developer's life easier...</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <div class="oe_demo oe_picture oe_screenshot">
  9. <img src="dev.jpg">
  10. </div>
  11. </div>
  12. <div class="oe_span6">
  13. <p class="oe_mt32">
  14. <p>This module make you free from activate developer mode operations over and over(It is very boring when we switching many users).
  15. When you login, It will trigger the DEVELOPER MODE Automatically.</p>
  16. </p>
  17. </div>
  18. </div>
  19. </section>
  20. <section class="oe_container">
  21. <div class="oe_row oe_spaced">
  22. <div class="oe_span6">
  23. <p class="oe_mt32">
  24. <p>As shown here, Simply automate the developer mode. It help developer in several perspective. NOTE THAT, YOU HAVE TO RE-LOGIN AFTER THE MODULE INSTALLATION!!</p>
  25. </p>
  26. </div>
  27. <div class="oe_span6">
  28. <div class="oe_demo oe_picture oe_screenshot">
  29. <img src="im_login.jpg">
  30. </div>
  31. </div>
  32. </div>
  33. </section>
  34. <section class="oe_container oe_dark">
  35. <h2 class="oe_slogan" style="margin-top:20px;" >Need Any Help?</h2>
  36. <div class="oe_slogan" style="margin-top:10px !important;">
  37. <a class="btn btn-primary btn-lg mt8"
  38. style="color: #FFFFFF !important;" href="http://www.cybrosys.com"><i
  39. class="fa fa-envelope"></i> Email </a> <a
  40. class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
  41. href="http://www.cybrosys.com/contact/"><i
  42. class="fa fa-phone"></i> Contact Us </a> <a
  43. class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
  44. href="http://www.cybrosys.com/odoo-customization-and-installation/"><i
  45. class="fa fa-check-square"></i> Request Customization </a>
  46. </div>
  47. <img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
  48. </section>