Revision 58282
Added by Stefania Martziou over 3 years ago
home.component.html | ||
---|---|---|
163 | 163 |
style="background-image: url('../../../../assets/imgs/landing/abstract2.svg'); !important; min-height: calc(80vh);" uk-height-viewport="offset-top: true; offset-bottom: 20;"> |
164 | 164 |
<div class="uk-container uk-container-expand"> |
165 | 165 |
|
166 |
<div *ngIf="statisticsNumbers" class="uk-grid uk-child-width-1-3@l">
|
|
166 |
<div class="uk-grid uk-child-width-1-3@l"> |
|
167 | 167 |
<div> |
168 | 168 |
<img src="../../../../assets/imgs/landing/avakas.png"> |
169 | 169 |
</div> |
... | ... | |
199 | 199 |
</div> |
200 | 200 |
|
201 | 201 |
<div class="uk-container uk-container-large"> |
202 |
<div *ngIf="statisticsNumbers" class="uk-grid uk-child-width-1-5@l uk-margin-medium-left">
|
|
202 |
<div class="uk-grid uk-child-width-1-5@l uk-margin-medium-left"> |
|
203 | 203 |
|
204 | 204 |
<div> |
205 | 205 |
<h3>{{ (statisticsNumbers && statisticsNumbers.publications) ? (statisticsNumbers.publications | number) : 'N/A' }}</h3> |
Also available in: Unified diff
Fixed an issue at the home page