Skip to content

Latest commit

Β 

History

History
44 lines (35 loc) Β· 1.82 KB

README.md

File metadata and controls

44 lines (35 loc) Β· 1.82 KB

Astro Badge Tailwind CSS Badge

Portfolio with Astro πŸš€

Screenshot

This portfolio was created using Astro, a modern static site generator focused on performance. This site highlights the skills, and experiences in a clean and responsive design.

πŸ“Ž Key Features:

  • πŸ‘Œ Fast and Efficient πŸ’¨: Astro's zero-JavaScript approach ensures fast load times and great performance.
  • 🎬 Project Showcase 🎬: Explore different ways to present a website dynamically and efficiently using the Astro framework.
  • πŸŽ₯ Video Section πŸŽ₯: Explore visual content showcasing various marketing campaigns and sharing videos about them.

πŸ’» Technologies:

  • Astro: Static site generation.
  • Tailwind CSS: For styling.

πŸ“‚ Project Structure

Inside the Astro project, you'll see the following folders and files:

/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ icons/
β”‚   β”‚   β”‚   └── Badge.astro
β”‚   β”‚   β”‚   └── Half_Star.astro
β”‚   β”‚   β”‚   └── Star.astro
β”‚   β”‚   └── AudVis_Content.astro
β”‚   β”‚   └── Footer.astro
β”‚   β”‚   └── Header.astro
β”‚   β”‚   └── Home.astro
β”‚   β”‚   └── Section.astro
β”‚   β”‚   └── Work_Experience.astro
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   └── pages/
β”‚       └── index.astro
└── package.json