File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments