The company website

home.html 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <ul class="bullets three">
  2. <li>
  3. <div class="bullet-image">
  4. <img src="images/analyze.jpg" alt="Analyze" />
  5. </div>
  6. <div class="bullet-content">
  7. <h2>Analyze.</h2>
  8. <p>Through the process of inspecting, cleaning, transforming, and modeling we can</p>
  9. <ul>
  10. <li>- <span class="highlight">highlight</span> userful information</li>
  11. <li>- provide <span class="highlight">accurate</span> conclusions</li>
  12. <li>- support <span class="highlight">decision making</span></li>
  13. </ul>
  14. </div>
  15. <div class="bullet-footer">
  16. <p><a class="button rosy" href="#/services" title="More">More</a></p>
  17. </div>
  18. </li>
  19. <li>
  20. <div class="bullet-image">
  21. <img src="images/develop.jpg" alt="Analyze" />
  22. </div>
  23. <div class="bullet-content">
  24. <h2>Develop.</h2>
  25. <p>From requirement gathering to final delivery we practice test driven development to provide <span class="highlight">efficient</span> and <span class="highlight">long lasting</span> custom solutions.</p>
  26. </div>
  27. <div class="bullet-footer">
  28. <p><a class="button rosy" href="#/services" title="More">More</a></p>
  29. </div>
  30. </li>
  31. <li>
  32. <div class="bullet-image">
  33. <img src="images/maintain.jpg" alt="Analyze" />
  34. </div>
  35. <div class="bullet-content">
  36. <h2>Maintain.</h2>
  37. <p>Whether it is because an existing platform has changed or requirements have been refined, we can track down <span class="highlight">defects</span>, perform <span class="highlight">preventative</span> maintenance, or provide <span class="highlight">performance</span> enhancements!</p>
  38. </div>
  39. <div class="bullet-footer">
  40. <p><a class="button rosy" href="#/services" title="More">More</a></p>
  41. </div>
  42. </li>
  43. </ul>