Skip to content

Commit

Permalink
Merge pull request #5 from MarsPresLai/main
Browse files Browse the repository at this point in the history
update 2025
  • Loading branch information
ChenBingWei1201 authored Feb 1, 2025
2 parents 553b723 + 960225a commit cafdba0
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
background_color: `#6C63FF`,
theme_color: `#6C63FF`,
display: `minimal-ui`,
icon: `src/assets/images/favicon2024.png`,
icon: `src/assets/images/favicon2025.png`,
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/assets/css/layouts/hero.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hero__bg {
background-image: url("../images/makeNTU2024-bg.png");
background-image: url("../images/makeNTU2025-bg.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down Expand Up @@ -29,7 +29,7 @@
}

.hero__tagline-pretitle-image {
background-image: url("../images/makeNTU2024Title.png");
background-image: url("../images/makeNTU2025Title.png");
@apply w-full h-40;
background-size: contain;
background-repeat: no-repeat;
Expand Down
Binary file added src/assets/images/favicon2025.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/makeNTU2025-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/makeNTU2025.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/makeNTU2025Title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Header = ({ menus, back }) => {
<Link to="/">
<div style={{ display: "flex", alignItem: "center", margin: "4px" }}>
<img
src={require("assets/images/favicon2024.png")}
src={require("assets/images/favicon2025.png")}
style={{ maxHeight: "50px" }}
/>
<h1 className="header header__title">{headerData.title}</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import React from "react";
import PropTypes from "prop-types";
import { Helmet } from "react-helmet";
import { useStaticQuery, graphql } from "gatsby";
import defaultOpenGraphImage from "../assets/images/makeNTU2024.png";
import defaultOpenGraphImage from "../assets/images/makeNTU2025.png";

function SEO({ description, lang, meta, title, img, url }) {
const { site } = useStaticQuery(
Expand Down
2 changes: 1 addition & 1 deletion src/sections/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Hero = ({ contentModuleId }) => {
<div className="hero__transbox">
<div className="hero__tagline-content-wrap">
<h2 className="hero__tagline-title" data-sal="fade">
<span className="hero__tagline-pretitle">2024 MakeNTU</span>
<span className="hero__tagline-pretitle">2025 MakeNTU</span>
<br />
{/*<span className="hero__tagline-pretitle-image"></span>*/}
</h2>
Expand Down

0 comments on commit cafdba0

Please sign in to comment.