An open API service indexing awesome lists of open source software.

https://github.com/notwindstone/notwindstone.github.io

A portfolio website written in pure html and minified to just ~10 KBs of code
https://github.com/notwindstone/notwindstone.github.io

portfolio portfolio-website pure-html pure-html-css pure-html-css-javascript

Last synced: 3 days ago
JSON representation

A portfolio website written in pure html and minified to just ~10 KBs of code

Awesome Lists containing this project

README

          

## Personal portfolio website

Written in pure html, js, css and minified to just ~10kb of code. Based on [mi-extended.css](https://github.com/notwindstone/mi-extended.css)

## Preview


Portfolio website preview screenshot

## Getting started

Click on the `./src/index.html` file to open the **unminified** website.

If you want to change the content, you should edit files in the `./src` folder.

To minify the code first install dependencies:

```bash
bun i
```

Then run the minify command:

```bash
bun minify
```

A minified code will be stored in the `./dist` folder.