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
- Host: GitHub
- URL: https://github.com/notwindstone/notwindstone.github.io
- Owner: notwindstone
- Created: 2024-07-02T19:25:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:58:07.000Z (10 months ago)
- Last Synced: 2025-04-13T23:31:32.180Z (10 months ago)
- Topics: portfolio, portfolio-website, pure-html, pure-html-css, pure-html-css-javascript
- Language: HTML
- Homepage: https://notwindstone.github.io/
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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.