Skip to content

Commit f953f10

Browse files
Merge pull request #29 from JDASoftwareGroup/jeff-edgett-jdas-patch-1
Additional branding changes...
2 parents 9006488 + 5e8453e commit f953f10

File tree

3 files changed

+121
-20
lines changed

3 files changed

+121
-20
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ search_provider : # lunr (default), algolia, google
8383
# naver_site_verification :
8484

8585
# Social Sharing
86-
twitter:
87-
username : BlueYonderTech
86+
#twitter:
87+
# username : BlueYonderTech
8888
# facebook:
8989
# username :
9090
# app_id :
@@ -136,9 +136,9 @@ head_scripts:
136136
# Site Footer
137137
footer:
138138
social_links:
139-
- label: "Twitter"
140-
icon: "fab fa-fw fa-twitter-square"
141-
url: "https://twitter.com/BlueYonderTech"
139+
#- label: "Twitter"
140+
# icon: "fab fa-fw fa-twitter-square"
141+
# url: "https://twitter.com/BlueYonderTech"
142142
- label: "GitHub"
143143
icon: "fab fa-fw fa-github"
144144
url: "https://github.com/JDASoftwareGroup"

_includes/footer.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<div class="page-footer-legal">
2222
<div class="page-footer-legal-copyright">
2323
&copy; {{ site.time | date: '%Y' }} {{ site.legal_name }} All rights reserved.
24-
</div>
25-
<div class="legal-links">
26-
{% if site.footer.social_links %}
27-
{% for link in site.footer.social_links %}
28-
{% if link.label and link.url %}
29-
<a href="{{ link.url }}" target="_blank" rel="noopener">{{ link.label }}</a>
30-
{% endif %}
31-
{% endfor %}
32-
{% endif %}
24+
<span class="legal-links">
25+
{% if site.footer.legal_links %}
26+
{% for link in site.footer.legal_links %}
27+
{% if link.label and link.url %}
28+
<a href="{{ link.url }}" target="_blank" rel="noopener">{{ link.label }}</a>
29+
{% endif %}
30+
{% endfor %}
31+
{% endif %}
32+
</span>
3333
</div>
3434
</div>

assets/css/main.scss

Lines changed: 107 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,45 @@
44

55
@charset "utf-8";
66

7-
/* Theme Overrides - must preceed minimal mistakes imports below.*/
8-
$primary-color: #000E4E;
7+
$primary-color: rgba(0, 14, 78, 1.0);
8+
$text-color: rgba(49, 49, 49, 1.0);
99
$link-color: $primary-color;
10+
$font-family-sans-serif: 'Accord', 'sans-serif';
11+
$font-family-serif: 'Sectra', 'serif';
12+
$breakpoint-xs: 575.98px;
1013

1114
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
1215
@import "minimal-mistakes"; // main partials
1316
@import url("https://cdn.blueyonder.com/global/css/fonts.css");
1417

1518
body
1619
{
17-
font-family: 'Accord', 'sans-serif';
18-
font-size: 20px;
20+
color: $text-color;
21+
font-family: $font-family-sans-serif;
22+
font-size: 18px;
23+
}
24+
25+
h1
26+
{
27+
color: $primary-color;
28+
font-family: $font-family-serif;
29+
}
30+
31+
h2,
32+
h3,
33+
h4,
34+
h5,
35+
h6
36+
{
37+
color: $primary-color;
38+
font-family: $font-family-sans-serif;
39+
font-weight: 500;
40+
}
41+
42+
.greedy-nav .visible-links a:before
43+
{
44+
background-color: $primary-color;
45+
height: 3px;
1946
}
2047

2148
.site-logo img
@@ -28,20 +55,94 @@ body
2855
padding: 4.5em 0;
2956
}
3057

58+
.page__hero--overlay p.page__meta {
59+
bottom: 0;
60+
position: absolute;
61+
margin: 0 0 10px 10px;
62+
}
63+
64+
.archive__item a[rel="permalink"]
65+
{
66+
text-decoration: none;
67+
font-weight: normal;
68+
}
69+
70+
.archive__item-excerpt
71+
{
72+
color: $text-color;
73+
}
74+
75+
.page
76+
{
77+
padding-right: 0;
78+
}
79+
3180
.page__footer
3281
{
3382
background-color: $primary-color;
3483
}
3584

3685
.page__footer .page-footer-legal
3786
{
38-
font-size: 0.7em;
87+
font-size: 0.8em;
88+
}
89+
90+
.page__footer .page-footer-legal .legal-links
91+
{
92+
white-space: nowrap;
93+
}
94+
95+
@media (max-width: $breakpoint-xs)
96+
{
97+
.page__footer .page-footer-legal .legal-links
98+
{
99+
display: block;
100+
}
39101
}
40102

41103
.page__footer .page-footer-legal .legal-links a
42104
{
43105
display: inline-block;
44-
margin: auto 15px;
45106
}
46107

108+
.page__footer .page-footer-legal .legal-links a::before
109+
{
110+
content: " | ";
111+
padding: 15px;
112+
}
113+
114+
@media (max-width: $breakpoint-xs)
115+
{
116+
.page__footer .page-footer-legal .legal-links a:first-of-type::before
117+
{
118+
display: none;
119+
}
120+
}
121+
122+
.search-content .search-input
123+
{
124+
font-size: 1.3em;
125+
border: 1px solid;
126+
padding: 8px;
127+
}
47128

129+
.search-content .results
130+
{
131+
margin: 0 20px;
132+
width: 100%;
133+
}
134+
135+
.search-content .results__found
136+
{
137+
font-size: 0.8em;
138+
}
139+
140+
.search-content .archive__item
141+
{
142+
width: auto;
143+
}
144+
145+
.search-content .archive__item-excerpt
146+
{
147+
font-size: 1em;
148+
}

0 commit comments

Comments
 (0)