Skip to content

Commit

Permalink
update logo and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
itskdhere committed Oct 30, 2024
1 parent 8e4ee6c commit 8ffb7bb
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 9 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/jpeg" href="/logo.jpeg" />
<link rel="icon" type="image/jpeg" href="/logo.png" />
<title>ZeroDay Alliance SNU</title>
<meta name="robots" content="index, follow" />
<meta name="author" content="ZeroDay Alliance SNU" />
Expand All @@ -28,7 +28,7 @@
/>
<meta
property="og:image"
content="https://zeroday-alliance.pages.dev/logo1.jpg"
content="https://zeroday-alliance.pages.dev/banner.png"
/>
<meta property="og:url" content="https://zeroday-alliance.pages.dev" />
<meta property="og:type" content="website" />
Expand All @@ -43,9 +43,9 @@
/>
<meta
name="twitter:image"
content="https://zeroday-alliance.pages.dev/logo1.jpg"
content="https://zeroday-alliance.pages.dev/banner.png"
/>
<meta name="twitter:site" content="@ZeroDay_Alliance_SNU" />
<meta name="twitter:site" content="https://zeroday-alliance.pages.dev" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/banner.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 removed public/logo.jpeg
Binary file not shown.
Binary file added public/logo.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 removed public/logo1.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

Binary file removed src/assets/logo.jpeg
Binary file not shown.
14 changes: 14 additions & 0 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/logo1.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Anchor, Group, ActionIcon, rem } from "@mantine/core";
import { Group, ActionIcon, rem } from "@mantine/core";
import {
IconBrandInstagram,
IconBrandLinkedin,
IconBrandGithub,
} from "@tabler/icons-react";
import { Link } from "react-router-dom";
import classes from "./Footer.module.css";
import logo from "/src/assets/logo1.jpg";
import logo from "/src/assets/logo.svg";

const Footer = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
Drawer,
ScrollArea,
} from "@mantine/core";
import logo from "/src/assets/logo1.jpg";
import logo from "/src/assets/logo.svg";
import { IconTerminal2 } from "@tabler/icons-react";
import { useDisclosure } from "@mantine/hooks";
import classes from "./Navbar.module.css";
Expand Down

0 comments on commit 8ffb7bb

Please sign in to comment.