-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/academic-relations/ar-002-clubs
- Loading branch information
Showing
9 changed files
with
105 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
import { useEffect } from "react"; | ||
|
||
const useEasterEgg = () => { | ||
useEffect(() => { | ||
const easterEgg = `%c | ||
- | ||
-=. | ||
-=== | ||
=====. | ||
: -=====- | ||
+- -======= | ||
++= =========- | ||
+++=. -========== | ||
+++++: ============- | ||
++++++- ============== | ||
+++++++= ===============: | ||
++++++++=. .================: | ||
+++++++++= .===============- | ||
++++++++=. ===============. | ||
+++++++=..==============: | ||
++++++=..============== | ||
+++++= .=============. | ||
++++=..============: | ||
+++=..===========- | ||
++= .===========-. | ||
+=.:==========+++++++===--:::. | ||
= :=======+++++++++++++++===: | ||
:====+++++++++++++++=====: | ||
.---====++++++++=======-. | ||
:=======-. | ||
:======-. | ||
:=====: | ||
-====: | ||
-===: | ||
-=-. | ||
=- | ||
.:. | ||
%c찾으셨군요! | ||
SPARCS의 여정에 함께하지 않으시겠어요? | ||
https://sparcs.org/ | ||
https://apply.sparcs.org/ (리크루팅 기간에 접속 가능) | ||
`; | ||
console.log( | ||
easterEgg, | ||
"color:#eba12a; font-weight: bold; margin: auto", // 로고 스타일 | ||
"", // 텍스트 스타일 | ||
); | ||
console.log(); | ||
}, []); | ||
}; | ||
|
||
export default useEasterEgg; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters