From 4588beeaae2d9d56c665478a679f9ac60ea5212a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:28:57 +0000 Subject: [PATCH] Deploy to GitHub pages --- 404.html | 37 ++++ android-icon-144x144.png | Bin 0 -> 16184 bytes android-icon-192x192.png | Bin 0 -> 20020 bytes android-icon-36x36.png | Bin 0 -> 3227 bytes android-icon-48x48.png | Bin 0 -> 4486 bytes android-icon-72x72.png | Bin 0 -> 7129 bytes android-icon-96x96.png | Bin 0 -> 9826 bytes api-communication/index.html | 53 ++++++ apple-icon-114x114.png | Bin 0 -> 12262 bytes apple-icon-120x120.png | Bin 0 -> 13066 bytes apple-icon-144x144.png | Bin 0 -> 16184 bytes apple-icon-152x152.png | Bin 0 -> 17674 bytes apple-icon-180x180.png | Bin 0 -> 21952 bytes apple-icon-57x57.png | Bin 0 -> 5497 bytes apple-icon-60x60.png | Bin 0 -> 5788 bytes apple-icon-72x72.png | Bin 0 -> 7129 bytes apple-icon-76x76.png | Bin 0 -> 7527 bytes apple-icon-precomposed.png | Bin 0 -> 20541 bytes apple-icon.png | Bin 0 -> 20541 bytes assets/404.html-9pEcDQrh.js | 1 + assets/app-Bbun9eEO.js | 26 +++ assets/hello-swiftui-DCdT_J-Q.png | Bin 0 -> 10434 bytes assets/index-DTEEl-sV.js | 1 + assets/index.html-5n7MuywO.js | 39 +++++ assets/index.html-B8dggsdP.js | 1 + assets/index.html-C39pB5w2.js | 1 + assets/index.html-CfxHtkWF.js | 8 + assets/index.html-ChAAQVq_.js | 3 + assets/index.html-Cv2fRjYf.js | 17 ++ assets/index.html-DKuyFSlS.js | 28 +++ assets/index.html-DOlN3MeL.js | 1 + assets/index.html-z4YYCP43.js | 84 +++++++++ assets/style-DGf4msjw.css | 1 + assets/swftui-playground-MsNlfoqb.png | Bin 0 -> 70100 bytes assets/swiftui-framework-wwdc-OMsLBsB_.jpg | Bin 0 -> 375425 bytes assets/xcode-new-project-BgcBHlMK.png | Bin 0 -> 151634 bytes assets/xcodes-DaBHvxPG.png | Bin 0 -> 156422 bytes browserconfig.xml | 11 ++ favicon-16x16.png | Bin 0 -> 1635 bytes favicon-32x32.png | Bin 0 -> 2807 bytes favicon-96x96.png | Bin 0 -> 9826 bytes favicon.ico | Bin 0 -> 1150 bytes index.html | 37 ++++ logo.png | Bin 0 -> 36392 bytes manifest.webmanifest | 1 + mini-project/index.html | 120 +++++++++++++ ms-icon-144x144.png | Bin 0 -> 16184 bytes ms-icon-150x150.png | Bin 0 -> 17339 bytes ms-icon-310x310.png | Bin 0 -> 48567 bytes ms-icon-70x70.png | Bin 0 -> 6905 bytes persist-data/index.html | 39 +++++ presentation/index.html | 37 ++++ service-worker.js | 1 + styles.scss | 191 +++++++++++++++++++++ swift-part1/index.html | 37 ++++ swift-part2/index.html | 75 ++++++++ to-go-further/index.html | 44 +++++ ui-development/index.html | 64 +++++++ workbox-1ab968a5.js | 1 + 59 files changed, 959 insertions(+) create mode 100644 404.html create mode 100644 android-icon-144x144.png create mode 100644 android-icon-192x192.png create mode 100644 android-icon-36x36.png create mode 100644 android-icon-48x48.png create mode 100644 android-icon-72x72.png create mode 100644 android-icon-96x96.png create mode 100644 api-communication/index.html create mode 100644 apple-icon-114x114.png create mode 100644 apple-icon-120x120.png create mode 100644 apple-icon-144x144.png create mode 100644 apple-icon-152x152.png create mode 100644 apple-icon-180x180.png create mode 100644 apple-icon-57x57.png create mode 100644 apple-icon-60x60.png create mode 100644 apple-icon-72x72.png create mode 100644 apple-icon-76x76.png create mode 100644 apple-icon-precomposed.png create mode 100644 apple-icon.png create mode 100644 assets/404.html-9pEcDQrh.js create mode 100644 assets/app-Bbun9eEO.js create mode 100644 assets/hello-swiftui-DCdT_J-Q.png create mode 100644 assets/index-DTEEl-sV.js create mode 100644 assets/index.html-5n7MuywO.js create mode 100644 assets/index.html-B8dggsdP.js create mode 100644 assets/index.html-C39pB5w2.js create mode 100644 assets/index.html-CfxHtkWF.js create mode 100644 assets/index.html-ChAAQVq_.js create mode 100644 assets/index.html-Cv2fRjYf.js create mode 100644 assets/index.html-DKuyFSlS.js create mode 100644 assets/index.html-DOlN3MeL.js create mode 100644 assets/index.html-z4YYCP43.js create mode 100644 assets/style-DGf4msjw.css create mode 100644 assets/swftui-playground-MsNlfoqb.png create mode 100644 assets/swiftui-framework-wwdc-OMsLBsB_.jpg create mode 100644 assets/xcode-new-project-BgcBHlMK.png create mode 100644 assets/xcodes-DaBHvxPG.png create mode 100644 browserconfig.xml create mode 100644 favicon-16x16.png create mode 100644 favicon-32x32.png create mode 100644 favicon-96x96.png create mode 100644 favicon.ico create mode 100644 index.html create mode 100644 logo.png create mode 100644 manifest.webmanifest create mode 100644 mini-project/index.html create mode 100644 ms-icon-144x144.png create mode 100644 ms-icon-150x150.png create mode 100644 ms-icon-310x310.png create mode 100644 ms-icon-70x70.png create mode 100644 persist-data/index.html create mode 100644 presentation/index.html create mode 100644 service-worker.js create mode 100644 styles.scss create mode 100644 swift-part1/index.html create mode 100644 swift-part2/index.html create mode 100644 to-go-further/index.html create mode 100644 ui-development/index.html create mode 100644 workbox-1ab968a5.js diff --git a/404.html b/404.html new file mode 100644 index 00000000..7b6332ed --- /dev/null +++ b/404.html @@ -0,0 +1,37 @@ + + +
+ + + + + +4NZox=+TC+6lCU_a~Lb{L6?voVC}y}zYoaQqd*C1m(c
zm5)5`xaf+}#CKHRHbS-7B>mI@k<6PB7%{$MCroJGRYpg9Ck4WA(Rd$>g}D*c!^t*l
zTqLfuqbJD22*pB!DZ5q&@Lan)E+z7shy`!%y56&3r}d}Kr@-Zr3}wj?I?Ac=JhrU<
z)3ufJu%6hmo|uA8oQ#!HNQ>GyBh;-gs9B_A)Nc8jCe=2&5Lv`ssjGPgabkM *T?zvO8 R922{#c^gi{J&gRfsO+|X3M9woJyUrlbkN&ABWJj> VnT3Nh
zto4de<3h@;bH!jpp!4}>0ehAjH8H**+o&gJJR22*2U&5hn?&A1PFUA+a23@TZkiA!PZGs
z5({7H$cq*H^LqdO9NKjC%0CS?MWclj^yH{|K8n5S{v<+dD)pSRupO8meeYT+rGj1U
zZ7kVO+L&D?|6O*i;pVHG@}O0=aK%rstJO_>H{5*!`}%Go-1vy)Wf7GS@8wzE`%Q1F
zbk0o)o`+<^0?X($4!$mn(ovu%$Venr;0G+?RrAD_^lhX-9Y#z7xR!`NqGHn5t!j0Y
zSmTZ`zwzJ*`d{7o6?PI(DCW_rn3!|?uAEC6w3)CoU!6^N@D_-gPit%=(Brv24bsob
zJ};HzzXir9v5839wXKTH$5gv^8ZtFD#E#&X-;mzGFFF
;I!{PZ94F7(ep>O}n
z0iv8*Te`*tA{77kBjh@K*Q|gZz;?^c%5r(m3DWA=t{+y68Z92ATf?4;G9P?r9i6zM
zw~4sC!J<*Q7x_sf)PE|^Szs^Nr7l4Z$#Ai8FqH*!<~E+x)_78SG)4eM-Bw$!T8qCE
zpOu2|=D-FckryOIjhC09Cy@=RB*g1Zj;UBZgn^>N`P7H-nmPN2QIvEVY{HD0rq?V$
zCA7H7&K+6EXQ(J%#cahNNAfjOm!fq9^IaJU86B0t!n!WkRX8!r)jp~E@p|*R4`4cS
zuSi{BN_3-=eRp960XJA3w&UxT?%>Dlb<_=09ikJfRh|u-qE$ih$GVBxRqj@Gp(o{PpZ$KW(T-^Y%I)xy+0$f?nNrw!$Y#NJo_T+cCJgK2*=vyE9TIt`DrY81f+wx&zmnjSM!khN+FG#
1*&o#N0l9
z(35%*>F*bG&SF}}BW(28g_xc;HCkggTiQ(Pot(W@vUpY;8}3+<+$)08I{fT3xEAaK
zpi$%~yA89F-|5V_tXr$OL~Od