From 1232ac13ac82215f4952a3ff99a23b42aa3d8932 Mon Sep 17 00:00:00 2001
From: emil28092005 <65846814+emil28092005@users.noreply.github.com>
Date: Thu, 19 Sep 2024 23:31:44 +0300
Subject: [PATCH] try to do card zoom
---
Images/Icons/icons8-telegram.svg | 15 +++++++++++++++
Images/Icons/icons8-whatsapp.png | Bin 0 -> 949 bytes
immersivity.js | 7 +++++++
index_new.html | 7 ++++---
index.html => old_trash/index.html | 0
styles.css => old_trash/styles.css | 0
styles_new.css | 11 ++++++++++-
7 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 Images/Icons/icons8-telegram.svg
create mode 100644 Images/Icons/icons8-whatsapp.png
create mode 100644 immersivity.js
rename index.html => old_trash/index.html (100%)
rename styles.css => old_trash/styles.css (100%)
diff --git a/Images/Icons/icons8-telegram.svg b/Images/Icons/icons8-telegram.svg
new file mode 100644
index 0000000..45259f5
--- /dev/null
+++ b/Images/Icons/icons8-telegram.svg
@@ -0,0 +1,15 @@
+
+
+
\ No newline at end of file
diff --git a/Images/Icons/icons8-whatsapp.png b/Images/Icons/icons8-whatsapp.png
new file mode 100644
index 0000000000000000000000000000000000000000..5545e34b891729e5d13c570c1e5d02672334f25d
GIT binary patch
literal 949
zcmV;m14{gfP)IX|RhE&mPgyc#>{*6Ly8f`njQB^g
zq!~-e_{SDe{!k>0<&TMwoqz0-J(QUt+$>4vaxJ%9uB)T(tK;eYE$(}L>+SbD&+~oG
z^StMr=bZCG_NWZ>1=aw^f&YMaKp9X3+yJ%#(||@)AQ}NHfT!9lo98|7H_$c7#yP-3
z;I&hH9rzO%1T+^XNB{c(bAXe;2k}dRO+fu`-Mj^GMoK;c`+=Xnas5VF!gM?Ux@Eh#
z4N#zk4}pP{9~~4MWwK;OUCn_fT5uM~B{^yVJEgM_Xq$>y6*w>A37|F=2fIQ0r2Ai>
zUL0wW2nE44ssRiEegWzxw8T~Iu`Zl!3cS(efFK_Jaks$S(!_c5@n}IY4XYUbaY>
zo`PJ{9n!4T-(^R$%u1E(s1b>><_lnU3Z41l96=-#{z`M=T)naJ9;-HNQm+tg_`gzj
zzB_Q4+PDx==3Q<=J69^Jr8$I|`KY*-%a_S*+Y}o;1AgR^VZnGM;J)U1htWQc^sqo%
z;!JIM;SZo$z?&%R6vxEEV6A=R19qzOv7Imzti3wz%v>rL?RO>Dp1Cn=BllQV{en7D
z@-aj7hOi!Cm)_KO#f2#XaFQ!%Uo|}aUD+)UYO4hw3G_-)En5LEW9rLiEYpOg+wXxq
zcXju~5iV=eOj^-s?>4^_*AF(9|BID$LR8H%Fhf*Ua2L7E*)WbcUW8+kb5t(pYwWE)
zEPl^2K+XRXg4?iDO=&E)xK@0xQfR7gz7i#!Rcb0M=!R;;1!}zu9p4hpm`o>r7_-qG
zV1pK0BQgRw9OU|RkM$U4{;Yb(Q>yXS9!&vSrs3L0<|w`Gdf)(XNa@(DVh6UbtE}+}
Xw|_6HV?_;#00000NkvXXu0mjfjN7_s
literal 0
HcmV?d00001
diff --git a/immersivity.js b/immersivity.js
new file mode 100644
index 0000000..e31e346
--- /dev/null
+++ b/immersivity.js
@@ -0,0 +1,7 @@
+let cards = document.querySelectorAll('.card');
+
+let phrase = "ABOBA";
+cards.addEventListener("click", function() {foo()})
+function foo(){
+ document.querySelectorAll(".card__name").textContent = phrase;
+}
diff --git a/index_new.html b/index_new.html
index 79aad20..e0d7b6f 100644
--- a/index_new.html
+++ b/index_new.html
@@ -10,7 +10,7 @@
@@ -46,7 +46,7 @@
-