|
1 | | -<div class="home" style="height: 580px; width: 100%;"> |
| 1 | +<div class="home" style="height: 580px; width: 100%"> |
2 | 2 | <div class="cover" [style.background-color]="primaryColor"></div> |
3 | 3 | </div> |
4 | 4 | <div class="container"> |
5 | 5 | <div class="row"> |
6 | 6 | <div class="col-md-6 text-center text-md-left"> |
7 | 7 | <div class="title">Angular Color</div> |
8 | 8 | <div class="description"> |
9 | | - Port of <a href="https://github.com/casesandberg/react-color">react-color</a> by casesandberg |
| 9 | + Port of <a href="https://github.com/casesandberg/react-color">react-color</a> by |
| 10 | + casesandberg |
10 | 11 | </div> |
11 | 12 | <div class="description"> |
12 | | - A Collection of Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter, Material Design & more |
| 13 | + A Collection of Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter, Material |
| 14 | + Design & more |
13 | 15 | </div> |
14 | 16 | <div class="mt-4"> |
15 | | - <gh-button |
16 | | - [count]="true" |
17 | | - user="scttcper" |
18 | | - repo="ngx-color" |
19 | | - > |
20 | | - </gh-button> |
| 17 | + <gh-button [count]="true" user="scttcper" repo="ngx-color"> </gh-button> |
21 | 18 | </div> |
22 | 19 | </div> |
23 | 20 | <div class="col-md-6"> |
24 | 21 | <div class="d-flex justify-content-center justify-content-md-end mt-5"> |
25 | 22 | <div style="padding-top: 20px; display: block"> |
26 | | - <color-chrome |
27 | | - [color]="state" |
28 | | - (onChangeComplete)="changeComplete($event)" |
29 | | - > |
30 | | - </color-chrome> |
| 23 | + <color-chrome [color]="state" (onChangeComplete)="changeComplete($event)"> </color-chrome> |
31 | 24 | <div class="text-center label">Chrome</div> |
32 | 25 | </div> |
33 | 26 | </div> |
|
36 | 29 | <div class="row"> |
37 | 30 | <div class="col-md-4 mt-3"> |
38 | 31 | <div class="d-flex justify-content-center justify-content-md-start"> |
39 | | - <div style="width: 220px; display: inline-block;"> |
40 | | - <color-sketch [color]="state" (onChangeComplete)="changeComplete($event)"> |
41 | | - </color-sketch> |
| 32 | + <div style="width: 220px; display: inline-block"> |
| 33 | + <color-sketch [color]="state" (onChangeComplete)="changeComplete($event)"> </color-sketch> |
42 | 34 | <div class="text-center label">Sketch</div> |
43 | 35 | </div> |
44 | 36 | </div> |
|
132 | 124 | <div class="row"> |
133 | 125 | <div class="col-12 col-md-7 mb-3"> |
134 | 126 | <div class="d-flex justify-content-center justify-content-md-start"> |
135 | | - <div style="width: 410px;display: inline-block"> |
| 127 | + <div style="width: 410px; display: inline-block"> |
136 | 128 | <color-slider |
137 | 129 | [color]="state" |
138 | 130 | (onChangeComplete)="changeComplete($event)" |
|
170 | 162 | </div> |
171 | 163 | <div class="col-md-5 d-md-inline d-none"> |
172 | 164 | <div class="d-flex justify-content-center justify-content-md-start"> |
173 | | - <div style="width: 320px;display: inline-block"> |
| 165 | + <div style="width: 320px; display: inline-block"> |
174 | 166 | <color-swatches |
175 | 167 | [color]="state" |
176 | 168 | (onChangeComplete)="changeComplete($event)" |
|
181 | 173 | </div> |
182 | 174 | </div> |
183 | 175 | </div> |
184 | | -<div class="row"> |
| 176 | + <div class="row"> |
185 | 177 | <div class="col-12 col-md-7 mb-3"> |
186 | 178 | <div class="d-flex justify-content-center justify-content-md-start"> |
187 | | - <div style="width: 320px;display: inline-block"> |
| 179 | + <div style="width: 320px; display: inline-block"> |
188 | 180 | <color-shade-picker |
189 | 181 | [color]="state" |
190 | 182 | (onChangeComplete)="changeComplete($event)" |
|
193 | 185 | <div class="pt-3 text-center label">Shade Slider</div> |
194 | 186 | </div> |
195 | 187 | </div> |
| 188 | + </div> |
196 | 189 | </div> |
197 | | -</div> |
198 | 190 |
|
199 | | -<app-footer></app-footer> |
| 191 | + <app-footer></app-footer> |
| 192 | +</div> |
0 commit comments