Добавлен линк на Matrix
This commit is contained in:
parent
77f600cac4
commit
5e56eb4511
|
@ -98,6 +98,7 @@ div.social {
|
|||
.band { background-image: url(../images/social/band.png); }
|
||||
.soundcloud { background-image: url(../images/social/soundcloud.png); }
|
||||
.email { background-image: url(../images/social/email.png); }
|
||||
.matrix { background-image: url(../images/social/matrix.png); }
|
||||
|
||||
.tooltip {
|
||||
position: relative;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -29,6 +29,7 @@
|
|||
<div class="tooltip linkedin"><span class="tooltiptext">LinkedIn</span></div>
|
||||
<div class="tooltip facebook"><span class="tooltiptext">Facebook</span></div>
|
||||
<div class="tooltip instagram"><span class="tooltiptext">Instagram</span></div>
|
||||
<div class="tooltip matrix"><span class="tooltiptext">Matrix</span></div>
|
||||
<div class="tooltip telegram"><span class="tooltiptext">Telegram</span></div>
|
||||
<div class="tooltip git"><span class="tooltiptext">Git</span></div>
|
||||
<div class="tooltip github"><span class="tooltiptext">GitHub</span></div>
|
||||
|
|
|
@ -57,4 +57,8 @@ $(document).ready(function(){
|
|||
$(".email").on( "click", function() {
|
||||
window.open("");
|
||||
});
|
||||
|
||||
$(".matrix").on( "click", function() {
|
||||
window.open("https://matrix.to/#/@alexanderzhirov:matrix.org");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue