@turnipxenon/pineapple 2.4.43 → 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 +333 -287
- 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 +118 -95
- 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 +118 -95
- 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 +145 -120
- 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,36 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import Card from "$pkg/components/Card.svelte";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
|
|
6
|
+
// noinspection JSUnusedGlobalSymbols
|
|
7
|
+
export let props: EntryProps;
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<Card>
|
|
11
|
+
<section class="project-card" slot="content">
|
|
12
|
+
<div class="project-card-body">
|
|
13
|
+
<h2>Full-stack <span class="qt-c">C</span> app</h2>
|
|
14
|
+
|
|
15
|
+
<p>
|
|
16
|
+
A terminal-based app consisting of a server observing several terminal apps all concurrently
|
|
17
|
+
sending updates to the server, which then broadcasts these information concurrently to all the
|
|
18
|
+
other terminal apps connected.
|
|
19
|
+
</p>
|
|
20
|
+
<p>
|
|
21
|
+
The project involves <span class="qt-foundation">multiprocessing</span> programming featuring pthreads and
|
|
22
|
+
mutexes, and <span class="qt-foundation">networking</span> via sockets.
|
|
23
|
+
</p>
|
|
24
|
+
|
|
25
|
+
<section class="game-link-section">
|
|
26
|
+
<button type="button" class="game-button turnip-button"
|
|
27
|
+
role="link"
|
|
28
|
+
title="https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment02/DESIGN.md"
|
|
29
|
+
on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment02/DESIGN.md")}>
|
|
30
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
31
|
+
</button>
|
|
32
|
+
</section>
|
|
33
|
+
</div>
|
|
34
|
+
</section>
|
|
35
|
+
</Card>
|
|
36
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { EntryProps } from "./EntryProps";
|
|
3
|
+
import HeaderHepCat from "$pkg/assets/temp/header-hep-cat.mp4";
|
|
4
|
+
import BitbucketIcon from "$pkg/assets/icons/bitbucket-icon.svg";
|
|
5
|
+
import { ItchLogoHotLink } from "$pkg/consts";
|
|
6
|
+
import Card from "$pkg/components/Card.svelte";
|
|
7
|
+
|
|
8
|
+
export let props: EntryProps;
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<Card>
|
|
12
|
+
<section class="game-card" slot="content">
|
|
13
|
+
<!-- todo: move the image crop a bit lower -->
|
|
14
|
+
<video playsinline autoplay muted loop preload="none" id="hepcat-video">
|
|
15
|
+
<source src={HeaderHepCat} type="video/mp4">
|
|
16
|
+
</video>
|
|
17
|
+
|
|
18
|
+
<section class="game-card-body">
|
|
19
|
+
|
|
20
|
+
<h1>Hepcat</h1>
|
|
21
|
+
|
|
22
|
+
<blockquote>
|
|
23
|
+
"Cats, Jazz, and a little bit of Death. What more could anyone ask for?"
|
|
24
|
+
</blockquote>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<p>This is a course project made by a team of six for <a
|
|
28
|
+
href="https://sites.google.com/ualberta.ca/cmput250/">CMPUT 250</a>, and it won <a
|
|
29
|
+
href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/">Game of the year.</a>
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
<p>
|
|
33
|
+
Hep Cat is a rhythm game made in <a
|
|
34
|
+
href="https://www.rpgmakerweb.com/products/programs/rpg-maker-mv" target="_blank" class="qt-rpgmaker">
|
|
35
|
+
RPG Maker MV</a> with the help of additional custom-made <span class="qt-js">Javascript</span> plugins. I
|
|
36
|
+
wrote the rhythm game plugin's framework. For this plugin to work, I
|
|
37
|
+
had to write a <span class="qt-python">Python</span> script that parses osu! files into readable JSON
|
|
38
|
+
files.
|
|
39
|
+
</p>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<section class="game-link-section">
|
|
43
|
+
<button type="button" class="game-button turnip-button"
|
|
44
|
+
role="link"
|
|
45
|
+
title="https://bitbucket.org/egginchicken/hep-cat/src/master/"
|
|
46
|
+
on:click={()=> window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}>
|
|
47
|
+
<img alt="bitbucket icon" src={BitbucketIcon}>
|
|
48
|
+
</button>
|
|
49
|
+
<button type="button" class="game-button turnip-button"
|
|
50
|
+
role="link"
|
|
51
|
+
title="https://just-a-phantom.itch.io/hep-cat"
|
|
52
|
+
on:click={()=> window.open("https://just-a-phantom.itch.io/hep-cat")}>
|
|
53
|
+
<img alt="itch.io icon" src={ItchLogoHotLink}>
|
|
54
|
+
</button>
|
|
55
|
+
</section>
|
|
56
|
+
</section>
|
|
57
|
+
</section>
|
|
58
|
+
</Card>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import { ItchLogoHotLink } from "$pkg/consts";
|
|
4
|
+
import Card from "$pkg/components/Card.svelte";
|
|
5
|
+
|
|
6
|
+
export let props: EntryProps;
|
|
7
|
+
</script>
|
|
8
|
+
<Card overrideStyle="align-self: flex-start;">
|
|
9
|
+
<section class="game-card itch-promo" slot="content">
|
|
10
|
+
<h1 class="mb-12 text-center">Check out my itch.io page for more games</h1>
|
|
11
|
+
|
|
12
|
+
<section class="game-link-section">
|
|
13
|
+
<button type="button" class="btn variant-filled-primary turnip-button"
|
|
14
|
+
role="link"
|
|
15
|
+
title="https://turnipxenon.itch.io/"
|
|
16
|
+
on:click={() => window.open("https://turnipxenon.itch.io/")}>
|
|
17
|
+
<img src={ItchLogoHotLink} class="long-btn-image" alt="itch icon">
|
|
18
|
+
<span>TurnipXenon</span>
|
|
19
|
+
</button>
|
|
20
|
+
</section>
|
|
21
|
+
|
|
22
|
+
</section>
|
|
23
|
+
</Card>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import Chip from "$pkg/components/Chip.svelte";
|
|
3
|
+
import { type EntryProps } from "./EntryProps";
|
|
4
|
+
import LinkIcon from "$pkg/assets/icons/link-icon.svg";
|
|
5
|
+
import Card from "$pkg/components/Card.svelte";
|
|
6
|
+
import type { ModalSettings } from "@skeletonlabs/skeleton";
|
|
7
|
+
import { getModalStore } from "@skeletonlabs/skeleton";
|
|
8
|
+
|
|
9
|
+
export let props: EntryProps;
|
|
10
|
+
|
|
11
|
+
const modalStore = getModalStore();
|
|
12
|
+
const cmput401Info: ModalSettings = {
|
|
13
|
+
type: "confirm",
|
|
14
|
+
title: "Information",
|
|
15
|
+
body: "As a full disclosure, this link will lead you to <a href='https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398' target='_blank'>" +
|
|
16
|
+
"https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398</a>. " +
|
|
17
|
+
"We currently don't have any tests yet ensuring that the link is correct. " +
|
|
18
|
+
`Click confirm to go to the site. Please report any bugs at <a href='mailto:${props.email}' target='_blank'>` +
|
|
19
|
+
`${props.email}</a>.`,
|
|
20
|
+
response: (r: boolean) => {
|
|
21
|
+
if (r) {
|
|
22
|
+
window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
</script>
|
|
27
|
+
<Card>
|
|
28
|
+
<section class="project-card" slot="content">
|
|
29
|
+
<iframe id="migrante-alberta"
|
|
30
|
+
width="560" height="315" src="https://www.youtube.com/embed/ZemWwf8jh8E?si=RZwSfYHI-0Ael-RE"
|
|
31
|
+
title="YouTube video player" style="border: none"
|
|
32
|
+
allowfullscreen></iframe>
|
|
33
|
+
<div class="project-card-body">
|
|
34
|
+
<!-- todo: add regression to see if page is gone: https://cmput401.ca/api/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398 -->
|
|
35
|
+
|
|
36
|
+
<h2>Migrante Alberta</h2>
|
|
37
|
+
<p>We developed a mobile-first cross-platform application to be used by the Canadian-based
|
|
38
|
+
Filipino non-profit advocacy group, Migrante Alberta, to help new immigrants navigate
|
|
39
|
+
through local services and events
|
|
40
|
+
</p>
|
|
41
|
+
<p>
|
|
42
|
+
<Chip>Flutter</Chip>
|
|
43
|
+
<Chip>Dart</Chip>
|
|
44
|
+
<Chip>Python</Chip>
|
|
45
|
+
<Chip>Django</Chip>
|
|
46
|
+
<Chip>Heroku</Chip>
|
|
47
|
+
<Chip>Android</Chip>
|
|
48
|
+
<Chip>Postgresql</Chip>
|
|
49
|
+
</p>
|
|
50
|
+
|
|
51
|
+
<section class="game-link-section">
|
|
52
|
+
<button type="button" class="btn variant-filled-primary turnip-button"
|
|
53
|
+
title="https://selk.io/birb-project/trunk/"
|
|
54
|
+
on:click={() => modalStore.trigger(cmput401Info)}>
|
|
55
|
+
<img src={LinkIcon} class="long-btn-image" alt="itch icon">
|
|
56
|
+
<span>cmput401.ca</span>
|
|
57
|
+
</button>
|
|
58
|
+
</section>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
</section>
|
|
62
|
+
</Card>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import Card from "$pkg/components/Card.svelte";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
import WindowSetGraph from "$pkg/assets/others/window-set.png";
|
|
6
|
+
import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
|
|
7
|
+
import Chip from "$pkg/components/Chip.svelte";
|
|
8
|
+
|
|
9
|
+
// noinspection JSUnusedGlobalSymbols
|
|
10
|
+
export let props: EntryProps;
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<Card>
|
|
14
|
+
<section class="project-card" slot="content">
|
|
15
|
+
<div class="project-card-body">
|
|
16
|
+
<h2>Mock Uber App</h2>
|
|
17
|
+
|
|
18
|
+
<p>A course project app meant to emulate how Uber works by playing with <span
|
|
19
|
+
class="qt-google">Google Maps API</span>.
|
|
20
|
+
</p>
|
|
21
|
+
<p>
|
|
22
|
+
I implemented all interfaces related to the NoSQL cloud database <span
|
|
23
|
+
class="qt-firebase qt-google qt-infra">Firebase</span>, making writing code easier for other programmers
|
|
24
|
+
(<span
|
|
25
|
+
class="qt-android">Android</span> / <span class="qt-java">Java</span>). I also wrote documentation to said
|
|
26
|
+
code and added instrumented tests that are tested by the continuous integration tool <span
|
|
27
|
+
class="qt-infra">Travis CI</span>, ensuring that our code is tested
|
|
28
|
+
</p>
|
|
29
|
+
|
|
30
|
+
<section class="game-link-section">
|
|
31
|
+
<!-- todo: mock uber app find link -->
|
|
32
|
+
<button type="button" class="game-button turnip-button"
|
|
33
|
+
role="link"
|
|
34
|
+
title="https://github.com/CMPUT301W20T10/UberApp"
|
|
35
|
+
on:click={() => window.open("https://github.com/CMPUT301W20T10/UberApp")}>
|
|
36
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
37
|
+
</button>
|
|
38
|
+
</section>
|
|
39
|
+
</div>
|
|
40
|
+
</section>
|
|
41
|
+
</Card>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import HeaderPengi from "$pkg/assets/temp/header-pengi.mp4";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
import { ItchLogoHotLink } from "$pkg/consts";
|
|
6
|
+
import Card from "$pkg/components/Card.svelte";
|
|
7
|
+
|
|
8
|
+
export let props: EntryProps;
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<Card>
|
|
12
|
+
<section class="game-card" slot="content">
|
|
13
|
+
<video playsinline autoplay muted loop preload="none">
|
|
14
|
+
video unavailable. original video contains pengi gameplay showing the dynamic dialog
|
|
15
|
+
layout and character animation.
|
|
16
|
+
<source src={HeaderPengi} type="video/mp4">
|
|
17
|
+
</video>
|
|
18
|
+
|
|
19
|
+
<section class="game-card-body">
|
|
20
|
+
|
|
21
|
+
<h1>Pengi</h1>
|
|
22
|
+
|
|
23
|
+
<blockquote>
|
|
24
|
+
Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of
|
|
25
|
+
money...
|
|
26
|
+
</blockquote>
|
|
27
|
+
|
|
28
|
+
<p>
|
|
29
|
+
Pengi is a text-based adventure made in <span class="qt-unity">Unity</span>. I acted as the sole
|
|
30
|
+
programmer for the team. Most of the work revolves around UI and creating <a
|
|
31
|
+
href="https://yarnspinner.dev/" target="_blank">YarnSpinner</a> commands for writers
|
|
32
|
+
to use to create expressive stage directions in the script.
|
|
33
|
+
</p>
|
|
34
|
+
|
|
35
|
+
<section class="game-link-section">
|
|
36
|
+
<button type="button" class="game-button turnip-button"
|
|
37
|
+
role="link"
|
|
38
|
+
title="https://github.com/GreenTea-M/ProjectPengi"
|
|
39
|
+
on:click={()=> window.open("https://github.com/GreenTea-M/ProjectPengi")}>
|
|
40
|
+
<img alt="github icon" src={GithubIcon}>
|
|
41
|
+
</button>
|
|
42
|
+
<button type="button" class="game-button turnip-button"
|
|
43
|
+
role="link"
|
|
44
|
+
title="https://turnipxenon.itch.io/pengi"
|
|
45
|
+
on:click={()=> window.open("https://turnipxenon.itch.io/pengi")}>
|
|
46
|
+
<img alt="itch.io icon" src={ItchLogoHotLink}>
|
|
47
|
+
</button>
|
|
48
|
+
</section>
|
|
49
|
+
</section>
|
|
50
|
+
</section>
|
|
51
|
+
</Card>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import HeaderSoulwork from "$pkg/assets/temp/header-soulwork.mp4";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
import { ItchLogoHotLink } from "$pkg/consts";
|
|
6
|
+
import Card from "$pkg/components/Card.svelte";
|
|
7
|
+
|
|
8
|
+
export let props: EntryProps;
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<Card>
|
|
12
|
+
<section class="game-card" slot="content">
|
|
13
|
+
<video playsinline autoplay muted loop preload="none">
|
|
14
|
+
<source src={HeaderSoulwork} type="video/mp4">
|
|
15
|
+
</video>
|
|
16
|
+
<section class="game-card-body">
|
|
17
|
+
|
|
18
|
+
<h1>Soulwork</h1>
|
|
19
|
+
|
|
20
|
+
<p>
|
|
21
|
+
Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels.
|
|
22
|
+
This project is a Time to Game Jam entry, restricting game development to be under 48
|
|
23
|
+
hours.
|
|
24
|
+
</p>
|
|
25
|
+
<p>
|
|
26
|
+
I helped make the level designing tools used by the designers to drag-and-drop objects
|
|
27
|
+
on the stage. I also helped program the unique physics-based gameplay mechanic. This was
|
|
28
|
+
was made in <span class="qt-unity">Unity</span> written using <span class="qt-cs">C#</span>.
|
|
29
|
+
</p>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<section class="game-link-section">
|
|
33
|
+
<button type="button" class="game-button turnip-button"
|
|
34
|
+
role="link"
|
|
35
|
+
title="https://github.com/Zeyu-Li/Clockwork"
|
|
36
|
+
on:click={()=> window.open("https://github.com/Zeyu-Li/Clockwork")}>
|
|
37
|
+
<img alt="github icon" src={GithubIcon}>
|
|
38
|
+
</button>
|
|
39
|
+
<button type="button" class="game-button turnip-button"
|
|
40
|
+
role="link"
|
|
41
|
+
title="https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331"
|
|
42
|
+
on:click={()=> window.open("https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331")}>
|
|
43
|
+
<img alt="itch.io icon" src={ItchLogoHotLink}>
|
|
44
|
+
</button>
|
|
45
|
+
</section>
|
|
46
|
+
</section>
|
|
47
|
+
</section>
|
|
48
|
+
</Card>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import Card from "$pkg/components/Card.svelte";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
import WindowSetGraph from "$pkg/assets/others/window-set.png";
|
|
6
|
+
import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
|
|
7
|
+
import Chip from "$pkg/components/Chip.svelte";
|
|
8
|
+
|
|
9
|
+
// noinspection JSUnusedGlobalSymbols
|
|
10
|
+
export let props: EntryProps;
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<Card>
|
|
14
|
+
<section class="project-card" slot="content">
|
|
15
|
+
|
|
16
|
+
<video playsinline autoplay muted loop preload="none">
|
|
17
|
+
<source src={ThisWebsiteFootage} type="video/mp4">
|
|
18
|
+
video unavailable. original video contains clips of this website being resized and light-dark mode being
|
|
19
|
+
toggled.
|
|
20
|
+
</video>
|
|
21
|
+
<div class="project-card-body">
|
|
22
|
+
<h2>This webpage!</h2>
|
|
23
|
+
|
|
24
|
+
<p>
|
|
25
|
+
The webpage is made of two parts. The webpage that has the content for everything here, I've
|
|
26
|
+
lovingly called Seaweed. I kept seaweed as a private package. On the other hand, the base package which I
|
|
27
|
+
want to use for all spin offs of my websites is called Pineapple and have kept that codebase public.
|
|
28
|
+
</p>
|
|
29
|
+
|
|
30
|
+
<p>
|
|
31
|
+
<Chip>Svelte</Chip>
|
|
32
|
+
<Chip>Skeleton (Svelte UI library)</Chip>
|
|
33
|
+
<Chip>Typescript</Chip>
|
|
34
|
+
<Chip>Vercel</Chip>
|
|
35
|
+
<Chip>YarnSpinner</Chip>
|
|
36
|
+
</p>
|
|
37
|
+
|
|
38
|
+
<section class="game-link-section">
|
|
39
|
+
<button type="button" class="btn variant-filled-primary turnip-button"
|
|
40
|
+
role="link"
|
|
41
|
+
title="https://github.com/TurnipXenon/pineapple"
|
|
42
|
+
on:click={() => window.open("https://github.com/TurnipXenon/pineapple")}>
|
|
43
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
44
|
+
</button>
|
|
45
|
+
</section>
|
|
46
|
+
</div>
|
|
47
|
+
</section>
|
|
48
|
+
</Card>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
import Card from "$pkg/components/Card.svelte";
|
|
4
|
+
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
|
+
import WindowSetGraph from "$pkg/assets/others/window-set.png";
|
|
6
|
+
|
|
7
|
+
// noinspection JSUnusedGlobalSymbols
|
|
8
|
+
export let props: EntryProps;
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<Card>
|
|
12
|
+
<section class="project-card" slot="content">
|
|
13
|
+
<img
|
|
14
|
+
alt="A graph that visualizes the number of memory pages made by Quicksort cached within the window set as
|
|
15
|
+
time goes by. The trend appears to look like a damping harmonic motion that does not go below the zero line. More
|
|
16
|
+
details include the data size being 200000 entries, each data point skips 1060174 data points, with a
|
|
17
|
+
page size of 4096 bytes, and window size of 100000 bytes."
|
|
18
|
+
src={WindowSetGraph} />
|
|
19
|
+
<div class="project-card-body">
|
|
20
|
+
<h2>Working set simulation</h2>
|
|
21
|
+
|
|
22
|
+
<p>
|
|
23
|
+
A <span class="qt-c">C</span> program that simulates the working set model based on the output of memory
|
|
24
|
+
addresses
|
|
25
|
+
<span class="qt-valgrind">valgrind</span> detects as being accessed by a program being ran. It's
|
|
26
|
+
implemented using a nested hashmap <span class="qt-foundation">data structure</span> implemented from
|
|
27
|
+
scratch. The working set is the collection of memory pages referenced by a program within a certain time
|
|
28
|
+
frame. It comes with a report analyzing and benchmarking how memory allocation, between sorting <span
|
|
29
|
+
class="qt-foundation">algorithms</span> heapsort, quicksort, and radixsort, is affected by the window set
|
|
30
|
+
size, page size, and their input size.
|
|
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/TurnipXenon/C380-1Code/blob/main/Assignment03/REPORT.pdf"
|
|
37
|
+
on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/REPORT.pdf")}>
|
|
38
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
39
|
+
<span>Benchmark report</span>
|
|
40
|
+
</button>
|
|
41
|
+
<button type="button" class="game-button turnip-button"
|
|
42
|
+
role="link"
|
|
43
|
+
title="https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/DESIGN.md"
|
|
44
|
+
on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/DESIGN.md")}>
|
|
45
|
+
<img src={GithubIcon} class="long-btn-image" alt="github icon">
|
|
46
|
+
<span>Design</span>
|
|
47
|
+
</button>
|
|
48
|
+
</section>
|
|
49
|
+
</div>
|
|
50
|
+
</section>
|
|
51
|
+
</Card>
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import {
|
|
3
|
+
type EntryGroup,
|
|
4
|
+
GetAllEntryFromGlobal,
|
|
5
|
+
GetEntryFromGlobal,
|
|
6
|
+
type SeaweedTemplateData,
|
|
7
|
+
seaweedTemplateData
|
|
8
|
+
} from "$pkg/template/seaweed/SeaweedTemplateData";
|
|
9
|
+
import type { ComponentType } from "svelte";
|
|
10
|
+
import { removeProxyWrapperOnString } from "./EntryOrderConfig";
|
|
11
|
+
import ComboBoxWithButton from "$pkg/components/combo_box/ComboBoxWithButton.svelte";
|
|
12
|
+
|
|
13
|
+
export let seaweedEntries: EntryGroup[];
|
|
14
|
+
export let orderUrl: string;
|
|
15
|
+
export let updateUrl: (data: SeaweedTemplateData) => void;
|
|
16
|
+
|
|
17
|
+
const updateOrderQuery = () => {
|
|
18
|
+
orderUrl = "order=" + seaweedEntries.map(g => {
|
|
19
|
+
const groupUrl = g.items.map(
|
|
20
|
+
e => removeProxyWrapperOnString(e.name)
|
|
21
|
+
).join("|");
|
|
22
|
+
return `${g.name}:${groupUrl}:${g.gridClass}`;
|
|
23
|
+
}).join(",");
|
|
24
|
+
updateUrl(seaweedTemplateData);
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const addEntry = (group: EntryGroup): ((selected: string) => void) => {
|
|
28
|
+
return (selected: string) => {
|
|
29
|
+
const c = GetEntryFromGlobal(selected);
|
|
30
|
+
console.log(selected, c);
|
|
31
|
+
if (c) {
|
|
32
|
+
group.items.push(c);
|
|
33
|
+
seaweedEntries = seaweedEntries;
|
|
34
|
+
updateOrderQuery();
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
const swapEntry = (index: number, group: EntryGroup, shouldDecrement: boolean): (() => void) => {
|
|
39
|
+
return () => {
|
|
40
|
+
let newIndex = index;
|
|
41
|
+
if (shouldDecrement && index >= 1) {
|
|
42
|
+
newIndex--;
|
|
43
|
+
} else if (!shouldDecrement && index <= group.items.length - 2) {
|
|
44
|
+
newIndex++;
|
|
45
|
+
} else {
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
console.log(index, newIndex);
|
|
49
|
+
|
|
50
|
+
const tempVar = group.items[newIndex];
|
|
51
|
+
group.items[newIndex] = group.items[index];
|
|
52
|
+
group.items[index] = tempVar;
|
|
53
|
+
seaweedEntries = seaweedEntries;
|
|
54
|
+
updateOrderQuery();
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
const swapGroups = (index: number, shouldDecrement: boolean): (() => void) => {
|
|
58
|
+
return () => {
|
|
59
|
+
let newIndex = index;
|
|
60
|
+
if (shouldDecrement && index >= 1) {
|
|
61
|
+
newIndex--;
|
|
62
|
+
} else if (!shouldDecrement && index <= seaweedEntries.length - 2) {
|
|
63
|
+
newIndex++;
|
|
64
|
+
} else {
|
|
65
|
+
return;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const tempVar = seaweedEntries[newIndex];
|
|
69
|
+
seaweedEntries[newIndex] = seaweedEntries[index];
|
|
70
|
+
seaweedEntries[index] = tempVar;
|
|
71
|
+
seaweedEntries = seaweedEntries;
|
|
72
|
+
updateOrderQuery();
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// todo: add group; we might not need it now
|
|
77
|
+
// const addGroup = (group: EntryGroup): (() => void) => {
|
|
78
|
+
// return () => {
|
|
79
|
+
// seaweedEntries.push({
|
|
80
|
+
// name: "",
|
|
81
|
+
// items: [],
|
|
82
|
+
// gridClass: GroupGridClass.Projects.toString()
|
|
83
|
+
// });
|
|
84
|
+
// updateOrderQuery();
|
|
85
|
+
// };
|
|
86
|
+
// };
|
|
87
|
+
|
|
88
|
+
const removeGroup = (group: EntryGroup): (() => void) => {
|
|
89
|
+
return () => {
|
|
90
|
+
const index = seaweedEntries.indexOf(group);
|
|
91
|
+
if (index === -1) {
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
seaweedEntries.splice(index, 1);
|
|
96
|
+
seaweedEntries = seaweedEntries;
|
|
97
|
+
updateOrderQuery();
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
const removeEntry = (entry: ComponentType, group: EntryGroup): (() => void) => {
|
|
101
|
+
return () => {
|
|
102
|
+
console.log("Clicked!");
|
|
103
|
+
for (let i = group.items.length - 1; i >= 0; i--) {
|
|
104
|
+
if (group.items[i].name === entry.name) {
|
|
105
|
+
console.log("Reduce");
|
|
106
|
+
group.items.splice(i, 1);
|
|
107
|
+
seaweedEntries = seaweedEntries;
|
|
108
|
+
updateOrderQuery();
|
|
109
|
+
break;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
const allDefaultEntries = Array.from(GetAllEntryFromGlobal().keys());
|
|
116
|
+
console.log("Test", Array.from(GetAllEntryFromGlobal().keys()));
|
|
117
|
+
</script>
|
|
118
|
+
|
|
119
|
+
<h3>Site ordering</h3>
|
|
120
|
+
<blockquote>Sorry! This part of the website is still WIP, but here it is anyway. As long as it functions</blockquote>
|
|
121
|
+
|
|
122
|
+
<!-- formatting: group1:entry1|entry2,group2:entry3
|
|
123
|
+
: <= separates the group header, the entries, and the class
|
|
124
|
+
| <= separates each entries
|
|
125
|
+
, <= separates each group
|
|
126
|
+
-->
|
|
127
|
+
<div class="advanced-setting-list">
|
|
128
|
+
<!-- todo: we might have to extract this into it's own component -->
|
|
129
|
+
<!-- todo: NOW!!! -->
|
|
130
|
+
{#each seaweedEntries as group, groupIndex}
|
|
131
|
+
<div>
|
|
132
|
+
<div>
|
|
133
|
+
<button class="editable-button" on:click={removeGroup(group)}>X</button>
|
|
134
|
+
<!-- todo: move group up or down -->
|
|
135
|
+
<button class="editable-button" on:click={swapGroups(groupIndex, true)}>^</button>
|
|
136
|
+
<button class="editable-button" on:click={swapGroups(groupIndex, false)}>v</button>
|
|
137
|
+
{group.name}
|
|
138
|
+
</div>
|
|
139
|
+
<div class="advanced-setting-list card">
|
|
140
|
+
{#each group.items as entry, entryIndex}
|
|
141
|
+
<div class="editable-entry">
|
|
142
|
+
<button on:click={removeEntry(entry, group)}>-</button>
|
|
143
|
+
<button on:click={swapEntry(entryIndex, group, true)}>^</button>
|
|
144
|
+
<button on:click={swapEntry(entryIndex, group, false)}>v</button>
|
|
145
|
+
{entry.name}
|
|
146
|
+
</div>
|
|
147
|
+
{/each}
|
|
148
|
+
</div>
|
|
149
|
+
|
|
150
|
+
<ComboBoxWithButton stringItems={allDefaultEntries}
|
|
151
|
+
onClick={addEntry(group)}></ComboBoxWithButton>
|
|
152
|
+
|
|
153
|
+
</div>
|
|
154
|
+
{/each}
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
<style lang="postcss">
|
|
158
|
+
.advanced-setting-list {
|
|
159
|
+
display: flex;
|
|
160
|
+
flex-direction: column;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.editable-entry > button, .editable-button {
|
|
164
|
+
@apply btn variant-filled-primary;
|
|
165
|
+
}
|
|
166
|
+
</style>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script>
|
|
2
|
-
import SeaweedTemplate from "$pkg/template/
|
|
2
|
+
import SeaweedTemplate from "$pkg/template/seaweed/SeaweedTemplate.svelte";
|
|
3
3
|
</script>
|
|
4
4
|
|
|
5
5
|
<!--todo: maybe add check that this is always false? -->
|
|
6
|
-
<SeaweedTemplate letChaos={
|
|
6
|
+
<SeaweedTemplate letChaos={true}></SeaweedTemplate>
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import SeaweedTemplate from "$pkg/template/seaweed/SeaweedTemplate.svelte";
|
|
3
|
+
import RandomComponent from "./RandomComponent.svelte";
|
|
3
4
|
</script>
|
|
4
5
|
|
|
5
6
|
<SeaweedTemplate letChaos={false}
|
|
6
7
|
name="Allan Manuba"
|
|
7
8
|
email="allanmanuba@gmail.com"
|
|
8
|
-
linkedinSlug="allan-manuba"
|
|
9
|
+
linkedinSlug="allan-manuba"
|
|
10
|
+
serverSideQueryParams="order=Games:Hepcat|ChefWings|Soulwork|ItchPromo:games-section,Projects:MigranteAlberta|DecentralizedSocialMedia|CustomizedYarnspinner|FullStackC|Workset|ThisWebpage|MockUberApp:projects-section,Relevant projects:MigranteAlberta:games-section&game-section-first=false"
|
|
11
|
+
extraComponent={RandomComponent}>
|
|
9
12
|
|
|
10
13
|
</SeaweedTemplate>
|
package/svelte.config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// warning: you might to change away from adapter-vercel if you plan to use anything outside of vercel
|
|
2
2
|
// there's an auto-adapter which can replace the import below
|
|
3
3
|
// import adapter from "@sveltejs/adapter-auto";
|
|
4
|
-
import adapter from '@sveltejs/adapter-
|
|
4
|
+
import adapter from '@sveltejs/adapter-node';
|
|
5
5
|
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
6
6
|
import path from "path";
|
|
7
7
|
|