forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.php
57 lines (48 loc) · 3.72 KB
/
help.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Some help with using the free templates by Start Bootstrap.">
<title>Help - Start Bootstrap - Free HTML Templates for Bootstrap 3</title>
<?php include_once('includes/meta.php'); ?>
</head>
<body>
<?php include_once('includes/nav.php'); ?>
<!-- Page content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Help with Start Bootstrap</h1>
<ol class="breadcrumb">
<li><a href="index.php">Start Bootstrap</a></li>
<li class="active">Help</li>
</ol>
</div>
<div class="col-lg-8 col-md-8">
<h2>About Bootstrap</h2>
<p>Bootstrap is a "sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." Before using any of Start Bootstrap's templates, it is recommended that you take a look at the <a href="http://getbootstrap.com">offical Bootstrap website</a> to understand the framework's capabilities and usage.</p>
<h2>Using the Templates</h2>
<p>The templates featured on Start Bootstrap are built using the <a href="http://getbootstrap.com">Bootstrap 3</a> framework. In order to get the most out of these free templates, we recommend that you build an in-depth understanding of the Bootstrap framework itself. The templates featured on Start Bootstrap can be great learning tools and are a great place to start when building a website. To unlock their full potential, the templates and themes will require some additional personalized customization.</p>
<p>To access the templates you can either download the .zip file for a template located on the template's preview page, you can view the live preview and copy the HTML/CSS source code directly, or you find the templates on our GitHub repository.</p>
<h2>Copyright and License</h2>
<p>Start Bootstrap is licensed under the Apache License, Version 2.0. The free templates and themes featured are open source, and free to use for any purpose - commercial or otherwise. You can <a href="https://github.com/IronSummitMedia/startbootstrap/blob/master/LICENSE">view a copy of our license</a> in the Start Bootstrap GitHub repository.</p>
<h2>Bootstrap 3 Learning Resources</h2>
<ul>
<li><a href="http://getbootstrap.com/getting-started/">Official Bootstrap Documentation</a></li>
<li><a href="http://www.sitepoint.com/understanding-twitter-bootstrap-3/">Understanding Twitter Bootstrap 3 - SitePoint</a></li>
<li><a href="http://www.helloerik.com/bootstrap-3-grid-introduction">Bootstrap 3 Grid Introduction - UX at Hello Erik</a></li>
</ul>
<h2>Still Having Trouble?</h2>
<p>We are still extending this help page as we add more templates and get more requests. If you have a specific question, please email us at <a href="mailto:[email protected]">[email protected]</a> and we will try our best to assist you.</p>
</div>
<div class="col-lg-4 col-md-4">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51625/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
</div>
</div>
<hr>
<?php include_once('includes/footer.php'); ?>
<?php include_once('includes/js.php'); ?>
</body>
</html>