Skip to content

Commit

Permalink
UCSC IEEE logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AshJayy committed Nov 7, 2024
1 parent 2871acc commit 0b5fd68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file modified src/assets/ieeeucsc.webp
Binary file not shown.
File renamed without changes
Binary file added src/assets/ieeeucsc_old.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Common/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Footer() {
src={logo}
alt="IEEE-UCSC"
className="img-foot"
style={{ width: "50%" }}
style={{ width: "60%" }}
/>
</div>
<ul className="list-inline">
Expand Down
12 changes: 6 additions & 6 deletions src/components/Common/TopNavbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
faUsers,
} from "@fortawesome/free-solid-svg-icons";

import logo from "../../../assets/ieeeucsc.webp";
import ucscieee_logo from "../../../assets/ieeeucsc.webp";
import ieee_logo from "../../../assets/logo-ieee.svg";
import "./styles.css";

Expand All @@ -31,19 +31,19 @@ const NavbarLogos = () => {
<Row xs={12} className="w-100 mx-0 my-1 my-lg-0">
<Col xs={12}>
<Navbar.Brand className="pt-1 pb-2 pt-lg-0 pb-lg-1 d-flex justify-content-between w-100">
<NavLink to="/">
<NavLink to="/" className="d-flex align-items-center">
<img
src={logo}
src={ucscieee_logo}
alt="IEEE Student Branch of UCSC Logo"
height="70px"
className="pt-2 pt-lg-1 pb-lg-0"
height="50px"
className="pt-2 pt-lg-0"
/>
</NavLink>
<a href="https://ieee.org" rel="noreferrer" target="_blank">
<img
src={ieee_logo}
alt="IEEE Logo"
height="70px"
height="60px"
className="py-4 py-md-3 pe-2"
/>
</a>
Expand Down

0 comments on commit 0b5fd68

Please sign in to comment.