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

  1. First step: Design
  2. Second step: Develop
  3. 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

TechnologyUsagePerformance
AstroFrameworkExcellent
GSAPAnimationHigh
TailwindStylingGreat

Task List

  • Integrate GSAP
  • Update Fonts
  • Add more projects
  • Dark mode support

Check out my GitHub profile.

Astro Logo