Skip to content

Commit

Permalink
OWASP#516 Put new logo on the site (OWASP#517)
Browse files Browse the repository at this point in the history
* update logo and colours

* added the new logo to the frontend/www folder
  • Loading branch information
dlicheva authored Jun 18, 2024
1 parent b268895 commit fc8cbf5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.icon.external {
color: #4183c4;
color: #2185d0;
font-size: 0.9em;
padding-left: 0.5em;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ main#explorer-content {
align-items: center;

.ui.label {
border: 1px solid #4183c4;
border: 1px solid #2185d0;
text-shadow: none;
}

Expand Down
3 changes: 1 addition & 2 deletions application/frontend/src/scaffolding/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export const Header = () => {
<nav className="header">
<Menu className="header__nav-bar" secondary>
<Link to="/" className="header__nav-bar-logo">
<img alt="Open CRE" src="/logo2.svg" />
<h1>OpenCRE</h1>
<img alt="Open CRE" src="/logo_dark_nobyline.svg" />
</Link>
<Menu.Menu position="left">
{links.map(({ to, name }) => (
Expand Down
5 changes: 3 additions & 2 deletions application/frontend/src/scaffolding/Header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
&.ui.secondary.menu {
margin: 0;
padding: 0 30px;
background-color: #242e4c;
background-color: #232e4c;

.header__nav-bar-logo {
padding: 20px 0;
margin-right: 30px;
margin-right: 20px;
display: flex;
align-items: center;
max-width: 140px;

img {
max-width: 100px;
Expand Down
26 changes: 26 additions & 0 deletions application/frontend/www/logo_dark_nobyline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc8cbf5

Please sign in to comment.