From 7d37b784dbdf140f76e434b7abede31968bc1f4c Mon Sep 17 00:00:00 2001 From: hackerhgl Date: Mon, 7 Jun 2021 00:43:47 +0500 Subject: [PATCH] Updated readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 53d0d9b..674c180 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ +# HackerHGL CV + +Web based CV written in vanilla technologies for MAX performance + +## Technologies + +- Jade +- Sass +- Vanilla JS +- Canvas (stars effect) + - To create travelling star simulation which is controlled by scroll. + - Inspiration from [gskinner vignettes](https://github.com/gskinnerTeam/flutter_vignettes/tree/master/vignettes/constellations_list) +- [Prepros](https://prepros.io/) + - GUI based compiler need zero config to compile Jade/Scss to HTML/CSS & Transpile Babel to vanilla JS +- Github action runner + - Take screenshot of hosted website & create downloadable PDF/JPEG version via [puppeteer](https://github.com/puppeteer/puppeteer#readme) + ## License This project is licensed under the MIT license, Copyright (c) 2020 Hamza Iqbal. For more information see `LICENSE.md`.