zmilan / Milky-Way

πŸš€ An open-source, MIT-licensed portfolio template using CSS, HTML, JavaScript, and Astro to create personalized portfolio websites or showcase projects online.

Home Page:https://astro-milky-way.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌌 Milky-Way

This is a portfolio template built using CSS, HTML, JavaScript, and Astro. It serves as a starting point for creating your personal portfolio website or showcasing your projects online. The template is open-source and released under the MIT license, meaning you are free to use, modify, and distribute it for personal or commercial purposes.

Astro

Built with Astro Netlify Status

πŸ”₯ Features

  • Simple and clean design, perfect for showcasing your work.
  • Responsive layout for seamless viewing across different devices.
  • Fast and efficient, thanks to the Astro static site generator.
  • Easy to customize with CSS and straightforward HTML structure.

βš“ Lighthouse Score

Lighthouse Score

πŸš€ Getting Started

Clone this repository to your local machine using Git.

git clone https://github.com/ttomczak3/Milky-Way.git
cd Milky-Way
Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

Edit the HTML files in the src/pages directory to add your projects, experiences, and personal information. You can also modify the CSS styles in src/styles to match your preferences.

πŸ“‚ Project Structure

/
β”œβ”€β”€ public/
β”‚   └── blog.png
β”‚   └── blog.webp
β”‚   └── favicon.svg
β”‚   └── GitHub.webp
β”‚   └── laptop.webp
β”‚   └── space.webp
β”‚   └── youtube.png
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ layouts/
β”‚   └── pages/
β”‚   └── styles/
β”‚   └── env.d.ts
└── package.json

πŸ’» Contributing

Contributions to this project are welcome. If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.

πŸ“ƒ License

This project is licensed under the MIT License. See the LICENSE file for details.

β˜• Support

If you enjoy Milky-Way and would like to show your support and appreciation through a tip, I would gratefully accept it.

ko-fi

About

πŸš€ An open-source, MIT-licensed portfolio template using CSS, HTML, JavaScript, and Astro to create personalized portfolio websites or showcase projects online.

https://astro-milky-way.netlify.app/

License:MIT License


Languages

Language:Astro 86.4%Language:CSS 12.9%Language:JavaScript 0.7%