|
4 | 4 | <h3 class="text-center">Notifications</h3> |
5 | 5 | </div> |
6 | 6 | <div class="row"> |
7 | | - <p class="text-center">Handcrafted by our friend Robert McIntosh. Please checkout the full documentation.</p> |
| 7 | + <p class="text-center subtitle">Handcrafted by our friend <a href="https://github.com/mouse0270" target="_blank">Robert McIntosh</a>. Please checkout the <a href="http://bootstrap-notify.remabledesigns.com/" target="_blank">full documentation</a>.</p> |
8 | 8 | </div> |
9 | 9 | <div class="row page-title"> |
10 | 10 | <div class="col-md-6 col-sm-12 col-xs-12"> |
11 | | - <div class="card"> |
| 11 | + <div class="card notification-card"> |
12 | 12 | <h4>Notifications Style</h4> |
| 13 | + <div class="alert alert-info"> |
| 14 | + <span>This is a plain notification</span> |
| 15 | + </div> |
| 16 | + <div class="alert alert-info"> |
| 17 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 18 | + <span>This is a plain notification</span> |
| 19 | + </div> |
| 20 | + <div class="alert alert-info alert-with-icon"> |
| 21 | + <i class="material-icons alert-icon">notifications</i> |
| 22 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 23 | + <span>This is a notification with close button and icon and have many lines. You can see that the icon and the close button are always vertically aligned. This is a beautiful notification. So you don't have to worry about the style.</span> |
| 24 | + </div> |
| 25 | + <div class="alert alert-rose alert-with-icon"> |
| 26 | + <i class="material-icons alert-icon">notifications</i> |
| 27 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 28 | + <span>This is a notification with close button and icon and have many lines. You can see that the icon and the close button are always vertically aligned. This is a beautiful notification. So you don't have to worry about the style.</span> |
| 29 | + </div> |
13 | 30 | </div> |
14 | 31 | </div> |
15 | 32 | <div class="col-md-6 col-sm-12 col-xs-12"> |
16 | | - <div class="card"> |
| 33 | + <div class="card notification-card"> |
17 | 34 | <h4>Notification States</h4> |
| 35 | + <div class="alert alert-info"> |
| 36 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 37 | + <span>INFO - This is a regular notification made with ".alert-info"</span> |
| 38 | + </div> |
| 39 | + <div class="alert alert-success"> |
| 40 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 41 | + <span>SUCCESS - This is a regular notification made with ".alert-success"</span> |
| 42 | + </div> |
| 43 | + <div class="alert alert-warning"> |
| 44 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 45 | + <span>WARNING - This is a regular notification made with ".alert-warning"</span> |
| 46 | + </div> |
| 47 | + <div class="alert alert-danger"> |
| 48 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 49 | + <span>DANGER - This is a regular notification made with ".alert-danger"</span> |
| 50 | + </div> |
| 51 | + <div class="alert alert-primary"> |
| 52 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 53 | + <span>PRIMARY - This is a regular notification made with ".alert-primary"</span> |
| 54 | + </div> |
| 55 | + <div class="alert alert-rose"> |
| 56 | + <button class="close" type="button" data-dismiss="alert" aria-label="Close"><i class="material-icons">close</i></button> |
| 57 | + <span>ROSE - This is a regular notification made with ".alert-rose"</span> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + <div class="row" style="margin: 35px 0 20px 0;"> |
| 63 | + <div class="card place"> |
| 64 | + <h4 class="text-center">Notifications Places</h4> |
| 65 | + <p class="text-center">Click to view notifications</p> |
| 66 | + <div class="row page-title"> |
| 67 | + <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> |
| 68 | + <div class="col-md-4"> |
| 69 | + <button md-raised-button class="btn btn-primary btn-block" (click)="btnClick('top-left')">TOP LEFT</button> |
| 70 | + </div> |
| 71 | + <div class="col-md-4"> |
| 72 | + <button md-raised-button class="btn btn-primary btn-block" (click)="btnClick('top-center')">TOP CENTER</button> |
| 73 | + </div> |
| 74 | + <div class="col-md-4"> |
| 75 | + <button md-raised-button class="btn btn-primary btn-block" (click)="btnClick('top-right')">TOP RIGHT</button> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + <div class="row page-title"> |
| 80 | + <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> |
| 81 | + <div class="col-md-4"> |
| 82 | + <button md-raised-button class="btn btn-primary btn-block" (click)="btnClick('bottom-left')">BOTTOM LEFT</button> |
| 83 | + </div> |
| 84 | + <div class="col-md-4"> |
| 85 | + <button md-raised-button class="btn btn-primary btn-block" (click)="btnClick('bottom-center')">BOTTOM CENTER</button> |
| 86 | + </div> |
| 87 | + <div class="col-md-4"> |
| 88 | + <button md-raised-button class="btn btn-primary btn-block" (click)="btnClick('bottom-right')">BOTTOM RIGHT</button> |
| 89 | + </div> |
| 90 | + </div> |
18 | 91 | </div> |
19 | 92 | </div> |
20 | 93 | </div> |
21 | | - |
22 | 94 | </div> |
0 commit comments