Skip to content

Commit a94d8fc

Browse files
committed
fixed static doc
1 parent 720eb04 commit a94d8fc

File tree

5 files changed

+3768
-61
lines changed

5 files changed

+3768
-61
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.5.0] - 2018-10-04
2+
### Changes
3+
- update to Angular 6
4+
- added online documentation
5+
16
## [1.4.0] - 2017-08-28
27
### Changes for Angular 4
38
- added angular-cli

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# [Light Bootstrap Dashboard Angular CLI](http://lbd-angular2.creative-tim.com/)
2-
[![version][version-badge]][CHANGELOG] [![license][license-badge]][LICENSE]
1+
# [Light Bootstrap Dashboard Angular](https://demos.creative-tim.com/light-bootstrap-dashboard-angular2/dashboard)
2+
[![version][version-badge]][CHANGELOG] ![license][license-badge]
33

44
![alt text](src/assets/img/opt_lbd_angular_thumbnail.jpg)
55

6-
**[Light-Bootstrap-Dashboard-Angular-CLI](http://lbd-angular2.creative-tim.com/)** is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3, using [Light Bootstrap Dashboard](https://www.creative-tim.com/product/light-bootstrap-dashboard2) and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
6+
**[Light Bootstrap Dashboard Angular](https://demos.creative-tim.com/light-bootstrap-dashboard-angular2/dashboard)** is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3, using [Light Bootstrap Dashboard](https://www.creative-tim.com/product/light-bootstrap-dashboard) and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
77

88
The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Light Bootstrap Dashboard Angular 2 contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.
99

@@ -13,16 +13,16 @@ Special thanks go to: Robert McIntosh for the notification system Chartist for t
1313

1414
## Links:
1515

16-
+ [Live Preview](http://lbd-angular2.creative-tim.com/)
17-
+ [Light Bootstrap Dashboard PRO Angular CLI](https://www.creative-tim.com/product/light-bootstrap-dashboard-pro-angular2/?ref=lbd-angular-cli-free-github) ($49)
16+
+ [Live Preview](https://demos.creative-tim.com/light-bootstrap-dashboard-angular2/dashboard)
17+
+ [Light Bootstrap Dashboard PRO Angular](https://www.creative-tim.com/product/light-bootstrap-dashboard-pro-angular2/?ref=lbd-angular-github) ($49)
1818

1919
## Quick Start:
2020

2121
Quick start options:
2222

23-
+ [Download from Github](https://github.com/creativetimofficial/light-bootstrap-dashboard-angular/archive/master.zip).
23+
+ [Download from Github](https://github.com/creativetimofficial/light-bootstrap-dashboard-angular2/archive/master.zip).
2424
+ [Download from Creative Tim](https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2).
25-
+ Clone the repo: `git clone https://github.com/creativetimofficial/light-bootstrap-dashboard-angular.git`.
25+
+ Clone the repo: `git clone https://github.com/creativetimofficial/light-bootstrap-dashboard-angular2.git`.
2626

2727
## Terminal Commands
2828

@@ -38,15 +38,17 @@ Quick start options:
3838

3939
Within the download you'll find the following directories and files:
4040
```
41-
light-bootstrap-dashboard-angular-cli
41+
light-bootstrap-dashboard-angular
42+
├── CHANGELOG.md
43+
├── LICENSE.md
4244
├── README.md
43-
├── angular-cli.json
45+
├── angular.json
4446
├── documentation
4547
│   ├── css
46-
│   ├── js
4748
│   └── tutorial-lbd-angular2.html
4849
├── e2e
4950
├── karma.conf.js
51+
├── package-lock.json
5052
├── package.json
5153
├── protractor.conf.js
5254
├── src
@@ -67,6 +69,14 @@ light-bootstrap-dashboard-angular-cli
6769
│   │   │   ├── icons.component.html
6870
│   │   │   ├── icons.component.spec.ts
6971
│   │   │   └── icons.component.ts
72+
│   │   ├── layouts
73+
│   │   │   └── admin-layout
74+
│   │   │   ├── admin-layout.component.html
75+
│   │   │   ├── admin-layout.component.scss
76+
│   │   │   ├── admin-layout.component.spec.ts
77+
│   │   │   ├── admin-layout.component.ts
78+
│   │   │   ├── admin-layout.module.ts
79+
│   │   │   └── admin-layout.routing.ts
7080
│   │   ├── lbd
7181
│   │   │   ├── lbd-chart
7282
│   │   │   │   ├── lbd-chart.component.html
@@ -158,6 +168,5 @@ Instagram: <https://instagram.com/creativetimofficial>
158168

159169
[CHANGELOG]: ./CHANGELOG.md
160170

161-
[LICENSE]: ./LICENSE
162-
[version-badge]: https://img.shields.io/badge/version-1.0.1-blue.svg
171+
[version-badge]: https://img.shields.io/badge/version-1.5.0-blue.svg
163172
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

documentation/css/documentation.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
-ms-transition: all 150ms linear;
66
transition: all 150ms linear;
77
}
8+
.header-wrapper .header, .header-wrapper .header .filter:after {
9+
height: 100vh !important;
10+
}
811
.navbar-title{
912
height: 100%;
1013
}
@@ -113,7 +116,7 @@ pre.prettyprint{
113116
.header-wrapper .header {
114117
background-position: center center;
115118
background-size: cover;
116-
height: 450px;
119+
height: 100vh;
117120
overflow: hidden;
118121
position: absolute;
119122
width: 100%;
@@ -137,10 +140,12 @@ pre.prettyprint{
137140
}
138141
.header-wrapper .title-container{
139142
color: #fff;
140-
position: relative;
141-
top: 85px;
142143
z-index: 3;
143-
144+
position: absolute;
145+
top: 50%;
146+
margin-top: -180px;
147+
left: 0;
148+
width: 100%;
144149
}
145150

146151
.title-container img{

0 commit comments

Comments
 (0)