|
1 | | -<div class="jumbotron jumbotron-fluid"> |
2 | | - <div class="container"> |
3 | | - <div class="row"> |
4 | | - <div class="col-sm-4 d-flex justify-content-center justify-content-md-end"> |
5 | | - <img src="assets/angular-material-extensions-logo.svg" alt="@angular-material-extensions/password-strength logo" |
6 | | - class="logo"> |
7 | | - </div> |
8 | | - <div class="col-sm-8 text-center text-md-left"> |
9 | | - <h1>@angular-material-extensions/password-strength</h1> |
10 | | - <p>Material password strength meter to indicate how secure is the provided password</p> |
11 | | - <p>Scroll down to see it in action!</p> |
12 | | - <p class="buttons"> |
13 | | - <a class="btn btn-outline-primary btn-lg" |
14 | | - href="https://github.com/angular-material-extensions/password-strength" target="_blank"><i |
15 | | - class="fa fa-github fa-lg"></i> Code on Github</a> |
16 | | - <a class="btn btn-outline-primary btn-lg" href="doc/index.html" target="_blank"><i |
17 | | - class="fa fa-book fa-lg"></i> Documentation</a> |
18 | | - </p> |
19 | | - </div> |
| 1 | +<mat-jumbotron imgURL="assets/logo.svg"> |
| 2 | + <mat-jumbotron-content> |
| 3 | + <h1> |
| 4 | + @angular-material-extensions/password-strength |
| 5 | + </h1> |
| 6 | + <p class="headline" ngClass.xs="text-center"> |
| 7 | + Material password strength meter to indicate how secure is the provided password |
| 8 | + </p> |
| 9 | + |
| 10 | + <p> Scroll down to see it in action!</p> |
| 11 | + |
| 12 | + <div fxLayout="row" fxLayout.xs="column" |
| 13 | + fxLayoutGap.xs="1rem"> |
| 14 | + <a mat-stroked-button |
| 15 | + color="accent" |
| 16 | + target="_blank" |
| 17 | + href="https://github.com/angular-material-extensions/password-strength"> |
| 18 | + <mat-icon>code</mat-icon> |
| 19 | + Code on Github |
| 20 | + </a> |
| 21 | + <a mat-stroked-button |
| 22 | + color="accent" |
| 23 | + target="_blank" |
| 24 | + href="doc/index.html"> |
| 25 | + <mat-icon>note</mat-icon> |
| 26 | + Documentation |
| 27 | + </a> |
20 | 28 | </div> |
21 | 29 |
|
22 | | - </div> |
23 | | -</div> |
| 30 | + </mat-jumbotron-content> |
| 31 | +</mat-jumbotron> |
24 | 32 |
|
25 | 33 | <section class="home"> |
26 | | - <div class="container"> |
| 34 | + <div class="container mt-3"> |
27 | 35 |
|
28 | 36 | <div fxLayout="column"> |
29 | 37 | <mat-toolbar> |
|
0 commit comments