Skip to content

bentleyjensen/bentleyjensen.github.io

Repository files navigation

THIS PROJECT IS DEPRECATED IN FAVOR OF BENTLEYJENSEN.GITHUB.IO

Portfolio

This is a portfolio of me and my work. Hopefully it will get me jobs.

Deploy

This is hosted by github pages, and changes to the master branch will automatically update the site. Changes should be live within 5 minutes (I believe).

Build

This site is built in vanilla HTML, so there really isn't anything to build. You'll need to process the CSS if you make any changes to it, though:

  1. Make and save your edits in css/styles.css
  2. Copy the whole file and paste the contents at this post processor
  3. Copy the post processing result, and paste that into this auto prefixer
  4. This result is then pasted into css/styles.production.css
  5. Add this to the top of the production css: /* stylelint-disable */
  6. Commit both files changes

Notes

Releases

No releases published

Packages

No packages published