@turnipxenon/pineapple 2.4.44 → 2.4.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/Project.xml +12 -1
- package/.idea/modules.xml +1 -0
- package/.idea/workspace.xml +308 -262
- package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte +11 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte.d.ts +18 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte +15 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
- package/.svelte-kit/__package__/components/combo_box/combo-box.postcss +22 -0
- package/.svelte-kit/__package__/index.d.ts +1 -1
- package/.svelte-kit/__package__/index.js +1 -1
- package/.svelte-kit/__package__/template/seaweed/RunChaos.d.ts +1 -0
- package/.svelte-kit/__package__/template/seaweed/RunChaos.js +41 -0
- package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +113 -97
- package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
- package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.d.ts +23 -0
- package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.js +68 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte +47 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
- package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
- package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.d.ts +11 -0
- package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.js +5 -0
- package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte +33 -0
- package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte +55 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte +21 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte +54 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte +38 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte +49 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte +46 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte +45 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte +48 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.js +3 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
- package/.svelte-kit/adapter-node/.vite/manifest.json +612 -0
- package/.svelte-kit/{output/client/_app/immutable/assets/store.y2fRW0z7.css → adapter-node/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/adapter-node/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/adapter-node/chunks/Card.js +37 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/DialogManagerStore.js +159 -16
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
- package/.svelte-kit/adapter-node/chunks/SeaweedTemplate.js +1094 -0
- package/.svelte-kit/adapter-node/chunks/SlideToggle.js +84 -0
- package/.svelte-kit/adapter-node/chunks/_page.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page2.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page3.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page4.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page5.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page6.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page7.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page8.js +4 -0
- package/.svelte-kit/adapter-node/chunks/client.js +12 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/index.js +1 -1
- package/.svelte-kit/adapter-node/chunks/index2.js +100 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index2.js → .svelte-kit/adapter-node/chunks/index3.js} +2 -37
- package/.svelte-kit/adapter-node/chunks/index4.js +12 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/internal.js +1 -1
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ssr.js +28 -14
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/store.js +19 -51
- package/.svelte-kit/adapter-node/chunks/stores.js +5 -0
- package/.svelte-kit/adapter-node/chunks/stores2.js +26 -0
- package/.svelte-kit/adapter-node/chunks/stores3.js +38 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_layout.svelte.js +292 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_page.svelte.js +23 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/_layout.svelte.js +5 -98
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/portfolio/actual/_page.svelte.js +4 -4
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
- package/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +58 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/index.js +1 -1
- package/.svelte-kit/adapter-node/internal.js +13 -0
- package/.svelte-kit/adapter-node/manifest-full.js +125 -0
- package/.svelte-kit/adapter-node/manifest.js +121 -0
- package/.svelte-kit/adapter-node/nodes/0.js +8 -0
- package/.svelte-kit/adapter-node/nodes/1.js +8 -0
- package/.svelte-kit/adapter-node/nodes/10.js +8 -0
- package/.svelte-kit/adapter-node/nodes/11.js +8 -0
- package/.svelte-kit/adapter-node/nodes/12.js +8 -0
- package/.svelte-kit/adapter-node/nodes/13.js +10 -0
- package/.svelte-kit/adapter-node/nodes/14.js +13 -0
- package/.svelte-kit/adapter-node/nodes/15.js +10 -0
- package/.svelte-kit/adapter-node/nodes/2.js +8 -0
- package/.svelte-kit/adapter-node/nodes/3.js +8 -0
- package/.svelte-kit/adapter-node/nodes/4.js +8 -0
- package/.svelte-kit/adapter-node/nodes/5.js +8 -0
- package/.svelte-kit/adapter-node/nodes/6.js +8 -0
- package/.svelte-kit/adapter-node/nodes/7.js +8 -0
- package/.svelte-kit/adapter-node/nodes/8.js +8 -0
- package/.svelte-kit/adapter-node/nodes/9.js +8 -0
- package/.svelte-kit/ambient.d.ts +4 -4
- package/.svelte-kit/azure-tmp/api/host.json +7 -0
- package/.svelte-kit/azure-tmp/api/local.settings.json +6 -0
- package/.svelte-kit/azure-tmp/api/package.json +1 -0
- package/.svelte-kit/azure-tmp/entry.d.ts +8 -0
- package/.svelte-kit/azure-tmp/entry.js +103 -0
- package/.svelte-kit/azure-tmp/headers.js +67 -0
- package/.svelte-kit/azure-tmp/manifest.js +117 -0
- package/.svelte-kit/generated/client-optimized/app.js +22 -5
- package/.svelte-kit/generated/client-optimized/nodes/10.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/11.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/12.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/13.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/14.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/15.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/2.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/3.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/4.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/5.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/6.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/7.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/8.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/9.js +1 -0
- package/.svelte-kit/generated/server/internal.js +1 -1
- package/.svelte-kit/output/client/.vite/manifest.json +452 -124
- package/.svelte-kit/output/client/_app/immutable/assets/0.vT28YyQg.css +10 -0
- package/.svelte-kit/output/client/_app/immutable/assets/13.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/4.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/{server/_app/immutable/assets/store.y2fRW0z7.css → client/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/output/client/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/Card.DH87RA66.js +5 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js → ProgressBar.svelte_svelte_type_style_lang.DiY8SXB3.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{index.DM9YwQfI.js → index.HfS4ysOO.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/entry/app.DBmRlvle.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/entry/start.DsC5h-eu.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/0.DSodj2wf.js +2 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/{1.D3OJXEpT.js → 1.BRjT3J9Z.js} +2 -2
- package/.svelte-kit/output/client/_app/immutable/nodes/10.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/11.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/15.BzziCvFz.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/3.baFnd1R-.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/5.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/6.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/7.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/8.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/9.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/version.json +1 -1
- package/.svelte-kit/output/client/robots.txt +5 -5
- package/.svelte-kit/output/prerendered/dependencies/portfolio/__data.json +1 -1
- package/.svelte-kit/output/prerendered/pages/portfolio.html +146 -132
- package/.svelte-kit/output/server/.vite/manifest.json +354 -66
- package/{.vercel/output/static/_app/immutable/assets/store.y2fRW0z7.css → .svelte-kit/output/server/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/output/server/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/server/chunks/Card.js +37 -0
- package/.svelte-kit/output/server/chunks/DialogManagerStore.js +159 -16
- package/.svelte-kit/output/server/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
- package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +730 -229
- package/.svelte-kit/output/server/chunks/SlideToggle.js +84 -0
- package/.svelte-kit/output/server/chunks/_page.js +4 -0
- package/.svelte-kit/output/server/chunks/_page2.js +4 -0
- package/.svelte-kit/output/server/chunks/_page3.js +4 -0
- package/.svelte-kit/output/server/chunks/_page4.js +4 -0
- package/.svelte-kit/output/server/chunks/_page5.js +4 -0
- package/.svelte-kit/output/server/chunks/_page6.js +4 -0
- package/.svelte-kit/output/server/chunks/_page7.js +4 -0
- package/.svelte-kit/output/server/chunks/_page8.js +4 -0
- package/.svelte-kit/output/server/chunks/client.js +12 -0
- package/.svelte-kit/output/server/chunks/index.js +1 -1
- package/.svelte-kit/output/server/chunks/index2.js +85 -68
- package/.svelte-kit/output/server/chunks/index3.js +45 -4
- package/.svelte-kit/output/server/chunks/index4.js +12 -0
- package/.svelte-kit/output/server/chunks/internal.js +1 -1
- package/.svelte-kit/output/server/chunks/ssr.js +28 -14
- package/.svelte-kit/output/server/chunks/store.js +19 -51
- package/.svelte-kit/output/server/chunks/stores.js +5 -0
- package/.svelte-kit/output/server/chunks/stores2.js +26 -0
- package/.svelte-kit/output/server/chunks/stores3.js +38 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/_layout.svelte.js +292 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/_page.svelte.js +23 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/_layout.svelte.js +186 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.server.ts.js +8 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/{portfolio → (seaweed)/portfolio}/actual/_page.svelte.js +4 -4
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/_layout.svelte.js +49 -270
- package/.svelte-kit/output/server/index.js +1 -1
- package/.svelte-kit/output/server/manifest-full.js +77 -12
- package/.svelte-kit/output/server/manifest.js +75 -10
- package/.svelte-kit/output/server/nodes/0.js +2 -2
- package/.svelte-kit/output/server/nodes/1.js +1 -1
- package/.svelte-kit/output/server/nodes/10.js +8 -0
- package/.svelte-kit/output/server/nodes/11.js +8 -0
- package/.svelte-kit/output/server/nodes/12.js +8 -0
- package/.svelte-kit/output/server/nodes/13.js +10 -0
- package/.svelte-kit/output/server/nodes/14.js +13 -0
- package/.svelte-kit/output/server/nodes/15.js +10 -0
- package/.svelte-kit/output/server/nodes/2.js +3 -3
- package/.svelte-kit/output/server/nodes/3.js +3 -3
- package/.svelte-kit/output/server/nodes/4.js +3 -3
- package/.svelte-kit/output/server/nodes/5.js +4 -6
- package/.svelte-kit/output/server/nodes/6.js +3 -3
- package/.svelte-kit/output/server/nodes/7.js +8 -0
- package/.svelte-kit/output/server/nodes/8.js +8 -0
- package/.svelte-kit/output/server/nodes/9.js +8 -0
- package/build/server/host.json +7 -0
- package/build/server/local.settings.json +6 -0
- package/build/server/package-lock.json +6 -0
- package/build/server/package.json +1 -0
- package/build/server/sk_render/function.json +17 -0
- package/build/server/sk_render/index.js +11489 -0
- package/build/server/sk_render/index.js.map +7 -0
- package/build/static/_app/immutable/assets/0.vT28YyQg.css +10 -0
- package/build/static/_app/immutable/assets/13.BIMIBpeM.css +1 -0
- package/build/static/_app/immutable/assets/4.ClTmhFiH.css +1 -0
- package/build/static/_app/immutable/assets/Card.BAkK2DAr.css +1 -0
- package/build/static/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/build/static/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/build/static/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/build/static/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/build/static/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/build/static/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/build/static/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/build/static/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
- package/build/static/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
- package/build/static/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
- package/build/static/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
- package/build/static/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
- package/build/static/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
- package/build/static/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
- package/build/static/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
- package/build/static/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
- package/build/static/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
- package/build/static/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
- package/build/static/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
- package/build/static/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
- package/build/static/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
- package/build/static/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
- package/build/static/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
- package/build/static/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
- package/build/static/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
- package/build/static/_app/immutable/chunks/Card.DH87RA66.js +5 -0
- package/build/static/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
- package/{.vercel/output/static/_app/immutable/chunks/ProgressBar.svelte_svelte_type_style_lang.CmgCUata.js → build/static/_app/immutable/chunks/ProgressBar.svelte_svelte_type_style_lang.DiY8SXB3.js} +1 -1
- package/build/static/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
- package/build/static/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
- package/build/static/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
- package/build/static/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
- package/build/static/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
- package/build/static/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
- package/build/static/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
- package/build/static/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
- package/build/static/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
- package/build/static/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
- package/build/static/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
- package/build/static/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
- package/build/static/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
- package/{.vercel/output/static/_app/immutable/chunks/index.Duksw40K.js → build/static/_app/immutable/chunks/index.HfS4ysOO.js} +1 -1
- package/build/static/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
- package/build/static/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
- package/build/static/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
- package/build/static/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
- package/build/static/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
- package/build/static/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
- package/build/static/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
- package/build/static/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
- package/build/static/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
- package/build/static/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
- package/build/static/_app/immutable/entry/app.DBmRlvle.js +7 -0
- package/build/static/_app/immutable/entry/start.DsC5h-eu.js +1 -0
- package/build/static/_app/immutable/nodes/0.DSodj2wf.js +2 -0
- package/{.vercel/output/static/_app/immutable/nodes/1.I7DMxkG1.js → build/static/_app/immutable/nodes/1.BRjT3J9Z.js} +2 -2
- package/build/static/_app/immutable/nodes/10.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/11.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
- package/build/static/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
- package/build/static/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
- package/build/static/_app/immutable/nodes/15.BzziCvFz.js +1 -0
- package/build/static/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
- package/build/static/_app/immutable/nodes/3.baFnd1R-.js +1 -0
- package/build/static/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
- package/build/static/_app/immutable/nodes/5.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/6.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/7.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/8.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/9.CNjqd06K.js +1 -0
- package/build/static/_app/version.json +1 -0
- package/build/static/portfolio/__data.json +1 -0
- package/build/static/portfolio.html +239 -0
- package/{.vercel/output → build}/static/robots.txt +5 -5
- package/build/staticwebapp.config.json +39 -0
- package/dist/components/combo_box/ComboBox.svelte +11 -0
- package/dist/components/combo_box/ComboBox.svelte.d.ts +18 -0
- package/dist/components/combo_box/ComboBoxWithButton.svelte +15 -0
- package/dist/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
- package/dist/components/combo_box/combo-box.postcss +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/template/seaweed/RunChaos.d.ts +1 -0
- package/dist/template/seaweed/RunChaos.js +41 -0
- package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +113 -97
- package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
- package/dist/template/seaweed/SeaweedTemplateData.d.ts +23 -0
- package/dist/template/seaweed/SeaweedTemplateData.js +68 -0
- package/dist/template/seaweed/entries/ChefWings.svelte +47 -0
- package/dist/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
- package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
- package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/EntryProps.d.ts +11 -0
- package/dist/template/seaweed/entries/EntryProps.js +5 -0
- package/dist/template/seaweed/entries/FullStackC.svelte +33 -0
- package/dist/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Hepcat.svelte +55 -0
- package/dist/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/ItchPromo.svelte +21 -0
- package/dist/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte +54 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/MockUberApp.svelte +38 -0
- package/dist/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Pengi.svelte +49 -0
- package/dist/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Soulwork.svelte +46 -0
- package/dist/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/ThisWebpage.svelte +45 -0
- package/dist/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Workset.svelte +48 -0
- package/dist/template/seaweed/entries/Workset.svelte.d.ts +17 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.js +3 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
- package/docs/archive/MigrationToAzure.md +102 -0
- package/package.json +5 -3
- package/src/lib/components/combo_box/ComboBox.svelte +13 -0
- package/src/lib/components/combo_box/ComboBoxWithButton.svelte +18 -0
- package/src/lib/components/combo_box/combo-box.postcss +22 -0
- package/src/lib/index.ts +1 -1
- package/src/lib/template/seaweed/RunChaos.ts +44 -0
- package/src/lib/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +138 -121
- package/src/lib/template/seaweed/SeaweedTemplateData.ts +93 -0
- package/src/lib/template/seaweed/entries/ChefWings.svelte +54 -0
- package/src/lib/template/seaweed/entries/CustomizedYarnspinner.svelte +34 -0
- package/src/lib/template/seaweed/entries/DecentralizedSocialMedia.svelte +54 -0
- package/src/lib/template/seaweed/entries/EntryProps.ts +13 -0
- package/src/lib/template/seaweed/entries/FullStackC.svelte +36 -0
- package/src/lib/template/seaweed/entries/Hepcat.svelte +58 -0
- package/src/lib/template/seaweed/entries/ItchPromo.svelte +23 -0
- package/src/lib/template/seaweed/entries/MigranteAlberta.svelte +62 -0
- package/src/lib/template/seaweed/entries/MockUberApp.svelte +41 -0
- package/src/lib/template/seaweed/entries/Pengi.svelte +51 -0
- package/src/lib/template/seaweed/entries/Soulwork.svelte +48 -0
- package/src/lib/template/seaweed/entries/ThisWebpage.svelte +48 -0
- package/src/lib/template/seaweed/entries/Workset.svelte +51 -0
- package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.svelte +166 -0
- package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.ts +3 -0
- package/src/routes/(seaweed)/portfolio/+page.svelte +2 -2
- package/src/routes/(seaweed)/portfolio/actual/+page.svelte +4 -1
- package/src/routes/(seaweed)/portfolio/actual/RandomComponent.svelte +7 -0
- package/svelte.config.js +1 -1
- package/yarn.lock +305 -312
- package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte +0 -207
- package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte.d.ts +0 -17
- package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte +0 -289
- package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
- package/.svelte-kit/output/client/_app/immutable/assets/0.CIpy7FrR.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/4.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.CauD3dIa.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/PineappleBaseLayout.DLZBJSuK.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.3-zGXu-z.js +0 -98
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.C_e0Mj5-.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/index.BgUXYai5.js +0 -4
- package/.svelte-kit/output/client/_app/immutable/chunks/index.CvmYViMX.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.DJdG0Qxb.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/store.DeTea_VV.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/transitions.DM45rqx4.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/entry/app.CtI5urfJ.js +0 -7
- package/.svelte-kit/output/client/_app/immutable/entry/start.xt1NqQCl.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/0.5ibwyEBM.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/2.tgk_XChV.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/3.CxPwEJYT.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/4.Is9K1FIL.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/5.Bt89_iH4.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/6.BEdq2882.js +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
- package/.svelte-kit/output/server/chunks/public.js +0 -4
- package/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
- package/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
- package/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
- package/.svelte-kit/output/server/entries/pages/portfolio/_page.svelte.js +0 -12
- package/.vercel/output/config.json +0 -34
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/SeaweedTemplate.js +0 -597
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index3.js +0 -7
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/public.js +0 -4
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/0.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/1.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/2.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/3.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/4.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/6.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/index.js +0 -46
- package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/manifest.js +0 -52
- package/.vercel/output/functions/fn.func/.vc-config.json +0 -6
- package/.vercel/output/functions/fn.func/package.json +0 -1
- package/.vercel/output/static/_app/immutable/assets/4.B8rxJaIe.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/ProgressBar.CaHExdkQ.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/ProgressBar.DmpmGWm6.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/SeaweedTemplate.CjiLUExY.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/_layout.B_SY1GJM.css +0 -0
- package/.vercel/output/static/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.vercel/output/static/_app/immutable/chunks/DialogManagerStore.CGTbGbVf.js +0 -3
- package/.vercel/output/static/_app/immutable/chunks/PineappleBaseLayout.Juc0v1b7.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/SeaweedTemplate.DS-Z3LcL.js +0 -98
- package/.vercel/output/static/_app/immutable/chunks/entry.BViziCKK.js +0 -3
- package/.vercel/output/static/_app/immutable/chunks/index.CvmYViMX.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/index.DcUpu3_h.js +0 -4
- package/.vercel/output/static/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/scheduler.DXwjFp5a.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/store.D47Cl8J0.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/transitions.BzalH0R-.js +0 -3
- package/.vercel/output/static/_app/immutable/entry/app.hYBk6umV.js +0 -7
- package/.vercel/output/static/_app/immutable/entry/start.bPtW9zOj.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/0.Dp97myFE.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/2.C7G9m2NJ.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/3.D9NOS4Wy.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/4.C0MZnSyC.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/5.ARW_iEad.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/6.CJVGAs6D.js +0 -1
- package/.vercel/output/static/_app/version.json +0 -1
- package/.vercel/output/static/portfolio/__data.json +0 -1
- package/.vercel/output/static/portfolio.html +0 -225
- package/dist/template/Seaweed/GameSection.svelte +0 -207
- package/dist/template/Seaweed/GameSection.svelte.d.ts +0 -17
- package/dist/template/Seaweed/ProjectSection.svelte +0 -289
- package/dist/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
- package/src/lib/template/Seaweed/GameSection.svelte +0 -213
- package/src/lib/template/Seaweed/ProjectSection.svelte +0 -298
- /package/.svelte-kit/__package__/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/exports.js +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/prod-ssr.js +0 -0
- /package/.svelte-kit/{output/server/entries/pages → adapter-node/entries/pages/(seaweed)}/portfolio/_page.server.ts.js +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/entries/pages/_error.svelte.js +0 -0
- /package/{.vercel/output → build}/static/default-card.png +0 -0
- /package/{.vercel/output → build}/static/favicon.png +0 -0
- /package/{.vercel/output/static/_app/immutable/assets/0.B_SY1GJM.css → build/static/index.html} +0 -0
- /package/dist/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
- /package/src/lib/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
import WeaverFootage from "../../../assets/others/weaver-footage.gif";
|
|
5
|
+
export let props;
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
<Card>
|
|
10
|
+
<section class="project-card" slot="content">
|
|
11
|
+
<img alt="Footage of a visual novel-like dynamic dialog interaction happening on the same page we are on"
|
|
12
|
+
src={WeaverFootage} />
|
|
13
|
+
|
|
14
|
+
<div class="project-card-body">
|
|
15
|
+
<h2>Customized Yarnspinner interpreter and dialog runner</h2>
|
|
16
|
+
|
|
17
|
+
A custom dialog interpreter, written in <span class="qt-ts">Typescript</span>, that tokenizes then
|
|
18
|
+
transpiles custom Yarnspinner dialog into a <span class="qt-ts">Typescript</span> file. The said files can
|
|
19
|
+
be used on a corresponding runner or library, also implemented alongside it, allowing the ability to play a
|
|
20
|
+
custom-flavor of YarnSpinner dialogs on <span class="qt-svelte">Svelte</span>.
|
|
21
|
+
|
|
22
|
+
<section class="game-link-section">
|
|
23
|
+
<button type="button" class="game-button turnip-button"
|
|
24
|
+
role="link"
|
|
25
|
+
title="https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md"
|
|
26
|
+
on:click={() => window.open("https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md")}>
|
|
27
|
+
<img src={GithubIcon} alt="github icon">
|
|
28
|
+
</button>
|
|
29
|
+
</section>
|
|
30
|
+
</div>
|
|
31
|
+
</section>
|
|
32
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type CustomizedYarnspinnerProps = typeof __propDef.props;
|
|
13
|
+
export type CustomizedYarnspinnerEvents = typeof __propDef.events;
|
|
14
|
+
export type CustomizedYarnspinnerSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CustomizedYarnspinner extends SvelteComponent<CustomizedYarnspinnerProps, CustomizedYarnspinnerEvents, CustomizedYarnspinnerSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
export let props;
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<Card>
|
|
8
|
+
<section class="project-card" slot="content">
|
|
9
|
+
<div class="project-card-body">
|
|
10
|
+
|
|
11
|
+
<h2>Decentralized social media</h2>
|
|
12
|
+
|
|
13
|
+
<p>We made a full stack decentralized social media app made with <span class="qt-react">React</span> +
|
|
14
|
+
<span class="qt-js">Javascript</span> for the client code, <span class="qt-django">Django</span> + <span
|
|
15
|
+
class="qt-python">Python</span> for the backend code, and <span class="qt-heroku">Heroku</span> for
|
|
16
|
+
deployment. This project was made
|
|
17
|
+
for
|
|
18
|
+
our Web Applications and Architecture class.</p>
|
|
19
|
+
<p>The application can connect with three other decentralized social media app in the same class:
|
|
20
|
+
</p>
|
|
21
|
+
<ul>
|
|
22
|
+
<li>
|
|
23
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-14"
|
|
24
|
+
target="_blank">Also
|
|
25
|
+
a social media with the same Django + Python backend server where they act on behalf of
|
|
26
|
+
our users interacting with theirs</a></li>
|
|
27
|
+
<li>
|
|
28
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-7"
|
|
29
|
+
target="_blank">A
|
|
30
|
+
social media that uses Fast API + Python for their backend server</a></li>
|
|
31
|
+
<li>
|
|
32
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-12"
|
|
33
|
+
target="_blank">Another
|
|
34
|
+
social media that has Django + Python for their backend but we have to act on behalf of
|
|
35
|
+
our
|
|
36
|
+
users interacting with their users</a>
|
|
37
|
+
</li>
|
|
38
|
+
</ul>
|
|
39
|
+
|
|
40
|
+
<!-- todo: add tags with Javascript, React, Python, Django, Heroku -->
|
|
41
|
+
|
|
42
|
+
<section class="game-link-section">
|
|
43
|
+
<button type="button" class="game-button turnip-button"
|
|
44
|
+
role="link"
|
|
45
|
+
title="https://github.com/hgshah/cmput404-project"
|
|
46
|
+
on:click={() => window.open("https://github.com/hgshah/cmput404-project")}>
|
|
47
|
+
<img src={GithubIcon} alt="github icon">
|
|
48
|
+
</button>
|
|
49
|
+
</section>
|
|
50
|
+
</div>
|
|
51
|
+
</section>
|
|
52
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type DecentralizedSocialMediaProps = typeof __propDef.props;
|
|
13
|
+
export type DecentralizedSocialMediaEvents = typeof __propDef.events;
|
|
14
|
+
export type DecentralizedSocialMediaSlots = typeof __propDef.slots;
|
|
15
|
+
export default class DecentralizedSocialMedia extends SvelteComponent<DecentralizedSocialMediaProps, DecentralizedSocialMediaEvents, DecentralizedSocialMediaSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
export let props;
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<Card>
|
|
8
|
+
<section class="project-card" slot="content">
|
|
9
|
+
<div class="project-card-body">
|
|
10
|
+
<h2>Full-stack <span class="qt-c">C</span> app</h2>
|
|
11
|
+
|
|
12
|
+
<p>
|
|
13
|
+
A terminal-based app consisting of a server observing several terminal apps all concurrently
|
|
14
|
+
sending updates to the server, which then broadcasts these information concurrently to all the
|
|
15
|
+
other terminal apps connected.
|
|
16
|
+
</p>
|
|
17
|
+
<p>
|
|
18
|
+
The project involves <span class="qt-foundation">multiprocessing</span> programming featuring pthreads and
|
|
19
|
+
mutexes, and <span class="qt-foundation">networking</span> via sockets.
|
|
20
|
+
</p>
|
|
21
|
+
|
|
22
|
+
<section class="game-link-section">
|
|
23
|
+
<button type="button" class="game-button turnip-button"
|
|
24
|
+
role="link"
|
|
25
|
+
title="https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment02/DESIGN.md"
|
|
26
|
+
on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment02/DESIGN.md")}>
|
|
27
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
28
|
+
</button>
|
|
29
|
+
</section>
|
|
30
|
+
</div>
|
|
31
|
+
</section>
|
|
32
|
+
</Card>
|
|
33
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type FullStackCProps = typeof __propDef.props;
|
|
13
|
+
export type FullStackCEvents = typeof __propDef.events;
|
|
14
|
+
export type FullStackCSlots = typeof __propDef.slots;
|
|
15
|
+
export default class FullStackC extends SvelteComponent<FullStackCProps, FullStackCEvents, FullStackCSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<script>import HeaderHepCat from "../../../assets/temp/header-hep-cat.mp4";
|
|
2
|
+
import BitbucketIcon from "../../../assets/icons/bitbucket-icon.svg";
|
|
3
|
+
import { ItchLogoHotLink } from "../../../consts";
|
|
4
|
+
import Card from "../../../components/Card.svelte";
|
|
5
|
+
export let props;
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<Card>
|
|
9
|
+
<section class="game-card" slot="content">
|
|
10
|
+
<!-- todo: move the image crop a bit lower -->
|
|
11
|
+
<video playsinline autoplay muted loop preload="none" id="hepcat-video">
|
|
12
|
+
<source src={HeaderHepCat} type="video/mp4">
|
|
13
|
+
</video>
|
|
14
|
+
|
|
15
|
+
<section class="game-card-body">
|
|
16
|
+
|
|
17
|
+
<h1>Hepcat</h1>
|
|
18
|
+
|
|
19
|
+
<blockquote>
|
|
20
|
+
"Cats, Jazz, and a little bit of Death. What more could anyone ask for?"
|
|
21
|
+
</blockquote>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<p>This is a course project made by a team of six for <a
|
|
25
|
+
href="https://sites.google.com/ualberta.ca/cmput250/">CMPUT 250</a>, and it won <a
|
|
26
|
+
href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/">Game of the year.</a>
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
<p>
|
|
30
|
+
Hep Cat is a rhythm game made in <a
|
|
31
|
+
href="https://www.rpgmakerweb.com/products/programs/rpg-maker-mv" target="_blank" class="qt-rpgmaker">
|
|
32
|
+
RPG Maker MV</a> with the help of additional custom-made <span class="qt-js">Javascript</span> plugins. I
|
|
33
|
+
wrote the rhythm game plugin's framework. For this plugin to work, I
|
|
34
|
+
had to write a <span class="qt-python">Python</span> script that parses osu! files into readable JSON
|
|
35
|
+
files.
|
|
36
|
+
</p>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<section class="game-link-section">
|
|
40
|
+
<button type="button" class="game-button turnip-button"
|
|
41
|
+
role="link"
|
|
42
|
+
title="https://bitbucket.org/egginchicken/hep-cat/src/master/"
|
|
43
|
+
on:click={()=> window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}>
|
|
44
|
+
<img alt="bitbucket icon" src={BitbucketIcon}>
|
|
45
|
+
</button>
|
|
46
|
+
<button type="button" class="game-button turnip-button"
|
|
47
|
+
role="link"
|
|
48
|
+
title="https://just-a-phantom.itch.io/hep-cat"
|
|
49
|
+
on:click={()=> window.open("https://just-a-phantom.itch.io/hep-cat")}>
|
|
50
|
+
<img alt="itch.io icon" src={ItchLogoHotLink}>
|
|
51
|
+
</button>
|
|
52
|
+
</section>
|
|
53
|
+
</section>
|
|
54
|
+
</section>
|
|
55
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import type { EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type HepcatProps = typeof __propDef.props;
|
|
13
|
+
export type HepcatEvents = typeof __propDef.events;
|
|
14
|
+
export type HepcatSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Hepcat extends SvelteComponent<HepcatProps, HepcatEvents, HepcatSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import { ItchLogoHotLink } from "../../../consts";
|
|
3
|
+
import Card from "../../../components/Card.svelte";
|
|
4
|
+
export let props;
|
|
5
|
+
</script>
|
|
6
|
+
<Card overrideStyle="align-self: flex-start;">
|
|
7
|
+
<section class="game-card itch-promo" slot="content">
|
|
8
|
+
<h1 class="mb-12 text-center">Check out my itch.io page for more games</h1>
|
|
9
|
+
|
|
10
|
+
<section class="game-link-section">
|
|
11
|
+
<button type="button" class="btn variant-filled-primary turnip-button"
|
|
12
|
+
role="link"
|
|
13
|
+
title="https://turnipxenon.itch.io/"
|
|
14
|
+
on:click={() => window.open("https://turnipxenon.itch.io/")}>
|
|
15
|
+
<img src={ItchLogoHotLink} class="long-btn-image" alt="itch icon">
|
|
16
|
+
<span>TurnipXenon</span>
|
|
17
|
+
</button>
|
|
18
|
+
</section>
|
|
19
|
+
|
|
20
|
+
</section>
|
|
21
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type ItchPromoProps = typeof __propDef.props;
|
|
13
|
+
export type ItchPromoEvents = typeof __propDef.events;
|
|
14
|
+
export type ItchPromoSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ItchPromo extends SvelteComponent<ItchPromoProps, ItchPromoEvents, ItchPromoSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<script>import Chip from "../../../components/Chip.svelte";
|
|
2
|
+
import {} from "./EntryProps";
|
|
3
|
+
import LinkIcon from "../../../assets/icons/link-icon.svg";
|
|
4
|
+
import Card from "../../../components/Card.svelte";
|
|
5
|
+
import { getModalStore } from "@skeletonlabs/skeleton";
|
|
6
|
+
export let props;
|
|
7
|
+
const modalStore = getModalStore();
|
|
8
|
+
const cmput401Info = {
|
|
9
|
+
type: "confirm",
|
|
10
|
+
title: "Information",
|
|
11
|
+
body: `As a full disclosure, this link will lead you to <a href='https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398' target='_blank'>https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398</a>. We currently don't have any tests yet ensuring that the link is correct. Click confirm to go to the site. Please report any bugs at <a href='mailto:${props.email}' target='_blank'>${props.email}</a>.`,
|
|
12
|
+
response: (r) => {
|
|
13
|
+
if (r) {
|
|
14
|
+
window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
</script>
|
|
19
|
+
<Card>
|
|
20
|
+
<section class="project-card" slot="content">
|
|
21
|
+
<iframe id="migrante-alberta"
|
|
22
|
+
width="560" height="315" src="https://www.youtube.com/embed/ZemWwf8jh8E?si=RZwSfYHI-0Ael-RE"
|
|
23
|
+
title="YouTube video player" style="border: none"
|
|
24
|
+
allowfullscreen></iframe>
|
|
25
|
+
<div class="project-card-body">
|
|
26
|
+
<!-- todo: add regression to see if page is gone: https://cmput401.ca/api/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398 -->
|
|
27
|
+
|
|
28
|
+
<h2>Migrante Alberta</h2>
|
|
29
|
+
<p>We developed a mobile-first cross-platform application to be used by the Canadian-based
|
|
30
|
+
Filipino non-profit advocacy group, Migrante Alberta, to help new immigrants navigate
|
|
31
|
+
through local services and events
|
|
32
|
+
</p>
|
|
33
|
+
<p>
|
|
34
|
+
<Chip>Flutter</Chip>
|
|
35
|
+
<Chip>Dart</Chip>
|
|
36
|
+
<Chip>Python</Chip>
|
|
37
|
+
<Chip>Django</Chip>
|
|
38
|
+
<Chip>Heroku</Chip>
|
|
39
|
+
<Chip>Android</Chip>
|
|
40
|
+
<Chip>Postgresql</Chip>
|
|
41
|
+
</p>
|
|
42
|
+
|
|
43
|
+
<section class="game-link-section">
|
|
44
|
+
<button type="button" class="btn variant-filled-primary turnip-button"
|
|
45
|
+
title="https://selk.io/birb-project/trunk/"
|
|
46
|
+
on:click={() => modalStore.trigger(cmput401Info)}>
|
|
47
|
+
<img src={LinkIcon} class="long-btn-image" alt="itch icon">
|
|
48
|
+
<span>cmput401.ca</span>
|
|
49
|
+
</button>
|
|
50
|
+
</section>
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
</section>
|
|
54
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type MigranteAlbertaProps = typeof __propDef.props;
|
|
13
|
+
export type MigranteAlbertaEvents = typeof __propDef.events;
|
|
14
|
+
export type MigranteAlbertaSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MigranteAlberta extends SvelteComponent<MigranteAlbertaProps, MigranteAlbertaEvents, MigranteAlbertaSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
import WindowSetGraph from "../../../assets/others/window-set.png";
|
|
5
|
+
import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
|
|
6
|
+
import Chip from "../../../components/Chip.svelte";
|
|
7
|
+
export let props;
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<Card>
|
|
11
|
+
<section class="project-card" slot="content">
|
|
12
|
+
<div class="project-card-body">
|
|
13
|
+
<h2>Mock Uber App</h2>
|
|
14
|
+
|
|
15
|
+
<p>A course project app meant to emulate how Uber works by playing with <span
|
|
16
|
+
class="qt-google">Google Maps API</span>.
|
|
17
|
+
</p>
|
|
18
|
+
<p>
|
|
19
|
+
I implemented all interfaces related to the NoSQL cloud database <span
|
|
20
|
+
class="qt-firebase qt-google qt-infra">Firebase</span>, making writing code easier for other programmers
|
|
21
|
+
(<span
|
|
22
|
+
class="qt-android">Android</span> / <span class="qt-java">Java</span>). I also wrote documentation to said
|
|
23
|
+
code and added instrumented tests that are tested by the continuous integration tool <span
|
|
24
|
+
class="qt-infra">Travis CI</span>, ensuring that our code is tested
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
<section class="game-link-section">
|
|
28
|
+
<!-- todo: mock uber app find link -->
|
|
29
|
+
<button type="button" class="game-button turnip-button"
|
|
30
|
+
role="link"
|
|
31
|
+
title="https://github.com/CMPUT301W20T10/UberApp"
|
|
32
|
+
on:click={() => window.open("https://github.com/CMPUT301W20T10/UberApp")}>
|
|
33
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
34
|
+
</button>
|
|
35
|
+
</section>
|
|
36
|
+
</div>
|
|
37
|
+
</section>
|
|
38
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type MockUberAppProps = typeof __propDef.props;
|
|
13
|
+
export type MockUberAppEvents = typeof __propDef.events;
|
|
14
|
+
export type MockUberAppSlots = typeof __propDef.slots;
|
|
15
|
+
export default class MockUberApp extends SvelteComponent<MockUberAppProps, MockUberAppEvents, MockUberAppSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import HeaderPengi from "../../../assets/temp/header-pengi.mp4";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
import { ItchLogoHotLink } from "../../../consts";
|
|
5
|
+
import Card from "../../../components/Card.svelte";
|
|
6
|
+
export let props;
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<Card>
|
|
10
|
+
<section class="game-card" slot="content">
|
|
11
|
+
<video playsinline autoplay muted loop preload="none">
|
|
12
|
+
video unavailable. original video contains pengi gameplay showing the dynamic dialog
|
|
13
|
+
layout and character animation.
|
|
14
|
+
<source src={HeaderPengi} type="video/mp4">
|
|
15
|
+
</video>
|
|
16
|
+
|
|
17
|
+
<section class="game-card-body">
|
|
18
|
+
|
|
19
|
+
<h1>Pengi</h1>
|
|
20
|
+
|
|
21
|
+
<blockquote>
|
|
22
|
+
Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of
|
|
23
|
+
money...
|
|
24
|
+
</blockquote>
|
|
25
|
+
|
|
26
|
+
<p>
|
|
27
|
+
Pengi is a text-based adventure made in <span class="qt-unity">Unity</span>. I acted as the sole
|
|
28
|
+
programmer for the team. Most of the work revolves around UI and creating <a
|
|
29
|
+
href="https://yarnspinner.dev/" target="_blank">YarnSpinner</a> commands for writers
|
|
30
|
+
to use to create expressive stage directions in the script.
|
|
31
|
+
</p>
|
|
32
|
+
|
|
33
|
+
<section class="game-link-section">
|
|
34
|
+
<button type="button" class="game-button turnip-button"
|
|
35
|
+
role="link"
|
|
36
|
+
title="https://github.com/GreenTea-M/ProjectPengi"
|
|
37
|
+
on:click={()=> window.open("https://github.com/GreenTea-M/ProjectPengi")}>
|
|
38
|
+
<img alt="github icon" src={GithubIcon}>
|
|
39
|
+
</button>
|
|
40
|
+
<button type="button" class="game-button turnip-button"
|
|
41
|
+
role="link"
|
|
42
|
+
title="https://turnipxenon.itch.io/pengi"
|
|
43
|
+
on:click={()=> window.open("https://turnipxenon.itch.io/pengi")}>
|
|
44
|
+
<img alt="itch.io icon" src={ItchLogoHotLink}>
|
|
45
|
+
</button>
|
|
46
|
+
</section>
|
|
47
|
+
</section>
|
|
48
|
+
</section>
|
|
49
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type PengiProps = typeof __propDef.props;
|
|
13
|
+
export type PengiEvents = typeof __propDef.events;
|
|
14
|
+
export type PengiSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Pengi extends SvelteComponent<PengiProps, PengiEvents, PengiSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import HeaderSoulwork from "../../../assets/temp/header-soulwork.mp4";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
import { ItchLogoHotLink } from "../../../consts";
|
|
5
|
+
import Card from "../../../components/Card.svelte";
|
|
6
|
+
export let props;
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<Card>
|
|
10
|
+
<section class="game-card" slot="content">
|
|
11
|
+
<video playsinline autoplay muted loop preload="none">
|
|
12
|
+
<source src={HeaderSoulwork} type="video/mp4">
|
|
13
|
+
</video>
|
|
14
|
+
<section class="game-card-body">
|
|
15
|
+
|
|
16
|
+
<h1>Soulwork</h1>
|
|
17
|
+
|
|
18
|
+
<p>
|
|
19
|
+
Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels.
|
|
20
|
+
This project is a Time to Game Jam entry, restricting game development to be under 48
|
|
21
|
+
hours.
|
|
22
|
+
</p>
|
|
23
|
+
<p>
|
|
24
|
+
I helped make the level designing tools used by the designers to drag-and-drop objects
|
|
25
|
+
on the stage. I also helped program the unique physics-based gameplay mechanic. This was
|
|
26
|
+
was made in <span class="qt-unity">Unity</span> written using <span class="qt-cs">C#</span>.
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<section class="game-link-section">
|
|
31
|
+
<button type="button" class="game-button turnip-button"
|
|
32
|
+
role="link"
|
|
33
|
+
title="https://github.com/Zeyu-Li/Clockwork"
|
|
34
|
+
on:click={()=> window.open("https://github.com/Zeyu-Li/Clockwork")}>
|
|
35
|
+
<img alt="github icon" src={GithubIcon}>
|
|
36
|
+
</button>
|
|
37
|
+
<button type="button" class="game-button turnip-button"
|
|
38
|
+
role="link"
|
|
39
|
+
title="https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331"
|
|
40
|
+
on:click={()=> window.open("https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331")}>
|
|
41
|
+
<img alt="itch.io icon" src={ItchLogoHotLink}>
|
|
42
|
+
</button>
|
|
43
|
+
</section>
|
|
44
|
+
</section>
|
|
45
|
+
</section>
|
|
46
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type SoulworkProps = typeof __propDef.props;
|
|
13
|
+
export type SoulworkEvents = typeof __propDef.events;
|
|
14
|
+
export type SoulworkSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Soulwork extends SvelteComponent<SoulworkProps, SoulworkEvents, SoulworkSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
import WindowSetGraph from "../../../assets/others/window-set.png";
|
|
5
|
+
import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
|
|
6
|
+
import Chip from "../../../components/Chip.svelte";
|
|
7
|
+
export let props;
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<Card>
|
|
11
|
+
<section class="project-card" slot="content">
|
|
12
|
+
|
|
13
|
+
<video playsinline autoplay muted loop preload="none">
|
|
14
|
+
<source src={ThisWebsiteFootage} type="video/mp4">
|
|
15
|
+
video unavailable. original video contains clips of this website being resized and light-dark mode being
|
|
16
|
+
toggled.
|
|
17
|
+
</video>
|
|
18
|
+
<div class="project-card-body">
|
|
19
|
+
<h2>This webpage!</h2>
|
|
20
|
+
|
|
21
|
+
<p>
|
|
22
|
+
The webpage is made of two parts. The webpage that has the content for everything here, I've
|
|
23
|
+
lovingly called Seaweed. I kept seaweed as a private package. On the other hand, the base package which I
|
|
24
|
+
want to use for all spin offs of my websites is called Pineapple and have kept that codebase public.
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
<p>
|
|
28
|
+
<Chip>Svelte</Chip>
|
|
29
|
+
<Chip>Skeleton (Svelte UI library)</Chip>
|
|
30
|
+
<Chip>Typescript</Chip>
|
|
31
|
+
<Chip>Vercel</Chip>
|
|
32
|
+
<Chip>YarnSpinner</Chip>
|
|
33
|
+
</p>
|
|
34
|
+
|
|
35
|
+
<section class="game-link-section">
|
|
36
|
+
<button type="button" class="btn variant-filled-primary turnip-button"
|
|
37
|
+
role="link"
|
|
38
|
+
title="https://github.com/TurnipXenon/pineapple"
|
|
39
|
+
on:click={() => window.open("https://github.com/TurnipXenon/pineapple")}>
|
|
40
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
41
|
+
</button>
|
|
42
|
+
</section>
|
|
43
|
+
</div>
|
|
44
|
+
</section>
|
|
45
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type ThisWebpageProps = typeof __propDef.props;
|
|
13
|
+
export type ThisWebpageEvents = typeof __propDef.events;
|
|
14
|
+
export type ThisWebpageSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ThisWebpage extends SvelteComponent<ThisWebpageProps, ThisWebpageEvents, ThisWebpageSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|