mirror of https://github.com/ColorlibHQ/gentelella
Slightly updated documentation
parent
17713fe5a1
commit
ece168df99
File diff suppressed because one or more lines are too long
|
@ -20,12 +20,8 @@
|
|||
|
||||
<link href="css/docs.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
<script src="js/jquery.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="js/shCore.js"></script>
|
||||
<script type="text/javascript" src="js/shBrushXml.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="css/shCoreDefault.css"/>
|
||||
|
@ -69,33 +65,23 @@
|
|||
|
||||
<div class="container body">
|
||||
|
||||
<div class="col-md-5">
|
||||
rtertertert
|
||||
</div>
|
||||
|
||||
<div class="col-md-7">
|
||||
<img src="images/welcome.png" style="width:95%; margin-top:30px; padding:5px; border:1px solid #ccc; border-radius:5px;" />
|
||||
<div class="col-md-12 thumbnail" style="margin-top:30px; margin-bottom: 50px; padding:5px;">
|
||||
<img src="images/welcome.png" style="width:100%;" />
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<ul>
|
||||
|
||||
<li><a href="#documentation">About documentation</a></li>
|
||||
<li><a href="#files_and_directories">Files & Directories</a></li>
|
||||
<li><a href="#layout">Layout & structure</a></li>
|
||||
<li><a href="#options">Options</a></li>
|
||||
<li><a href="#credits">Credits</a></li>
|
||||
<li><a href="#change_log">Change log v.1.9 -> v.1.9.2</a></li>
|
||||
<li><a href="#change_log">Change log v.1.8 -> v.1.9</a></li>
|
||||
<li><a href="#contact">Contacts</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="introduction"><div class="box"><h1>Introduction</h1></div>
|
||||
|
||||
<p>Welcome to <strong>Gentelella</strong>, a responsive, flat and full featured admin template build exclusively for sale at ThemeForest. This template is build on Bootstrap 3 framework using modern techniques like HTML5 and CSS3 to be used for backend solutions of any size.</p>
|
||||
<p>Welcome to <strong>Gentelella</strong>, a responsive, flat and full featured admin template. This template is build on Bootstrap 3 framework using modern techniques like HTML5 and CSS3 to be used for backend solutions of any size.</p>
|
||||
|
||||
|
||||
<h2>Support Requests</h2>
|
||||
|
@ -128,7 +114,7 @@
|
|||
<p></p>
|
||||
|
||||
<div class="col-md-6">
|
||||
<img src="images/layout.png" style="width: 90%; border: 1px solid #ccc; padding:5px;" />
|
||||
<img src="images/welcome.png" style="width: 100%; border: 1px solid #ccc; padding:5px;" />
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
|
@ -158,7 +144,7 @@
|
|||
<div class="highlight">
|
||||
<pre class="prettyprint lines brush: xml">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta charset="utf-8">
|
||||
|
@ -174,10 +160,6 @@
|
|||
<link href="fonts/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="css/animate.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Theme styling -->
|
||||
|
||||
<link href="css/custom.css" rel="stylesheet">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
||||
<![endif]-->
|
||||
|
@ -188,15 +170,10 @@
|
|||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<!-- /sample code header -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>Side Menu</h4>
|
||||
|
||||
<p>Menu for navigation, showing profile and primary functions such as logout, full screen and settings</p>
|
||||
|
@ -204,7 +181,7 @@
|
|||
<div class="highlight">
|
||||
<pre class="prettyprint lines brush: xml">
|
||||
|
||||
<div class="col-md-3 left_col">
|
||||
<div class="col-md-3 left_col">
|
||||
<div class="left_col scroll-view">
|
||||
|
||||
<div class="navbar nav_title" style="border: 0;">
|
||||
|
@ -321,7 +298,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</pre>
|
||||
</div>
|
||||
<!-- /sample code for top menu -->
|
||||
|
@ -334,7 +311,7 @@
|
|||
<!-- sample code for content -->
|
||||
<div class="highlight">
|
||||
<pre class="prettyprint lines brush: xml">
|
||||
<div class="right_col" role="main">
|
||||
<div class="right_col" role="main">
|
||||
|
||||
<div class="">
|
||||
<div class="page-title">
|
||||
|
@ -386,7 +363,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</pre>
|
||||
</div>
|
||||
<!-- sample code for content -->
|
||||
|
@ -394,50 +371,6 @@
|
|||
</div>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="options">
|
||||
<h2>Options</h2>
|
||||
Gentelella provides few option for you layout app. There are:
|
||||
|
||||
<ul>
|
||||
<li>Fixed sidebar</li>
|
||||
<li>Fixed top navigation</li>
|
||||
<li>Fixed footer</li>
|
||||
</ul>
|
||||
|
||||
<h3>Fixed Sidebar</h3>
|
||||
|
||||
<p>Minifies the navigation so users can have more room for the body while still having access to the menu by hovering over parent node icons</p>
|
||||
<!-- sample code for fixed sidebar -->
|
||||
<div class="highlight">
|
||||
<pre class="prettyprint lines brush: xml">
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<!-- /sample code for fixed sidebar -->
|
||||
<div class="col-md-6">
|
||||
<img src="images/min_menu.png" style="width:95%; margin-top:30px; padding:5px; border:1px solid #ccc; border-radius:5px;" />
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<br>
|
||||
|
||||
<h3>Fixed top navigation</h3>
|
||||
|
||||
<!-- sample code for fixed top navigation -->
|
||||
<div class="highlight">
|
||||
<pre class="prettyprint lines brush: xml">
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<!-- /sample code for fixed top navigation -->
|
||||
|
||||
</div>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
<div id="credits">
|
||||
<h2 class="credits">Credits and Thanks</h2>
|
||||
|
||||
|
@ -538,7 +471,7 @@
|
|||
<td><a href="https://github.com/aterrien/jQuery-Knob">https://github.com/aterrien/jQuery-Knob</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tdselect2</td>
|
||||
<td>select2</td>
|
||||
<td><a href="https://github.com/ivaynberg/select2/">https://github.com/ivaynberg/select2/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue