accessibility checks for home and myCommunities pages

This commit is contained in:
Alex Martzios 2022-02-07 11:38:53 +02:00
parent fb4697b90a
commit 3f29a47864
3 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@
<!-- </a>-->
</div>
<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">-->
<!-- <span *ngIf="community.title">-->
<!-- {{community.title.slice(0, thresholdTitle)}}-->
@ -75,7 +75,7 @@
<span *ngIf="community.shortTitle.length > thresholdTitle">...</span>
</span>
<!-- </a>-->
</h6>
</h3>
<div class="uk-text-center" *ngIf="community.description != null && showDescription">
<!-- title="{{community.description}}">-->
<span>{{_formatDescription(community.description)}}</span>

View File

@ -165,7 +165,7 @@
</div>
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
<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,
data, software, methods. In one place.
</div>
@ -207,7 +207,7 @@
</div>
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
<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
part of the&nbsp;European Open Science Cloud.
</div>
@ -242,7 +242,7 @@
</div>
<div class="uk-card-body uk-padding-remove uk-margin-small-bottom">
<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 &amp; data mining, and presentation. Run
by you via a simple, yet powerful backend administration tool.
</div>

@ -1 +1 @@
Subproject commit 59a7ffd7ce2063b892aca931be550072feae6927
Subproject commit 4c64aa44a9eac4878f80ec9c78c5eaef18e9ecac