From 24f2988c76f970ec37e1a952b0bf51b3cbd1250e Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 13 Oct 2024 22:29:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=97=90=EC=97=90=EC=97=90=EC=97=90?= =?UTF-8?q?=EC=97=90=EC=97=90=EC=97=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Root.tsx | 24 ++++++++++++++++-------- src/pages/Timeline_Page.tsx | 3 ++- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/pages/Root.tsx b/src/pages/Root.tsx index b52297e..26e1e73 100644 --- a/src/pages/Root.tsx +++ b/src/pages/Root.tsx @@ -27,6 +27,7 @@ function Root() { return (
+ { (document.querySelector('link[rel="stylesheet"]') as HTMLLinkElement).rel = 'stylesheet'; }}>

/?no_hair

@@ -38,6 +39,16 @@ function Root() {

+

+ {window.innerWidth <= 768 && ( + Toss + )} + Github + Mail + Instagram + X +
+
πŸ–₯️ Software Engineer
🎨 Team. Sqlare @@ -51,25 +62,22 @@ function Root() {
- diff --git a/src/pages/Timeline_Page.tsx b/src/pages/Timeline_Page.tsx index 40bb295..8327a10 100644 --- a/src/pages/Timeline_Page.tsx +++ b/src/pages/Timeline_Page.tsx @@ -8,9 +8,10 @@ import TimelineDot from '@mui/lab/TimelineDot'; import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent'; const events = [ + { date: '2024-12-07', description: '??? ???? ?? ?? ??? ?? (??: ????)', link: 'https://ncf.or.kr/', dotColor: 'grey' }, { date: '2024-08-18', description: '29회 ν•΄ν‚ΉμΊ ν”„ CTF 1μœ„ (고민쀑독)', link: 'https://ctf.hackingcamp.org/', dotColor: 'success' }, { date: '2024-08-05', description: '29회 ν•΄ν‚ΉμΊ ν”„ μ„ λ°œ', link: 'https://hackingcamp.org/', dotColor: 'success' }, - { date: '2024-08-01', description: 'κΈ€λ‘œλ²Œ μŠ€νƒ€νŠΈμ—… 학ꡐ λ² νŠΈλ‚¨ ν•΄μ™Έ μ—°μˆ˜ 데λͺ¨λ°μ΄ λŒ€μƒ (1μœ„)', link: 'http://ncf.or.kr', dotColor: 'success' }, + { date: '2024-08-01', description: 'κΈ€λ‘œλ²Œ μŠ€νƒ€νŠΈμ—… 학ꡐ 2κΈ° λ² νŠΈλ‚¨ ν•΄μ™Έ μ—°μˆ˜ 데λͺ¨λ°μ΄ λŒ€μƒ (1μœ„)', link: 'http://ncf.or.kr', dotColor: 'success' }, { date: '2024-05-16', description: 'κΈ€λ‘œλ²Œ μŠ€νƒ€νŠΈμ—… 학ꡐ 2κΈ° 합격', link: 'http://ncf.or.kr', dotColor: 'success' }, { date: '2024-05-11', description: 'LG AI μ²­μ†Œλ…„ μΊ ν”„ 1κΈ° LG 탐색상 μˆ˜μƒ', link: 'https://lgaiyouthcamp.or.kr/', dotColor: 'success' }, { date: '2024-05-11', description: 'LG AI μ²­μ†Œλ…„ μΊ ν”„ 1κΈ° 수료', link: 'https://lgaiyouthcamp.or.kr/', dotColor: 'success' },