{"id":21146597,"url":"https://github.com/thounny/day_029","last_synced_at":"2026-05-17T20:33:38.382Z","repository":{"id":260189586,"uuid":"880567052","full_name":"thounny/DAY_029","owner":"thounny","description":"Minimalist Portfolio Landing Page with GSAP Animations","archived":false,"fork":false,"pushed_at":"2024-10-30T00:35:25.000Z","size":62820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T07:42:56.529Z","etag":null,"topics":["bento-grid","css","gsap","html","ionic-icons","javascript","landing-page","minimalist"],"latest_commit_sha":null,"homepage":"https://thounny.github.io/DAY_029/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thounny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T00:32:10.000Z","updated_at":"2024-10-30T00:36:30.000Z","dependencies_parsed_at":"2024-10-30T03:03:20.655Z","dependency_job_id":null,"html_url":"https://github.com/thounny/DAY_029","commit_stats":null,"previous_names":["thounny/day_029"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thounny%2FDAY_029","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thounny%2FDAY_029/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thounny%2FDAY_029/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thounny%2FDAY_029/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thounny","download_url":"https://codeload.github.com/thounny/DAY_029/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589345,"owners_count":20315471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bento-grid","css","gsap","html","ionic-icons","javascript","landing-page","minimalist"],"created_at":"2024-11-20T08:57:56.095Z","updated_at":"2025-12-29T20:15:50.159Z","avatar_url":"https://github.com/thounny.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAY_029 | Minimalist Portfolio Landing Page with GSAP Animations\n\n## Project Overview\n\nFor **DAY_029** of my daily code challenge series, I created a **minimalist portfolio landing page** using **HTML**, **CSS**, **JavaScript**, and **GSAP**. This landing page features a clean, modern design with smooth scale animations, elegant typography, and a dynamic layout. The project demonstrates sophisticated use of flexbox layouts, GSAP animations, and minimalist design principles to create a striking, professional portfolio introduction.\n\n---\n\n## Preview\n\n![DAY_029_1](./assets/DAY_029_1.gif)\n\n## Inspiration\n\nThis project was inspired by my desire to create a portfolio landing page that combines minimalist design with dynamic animations. I wanted to create a strong first impression by using bold typography, clean layouts, and smooth transitions while maintaining a professional aesthetic.\n\n---\n\n## Key Features\n\n- **Minimalist Design**: Clean black and white color scheme with bold typography.\n- **Smooth Scale Animations**: GSAP-powered animations for seamless page loading and transitions.\n- **Dynamic Content Sections**: Well-organized content areas with clear visual hierarchy.\n- **Interactive Elements**: Hover states and clickable components for enhanced user engagement.\n- **Social Media Integration**: Seamlessly integrated social media links with hover animations.\n\n---\n\n## JavaScript and Animation Details\n\n### JavaScript Libraries Used\n\n1. **GSAP (GreenSock Animation Platform)**:\n   - Manages initial page load animations and content transitions.\n2. **Ion Icons**:\n   - Provides scalable icons for social media links and navigation elements.\n\n### Animation Implementation\n\nThe page utilizes GSAP for smooth, professional animations that enhance the user experience without overwhelming the content.\n\n#### Key Code for Initial Animation\n\n```javascript\ngsap.from(\"nav \u003e div, .col\", 2, {\n  delay: 1,\n  scale: 0,\n  ease: \"power3.inOut\",\n  stagger: {\n    amount: 0.3\n  },\n  onComplete: () =\u003e {\n    gsap.from(\".social-links\", {\n      opacity: 0,\n      y: 30,\n      duration: 1,\n      ease: \"power3.out\"\n    });\n  }\n});\n```\n\n### Layout Structure\n\nThe layout uses a sophisticated flexbox structure to create a balanced, visually appealing design.\n\n#### Code for Main Layout Structure\n\n```css\n.container {\n  width: 100%;\n  height: 100vh;\n  display: flex;\n  flex-direction: column;\n  gap: 0.25em;\n}\n\n.content-wrapper {\n  flex: 12;\n  width: 100%;\n  height: 100%;\n  display: flex;\n  padding: 0 0 0.5em 0;\n  gap: 0.25em;\n  background: #000;\n}\n```\n\n---\n\n## How to Run\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/thounny/DAY_029.git\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n   cd DAY_029\n   ```\n\n3. **Open the `index.html` file** in your browser, or use a local development server like **Live Server** in VSCode.\n\n---\n\n## Project Structure\n\n```bash\nDAY_029/\n│\n├── assets/\n├── fonts/\n│   └── helveticaneue.woff2\n├── index.html\n└── styles.css\n```\n\n---\n\n## Technologies Used\n\n- **HTML5**: Provides the structural foundation for the landing page.\n- **CSS3**: Handles styling, flexbox layout, and visual effects.\n- **JavaScript (ES6)**: Manages animations and interactive elements.\n- **GSAP (GreenSock Animation Platform)**: Powers the smooth animations and transitions.\n- **Ion Icons**: Provides scalable vector icons for UI elements.\n\n---\n\n## Author\n\n![Logo](./assets/index_dwn.gif)\n\n**Thounny Keo**  \nCreative Developer \u0026 Designer  \nFrontend Development Student | Year Up United\n\n---\n\n![moon](./assets/miku.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthounny%2Fday_029","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthounny%2Fday_029","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthounny%2Fday_029/lists"}