edwardfernando / website

My personal website

Home Page:https://itsmattburgess.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal website and resume hosted within S3.

Compiling css

sass --watch css/main.scss:css/main.css --style compressed

Uploading to S3

aws s3 sync . s3://itsmattburgess.co.uk --exclude ".*" --exclude "*/.sass-cache/*" --storage-class=REDUCED_REDUNDANCY --sse --acl=public-read

About

My personal website

https://itsmattburgess.co.uk

License:MIT License


Languages

Language:HTML 79.9%Language:CSS 20.1%