accessibility checks for home and myCommunities pages
This commit is contained in:
parent
fb4697b90a
commit
3f29a47864
|
@ -54,7 +54,7 @@
|
||||||
<!-- </a>-->
|
<!-- </a>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
||||||
<h6 class="uk-text-center uk-h6 uk-link" [ngClass]="(showDescription)?'uk-margin-small-bottom':''">
|
<h3 class="uk-text-center uk-h6 uk-link" [ngClass]="(showDescription)?'uk-margin-small-bottom':''">
|
||||||
<!-- <a *ngIf="directLink" [href]="getCommunityPageUrl()" class="color" target="_blank" [class.uk-text-small]="smallTitle">-->
|
<!-- <a *ngIf="directLink" [href]="getCommunityPageUrl()" class="color" target="_blank" [class.uk-text-small]="smallTitle">-->
|
||||||
<!-- <span *ngIf="community.title">-->
|
<!-- <span *ngIf="community.title">-->
|
||||||
<!-- {{community.title.slice(0, thresholdTitle)}}-->
|
<!-- {{community.title.slice(0, thresholdTitle)}}-->
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
<span *ngIf="community.shortTitle.length > thresholdTitle">...</span>
|
<span *ngIf="community.shortTitle.length > thresholdTitle">...</span>
|
||||||
</span>
|
</span>
|
||||||
<!-- </a>-->
|
<!-- </a>-->
|
||||||
</h6>
|
</h3>
|
||||||
<div class="uk-text-center" *ngIf="community.description != null && showDescription">
|
<div class="uk-text-center" *ngIf="community.description != null && showDescription">
|
||||||
<!-- title="{{community.description}}">-->
|
<!-- title="{{community.description}}">-->
|
||||||
<span>{{_formatDescription(community.description)}}</span>
|
<span>{{_formatDescription(community.description)}}</span>
|
||||||
|
|
|
@ -165,7 +165,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
||||||
<div class="target uk-text-center">
|
<div class="target uk-text-center">
|
||||||
<h6 class="uk-6 uk-card-title uk-margin-small-bottom">A Virtual Research Environment</h6>
|
<h3 class="uk-6 uk-card-title uk-margin-small-bottom">A Virtual Research Environment</h3>
|
||||||
<div>An overlay platform making it easy to share, link, disseminate and monitor all your publications,
|
<div>An overlay platform making it easy to share, link, disseminate and monitor all your publications,
|
||||||
data, software, methods. In one place.
|
data, software, methods. In one place.
|
||||||
</div>
|
</div>
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
||||||
<div class="target uk-text-center" style="">
|
<div class="target uk-text-center" style="">
|
||||||
<h6 class="uk-h6 uk-card-title uk-margin-small-bottom">Open Science in action</h6>
|
<h3 class="uk-h6 uk-card-title uk-margin-small-bottom">Open Science in action</h3>
|
||||||
<div>A time-saving bundle of services for researchers to effortlessly practice open science. An integral
|
<div>A time-saving bundle of services for researchers to effortlessly practice open science. An integral
|
||||||
part of the European Open Science Cloud.
|
part of the European Open Science Cloud.
|
||||||
</div>
|
</div>
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
|
||||||
<div class="target uk-text-center" style="">
|
<div class="target uk-text-center" style="">
|
||||||
<h6 class="uk-h6 uk-card-title uk-margin-small-bottom">Customized to your needs</h6>
|
<h3 class="uk-h6 uk-card-title uk-margin-small-bottom">Customized to your needs</h3>
|
||||||
<div>A Gateway with your own brand, rules for aggregation, text & data mining, and presentation. Run
|
<div>A Gateway with your own brand, rules for aggregation, text & data mining, and presentation. Run
|
||||||
by you via a simple, yet powerful backend administration tool.
|
by you via a simple, yet powerful backend administration tool.
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 59a7ffd7ce2063b892aca931be550072feae6927
|
Subproject commit 4c64aa44a9eac4878f80ec9c78c5eaef18e9ecac
|
Loading…
Reference in New Issue