indexView.inc 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. <?php include("headerView.inc"); ?>
  2. <!-- Main jumbotron for a primary marketing message or call to action -->
  3. <div class="jumbotron">
  4. <div class="container">
  5. <p>We are an independent game software company striving to bring excellent games to a world full of free-to-play and wait-to-pay nagware.</p>
  6. <p><a class="btn btn-primary btn-lg" href="/games" role="button">The Games &raquo;</a></p>
  7. </div>
  8. </div>
  9. <div class="container">
  10. <!-- Example row of columns -->
  11. <div class="row">
  12. <div class="col-md-4">
  13. <h2>The Games</h2>
  14. <p>We build a wide variety of custom games and entertainment applications for mobile and desktop. We pride ourselves on high-quality, rewarding games without compromising our morals to make a quick buck.</p>
  15. <p><a class="btn btn-default" href="/process" role="button">How we develop &raquo;</a></p>
  16. </div>
  17. <div class="col-md-4">
  18. <h2>About Us</h2>
  19. <p>Cephalopod Studios was founded in 2010 by a group of passionate game developers driven by a desire to make fun, high-quality games and entertainment applications. We are composed of a collection of game industry veterans from across the United States.</p>
  20. <p><a class="btn btn-default" href="/contact-us" role="button">Contact us &raquo;</a></p>
  21. </div>
  22. <div class="col-md-4">
  23. <h2>Careers</h2>
  24. <p>We are always looking for talented individuals who feel the same way we do about the quality of games.</p>
  25. <p><a class="btn btn-default" href="/jobs" role="button">See the jobs &raquo;</a></p>
  26. </div>
  27. </div>
  28. </div>
  29. <?php include("footerView.inc"); ?>