Profile Image

Hi, I'm M Bilal

Crafting Digital Experiences That Tell Your Story

I aim to enhance your online presence and stimulate growth. With a commitment to creating captivating digital experiences, I help set your brand apart.

100+

Completed projects

04+

Years experience

Scroll down

20
%
Instructions
To make this component work you must follow these steps:
  1. Position loader5_component inside page-wrapper
  2. Set loader5_component position to fixed and display to none
Important:
If you rename this component, remember to update the classes in the HTML embed named loader5_loading-animation found inside the loader5_component div.
Note:
Sometimes there may be a bug where the website briefly flashes before the loader is displayed. To avoid this add the following custom code in your Site settings > Custom Code > Head code
<style>
 .preloader {
   display: flex;
 }
</style>