Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
margin-bottom: 0.5em;
margin-top: 0.5em;
}

a {
color: $color-link-dark;
}
}

.SeeMore {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@
background-repeat: no-repeat;
background-position: center;

&.provider-ridie {
background-image: url('img/provider_logos/RIDIE.png');
}

&.provider-egap {
background-image: url('img/provider_logos/EGAP_evidence_logo_white_0.jpg');
background-image: url('img/provider_logos/EGAP_evidence_logo_white_0.png');
}

&.provider-prereg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@
</div>
</div>
<div class='row p-v-md'>
<div class='col-sm-4 text-center'>
<a href='http://ridie.3ieimpact.org/'>
<div local-class='ServicesList__ProviderLogo provider-ridie'></div>
</a>
</div>
<div class='col-sm-4 text-center'>
<a href='http://egap.org/content/registration'>
<div class='col-sm-6 text-center'>
<a href='http://egap.org/content/registration' aria-label={{t 'registries.index.services.egap'}}>
<div local-class='ServicesList__ProviderLogo provider-egap'></div>
</a>
</div>
<div class='col-sm-4 text-center'>
<a href='https://cos.io/prereg/'>
<div class='col-sm-6 text-center'>
<a href='https://cos.io/prereg/' aria-label={{t 'registries.index.services.prereg'}}>
<div local-class='ServicesList__ProviderLogo provider-prereg'></div>
</a>
</div>
Expand Down
Binary file modified lib/registries/public/assets/img/index-tool-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified lib/registries/public/assets/img/provider_logos/prereg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,8 @@ registries:
linkText2: 'requirements and road map'
line3: '. Input welcome!'
contact: 'Contact us'
egap: 'EGAP'
prereg: 'Preregistration Challenge'
advisory:
heading: 'Advisory Group'
paragraph: 'Our advisory group includes leaders in registrations across disciplines'
Expand Down