Projects

This list contains a list of pet projects I use everyday.

Pure CSS House

See the Pen House | Pure CSS by nimalan (@mark854) on CodePen.

CSS 3D Jelly Fish

See the Pen 3D Jelly Fish | Pure CSS by nimalan (@mark854) on CodePen.

Animated Bird Pixel Art

See the Pen Animated Bird Pixel Art | Pure CSS by nimalan (@mark854) on CodePen.

Home Blocks

  • A Custom home page and custom quotes browser extension.
  • Additionally quotes can be viewed as notification every 30 min, feature is optional and can be turned off

Source

home blocks


Spin To Win

  • PWA, spinner I made for fun
  • Originally made with jquery, changed to React when I needed an easy PWA solution

Source Live At


Knowledge

List of tidbits I learn

Source Live At


Paraphernalia

A collection of all the spikes I do

Source


Avatar Generator

  • Vanilla JS Procedural png generator, which can then be resized and used as icons and favicons

Source Live At


Senbazuru

  • Burndown chart progress tracker

Source Live At


Tiddier

A small extension I use to make webpages readable. Injects this into body

body {
  width: 80vw;
  margin: auto;
  line-height: 1.7;
  font-size: 1.19em;
  font-family: "Open Sans", sans-serif;
}

Source