Skip to content

Commit fe9dbb2

Browse files
Merge pull request #531 from hotosm/feature/update-branding
Update logo with HOT branding
2 parents 6bca163 + bbb936f commit fe9dbb2

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

ui/app/components/NavBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const NavBar = ({ isLoggedIn, login, logout }) => (
1616
<Navbar.Brand>
1717
<Link to="/exports/new">
1818
<img className="logo" src={hotLogo} role="presentation" />
19+
<span>Export Tool</span>
1920
</Link>
2021
</Navbar.Brand>
2122
</Navbar.Header>

ui/app/css/Barlow-Bold.ttf

101 KB
Binary file not shown.

ui/app/css/style.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
}
2323
}
2424

25+
@font-face {
26+
font-family: "Barlow";
27+
src: url("./Barlow-Bold.ttf");
28+
font-display: swap;
29+
font-weight: 700;
30+
}
31+
2532
html,
2633
body {
2734
width: 100%;
@@ -46,6 +53,9 @@ a {
4653

4754
.navbar-brand {
4855
padding: 0;
56+
display: flex;
57+
align-items: flex-end;
58+
gap: 10px;
4959
}
5060

5161
.navbar-default {
@@ -55,7 +65,15 @@ a {
5565
.navbar-brand .logo {
5666
margin-left: 20px;
5767
margin-top: 10px;
58-
height: 42px;
68+
height: 35px;
69+
}
70+
71+
.navbar-brand span {
72+
line-height: 40px;
73+
font-family: "Barlow"; /* hot-font-sans-variant */
74+
font-weight: 700;
75+
font-size: 1.4rem;
76+
color: #2C3038; /* hot-color-neutral-950 */
5977
}
6078

6179
.navbar-default .navbar-nav > li > a {

ui/app/images/hot-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)