forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.php
57 lines (48 loc) · 3.35 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">
<div class="alert alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
Our help page is still under development. Please contact us if you have any issues or suggestions. Thanks!
</div>
<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. Some of these templates can be great learning tools and are a great place to start, but to unlock their full potential they will require some personalized customization.</p>
<p>Each template is a standalone HTML file. The templates also have a corresponding custom CSS file (ex. <code>one-page-wonder.html</code> and <code>one-page-wonder.css</code>) To access the templates you can either download the .zip file for a template (each .zip file is pre-packaged with the Bootstrap core components and jQuery), you can view the live preview and copy the HTML/CSS source code directly using your browser, or you can view the source files on GitHub.</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>