https://github.com/headblockhead/edwardh.dev
Professional facing website, written to be as minimal as reasonable.
https://github.com/headblockhead/edwardh.dev
css html minimal portfolio website
Last synced: 22 days ago
JSON representation
Professional facing website, written to be as minimal as reasonable.
- Host: GitHub
- URL: https://github.com/headblockhead/edwardh.dev
- Owner: headblockhead
- License: other
- Created: 2024-10-28T22:37:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-12T20:24:20.000Z (10 months ago)
- Last Synced: 2025-09-12T22:46:10.064Z (10 months ago)
- Topics: css, html, minimal, portfolio, website
- Language: HTML
- Homepage: https://edwardh.dev/
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [edwardh.dev](https://edwardh.dev)
A handwriten HTML and CSS site to showcase my projects and achievements. Designed to load as fast as possible, use minimal styling, and be viewable on any browser.
Uses [Zas](https://github.com/darccio/zas) to template-in the header, footer, and meta tags (title, description, CSS).
Features a custom made SVG icon made in the GNOME appicon style, and uses GNOME theme colours.
## Tasks
### live
```bash
watch -n 1 "bash -c \"rm -r .zas/deploy/* && ~/go/bin/zas\""
```
### server
directory: ./.zas/deploy
```bash
nix run nixpkgs#python3 -- -m http.server 8080
```