Skip to content

Commit b469b28

Browse files
authored
Merge pull request #280 from ror-community/staging
2 parents 951ab55 + edbb4cc commit b469b28

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">

app/styles/app.scss

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@
44

55
$green: #53baa1;
66
$dark-grey: #505759;
7+
$orange: #e89005;
78
$light-grey: #efefef;
8-
$orange: #da3200;
9-
$mustard: #e89005;
10-
$beige: #d3bdb0;
9+
$raspberry: #e0004d;
10+
$purple: #520c70;
1111
$black: #293030;
1212

1313

14-
1514
$phone-width: 420px;
1615
$tablet-width: 768px;
1716
$desktop-width: 1024px;
1817

1918
// override, color links
19+
20+
.description {
21+
color: $dark-grey !important;
22+
}
23+
2024
.card {
2125
h1, h2 {
2226
font-size: 2rem;
@@ -128,3 +132,13 @@ $desktop-width: 1024px;
128132
}
129133

130134
}
135+
136+
#filter-button {
137+
background-color:$green;
138+
color:$black !important;
139+
}
140+
141+
#clear-button {
142+
background-color:$dark-grey;
143+
color:$light-grey !important;
144+
}

app/templates/components/application-header.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
id="query"
1212
class="form-control"
1313
placeholder="Search Registry..."
14+
aria-label="Search ROR"
1415
/>
1516
</form>
1617
</div>

app/templates/components/application-subscribe.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<div class="contact-shortcode">
66
<div>
77
<h2>Subscribe to the ROR newsletter</h2>
8-
<a target="_blank" class="btn btn-sm btn-round red" rel="noopener" href="http://eepurl.com/gjkT9H">Subscribe</a>
8+
<a target="_blank" class="btn btn-sm btn-round raspberry" rel="noopener" href="http://eepurl.com/gjkT9H">Subscribe</a>
99
</div>
1010
</div>
1111
</div>
1212
<div class="col-md-6 text-center">
1313
<div>
1414
<h2>Suggest an addition or update to ROR</h2>
15-
<a target="_blank" class="btn btn-sm btn-round red" rel="noopener" href="https://curation-request.ror.org">Suggest</a>
15+
<a target="_blank" class="btn btn-sm btn-round raspberry" rel="noopener" href="https://curation-request.ror.org">Suggest</a>
1616
</div>
1717
</div>
1818
</div>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="content">
22
<div class="container-fluid">
33
<div class="info info-hover">
4-
<h4 class="info-title text-primary">Welcome to ROR Search</h4>
5-
<p class="description">Research Organization Registry is a community-led project to develop an open, sustainable, usable, and unique identifier for every research organization in the world.</p>
4+
<h1 class="info-title">Welcome to ROR Search</h1>
5+
<p class="description">The Research Organization Registry (ROR) is global, community-led registry of open persistent identifiers for research and funding organizations.</p>
66
</div>
77
</div>
88
</div>

0 commit comments

Comments
 (0)