Build main grid without angularjs template
This commit is contained in:
parent
35db27b0e6
commit
976643da3d
1 changed files with 29 additions and 11 deletions
|
@ -14,17 +14,35 @@
|
|||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<div class="container">
|
||||
<!-- MAIN GRID -->
|
||||
<div class="container-lg">
|
||||
|
||||
<!-- FIRST ROW -->
|
||||
<div class="row" style="background-color: red;">
|
||||
<div class="col-sm-2" style="background-color: blue;">
|
||||
<!-- LOGO -->
|
||||
LOGO
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SECOND ROW -->
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<h2>Simple Boostrap Testing</h2>
|
||||
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Simple content</p>
|
||||
|
||||
<!-- NAV -->
|
||||
<div class="col-sm-2" style="background-color: pink;">
|
||||
NAV
|
||||
</div>
|
||||
|
||||
|
||||
<!-- CONTENT -->
|
||||
<div class="col-sm-10" style="background-color: green;">
|
||||
<!-- INTERNAL GRID -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
MAIN CONTENT !
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue