Skip to content

Commit

Permalink
Merge pull request mvnpm#5659 from ia3andy/new-logo
Browse files Browse the repository at this point in the history
New logo
  • Loading branch information
phillip-kruger authored Apr 2, 2024
2 parents cb235fe + 191513e commit 9e0e4a7
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](brand/fulllogo.png)
![Logo](mvnpm-logo.png)

### Use npm like any other Maven dependency...

Expand Down
Binary file removed logo.png
Binary file not shown.
Binary file added mvnpm-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions mvnpm-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
9 changes: 4 additions & 5 deletions src/main/resources/web/app/mvnpm.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,13 @@ header {
}

header img{
height: 50px;
padding: 15px;
height: 100px;
padding: 20px;
}

.banner {
display: flex;
align-items: center;
gap: 10px;
height: 50px;
overflow: visible;
}

main {
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
<title>mvnpm</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="./static/favicon.ico">
<link rel="shortcut icon" type="image/svg" href="./static/logo.svg">
{#bundle /}
</head>

<body>
<header>
<div class="banner" onclick="location.href='/';">
<img src="/static/logo.png" alt="mvnpm"/>
<h1 style="font-family:'blutter';font-weight:normal;font-size:48px">mvnpm</h1>
<img src="/static/logo.svg" alt="mvnpm"/>
</div>
<mvnpm-nav></mvnpm-nav>
</header>
Expand Down
Binary file removed src/main/resources/web/static/banner.png
Binary file not shown.
Binary file removed src/main/resources/web/static/favicon.ico
Binary file not shown.
Binary file removed src/main/resources/web/static/logo.png
Binary file not shown.
15 changes: 15 additions & 0 deletions src/main/resources/web/static/logo.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 9e0e4a7

Please sign in to comment.