Website |
---|
Source at gh-pages
- Deployed from
main
(./public) togh-pages
- Automatic releases upon tag creation (semantic versioning)
- No more bulky css files! Compile only what you use.
- Minified css files.
Source files can be found at fontawesome and bootstrap
- Favicon, meta description, crawlers etc.
- Responsive navbar
- Tooltips
- Link to section / open accordion
- Styled avatar
- Dropdown menu direction based on screen size
- fix menu direction on small screens
- Hover effect
- Dropdown menu direction based on screen size
- Styled toggle
- Implementation
- Class toggle in js
- toggle as per system preference
- Sass theme
- Class toggle in js
- Content in sections
- About me
- Projects
- Dynamic cards
- Autoplay preview (.webm)
- Scrollable div
- Stack
- Dynamic
- Responsive
- Resume
- Toasts
- Download & View
- Styled
- Toasts
- Source
- Repository link
- Contact
- Details
- Socials
- Resume
- Responsive modal
- Reusable
- Compressed files
- Inline css (critical), minify (wip)
- Compress assets (wip)
- Loadtime improvements (FCP)
- Darkmode
- Alternate icons based on mode
- Make long sections scrollable
- Better query selectors
- Dynamically added cards
- Moved render blocking tags to the bottom
- Dynamic modal creation (wip)
- Pug and Sass (WIP)
- Keep it simple, keep it fast.
- Over-engineering makes it becomes a chore to maintain down the line.
- If it looks like it doesn't belong there, it probably doesn't.
- Always test, bug fixing is best done as they're made.
- Lighthouse and Stackoverflow are your friends