download.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <section id="download">
  2. <h2 class="page-header"><a href="#download">Download</a></h2>
  3. <p class="lead">
  4. AdminLTE can be downloaded in two different versions, each appealing to different
  5. skill levels and use case.
  6. </p>
  7. <div class="row">
  8. <div class="col-sm-6">
  9. <div class="box box-primary">
  10. <div class="box-header with-border">
  11. <h3 class="box-title">Ready</h3>
  12. <span class="label label-primary pull-right"><i class="fa fa-html5"></i></span>
  13. </div><!-- /.box-header -->
  14. <div class="box-body">
  15. <p>Compiled and ready to use in production. Download this version
  16. if you don't want to customize AdminLTE's LESS files.</p>
  17. <a href="http://almsaeedstudio.com/download/AdminLTE-dist" class="btn btn-primary"><i class="fa fa-download"></i> Download</a>
  18. </div><!-- /.box-body -->
  19. </div><!-- /.box -->
  20. </div><!-- /.col -->
  21. <div class="col-sm-6">
  22. <div class="box box-danger">
  23. <div class="box-header with-border">
  24. <h3 class="box-title">Source Code</h3>
  25. <span class="label label-danger pull-right"><i class="fa fa-database"></i></span>
  26. </div><!-- /.box-header -->
  27. <div class="box-body">
  28. <p>All files including the compiled CSS. Download this version
  29. if you plan on customizing the template. <b>Requires a LESS compiler.</b></p>
  30. <a href="http://almsaeedstudio.com/download/AdminLTE" class="btn btn-danger"><i class="fa fa-download"></i> Download</a>
  31. </div><!-- /.box-body -->
  32. </div><!-- /.box -->
  33. </div><!-- /.col -->
  34. </div><!-- /.row -->
  35. <pre class="hierarchy bring-up"><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
  36. AdminLTE/
  37. ├── dist/
  38. │ ├── CSS/
  39. │ ├── JS
  40. │ ├── img
  41. ├── build/
  42. │ ├── less/
  43. │ │ ├── AdminLTE's Less files
  44. │ └── Bootstrap-less/ (Only for reference. No modifications have been made)
  45. │ ├── mixins/
  46. │ ├── variables.less
  47. │ ├── mixins.less
  48. └── plugins/
  49. ├── All the customized plugins CSS and JS files</code></pre>
  50. </section>