summaryrefslogtreecommitdiff
path: root/client/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.php')
-rw-r--r--client/index.php50
1 files changed, 22 insertions, 28 deletions
diff --git a/client/index.php b/client/index.php
index c8ccaac..e65e526 100644
--- a/client/index.php
+++ b/client/index.php
@@ -18,50 +18,44 @@
<body>
+
+
+
+
<!-- MAIN GRID -->
<div class="container-lg" ng-app="MainApp">
- <!-- FIRST ROW -->
<div class="row">
- <div class="col-sm-2">
+ <div class="col-lg-2 col-lg-push-1">
<!-- LOGO -->
- <a href="#" class="thumbnail">
- <img class="media-object" src='./images/logo.gif' />
-
- </a>
- </div>
-
-
- <div class="col-sm-10">
- <header ng-include="'./partials/header.html'"></header>
-
- </div>
- </div>
-
- <!-- SECOND ROW -->
- <div class="row">
-
-
- <!-- NAV -->
- <div class="col-sm-2">
+ <a href="#" class="thumbnail">
+ <img class="media-object" src='./images/logo.gif' />
+ </a>
+ <!-- Nav -->
<nav ng-include="'./partials/nav.html'"></nav>
</div>
+
-
- <!-- CONTENT -->
- <div class="col-sm-10">
- <!-- INTERNAL GRID -->
- <div class="container">
+ <div class="col-lg-8 col-lg-push-1">
+ <div class="container-lg" >
<div class="row">
- <div class="col-sm-2" >
- <p style="text-align:center;"> MAIN CONTENT !</p>
+ <div class="col-lg-12" style="background-color: #e7e7e7;">
+ <header ng-include="'./partials/header.html'"></header>
</div>
</div>
+ <div class="row">
+ <div class="col-lg-12" style="background-color: #245580;">
+ <p style="text-align:center;"> MAIN CONTENT !</p>
+ </div>
+ </div>
</div>
</div>
</div>
</div>
+
+
+
</body>