Technology

  • Parallax:- Parallax is a technique in computer graphics where background images move past the camera more slowly than foreground images, creating an illusion of depth in a 2D scene and adding to the sense of immersion in the virtual experience. Parallax web design is an extraordinary & a creative way of designing the web.
  • HTML 5:- HTML5 is a markup language used for structuring and presenting content on the World Wide Web, the standard programming language for describing the contents and appearance of web pages. The major contribution of is that it allows us to further define the meaning of our content. In fact, HTML5 goes beyond meaning and allows us to define the intent of our content.
  • Bootstrap:- Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. The Purpose of bootstrap is to make faster responsive websites, which will adjust itself on all devices like Mobile phones, tablets, computer, Laptop.
  • Canvas:- Canvas is used to draw graphics(usually JavaScript).Canvas is transparent, and is only a container for graphics, that must be used as script to draw the graphics. It is a low level, procedural model that updates a bitmap and does not have a built-in scene graph.