From 7d1a458528201302ee453b747e817dfbd2d3e275 Mon Sep 17 00:00:00 2001
From: Serg Kobrusev <90210196+SergOswald@users.noreply.github.com>
Date: Fri, 10 Mar 2023 19:36:14 +0300
Subject: [PATCH 01/15] init: creat file index.html
---
cssBayan/index.html | 1 +
1 file changed, 1 insertion(+)
create mode 100644 cssBayan/index.html
diff --git a/cssBayan/index.html b/cssBayan/index.html
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/cssBayan/index.html
@@ -0,0 +1 @@
+1
From 8ab7e07bd5408d9bb6e69be4616f6a0d9de6f67d Mon Sep 17 00:00:00 2001
From: Serg Kobrusev <90210196+SergOswald@users.noreply.github.com>
Date: Fri, 10 Mar 2023 19:50:00 +0300
Subject: [PATCH 02/15] init: creat file style.css Fri, Mar 10, 2023 7:49:00 PM
---
cssBayan/style.css | 1 +
1 file changed, 1 insertion(+)
create mode 100644 cssBayan/style.css
diff --git a/cssBayan/style.css b/cssBayan/style.css
new file mode 100644
index 0000000..d00491f
--- /dev/null
+++ b/cssBayan/style.css
@@ -0,0 +1 @@
+1
From 7fb17afea38eca0ef3c219bd3ace30b4ed915c17 Mon Sep 17 00:00:00 2001
From: Serg Kobrusev <90210196+SergOswald@users.noreply.github.com>
Date: Fri, 10 Mar 2023 23:03:30 +0300
Subject: [PATCH 03/15] feat: add template Fri, Mar 10, 2023 10:59:00 PM
---
cssBayan/index.html | 47 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 46 insertions(+), 1 deletion(-)
diff --git a/cssBayan/index.html b/cssBayan/index.html
index d00491f..06faf03 100644
--- a/cssBayan/index.html
+++ b/cssBayan/index.html
@@ -1 +1,46 @@
-1
+
+
+
+
+
+
+ CSS Bayan
+
+
+
+
+
+
+
+
+
+
+ CSS Bayan
+
+ You can't just copy and paste CSS
+
+
+ Keep calm and carry on
+
+
+ Work-life balance
+
+
+ Dude, where is JS?
+
+
+ Relax and take it easy
+
+
+
+
+
+
+
+
+
+
From ee2885469435587c47e3a6d4b9a9c68e1539eb76 Mon Sep 17 00:00:00 2001
From: Serg Kobrusev <90210196+SergOswald@users.noreply.github.com>
Date: Fri, 10 Mar 2023 23:06:56 +0300
Subject: [PATCH 04/15] init: creat file Fri, Mar 10, 2023 11:06:00 PM
---
cssBayan/img/1.jpg | 1 +
1 file changed, 1 insertion(+)
create mode 100644 cssBayan/img/1.jpg
diff --git a/cssBayan/img/1.jpg b/cssBayan/img/1.jpg
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/cssBayan/img/1.jpg
@@ -0,0 +1 @@
+
From 533f656985819e178e9bae1f51d087821fa93582 Mon Sep 17 00:00:00 2001
From: Serg Kobrusev <90210196+SergOswald@users.noreply.github.com>
Date: Fri, 10 Mar 2023 23:08:36 +0300
Subject: [PATCH 05/15] init: add new img Fri, Mar 10, 2023 11:03:00 PM
---
cssBayan/img/activist.svg | 298 ++++++++++++++++
cssBayan/img/codewars.svg | 643 +++++++++++++++++++++++++++++++++
cssBayan/img/deadline.svg | 348 ++++++++++++++++++
cssBayan/img/shocked.svg | 724 ++++++++++++++++++++++++++++++++++++++
cssBayan/img/student1.svg | 498 ++++++++++++++++++++++++++
5 files changed, 2511 insertions(+)
create mode 100644 cssBayan/img/activist.svg
create mode 100644 cssBayan/img/codewars.svg
create mode 100644 cssBayan/img/deadline.svg
create mode 100644 cssBayan/img/shocked.svg
create mode 100644 cssBayan/img/student1.svg
diff --git a/cssBayan/img/activist.svg b/cssBayan/img/activist.svg
new file mode 100644
index 0000000..8a8ebaf
--- /dev/null
+++ b/cssBayan/img/activist.svg
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/cssBayan/img/codewars.svg b/cssBayan/img/codewars.svg
new file mode 100644
index 0000000..e1932c1
--- /dev/null
+++ b/cssBayan/img/codewars.svg
@@ -0,0 +1,643 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/cssBayan/img/deadline.svg b/cssBayan/img/deadline.svg
new file mode 100644
index 0000000..197d298
--- /dev/null
+++ b/cssBayan/img/deadline.svg
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/cssBayan/img/shocked.svg b/cssBayan/img/shocked.svg
new file mode 100644
index 0000000..d168fbb
--- /dev/null
+++ b/cssBayan/img/shocked.svg
@@ -0,0 +1,724 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/cssBayan/img/student1.svg b/cssBayan/img/student1.svg
new file mode 100644
index 0000000..fb267cf
--- /dev/null
+++ b/cssBayan/img/student1.svg
@@ -0,0 +1,498 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
From db389ebc29969974641dd42a69849adff0581ca9 Mon Sep 17 00:00:00 2001
From: Serg Kobrusev <90210196+SergOswald@users.noreply.github.com>
Date: Fri, 10 Mar 2023 23:09:27 +0300
Subject: [PATCH 06/15] fix: delet file Fri, Mar 10, 2023 11:08:00 PM
---
cssBayan/img/1.jpg | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 cssBayan/img/1.jpg
diff --git a/cssBayan/img/1.jpg b/cssBayan/img/1.jpg
deleted file mode 100644
index 8b13789..0000000
--- a/cssBayan/img/1.jpg
+++ /dev/null
@@ -1 +0,0 @@
-
From 962e595c0c375df3a8ebdbf7e3869657985c9e1b Mon Sep 17 00:00:00 2001
From: SergOswald
Date: Sat, 11 Mar 2023 15:43:40 +0300
Subject: [PATCH 07/15] feat: add style Sat 11 Mar 3:43:00 am
---
cssBayan/img/3917759.svg | 22 +++++++
cssBayan/img/43869.png | Bin 0 -> 3303 bytes
cssBayan/index.html | 59 ++++++++++--------
cssBayan/style.css | 129 ++++++++++++++++++++++++++++++++++++++-
4 files changed, 183 insertions(+), 27 deletions(-)
create mode 100644 cssBayan/img/3917759.svg
create mode 100644 cssBayan/img/43869.png
diff --git a/cssBayan/img/3917759.svg b/cssBayan/img/3917759.svg
new file mode 100644
index 0000000..c7d8f0a
--- /dev/null
+++ b/cssBayan/img/3917759.svg
@@ -0,0 +1,22 @@
+
+
+
diff --git a/cssBayan/img/43869.png b/cssBayan/img/43869.png
new file mode 100644
index 0000000000000000000000000000000000000000..780af15956624b2eaae0be2a3ecf2fa0dc4c807d
GIT binary patch
literal 3303
zcmeHHdo@_r9-kuVVr5z5;z<vo_pWu%cdhT*-@Vt~pU-!H)^~rCv38aS
zVOe1S01(zz<_-V=;U6IY9LhIMMT)I_0}V5?J_?7!N2cs2`L57uE0-_;uxa?Z!ON%u
zEq+iY+yWQwNbn6OdWHG`L?RI#5E2x2%ImZbnh@%Df5}jmj{{&2AGP4|c>Mgo)?W(z
ze<~pI^Rp>_=e%$SJ4XP7Kn1qI1mQx$B3ltZiHeC!NN(FMCA~vN7Adz=UIDdh_s@z-
zzbOBzvS;tU{b*G+^#dB3TG~3gdin;2M#d%>Q?rBS7Jsv}vOZ*U*w)S-d&I%~w|>p^x-ZeD&tVbQ~4^6!rxmy|v!EB|{%<fq4u$mrPk#N^cb=?^os*^i&*<`)*1
z=#1sh%oP@Ub&d0dyS}kG4kat|6rB+
zL$8a6C1nSXm^v0DbRXhYRHC+zgc4JN=-jA!dCm1U)!b}4*LcyLULAwZc@*OAhF6hN
z-KaENXv|)<$TY=qsw_=f8|FNa1hsUOl+gwSZ^+Gl-f_BDhj7Y6`}+8Vjtq9#m!Nyg
zmNw0*K&W`xta{H@_>t9>=Gpl}oby%hawH;np3ccHJdjS8X$@&kflRsSLw2!2&Nb;B
zd-X*92G&aAm1s-3ze9Go`gvP(Hp?IDpQj>S&1exm19SJJ{R}H^@V3SgEeF!w);R_t
zx@3R7J5EpNp-9wr`!QUTMHo6}z*ZSS&FlzV<`7fRh@CFMFAe2x*>n5u#}(&RiEyRa
zE%2N)_CwE`0myD8DVX5HDvoU2(VKwwv6v0Ual?a9@0u=gj=
zPEGf{B$@XHec>g5Z_<0d2Y~%o3g}z5!HO99sglxz0Bh+pdA&GjDF*DXv*?R_3iy)9
zMoo1`02W&0%q55z2@oS8Pyh(W0RQ9wpqLJT2Lwn!k_?~?KrjHDL;^jbC_n(y0hEDa
zUqb?00VDvTfRiv1f)4{gP@cdb0O!|ge6JM)KxiY3U&{}v{QwT-%ctlD*JQs^4E`&H
z0H*PKh@bY20tG<+WL5tm1qp!f_})bGpEv$@;QrABDdW2U{~5T$d0u%Ge^&>&s^aoe
zle%|gx0nDMw8`UMQI1=%Lc^zdSZ#X~n{}AsLVLZ@_h@7!y(@Iyse_@UBmKU?1w4LDQujVCJ
zKa)Kxz*wYcA#G6H5o7s{mQUPu+b6m_?49t;*tEEn6PV3wk2(}_;4wT>vN4~ccHO_!
zgiXCZvPl-TnOMD<9r=YqjqrsUo=Z8?+*ejMy#m8EG->XB<2r$?mu6JET)GvvTSuZX
ztG#n~(ZC~1NHtY4@5=z04x;r&Jta(8I;&ElL0NIQl%U@z0+sg{i{v5oDJf7kL264?j)F+hy*&4TIkgDFc(_Fb&Vzwn65Z`i+yqJ{n1n_kDe=0+?>#
zEYi%oZbMhMay%g+o_cjxDHSGMb3?t^>2pDMx1F|v%7;|EPEv7|f*z}uWD64?DC(iY
zmKeP`8T!W}&-nZA)wlGJ8~&7vu_~Nmt}2)}YekNcdHT^GK8SYJ3>m(RT9_HVi%4rH
zM#keb3nPYxfKb~ks*LrobX9tLicn+RHkpp8s?r{h%qRzcs{3nOrPOI+mNBn_E?aeK
z1`JDn-}pvV;fo%(lHnd~VEapAR&ZUYhbW3#KNnSzJjrny^NZ79i|4#ZeQ^J|kJVi2
zD3RwGvJNB?n<^??jSNse$`3Ys3_Lhc0#drI`;OphHq&xk_dx1cq4b`}=~nS^eQm9a
zS%tlp(;F7Cd3$d}GCyiLa%SmcH=BD_uRV`i*=$G~BlJ}^yR&@HZ5~!HNc3j|G0VEi6Z9Lv>NQP-3Wv3uVIPH11&r`kd>qAPp
z4AWo`uU2b5dZLfRBUZH)o;!#Ou`C_#9ksM0y60?s#3sAf`O0LHL6X!GX%
z#epoI!qt81I$6cEbzZ;cNivx>l_M&haV$F482gDsAtnSAexxAVIFk(hI95J;!ltMm;^7l6O4E$qxo
I%{(vs0hEUB(f|Me
literal 0
HcmV?d00001
diff --git a/cssBayan/index.html b/cssBayan/index.html
index 06faf03..1d9f974 100644
--- a/cssBayan/index.html
+++ b/cssBayan/index.html
@@ -8,39 +8,46 @@
-
-
-
-
-
-
+
CSS Bayan
+
- You can't just copy and paste CSS
-
-
- Keep calm and carry on
-
-
- Work-life balance
-
+
+
+
- Dude, where is JS?
-
+
+
+
- Relax and take it easy
-
-
-
+
+

-
+
+
+

-
-
+
+