Home: Change links on did you know section base on mocks and uk-button-text

This commit is contained in:
Konstantinos Triantafyllou 2022-07-19 00:48:27 +03:00
parent 1d16f6f651
commit 8545a1cd7f
4 changed files with 26 additions and 22 deletions

View File

@ -279,24 +279,24 @@
<h2 class="uk-h5 uk-margin-remove uk-text-primary"> <h2 class="uk-h5 uk-margin-remove uk-text-primary">
Did you know that Did you know that
</h2> </h2>
<h2 class="uk-heading-large uk-margin-medium-bottom uk-margin-remove-top"> <h2 class="uk-heading-large uk-margin-large-bottom uk-margin-remove-top">
you may you may
</h2> </h2>
<div class="uk-padding uk-grid uk-child-width-1-2@m uk-text-bold" uk-grid uk-height-match="target: .link-title;"> <div class="uk-container">
<div> <div class="uk-grid uk-child-width-1-2@l uk-child-width-1-1 uk-grid-large" uk-grid uk-height-match=".link-title">
<div class="uk-width-3-4 uk-margin-auto uk-padding uk-padding-remove-horizontal custom-link"> <div>
<a href="https://provide.openaire.eu/home" target="_blank" class="uk-link-reset uk-text-large uk-flex uk-flex-middle uk-flex-between"> <div class="uk-padding-small uk-padding-remove-horizontal custom-link">
<span class="link-title">have your repository, Journal or CRIS system indexed in EXPLORE and take advantage of services for enriching metadata and counting usage?</span> <a href="https://provide.openaire.eu/home" target="_blank" class="uk-button uk-button-text uk-text-left uk-text-large">
<icon name="east" ratio="1.5"></icon> <span class="link-title">have your repository, Journal or CRIS system indexed in EXPLORE and take advantage of services for enriching metadata and counting usage?</span>
</a> </a>
</div>
</div> </div>
</div> <div>
<div> <div class="uk-padding-small uk-padding-remove-horizontal custom-link">
<div class="uk-width-3-4 uk-margin-auto uk-padding uk-padding-remove-horizontal custom-link"> <a href="https://canada.explore.openaire.eu/" target="_blank" class="uk-button uk-button-text uk-text-left uk-text-large">
<a href="https://canada.explore.openaire.eu/" target="_blank" class="uk-link-reset uk-text-large uk-flex uk-flex-middle uk-flex-between"> <span class="link-title">use EXPLORE as an application platform as a service (aPaaS) and set up a national portal for Open Science, such as Canada.EXPLORE?</span>
<span class="link-title">use EXPLORE as an application platform as a service (aPaaS) and set up a national portal for Open Science, such as Canada.EXPLORE?</span> </a>
<icon name="east" ratio="1.5"></icon> </div>
</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -27,12 +27,16 @@
.custom-link { .custom-link {
border-bottom: @global-border-width solid @global-border; border-bottom: @global-border-width solid @global-border;
icon { a {
color: @global-primary-background; text-transform: none;
}
a:hover .link-title { .link-title {
color: @global-secondary-background; color: @global-emphasis-color;
}
&:hover .link-title {
color: @global-secondary-background;
}
} }
} }

@ -1 +1 @@
Subproject commit f4a723d3acd5b7a25a245f60865eda63db4658b5 Subproject commit 63fe4d2e5a2a15db1b69090628351172593fa0c0

@ -1 +1 @@
Subproject commit bace9ea21587351f209341dc274ef7522ec4475d Subproject commit 8ab6475aa4b15146e8047a614856dcff09714af6