logo update
BIN
dist/images/logo-white.jpeg
vendored
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
dist/images/logo-white.png
vendored
Normal file
|
After Width: | Height: | Size: 40 KiB |
4
dist/index.html
vendored
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
BIN
public/images/logo-black.jpeg
Normal file
|
After Width: | Height: | Size: 224 KiB |
BIN
public/images/logo-blue.jpeg
Normal file
|
After Width: | Height: | Size: 253 KiB |
BIN
public/images/logo-blue.png
Normal file
|
After Width: | Height: | Size: 1022 KiB |
BIN
public/images/logo-orange.jpeg
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
public/images/logo-white.jpeg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
public/images/logo-white.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
@@ -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 {
|
||||
|
||||