Skip to content

Commit 7ddb11d

Browse files
authored
Update index.html
1 parent db81907 commit 7ddb11d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ <h1>Cosmoblade</h1>
254254
<span class="tech">Linux</span>
255255
<span class="tech">HTML/CSS</span>
256256
<span class="tech">Git</span>
257+
<span class="tech">Go(Golang)</span>
257258
</div>
258259

259260
<h3 class="contacts-title">Как связаться</h3>
@@ -277,18 +278,18 @@ <h3 class="contacts-title">Как связаться</h3>
277278
setTimeout(() => {
278279
this.style.transform = 'scale(1)';
279280
if(this.classList.contains('dot-red')) {
280-
alert('❌ Это не закроет окно - просто красивая кнопка!');
281+
alert('Нет, ты не закроешь');
281282
} else if(this.classList.contains('dot-yellow')) {
282283
document.querySelector('.mac-window').style.transform = 'scale(0.98)';
283284
setTimeout(() => {
284285
document.querySelector('.mac-window').style.transform = 'scale(1)';
285286
}, 300);
286287
} else {
287-
alert('🍉 Арбузный привет! Добро пожаловать в моё портфолио!');
288+
alert('ЫАЛЛЫЛАР!');
288289
}
289290
}, 200);
290291
});
291292
});
292293
</script>
293294
</body>
294-
</html>
295+
</html>

0 commit comments

Comments
 (0)