Passionate Web Developer
I am fascinated by the captivating effects that CSS 3D dimensions create on the screen. It feels like being immersed in a 3D realm and designing it is an exhilarating experience. I am truly enamored by this aspect of web development and look forward to exploring it further.
$(document).ready(function(){ $("#contact").click(function(){ $(".content").load("contact.html .data"); }); $("#about").click(function(){ $(".content").load("about.html .data"); }); $("#blog").click(function(){ $(".content").load("blog.html .data"); }); $("#services").click(function(){ $(".content").load("services.html .data"); }); });