Online CV
Published on February 2, 2022
1min to read
Github pages online CV
Taught a class of 20 mature students successfully, how to design, build and host a personal online Curriculum Vitae (CV), learning some Git CLI along the way we get to host for free with Github pages noice !
For me as a dev, an online CV is a great way to share your CV while improving and showing off your front end web development skills.
For the original Course material I used Bootstrap thewhitefox github bootstrap tut this slideshow / course material was created using reveal js
I decided to move to a more modern CSS way of styling TailwindCSS and with a tv legend Tony Soprano (you gonna refuse him a job?) I created my version of his CV http://thewhitefox.github.io/cv-demo/
As you will see originally CV was created with getbootstrap I have since swapped that out for TailwindCSS - Rapidly build modern websites without ever leaving your HTML. Also using: Vite - Next Generation of Frontend Tooling
Ionicons - Open source icons. Lovingly hand-crafted.
cv-demo on gh-pages is
📦 v0.0.0 via
⬢ v16.10.0
➜ npm run dev
> vite-project@0.0.0 dev
> vite
vite v2.6.13 dev server running at:
> Local: http://localhost:3000/
> Network: use `--host` to expose
ready in 177ms.
Reference | |
---|---|
github vitejs | github koajs |
how the heck does vite work |