Home: Change links on did you know section base on mocks and uk-button-text
This commit is contained in:
parent
1d16f6f651
commit
8545a1cd7f
|
@ -279,24 +279,24 @@
|
|||
<h2 class="uk-h5 uk-margin-remove uk-text-primary">
|
||||
Did you know that
|
||||
</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
|
||||
</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>
|
||||
<div class="uk-width-3-4 uk-margin-auto uk-padding uk-padding-remove-horizontal custom-link">
|
||||
<a href="https://provide.openaire.eu/home" target="_blank" class="uk-link-reset uk-text-large uk-flex uk-flex-middle uk-flex-between">
|
||||
<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>
|
||||
<icon name="east" ratio="1.5"></icon>
|
||||
</a>
|
||||
<div class="uk-container">
|
||||
<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>
|
||||
<div class="uk-padding-small uk-padding-remove-horizontal custom-link">
|
||||
<a href="https://provide.openaire.eu/home" target="_blank" class="uk-button uk-button-text uk-text-left uk-text-large">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<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-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>
|
||||
<icon name="east" ratio="1.5"></icon>
|
||||
</a>
|
||||
<div>
|
||||
<div class="uk-padding-small 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">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -27,12 +27,16 @@
|
|||
.custom-link {
|
||||
border-bottom: @global-border-width solid @global-border;
|
||||
|
||||
icon {
|
||||
color: @global-primary-background;
|
||||
}
|
||||
a {
|
||||
text-transform: none;
|
||||
|
||||
a:hover .link-title {
|
||||
color: @global-secondary-background;
|
||||
.link-title {
|
||||
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
|
Loading…
Reference in New Issue