1 | <div class="jumbotron">␊ |
2 | ␉<h1>Welcome!</h1>␊ |
3 | ␉<p>This admin panel has been generated by the FuelPHP Framework.</p>␊ |
4 | ␉<p><a class="btn btn-primary btn-lg" href="http://docs.fuelphp.com">Read the Docs</a></p>␊ |
5 | </div>␊ |
6 | <div class="row">␊ |
7 | ␉<div class="col-md-4">␊ |
8 | ␉␉<h2>Get Started</h2>␊ |
9 | ␉␉<p>The controller generating this page is found at <code>APPPATH/classes/controller/admin.php</code>.</p>␊ |
10 | ␉␉<p>This view can be found at <code>APPPATH/views/admin/dashboard.php</code>.</p>␊ |
11 | ␉␉<p>You can modify these files to get your application started quickly.</p>␊ |
12 | ␉</div>␊ |
13 | ␉<div class="col-md-4">␊ |
14 | ␉␉<h2>Learn</h2>␊ |
15 | ␉␉<p>The best way to learn FuelPHP is reading through the <a href="http://docs.fuelphp.com">Documentation</a>.</p>␊ |
16 | ␉␉<p>Another good resource is the <a href="http://fuelphp.com/forums">Forums</a>. They are fairly active, and you can usually get a response quickly.</p>␊ |
17 | ␉</div>␊ |
18 | ␉<div class="col-md-4">␊ |
19 | ␉␉<h2>Contribute</h2>␊ |
20 | ␉␉<p>FuelPHP wouldn't exist without awesome contributions from the community. Use the links below to get contributing.</p>␊ |
21 | ␉␉<ul>␊ |
22 | ␉␉␉<li><a href="http://docs.fuelphp.com/general/coding_standards.html">Coding Standards</a></li>␊ |
23 | ␉␉␉<li><a href="http://github.com/fuel/fuel">GitHub Respository</a></li>␊ |
24 | ␉␉␉<li><a href="http://fuelphp.com/contribute/issue-tracker">Issue Tracker</a></li>␊ |
25 | ␉␉</ul>␊ |
26 | ␉</div>␊ |
27 | </div>␊ |