Skip to content

Commit

Permalink
Introduce SPC24 Promotion Page
Browse files Browse the repository at this point in the history
  • Loading branch information
dongzoolee committed Oct 15, 2024
1 parent dc106f1 commit 7c78934
Show file tree
Hide file tree
Showing 20 changed files with 819 additions and 1 deletion.
46 changes: 46 additions & 0 deletions src/app/spc-24-apply-page/assets/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/app/spc-24-apply-page/assets/spc24-hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
334 changes: 334 additions & 0 deletions src/app/spc-24-apply-page/assets/spc24-poster-outlined-pdf (1).svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/app/spc-24-apply-page/hero-image.tsx

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions src/app/spc-24-apply-page/loader.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { styled } from "styled-components";

import LoaderSvg from "./assets/loader.svg";

export const Loader = styled.img.attrs({
src: LoaderSvg,
alt: "loader",
})`
width: 4rem;
position: absolute;
top: 6rem;
left: 50%;
transform: translateX(-50%);
`;
Loading

0 comments on commit 7c78934

Please sign in to comment.