12345678910111213141516171819202122232425262728293031 |
- <?php include("headerView.inc"); ?>
-
- <!-- Main jumbotron for a primary marketing message or call to action -->
- <div class="jumbotron">
- <div class="container">
- <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>
- <p><a class="btn btn-primary btn-lg" href="/games" role="button">The Games »</a></p>
- </div>
- </div>
- <div class="container">
- <!-- Example row of columns -->
- <div class="row">
- <div class="col-md-4">
- <h2>The Games</h2>
- <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>
- <p><a class="btn btn-default" href="/process" role="button">How we develop »</a></p>
- </div>
- <div class="col-md-4">
- <h2>About Us</h2>
- <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>
- <p><a class="btn btn-default" href="/contact-us" role="button">Contact us »</a></p>
- </div>
- <div class="col-md-4">
- <h2>Careers</h2>
- <p>We are always looking for talented individuals who feel the same way we do about the quality of games.</p>
- <p><a class="btn btn-default" href="/jobs" role="button">See the jobs »</a></p>
- </div>
- </div>
- </div>
- <?php include("footerView.inc"); ?>
|