dev #1

Merged
alexander merged 3 commits from dev into master 2023-05-02 00:11:58 +00:00
3 changed files with 15 additions and 12 deletions
Showing only changes of commit ba6c53072b - Show all commits

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Основной вебсайт
![site](site.png)

View File

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

BIN
site.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB