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' },