Skip to content

Commit 7d001ff

Browse files
authoredOct 12, 2021
updating site branding to new logo and colors (#37)
Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
1 parent fc663ca commit 7d001ff

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed
 

‎_includes/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Navigation, see links in _config.yml-->
22
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-custom" id="mainNav">
33
<div class="container-fluid">
4-
<a class="navbar-brand navbar-brand-logo" href="https://us-rse.org"><img id="logo" alt="logo" src="{{ site.baseurl }}/assets/img/logo-transparent.svg" style="width:150px"></a>
4+
<a class="navbar-brand navbar-brand-logo" href="https://us-rse.org/blog"><img id="logo" alt="logo" src="{{ site.baseurl }}/assets/img/main_logo_transparent.png" style="height: 180px; padding-top: 65px; padding-left: 15px"></a>
55
<a class="navbar-brand" href="{{"/" | relative_url }}">{{ site.title | escape }}
66
</a>
77
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">

‎assets/img/favicon/favicon.ico

32.6 KB
Binary file not shown.

‎assets/img/main_logo_transparent.png

7.7 KB
Loading

‎assets/main.css

+18-10
Original file line numberDiff line numberDiff line change
@@ -74,29 +74,38 @@ img::-moz-selection {
7474
top: 1px !important;}
7575
}
7676

77+
@media only screen and (max-width: 992px) {
78+
#logo {display: none;}
79+
}
80+
7781
#mainNav {
7882
position: absolute;
7983
border-bottom: 1px solid #e9ecef;
80-
background-image: url("img/rse-transport-light.png") !important;
84+
background-color: #741755 !important;
85+
height: 50px;
8186
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
8287
#mainNav .btn {
83-
color: white;}
88+
color: white;
89+
font-weight: 400;
90+
font-family: -apple-system,BlinkMacSystemFont,"Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;
91+
}
8492
#mainNav .btn-default {
8593
color: black;}
8694
#mainNav .navbar-brand {
87-
font-weight: 800;
88-
color: white; }
95+
color: white;
96+
font-weight: 400;
97+
font-family: -apple-system,BlinkMacSystemFont,"Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;
98+
}
8999
#mainNav .navbar-toggler {
90-
font-size: 12px;
100+
font-size: 18px;
91101
font-weight: 800;
92102
padding: 13px;
93-
text-transform: uppercase;
94103
color: white; }
95104
#mainNav .navbar-nav > li.nav-item > a {
96-
font-size: 12px;
105+
font-size: 18px;
97106
font-weight: 800;
98107
letter-spacing: 1px;
99-
text-transform: uppercase; }
108+
}
100109
@media only screen and (min-width: 992px) {
101110
#mainNav {
102111
border-bottom: 1px solid transparent;
@@ -310,11 +319,10 @@ footer {
310319
text-align: center; }
311320

312321
.btn {
313-
font-size: 14px;
322+
font-size: 18px;
314323
font-weight: 800;
315324
padding: 15px 25px;
316325
letter-spacing: 1px;
317-
text-transform: uppercase;
318326
border-radius: 0;
319327
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
320328

0 commit comments

Comments
 (0)
Please sign in to comment.