Commit 5446910
feat: implement here section for desktop (#14)
* refactor(index.astro): remove unused and redundant sections
* feat(hero): Add basic HTML
* feat(index): add Hero component to index page
* fix(imports): correct Hero component import path casing
* feat(index): add Hero component to index page
* feat(typography): implement custom font variation settings for Pinar font
- Add font variation settings for different font weights
- Configure weight scales from 100 to 900
- Optimize selectors for body-level font-pinar class
- Ensure compatibility with Tailwind's default font-weight utilities
* chore(assets): add telegram avatars to images folder
* chore(assets): add portraits to images folder
* chore(assets): add images to images folder
* style(typography): remove tracking-tight class from HTML elements
* chore(deps): add GSAP animation library
* feat(performance): add Scripts.astro for optimized script loading
* refactor(layout): add Scripts component and clean up styles
- Added Scripts component import:
import Scripts from '~/components/common/Scripts.astro'
- Removed tracking-tight class from elements
* feat(widgets): add Hero section component
* feat(animations): add CurvedAnimation component for Hero portraits
* feat(animations): add HeroAnimations component for supplementary effects
* feat(i18n): add new translation sections to translation.json
* refactor(i18n): adapt Hero component for translations and props
- Modified Hero.astro to support translations
- Added props interface for dynamic content
- Updated component to receive parameters from index.astro
* chore(content): update counter value from 1.6K to 1.7K
* style(format): apply prettier formatting to codebase
* fix(hero): resolve TypeScript errors in animations
* style(format): apply prettier formatting to codebase
* fix(animation): reduce icon change trigger frequency
* Resolve merge conflicts
* Resolve merge conflicts
* chore(assets): add portrait images to assets folder
* feat(animation): add new portrait image variations
* feat: add classes for responsive
* style: run prettier to format code
* style: run prettier to format code
* fix: conflict issues
* feat: remove archive folder
---------
Co-authored-by: Payam Zahedi <pzahedi1995@gmail.com>1 parent d1b7076 commit 5446910
20 files changed
Lines changed: 175 additions & 88 deletions
File tree
- src
- assets/images/portraits
- components
- blog
- widgets/hero
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
0 commit comments