$(document).ready(function(){ $(this).on("contextmenu", e => e.preventDefault()); $("body").delay(500).fadeTo(500, 1); $(".mastodon").on( "click", function() { window.location.href = "https://fosstodon.org/@alexanderzhirov"; }); $(".twitter").on( "click", function() { window.location.href = "https://twitter.com/zhirofficial"; }); $(".linkedin").on( "click", function() { window.location.href = "https://www.linkedin.com/in/alexander-zhirov-34b6711a6"; }); $(".facebook").on( "click", function() { window.location.href = "https://www.facebook.com/azhirov1991"; }); $(".instagram").on( "click", function() { window.location.href = "https://www.instagram.com/alexanderzhirov"; }); $(".git").on( "click", function() { window.location.href = "https://git.zhirov.kz/alexander"; }); $(".github").on( "click", function() { window.location.href = "https://github.com/AlexanderZhirov"; }); $(".telegram").on( "click", function() { window.location.href = "https://t.me/alexanderzhirov"; }); $(".solus").on( "click", function() { window.location.href = "https://dev.getsol.us/p/alexanderzhirov"; }); $(".blog").on( "click", function() { window.location.href = "https://blog.zhirov.kz"; }); $(".ftp").on( "click", function() { window.location.href = "https://ftp.zhirov.kz"; }); $(".email").on( "click", function() { window.location.href = ""; }); });