Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomczak3 committed Sep 14, 2023
2 parents 6ffb8e3 + a8c746a commit 041bf6d
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 31 deletions.
74 changes: 43 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,63 @@
# 🌌 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.

<p align="center">
<img align="center" alt="Astro" width="200px" src="https://www.svgrepo.com/show/373446/astro.svg"/>
<img align="center" alt="Astro" src="https://astro.build/_astro/[email protected]"/>
</p>

[![Netlify Status](https://api.netlify.com/api/v1/badges/0b0bcb79-a1d8-4b32-9566-8f30af19e4cc/deploy-status)](https://app.netlify.com/sites/astro-milky-way/deploys)

# 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.

### Lighthouse Score:
<img alt="Lighthouse Score" src="https://i.imgur.com/zPTWnLE.png"/>
## 🔥 Features
- [x] Simple and clean design, perfect for showcasing your work.
- [x] Responsive layout for seamless viewing across different devices.
- [x] Fast and efficient, thanks to the Astro static site generator.
- [x] Easy to customize with CSS and straightforward HTML structure.

## 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.

## Getting Started

To get started with using this portfolio template, follow these steps:
## ⚓ Lighthouse Score
<p align="center">
<img width="600" alt="Lighthouse Score" src="https://raw.githubusercontent.com/ttomczak3/Milky-Way/6e386e2f920c993c33d348a9c1271a1cec6c6d2b/milkyway-lighthouse-score.svg"/>
</p>

1. **Clone the Repository:** Clone this repository to your local machine using Git.
## 🚀 Getting Started
Clone this repository to your local machine using Git.

```scheme
git clone https://github.com/ttomczak3/Milky-Way.git
cd Milky-Way
```
2. **Install Dependencies:** Ensure you have Node.js and npm installed. Then, install the project dependencies.

```scheme
npm install
```
| 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 |

3. **Start the Development Server:** Launch the development server to preview your portfolio.
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.

```scheme
npm run dev
```
## 📂 Project Structure

4. **Customize Your Portfolio:** 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.

## Contributing
```
/
├── 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

## 📃 License
This project is licensed under the MIT License. See the `LICENSE` file for details.
159 changes: 159 additions & 0 deletions milkyway-lighthouse-score.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 041bf6d

Please sign in to comment.