logo update

This commit is contained in:
2026-03-13 19:46:26 -04:00
parent 36126ce0b2
commit 28dae0dc60
11 changed files with 8 additions and 8 deletions

BIN
dist/images/logo-white.jpeg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
dist/images/logo-white.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

4
dist/index.html vendored
View File

@@ -18,7 +18,7 @@
<header class="top-bar">
<div class="top-bar-inner">
<div class="top-bar-left">
<img src="/images/whs-logo.svg" alt="Wesley High School" class="top-bar-logo" />
<img src="/images/logo-white.png" alt="Wesley High School" class="top-bar-logo" />
</div>
<div class="top-bar-right">
<div class="social-icons">
@@ -273,7 +273,7 @@
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-left">
<img src="/images/whs-logo.svg" alt="Wesley High School" class="footer-logo" />
<img src="/images/logo-white.png" alt="Wesley High School" class="footer-logo" />
</div>
<div class="footer-center">
<h3>Sign up for updates from Wesley High School</h3>

View File

@@ -16,7 +16,7 @@
<header class="top-bar">
<div class="top-bar-inner">
<div class="top-bar-left">
<img src="/images/whs-logo.svg" alt="Wesley High School" class="top-bar-logo" />
<img src="/images/logo-white.png" alt="Wesley High School" class="top-bar-logo" />
</div>
<div class="top-bar-right">
<div class="social-icons">
@@ -263,7 +263,7 @@
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-left">
<img src="/images/whs-logo.svg" alt="Wesley High School" class="footer-logo" />
<img src="/images/logo-white.png" alt="Wesley High School" class="footer-logo" />
</div>
<div class="footer-center">
<h3>Sign up for updates from Wesley High School</h3>

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

BIN
public/images/logo-blue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -123,7 +123,7 @@ img {
.top-bar {
background: var(--primary);
color: var(--white);
padding: 0 20px;
padding: 10px 20px;
position: sticky;
top: 0;
z-index: 100;
@@ -140,7 +140,7 @@ img {
}
.top-bar-logo {
height: 56px;
height: 80px;
width: auto;
}
@@ -1012,7 +1012,7 @@ img {
}
.footer-logo {
height: 80px;
height: 120px;
width: auto;
}
@@ -1243,7 +1243,7 @@ img {
}
.top-bar-logo {
height: 40px;
height: 56px;
}
.filmstrip-frame {