Skip to content

Commit

Permalink
Merge branch 'main' into arvin-timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Neniflight authored Sep 25, 2023
2 parents 88a6bbf + 2be251a commit e7a6d28
Show file tree
Hide file tree
Showing 55 changed files with 141 additions and 76 deletions.
Binary file added public/assets/acm_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/assets/acm_logo.svg

This file was deleted.

1 change: 1 addition & 0 deletions public/assets/embeds/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions public/assets/embeds/role_icon.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 added public/assets/proj_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/spr-23/IMG_1517.png
Binary file not shown.
Binary file removed public/spr-23/IMG_2630.png
Binary file not shown.
Binary file removed public/spr-23/IMG_3041.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3043.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3053.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3055.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3062.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3066.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3069.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3072.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3076.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3083.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3084.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3093.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3103.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_3109.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_7721.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_7724.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_7729.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_7739.JPG
Binary file not shown.
Binary file removed public/spr-23/IMG_7768.JPG
Diff not rendered.
Binary file removed public/spr-23/IMG_7771.JPG
Diff not rendered.
Binary file removed public/spr-23/Picsart_23-06-06_00-57-03-199.jpg
Diff not rendered.
Diff not rendered.
Binary file removed public/wtr_23/IMG_2364.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2366.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2367.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2372.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2388.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2390.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2392.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2395.jpg
Diff not rendered.
Binary file removed public/wtr_23/IMG_2397.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_002442180.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_002630504.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_002733801.MP.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_003044701.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_003133700.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_003149003.jpg
Diff not rendered.
Binary file removed public/wtr_23/PXL_20230407_003553652.jpg
Diff not rendered.
4 changes: 2 additions & 2 deletions src/components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import Link from "next/link";
import { useEffect, useState } from "react";
import ACMLogo from "../../../public/assets/acm_logo.svg";
import ProjLogo from "../../../public/assets/proj_logo.png";
import s from "../navbar/Navbar.module.scss";
import { Size, useWindowSize } from "../../utils/general";

Expand All @@ -15,7 +15,7 @@ const NavigationBar: React.FC = () => {
{/* Navbar ACM Logo */}
<div className={s.left}>
<Link href="#">
<img src={ACMLogo.src} alt="ACM Logo" />
<img src={ProjLogo.src} alt="ACM Logo" />
<p>Projects</p>
</Link>
<div className={s.divider}>
Expand Down
Loading

0 comments on commit e7a6d28

Please sign in to comment.