new logos

This commit is contained in:
AlecM33
2023-08-05 17:33:29 -04:00
parent fc542597a0
commit 8d71f3e164
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<p align="center">
<img width="300" src="/client/src/images/logo.gif"/>
<img width="300" src="/client/src/images/new-logo.png"/>
</p>
[![Node.js CI](https://github.com/AlecM33/Werewolf/actions/workflows/node.js.yml/badge.svg)](https://github.com/AlecM33/Werewolf/actions/workflows/node.js.yml)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -38,7 +38,7 @@ function flipHamburger () {
function getNavbarLinks (page = null, device) {
const linkClass = device === 'mobile' ? 'mobile-link' : 'desktop-link';
return '<a href="/" class="logo ' + linkClass + '">' +
'<img alt="logo" src="../../images/Werewolf_Small.png"/>' +
'<img alt="logo" src="../../images/new-logo-small.png"/>' +
'</a>' +
'<a class="' + linkClass + '" href="/">Home</a>' +
'<a class="' + linkClass + '" href="/create">Create</a>' +

View File

@@ -356,7 +356,7 @@ input {
#navbar {
display: flex;
align-items: center;
padding: 5px 0;
padding: 8px 0;
width: 100%;
background-color: #16141e;
height: 45px;

View File

@@ -105,10 +105,10 @@ h3 {
font-family: 'signika-negative', sans-serif;
}
img[src='../images/logo_cropped.gif'] {
max-width: 360px;
width: 50vw;
min-width: 250px;
img[src='../images/new-logo.png'] {
max-width: 250px;
width: 25vw;
min-width: 180px;
margin: 1em 0 1em 0;
}

View File

@@ -25,7 +25,7 @@
<div id="mobile-menu-background-overlay"></div>
<div id="navbar"></div>
<div id="home-page-top-section">
<img alt="Werewolf App Logo" src="../images/logo_cropped.gif"/>
<img alt="Werewolf App Logo" src="../images/new-logo.png"/>
<h3>A tool to run the social deception game Werewolf (aka Mafia) smoothly in a real or virtual social setting.</h3>
<div id="create-join">
<a href="/create">