10bf4378b6
feat: enhance styling and layout with new global styles, scrollbar customization, and updated content
...
- Added Google Sans Code font to globals.css for improved typography.
- Introduced new CSS variables for theming in globals.css, enhancing dark mode support.
- Updated layout.tsx to include custom scrollbar styles from scrollbar.css.
- Modified page.tsx to improve the "About" section with more engaging content.
- Refactored NeoFetch component for better styling and layout consistency.
- Commented out scroll behavior in Top component for smoother navigation.
- Added new art.html file for visual representation in the NeoFetch component.
2025-10-26 20:31:38 +09:00
ea5262f7ed
feat(ui): add AnimatedTextCycle component and framer-motion
...
- add src/components/ui/animated-text-cycle.tsx (animated word cycle using framer-motion)
- add framer-motion dependency to package.json and update bun.lock (includes motion-dom / motion-utils)
- update About link to use YouTube playlist URL
- remove unused background images (public/bg.avif, public/bg.png) and update public/char.avif
2025-10-23 21:29:11 +09:00
96a43a9a3c
feat(ui/ux): add timeline, hero, and NeoFetch components + data/hooks
...
- Add timeline route helper
- src/app/timeline/route.ts
- simple helper to navigate to #timeline
- Add NeoFetch component (client)
- src/components/NeoFetch.tsx
- Displays avatar iframe, uptime calculation, experience count, WakaTime stats, terminal/ip, locale and colour palette
- Uses custom hooks useIpData and useWakaTimeData, and events data
- Add Top (hero) component (client)
- src/components/Top.tsx
- Full-screen hero with randomized background, parallax on mouse, device orientation & motion handlers, requestPermission trigger on image click
- Includes Sidebar import and optimized Image usage
- Add Timeline UI component (client)
- src/components/timeline.tsx
- Year selector + filtered event list with links and icons
- Handles initial selection and rendering grouped by year
- Add reusable Timeline primitives (client)
- src/components/ui/timeline.tsx
- Timeline context and composable parts: Timeline, TimelineItem, Indicator, Separator, Date, Title, Content, Header
- Orientation support and controlled/uncontrolled API
- Add data & hooks
- src/lib/events.ts
- Seeded events array (education/awards/conference entries) used by timeline and NeoFetch
- src/hooks/use-ip-data.ts
- Fetches terminal/ip info from https://api.imnya.ng/ip
- src/hooks/use-wakatime-data.ts
- Fetches WakaTime summary from https://api.imnya.ng/wakatime
Notes:
- All new components are client-side ("use client")
- Adds device motion/orientation listeners with cleanup
- Provides basic error handling for network hooks
- Improves homepage/UX with interactive hero and timeline data visualization
2025-10-22 22:33:40 +09:00
2e1f6a7ec4
Enhance About section with title and description
2025-10-09 21:19:31 +09:00
fbd8fd0c6a
Init shadcn, Make Sidebar
2025-10-09 01:43:14 +09:00
7fee80308c
Init NextJS
2025-09-28 14:52:22 +09:00
a3a53a68ec
feat: add @radix-ui/react-dialog dependency and implement dialog component
...
- Added @radix-ui/react-dialog to dependencies in package.json and bun.lock.
- Updated page.tsx to replace placeholder text with "We are in MAGICALWORLD!".
- Refactored SUPERCOMMAND component to handle key sequences and show dialog on match.
- Implemented Dialog component with header, footer, and description using Radix UI primitives.
2025-09-27 06:47:20 +09:00
e7b464b9fe
Add SUPERCOMMAND component and integrate it into the App; enhance Page with additional text
2025-09-09 05:06:29 +09:00
50b032dd73
Updated link in page component to point to EPC 2025 video
2025-09-09 03:09:46 +09:00
d772fcdad5
Update page.tsx
2025-08-17 17:42:21 +09:00
2b29081977
텍스트 강조 스타일 수정: font-extrabold 클래스에서 색상 제거
2025-06-23 20:53:33 +09:00
bc37169220
텍스트 강조 스타일 수정: font-extrabold 클래스에서 색상 제거
2025-06-22 13:24:50 +09:00
002b071c72
Seperator 컴포넌트 추가 및 페이지에서 사용, 스타일 수정
2025-06-21 01:54:34 +09:00
imnyang
34138d5117
모든 브라우저에서 통일된 환경을 제공해야하며 최대한의 일어날 수 있는 버그를 줄여야함
2025-05-31 21:08:10 +09:00
imnyang
980d7a62f5
프로젝트 컴포넌트 추가 및 스타일 수정
2025-05-25 14:41:18 +09:00
imnyang
1a281ebfb5
라이트 모드 존중 + 핑크끼
2025-05-12 01:02:08 +09:00
imnyang
8f14d084a6
타임라인 리디렉션 컴포넌트를 통합하여 코드 정리 및 사용자 경험 개선
2025-05-12 00:48:07 +09:00
imnyang
46bb4617d4
hash to id
2025-05-08 22:23:20 +09:00
imnyang
b67d8f84af
폰트가 왜이래
2025-05-07 22:54:43 +09:00
imnyang
31aec9777e
mb-4
2025-05-07 22:53:21 +09:00
imnyang
9823437cc2
메일 주소 추가
2025-05-07 22:51:26 +09:00
imnyang
0dfe8ee371
좀 많은게 바뀐거 같아요
2025-05-07 22:49:43 +09:00
e466796106
임시 커밋 ㅌㅌㅌ
2024-12-30 13:51:55 +09:00
imnyang
852facb02f
임시용 커밋
2024-12-16 05:39:13 +09:00
imnyang
b185b9afb6
해결결
2024-12-15 02:59:06 +09:00
imnyang
0f876c2cb6
a
2024-12-12 23:02:13 +09:00
imnyang
55a9f0481d
fixed
2024-12-12 22:52:35 +09:00
imnyang
05c1a3d9b3
어 해결
2024-12-05 18:41:44 +09:00
imnyang
a4b3d612f2
이거 나중에 수정해주셈
2024-12-05 18:37:33 +09:00
imnyang
137e1b5790
커밋 bun 버려
2024-11-24 23:57:48 +09:00
imnyang
b8c25c35b4
응 넥제로 갈아타면 그만이야~
2024-11-24 23:50:41 +09:00