creators



We are the creators

Dark Afif

Dark Afif

     /* 
          Building a website
          is easy, designing one
          takes skill.

             It does't mean I'm best

     */ 

     NOW,
          Give me a  <br/> 

Asif Iqbal

Asif Iqbal

 /** 
       I just want to make
       beautiful things, even
       if nobody cares.
 */ 

Parvej Alam

Parvej Alam


 <p style=" font-size: 0.8rem;"> 

     A user interface is like a
    <strong>  joke  </strong> .
     If you have to explain it,
     it 's not that good.

 </p> 

Aysar Anam

 Aysar Anam


 <body> 
 Everybody's a web designer
    until, you know, they
    actually try to do it.

 </body> 


    function update(e) {
  var x = e.clientX || e.touches[0].clientX;
  var y = e.clientY || e.touches[0].clientY;

  document.documentElement.style.setProperty("--cursorX", x + "px");
  document.documentElement.style.setProperty("--cursorY", y + "px");
}

document.addEventListener("mousemove", update);
document.addEventListener("touchmove", update);