|
|
@ -2,7 +2,7 @@ |
|
|
|
<div class="mb-5 row"> |
|
|
|
<div class="col"> |
|
|
|
<h3 class="d-none d-sm-block mb-3 text-center" i18n>Blog</h3> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -28,7 +28,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -54,7 +54,11 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card *ngIf="hasPermissionForSubscription" class="mb-3"> |
|
|
|
<mat-card |
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
appearance="outlined" |
|
|
|
class="mb-3" |
|
|
|
> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -78,7 +82,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -102,7 +106,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -126,7 +130,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -152,7 +156,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -178,7 +182,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -204,7 +208,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
@ -228,7 +232,7 @@ |
|
|
|
</div> |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card class="mb-3"> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-content> |
|
|
|
<div class="container p-0"> |
|
|
|
<div class="flex-nowrap no-gutters row"> |
|
|
|