Hello World
ARTICLE_
Heading 1
Heading 2
Heading 3
This is a paragraph with bold text, italic text, and strikethrough. You can also use inline code for quick references.
This is a blockquote. It’s used to highlight important information or quotes from other sources.
Lists
Unordered List
- Neobrutalism design
- GSAP Animations
- Astro 5.0
- Tailwind CSS v4
Ordered List
- First step: Design
- Second step: Develop
- Third step: Deploy
Code Blocks
// Testing syntax highlighting
export const calculateExperience = (startYear: number): string => {
const currentYear = new Date().getFullYear();
const diff = currentYear - startYear;
return `${diff}+ Years of Experience`;
};
console.log(calculateExperience(2022));
Tables
| Technology | Usage | Performance |
|---|---|---|
| Astro | Framework | Excellent |
| GSAP | Animation | High |
| Tailwind | Styling | Great |
Task List
- Integrate GSAP
- Update Fonts
- Add more projects
- Dark mode support
Links and Images
Check out my GitHub profile.
