@turnipxenon/pineapple 2.4.44 → 2.4.46

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.
Files changed (565) hide show
  1. package/.idea/codeStyles/Project.xml +12 -1
  2. package/.idea/modules.xml +1 -0
  3. package/.idea/workspace.xml +331 -280
  4. package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte +11 -0
  5. package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte.d.ts +18 -0
  6. package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte +15 -0
  7. package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
  8. package/.svelte-kit/__package__/components/combo_box/combo-box.postcss +22 -0
  9. package/.svelte-kit/__package__/index.d.ts +1 -1
  10. package/.svelte-kit/__package__/index.js +1 -1
  11. package/.svelte-kit/__package__/template/seaweed/RunChaos.d.ts +1 -0
  12. package/.svelte-kit/__package__/template/seaweed/RunChaos.js +41 -0
  13. package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +113 -97
  14. package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
  15. package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.d.ts +23 -0
  16. package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.js +68 -0
  17. package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte +47 -0
  18. package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
  19. package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
  20. package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
  21. package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
  22. package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
  23. package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.d.ts +11 -0
  24. package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.js +5 -0
  25. package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte +33 -0
  26. package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
  27. package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte +55 -0
  28. package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
  29. package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte +21 -0
  30. package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
  31. package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte +54 -0
  32. package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
  33. package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte +38 -0
  34. package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
  35. package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte +49 -0
  36. package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
  37. package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte +46 -0
  38. package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
  39. package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte +45 -0
  40. package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
  41. package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte +48 -0
  42. package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte.d.ts +17 -0
  43. package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
  44. package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.js +8 -0
  45. package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
  46. package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
  47. package/.svelte-kit/adapter-node/.vite/manifest.json +612 -0
  48. package/.svelte-kit/{output/client/_app/immutable/assets/store.y2fRW0z7.css → adapter-node/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
  49. package/.svelte-kit/adapter-node/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
  50. package/.svelte-kit/adapter-node/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
  51. package/.svelte-kit/adapter-node/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
  52. package/.svelte-kit/adapter-node/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
  53. package/.svelte-kit/adapter-node/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
  54. package/.svelte-kit/adapter-node/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
  55. package/.svelte-kit/adapter-node/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
  56. package/.svelte-kit/adapter-node/chunks/Card.js +37 -0
  57. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/DialogManagerStore.js +159 -16
  58. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
  59. package/.svelte-kit/adapter-node/chunks/SeaweedTemplate.js +1094 -0
  60. package/.svelte-kit/adapter-node/chunks/SlideToggle.js +84 -0
  61. package/.svelte-kit/adapter-node/chunks/_page.js +4 -0
  62. package/.svelte-kit/adapter-node/chunks/_page2.js +4 -0
  63. package/.svelte-kit/adapter-node/chunks/_page3.js +4 -0
  64. package/.svelte-kit/adapter-node/chunks/_page4.js +4 -0
  65. package/.svelte-kit/adapter-node/chunks/_page5.js +4 -0
  66. package/.svelte-kit/adapter-node/chunks/_page6.js +4 -0
  67. package/.svelte-kit/adapter-node/chunks/_page7.js +4 -0
  68. package/.svelte-kit/adapter-node/chunks/_page8.js +4 -0
  69. package/.svelte-kit/adapter-node/chunks/client.js +12 -0
  70. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/index.js +1 -1
  71. package/.svelte-kit/adapter-node/chunks/index2.js +100 -0
  72. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index2.js → .svelte-kit/adapter-node/chunks/index3.js} +2 -37
  73. package/.svelte-kit/adapter-node/chunks/index4.js +12 -0
  74. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/internal.js +1 -1
  75. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ssr.js +28 -14
  76. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/store.js +19 -51
  77. package/.svelte-kit/adapter-node/chunks/stores.js +5 -0
  78. package/.svelte-kit/adapter-node/chunks/stores2.js +26 -0
  79. package/.svelte-kit/adapter-node/chunks/stores3.js +38 -0
  80. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_layout.svelte.js +292 -0
  81. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_page.svelte.js +23 -0
  82. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
  83. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
  84. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
  85. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
  86. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
  87. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
  88. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
  89. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
  90. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
  91. package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
  92. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/_layout.svelte.js +5 -98
  93. package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
  94. package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
  95. 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
  96. package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
  97. package/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +58 -0
  98. package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/index.js +1 -1
  99. package/.svelte-kit/adapter-node/internal.js +13 -0
  100. package/.svelte-kit/adapter-node/manifest-full.js +125 -0
  101. package/.svelte-kit/adapter-node/manifest.js +121 -0
  102. package/.svelte-kit/adapter-node/nodes/0.js +8 -0
  103. package/.svelte-kit/adapter-node/nodes/1.js +8 -0
  104. package/.svelte-kit/adapter-node/nodes/10.js +8 -0
  105. package/.svelte-kit/adapter-node/nodes/11.js +8 -0
  106. package/.svelte-kit/adapter-node/nodes/12.js +8 -0
  107. package/.svelte-kit/adapter-node/nodes/13.js +10 -0
  108. package/.svelte-kit/adapter-node/nodes/14.js +13 -0
  109. package/.svelte-kit/adapter-node/nodes/15.js +10 -0
  110. package/.svelte-kit/adapter-node/nodes/2.js +8 -0
  111. package/.svelte-kit/adapter-node/nodes/3.js +8 -0
  112. package/.svelte-kit/adapter-node/nodes/4.js +8 -0
  113. package/.svelte-kit/adapter-node/nodes/5.js +8 -0
  114. package/.svelte-kit/adapter-node/nodes/6.js +8 -0
  115. package/.svelte-kit/adapter-node/nodes/7.js +8 -0
  116. package/.svelte-kit/adapter-node/nodes/8.js +8 -0
  117. package/.svelte-kit/adapter-node/nodes/9.js +8 -0
  118. package/.svelte-kit/ambient.d.ts +4 -6
  119. package/.svelte-kit/azure-tmp/api/host.json +7 -0
  120. package/.svelte-kit/azure-tmp/api/local.settings.json +6 -0
  121. package/.svelte-kit/azure-tmp/api/package.json +1 -0
  122. package/.svelte-kit/azure-tmp/entry.d.ts +8 -0
  123. package/.svelte-kit/azure-tmp/entry.js +103 -0
  124. package/.svelte-kit/azure-tmp/headers.js +67 -0
  125. package/.svelte-kit/azure-tmp/manifest.js +117 -0
  126. package/.svelte-kit/generated/client-optimized/app.js +22 -5
  127. package/.svelte-kit/generated/client-optimized/nodes/10.js +1 -0
  128. package/.svelte-kit/generated/client-optimized/nodes/11.js +1 -0
  129. package/.svelte-kit/generated/client-optimized/nodes/12.js +1 -0
  130. package/.svelte-kit/generated/client-optimized/nodes/13.js +3 -0
  131. package/.svelte-kit/generated/client-optimized/nodes/14.js +3 -0
  132. package/.svelte-kit/generated/client-optimized/nodes/15.js +3 -0
  133. package/.svelte-kit/generated/client-optimized/nodes/2.js +1 -1
  134. package/.svelte-kit/generated/client-optimized/nodes/3.js +1 -1
  135. package/.svelte-kit/generated/client-optimized/nodes/4.js +1 -1
  136. package/.svelte-kit/generated/client-optimized/nodes/5.js +1 -1
  137. package/.svelte-kit/generated/client-optimized/nodes/6.js +1 -1
  138. package/.svelte-kit/generated/client-optimized/nodes/7.js +1 -0
  139. package/.svelte-kit/generated/client-optimized/nodes/8.js +1 -0
  140. package/.svelte-kit/generated/client-optimized/nodes/9.js +1 -0
  141. package/.svelte-kit/generated/server/internal.js +1 -1
  142. package/.svelte-kit/output/client/.vite/manifest.json +452 -124
  143. package/.svelte-kit/output/client/_app/immutable/assets/0.vT28YyQg.css +10 -0
  144. package/.svelte-kit/output/client/_app/immutable/assets/13.BIMIBpeM.css +1 -0
  145. package/.svelte-kit/output/client/_app/immutable/assets/4.ClTmhFiH.css +1 -0
  146. package/.svelte-kit/output/{server/_app/immutable/assets/store.y2fRW0z7.css → client/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
  147. package/.svelte-kit/output/client/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
  148. package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
  149. package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
  150. package/.svelte-kit/output/client/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
  151. package/.svelte-kit/output/client/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
  152. package/.svelte-kit/output/client/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
  153. package/.svelte-kit/output/client/_app/immutable/chunks/Card.DH87RA66.js +5 -0
  154. package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
  155. 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
  156. package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
  157. package/.svelte-kit/output/client/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
  158. package/.svelte-kit/output/client/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
  159. package/.svelte-kit/output/client/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
  160. package/.svelte-kit/output/client/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
  161. package/.svelte-kit/output/client/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
  162. package/.svelte-kit/output/client/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
  163. package/.svelte-kit/output/client/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
  164. package/.svelte-kit/output/client/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
  165. package/.svelte-kit/output/client/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
  166. package/.svelte-kit/output/client/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
  167. package/.svelte-kit/output/client/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
  168. package/.svelte-kit/output/client/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
  169. package/.svelte-kit/output/client/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
  170. package/.svelte-kit/output/client/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
  171. package/.svelte-kit/output/client/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
  172. package/.svelte-kit/output/client/_app/immutable/chunks/{index.DM9YwQfI.js → index.HfS4ysOO.js} +1 -1
  173. package/.svelte-kit/output/client/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
  174. package/.svelte-kit/output/client/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
  175. package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
  176. package/.svelte-kit/output/client/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
  177. package/.svelte-kit/output/client/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
  178. package/.svelte-kit/output/client/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
  179. package/.svelte-kit/output/client/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
  180. package/.svelte-kit/output/client/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
  181. package/.svelte-kit/output/client/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
  182. package/.svelte-kit/output/client/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
  183. package/.svelte-kit/output/client/_app/immutable/entry/app.DBmRlvle.js +7 -0
  184. package/.svelte-kit/output/client/_app/immutable/entry/start.DsC5h-eu.js +1 -0
  185. package/.svelte-kit/output/client/_app/immutable/nodes/0.DSodj2wf.js +2 -0
  186. package/.svelte-kit/output/client/_app/immutable/nodes/{1.D3OJXEpT.js → 1.BRjT3J9Z.js} +2 -2
  187. package/.svelte-kit/output/client/_app/immutable/nodes/10.CNjqd06K.js +1 -0
  188. package/.svelte-kit/output/client/_app/immutable/nodes/11.CNjqd06K.js +1 -0
  189. package/.svelte-kit/output/client/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
  190. package/.svelte-kit/output/client/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
  191. package/.svelte-kit/output/client/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
  192. package/.svelte-kit/output/client/_app/immutable/nodes/15.BzziCvFz.js +1 -0
  193. package/.svelte-kit/output/client/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
  194. package/.svelte-kit/output/client/_app/immutable/nodes/3.baFnd1R-.js +1 -0
  195. package/.svelte-kit/output/client/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
  196. package/.svelte-kit/output/client/_app/immutable/nodes/5.CNjqd06K.js +1 -0
  197. package/.svelte-kit/output/client/_app/immutable/nodes/6.CNjqd06K.js +1 -0
  198. package/.svelte-kit/output/client/_app/immutable/nodes/7.CNjqd06K.js +1 -0
  199. package/.svelte-kit/output/client/_app/immutable/nodes/8.CNjqd06K.js +1 -0
  200. package/.svelte-kit/output/client/_app/immutable/nodes/9.CNjqd06K.js +1 -0
  201. package/.svelte-kit/output/client/_app/version.json +1 -1
  202. package/.svelte-kit/output/client/robots.txt +5 -5
  203. package/.svelte-kit/output/prerendered/dependencies/portfolio/__data.json +1 -1
  204. package/.svelte-kit/output/prerendered/pages/portfolio.html +146 -132
  205. package/.svelte-kit/output/server/.vite/manifest.json +354 -66
  206. package/{.vercel/output/static/_app/immutable/assets/store.y2fRW0z7.css → .svelte-kit/output/server/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
  207. package/.svelte-kit/output/server/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
  208. package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
  209. package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
  210. package/.svelte-kit/output/server/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
  211. package/.svelte-kit/output/server/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
  212. package/.svelte-kit/output/server/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
  213. package/.svelte-kit/output/server/chunks/Card.js +37 -0
  214. package/.svelte-kit/output/server/chunks/DialogManagerStore.js +159 -16
  215. package/.svelte-kit/output/server/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
  216. package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +730 -229
  217. package/.svelte-kit/output/server/chunks/SlideToggle.js +84 -0
  218. package/.svelte-kit/output/server/chunks/_page.js +4 -0
  219. package/.svelte-kit/output/server/chunks/_page2.js +4 -0
  220. package/.svelte-kit/output/server/chunks/_page3.js +4 -0
  221. package/.svelte-kit/output/server/chunks/_page4.js +4 -0
  222. package/.svelte-kit/output/server/chunks/_page5.js +4 -0
  223. package/.svelte-kit/output/server/chunks/_page6.js +4 -0
  224. package/.svelte-kit/output/server/chunks/_page7.js +4 -0
  225. package/.svelte-kit/output/server/chunks/_page8.js +4 -0
  226. package/.svelte-kit/output/server/chunks/client.js +12 -0
  227. package/.svelte-kit/output/server/chunks/index.js +1 -1
  228. package/.svelte-kit/output/server/chunks/index2.js +85 -68
  229. package/.svelte-kit/output/server/chunks/index3.js +45 -4
  230. package/.svelte-kit/output/server/chunks/index4.js +12 -0
  231. package/.svelte-kit/output/server/chunks/internal.js +1 -1
  232. package/.svelte-kit/output/server/chunks/ssr.js +28 -14
  233. package/.svelte-kit/output/server/chunks/store.js +19 -51
  234. package/.svelte-kit/output/server/chunks/stores.js +5 -0
  235. package/.svelte-kit/output/server/chunks/stores2.js +26 -0
  236. package/.svelte-kit/output/server/chunks/stores3.js +38 -0
  237. package/.svelte-kit/output/server/entries/pages/(pineapple)/_layout.svelte.js +292 -0
  238. package/.svelte-kit/output/server/entries/pages/(pineapple)/_page.svelte.js +23 -0
  239. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
  240. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
  241. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
  242. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
  243. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
  244. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
  245. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
  246. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
  247. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
  248. package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
  249. package/.svelte-kit/output/server/entries/pages/(seaweed)/_layout.svelte.js +186 -0
  250. package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.server.ts.js +8 -0
  251. package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
  252. package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
  253. package/.svelte-kit/output/server/entries/pages/{portfolio → (seaweed)/portfolio}/actual/_page.svelte.js +4 -4
  254. package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
  255. package/.svelte-kit/output/server/entries/pages/_layout.svelte.js +49 -270
  256. package/.svelte-kit/output/server/index.js +1 -1
  257. package/.svelte-kit/output/server/manifest-full.js +77 -12
  258. package/.svelte-kit/output/server/manifest.js +75 -10
  259. package/.svelte-kit/output/server/nodes/0.js +2 -2
  260. package/.svelte-kit/output/server/nodes/1.js +1 -1
  261. package/.svelte-kit/output/server/nodes/10.js +8 -0
  262. package/.svelte-kit/output/server/nodes/11.js +8 -0
  263. package/.svelte-kit/output/server/nodes/12.js +8 -0
  264. package/.svelte-kit/output/server/nodes/13.js +10 -0
  265. package/.svelte-kit/output/server/nodes/14.js +13 -0
  266. package/.svelte-kit/output/server/nodes/15.js +10 -0
  267. package/.svelte-kit/output/server/nodes/2.js +3 -3
  268. package/.svelte-kit/output/server/nodes/3.js +3 -3
  269. package/.svelte-kit/output/server/nodes/4.js +3 -3
  270. package/.svelte-kit/output/server/nodes/5.js +4 -6
  271. package/.svelte-kit/output/server/nodes/6.js +3 -3
  272. package/.svelte-kit/output/server/nodes/7.js +8 -0
  273. package/.svelte-kit/output/server/nodes/8.js +8 -0
  274. package/.svelte-kit/output/server/nodes/9.js +8 -0
  275. package/build/server/host.json +7 -0
  276. package/build/server/local.settings.json +6 -0
  277. package/build/server/package-lock.json +6 -0
  278. package/build/server/package.json +1 -0
  279. package/build/server/sk_render/function.json +17 -0
  280. package/build/server/sk_render/index.js +11489 -0
  281. package/build/server/sk_render/index.js.map +7 -0
  282. package/build/static/_app/immutable/assets/0.vT28YyQg.css +10 -0
  283. package/build/static/_app/immutable/assets/13.BIMIBpeM.css +1 -0
  284. package/build/static/_app/immutable/assets/4.ClTmhFiH.css +1 -0
  285. package/build/static/_app/immutable/assets/Card.BAkK2DAr.css +1 -0
  286. package/build/static/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
  287. package/build/static/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
  288. package/build/static/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
  289. package/build/static/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
  290. package/build/static/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
  291. package/build/static/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
  292. package/build/static/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
  293. package/build/static/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
  294. package/build/static/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
  295. package/build/static/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
  296. package/build/static/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
  297. package/build/static/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
  298. package/build/static/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
  299. package/build/static/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
  300. package/build/static/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
  301. package/build/static/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
  302. package/build/static/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
  303. package/build/static/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
  304. package/build/static/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
  305. package/build/static/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
  306. package/build/static/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
  307. package/build/static/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
  308. package/build/static/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
  309. package/build/static/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
  310. package/build/static/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
  311. package/build/static/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
  312. package/build/static/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
  313. package/build/static/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
  314. package/build/static/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
  315. package/build/static/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
  316. package/build/static/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
  317. package/build/static/_app/immutable/chunks/Card.DH87RA66.js +5 -0
  318. package/build/static/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
  319. 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
  320. package/build/static/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
  321. package/build/static/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
  322. package/build/static/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
  323. package/build/static/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
  324. package/build/static/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
  325. package/build/static/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
  326. package/build/static/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
  327. package/build/static/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
  328. package/build/static/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
  329. package/build/static/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
  330. package/build/static/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
  331. package/build/static/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
  332. package/build/static/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
  333. package/build/static/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
  334. package/build/static/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
  335. package/build/static/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
  336. package/{.vercel/output/static/_app/immutable/chunks/index.Duksw40K.js → build/static/_app/immutable/chunks/index.HfS4ysOO.js} +1 -1
  337. package/build/static/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
  338. package/build/static/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
  339. package/build/static/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
  340. package/build/static/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
  341. package/build/static/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
  342. package/build/static/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
  343. package/build/static/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
  344. package/build/static/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
  345. package/build/static/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
  346. package/build/static/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
  347. package/build/static/_app/immutable/entry/app.DBmRlvle.js +7 -0
  348. package/build/static/_app/immutable/entry/start.DsC5h-eu.js +1 -0
  349. package/build/static/_app/immutable/nodes/0.DSodj2wf.js +2 -0
  350. package/{.vercel/output/static/_app/immutable/nodes/1.I7DMxkG1.js → build/static/_app/immutable/nodes/1.BRjT3J9Z.js} +2 -2
  351. package/build/static/_app/immutable/nodes/10.CNjqd06K.js +1 -0
  352. package/build/static/_app/immutable/nodes/11.CNjqd06K.js +1 -0
  353. package/build/static/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
  354. package/build/static/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
  355. package/build/static/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
  356. package/build/static/_app/immutable/nodes/15.BzziCvFz.js +1 -0
  357. package/build/static/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
  358. package/build/static/_app/immutable/nodes/3.baFnd1R-.js +1 -0
  359. package/build/static/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
  360. package/build/static/_app/immutable/nodes/5.CNjqd06K.js +1 -0
  361. package/build/static/_app/immutable/nodes/6.CNjqd06K.js +1 -0
  362. package/build/static/_app/immutable/nodes/7.CNjqd06K.js +1 -0
  363. package/build/static/_app/immutable/nodes/8.CNjqd06K.js +1 -0
  364. package/build/static/_app/immutable/nodes/9.CNjqd06K.js +1 -0
  365. package/build/static/_app/version.json +1 -0
  366. package/build/static/portfolio/__data.json +1 -0
  367. package/build/static/portfolio.html +239 -0
  368. package/{.vercel/output → build}/static/robots.txt +5 -5
  369. package/build/staticwebapp.config.json +39 -0
  370. package/dist/components/combo_box/ComboBox.svelte +11 -0
  371. package/dist/components/combo_box/ComboBox.svelte.d.ts +18 -0
  372. package/dist/components/combo_box/ComboBoxWithButton.svelte +15 -0
  373. package/dist/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
  374. package/dist/components/combo_box/combo-box.postcss +22 -0
  375. package/dist/index.d.ts +1 -1
  376. package/dist/index.js +1 -1
  377. package/dist/template/seaweed/RunChaos.d.ts +1 -0
  378. package/dist/template/seaweed/RunChaos.js +41 -0
  379. package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +113 -97
  380. package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
  381. package/dist/template/seaweed/SeaweedTemplateData.d.ts +23 -0
  382. package/dist/template/seaweed/SeaweedTemplateData.js +68 -0
  383. package/dist/template/seaweed/entries/ChefWings.svelte +47 -0
  384. package/dist/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
  385. package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
  386. package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
  387. package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
  388. package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
  389. package/dist/template/seaweed/entries/EntryProps.d.ts +11 -0
  390. package/dist/template/seaweed/entries/EntryProps.js +5 -0
  391. package/dist/template/seaweed/entries/FullStackC.svelte +33 -0
  392. package/dist/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
  393. package/dist/template/seaweed/entries/Hepcat.svelte +55 -0
  394. package/dist/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
  395. package/dist/template/seaweed/entries/ItchPromo.svelte +21 -0
  396. package/dist/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
  397. package/dist/template/seaweed/entries/MigranteAlberta.svelte +54 -0
  398. package/dist/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
  399. package/dist/template/seaweed/entries/MockUberApp.svelte +38 -0
  400. package/dist/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
  401. package/dist/template/seaweed/entries/Pengi.svelte +49 -0
  402. package/dist/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
  403. package/dist/template/seaweed/entries/Soulwork.svelte +46 -0
  404. package/dist/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
  405. package/dist/template/seaweed/entries/ThisWebpage.svelte +45 -0
  406. package/dist/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
  407. package/dist/template/seaweed/entries/Workset.svelte +48 -0
  408. package/dist/template/seaweed/entries/Workset.svelte.d.ts +17 -0
  409. package/dist/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
  410. package/dist/template/seaweed/entry_order_config/EntryOrderConfig.js +8 -0
  411. package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
  412. package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
  413. package/docs/archive/MigrationToAzure.md +102 -0
  414. package/package.json +5 -3
  415. package/src/lib/components/combo_box/ComboBox.svelte +13 -0
  416. package/src/lib/components/combo_box/ComboBoxWithButton.svelte +18 -0
  417. package/src/lib/components/combo_box/combo-box.postcss +22 -0
  418. package/src/lib/index.ts +1 -1
  419. package/src/lib/template/seaweed/RunChaos.ts +44 -0
  420. package/src/lib/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +138 -121
  421. package/src/lib/template/seaweed/SeaweedTemplateData.ts +93 -0
  422. package/src/lib/template/seaweed/entries/ChefWings.svelte +54 -0
  423. package/src/lib/template/seaweed/entries/CustomizedYarnspinner.svelte +34 -0
  424. package/src/lib/template/seaweed/entries/DecentralizedSocialMedia.svelte +54 -0
  425. package/src/lib/template/seaweed/entries/EntryProps.ts +13 -0
  426. package/src/lib/template/seaweed/entries/FullStackC.svelte +36 -0
  427. package/src/lib/template/seaweed/entries/Hepcat.svelte +58 -0
  428. package/src/lib/template/seaweed/entries/ItchPromo.svelte +23 -0
  429. package/src/lib/template/seaweed/entries/MigranteAlberta.svelte +62 -0
  430. package/src/lib/template/seaweed/entries/MockUberApp.svelte +41 -0
  431. package/src/lib/template/seaweed/entries/Pengi.svelte +51 -0
  432. package/src/lib/template/seaweed/entries/Soulwork.svelte +48 -0
  433. package/src/lib/template/seaweed/entries/ThisWebpage.svelte +48 -0
  434. package/src/lib/template/seaweed/entries/Workset.svelte +51 -0
  435. package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.svelte +166 -0
  436. package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.ts +7 -0
  437. package/src/routes/(seaweed)/portfolio/+page.svelte +2 -2
  438. package/src/routes/(seaweed)/portfolio/actual/+page.svelte +4 -1
  439. package/src/routes/(seaweed)/portfolio/actual/RandomComponent.svelte +7 -0
  440. package/svelte.config.js +1 -1
  441. package/yarn.lock +305 -312
  442. package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte +0 -207
  443. package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte.d.ts +0 -17
  444. package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte +0 -289
  445. package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
  446. package/.svelte-kit/output/client/_app/immutable/assets/0.CIpy7FrR.css +0 -1
  447. package/.svelte-kit/output/client/_app/immutable/assets/4.B8rxJaIe.css +0 -1
  448. package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
  449. package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
  450. package/.svelte-kit/output/client/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
  451. package/.svelte-kit/output/client/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
  452. package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.CauD3dIa.js +0 -3
  453. package/.svelte-kit/output/client/_app/immutable/chunks/PineappleBaseLayout.DLZBJSuK.js +0 -1
  454. package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.3-zGXu-z.js +0 -98
  455. package/.svelte-kit/output/client/_app/immutable/chunks/entry.C_e0Mj5-.js +0 -3
  456. package/.svelte-kit/output/client/_app/immutable/chunks/index.BgUXYai5.js +0 -4
  457. package/.svelte-kit/output/client/_app/immutable/chunks/index.CvmYViMX.js +0 -1
  458. package/.svelte-kit/output/client/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
  459. package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.DJdG0Qxb.js +0 -1
  460. package/.svelte-kit/output/client/_app/immutable/chunks/store.DeTea_VV.js +0 -1
  461. package/.svelte-kit/output/client/_app/immutable/chunks/transitions.DM45rqx4.js +0 -3
  462. package/.svelte-kit/output/client/_app/immutable/entry/app.CtI5urfJ.js +0 -7
  463. package/.svelte-kit/output/client/_app/immutable/entry/start.xt1NqQCl.js +0 -1
  464. package/.svelte-kit/output/client/_app/immutable/nodes/0.5ibwyEBM.js +0 -1
  465. package/.svelte-kit/output/client/_app/immutable/nodes/2.tgk_XChV.js +0 -1
  466. package/.svelte-kit/output/client/_app/immutable/nodes/3.CxPwEJYT.js +0 -1
  467. package/.svelte-kit/output/client/_app/immutable/nodes/4.Is9K1FIL.js +0 -1
  468. package/.svelte-kit/output/client/_app/immutable/nodes/5.Bt89_iH4.js +0 -1
  469. package/.svelte-kit/output/client/_app/immutable/nodes/6.BEdq2882.js +0 -1
  470. package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
  471. package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
  472. package/.svelte-kit/output/server/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
  473. package/.svelte-kit/output/server/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
  474. package/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
  475. package/.svelte-kit/output/server/chunks/public.js +0 -4
  476. package/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
  477. package/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
  478. package/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
  479. package/.svelte-kit/output/server/entries/pages/portfolio/_page.svelte.js +0 -12
  480. package/.vercel/output/config.json +0 -34
  481. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
  482. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/SeaweedTemplate.js +0 -597
  483. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index3.js +0 -7
  484. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/public.js +0 -4
  485. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
  486. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
  487. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
  488. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/0.js +0 -8
  489. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/1.js +0 -8
  490. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/2.js +0 -8
  491. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/3.js +0 -8
  492. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/4.js +0 -8
  493. package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/6.js +0 -8
  494. package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/index.js +0 -46
  495. package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/manifest.js +0 -52
  496. package/.vercel/output/functions/fn.func/.vc-config.json +0 -6
  497. package/.vercel/output/functions/fn.func/package.json +0 -1
  498. package/.vercel/output/static/_app/immutable/assets/4.B8rxJaIe.css +0 -1
  499. package/.vercel/output/static/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
  500. package/.vercel/output/static/_app/immutable/assets/ProgressBar.CaHExdkQ.css +0 -1
  501. package/.vercel/output/static/_app/immutable/assets/ProgressBar.DmpmGWm6.css +0 -1
  502. package/.vercel/output/static/_app/immutable/assets/SeaweedTemplate.CjiLUExY.css +0 -1
  503. package/.vercel/output/static/_app/immutable/assets/_layout.B_SY1GJM.css +0 -0
  504. package/.vercel/output/static/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
  505. package/.vercel/output/static/_app/immutable/chunks/DialogManagerStore.CGTbGbVf.js +0 -3
  506. package/.vercel/output/static/_app/immutable/chunks/PineappleBaseLayout.Juc0v1b7.js +0 -1
  507. package/.vercel/output/static/_app/immutable/chunks/SeaweedTemplate.DS-Z3LcL.js +0 -98
  508. package/.vercel/output/static/_app/immutable/chunks/entry.BViziCKK.js +0 -3
  509. package/.vercel/output/static/_app/immutable/chunks/index.CvmYViMX.js +0 -1
  510. package/.vercel/output/static/_app/immutable/chunks/index.DcUpu3_h.js +0 -4
  511. package/.vercel/output/static/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
  512. package/.vercel/output/static/_app/immutable/chunks/scheduler.DXwjFp5a.js +0 -1
  513. package/.vercel/output/static/_app/immutable/chunks/store.D47Cl8J0.js +0 -1
  514. package/.vercel/output/static/_app/immutable/chunks/transitions.BzalH0R-.js +0 -3
  515. package/.vercel/output/static/_app/immutable/entry/app.hYBk6umV.js +0 -7
  516. package/.vercel/output/static/_app/immutable/entry/start.bPtW9zOj.js +0 -1
  517. package/.vercel/output/static/_app/immutable/nodes/0.Dp97myFE.js +0 -1
  518. package/.vercel/output/static/_app/immutable/nodes/2.C7G9m2NJ.js +0 -1
  519. package/.vercel/output/static/_app/immutable/nodes/3.D9NOS4Wy.js +0 -1
  520. package/.vercel/output/static/_app/immutable/nodes/4.C0MZnSyC.js +0 -1
  521. package/.vercel/output/static/_app/immutable/nodes/5.ARW_iEad.js +0 -1
  522. package/.vercel/output/static/_app/immutable/nodes/6.CJVGAs6D.js +0 -1
  523. package/.vercel/output/static/_app/version.json +0 -1
  524. package/.vercel/output/static/portfolio/__data.json +0 -1
  525. package/.vercel/output/static/portfolio.html +0 -225
  526. package/dist/template/Seaweed/GameSection.svelte +0 -207
  527. package/dist/template/Seaweed/GameSection.svelte.d.ts +0 -17
  528. package/dist/template/Seaweed/ProjectSection.svelte +0 -289
  529. package/dist/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
  530. package/src/lib/template/Seaweed/GameSection.svelte +0 -213
  531. package/src/lib/template/Seaweed/ProjectSection.svelte +0 -298
  532. /package/.svelte-kit/__package__/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
  533. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
  534. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
  535. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
  536. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
  537. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
  538. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
  539. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
  540. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
  541. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
  542. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
  543. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
  544. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
  545. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
  546. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
  547. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
  548. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
  549. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
  550. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
  551. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
  552. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
  553. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
  554. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
  555. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
  556. /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
  557. /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/exports.js +0 -0
  558. /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/prod-ssr.js +0 -0
  559. /package/.svelte-kit/{output/server/entries/pages → adapter-node/entries/pages/(seaweed)}/portfolio/_page.server.ts.js +0 -0
  560. /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/entries/pages/_error.svelte.js +0 -0
  561. /package/{.vercel/output → build}/static/default-card.png +0 -0
  562. /package/{.vercel/output → build}/static/favicon.png +0 -0
  563. /package/{.vercel/output/static/_app/immutable/assets/0.B_SY1GJM.css → build/static/index.html} +0 -0
  564. /package/dist/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
  565. /package/src/lib/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
@@ -1,213 +0,0 @@
1
- <script lang="ts">
2
- export let email = "turnipxenon@gmail.com";
3
-
4
- import "./seaweed.postcss";
5
- import HeaderPengi from "$pkg/assets/temp/header-pengi.mp4";
6
- import GithubIcon from "$pkg/assets/icons/github-mark.svg";
7
- import { ItchLogoHotLink } from "$pkg/consts";
8
- import HeaderHepCat from "$pkg/assets/temp/header-hep-cat.mp4";
9
- import BitbucketIcon from "$pkg/assets/icons/bitbucket-icon.svg";
10
- import HeaderChefWings from "$pkg/assets/game_dev/footage-chef-wings.gif";
11
- import LinkIcon from "$pkg/assets/icons/link-icon.svg";
12
- import HeaderSoulwork from "$pkg/assets/temp/header-soulwork.mp4";
13
- import Card from "$pkg/components/Card.svelte";
14
- import { getModalStore, type ModalSettings } from "@skeletonlabs/skeleton";
15
-
16
- const modalStore = getModalStore();
17
- const chefWingsWarning: ModalSettings = {
18
- type: "confirm",
19
- title: "Warning: please confirm",
20
- body: "This will directly link to the game itself, since this game does not have any game page or any " +
21
- "publicly viewable source code. The game is only playable on desktop. " +
22
- `Are you sure you wish to proceed? If there are any bugs, please report at <a href='mailto:${email}' target='_blank'>` +
23
- `${email}</a>.`,
24
- response: (r: boolean) => {
25
- if (r) {
26
- window.open("https://selk.io/birb-project/trunk/");
27
- }
28
- }
29
- };
30
- </script>
31
-
32
- <Card>
33
- <div class="section-card title-card" slot="content">
34
- <h1 class="text-center">Games</h1>
35
- </div>
36
- </Card>
37
-
38
- <section class="games-section">
39
-
40
- <Card>
41
- <section class="game-card" slot="content">
42
- <video playsinline autoplay muted loop preload="none">
43
- video unavailable. original video contains pengi gameplay showing the dynamic dialog
44
- layout and character animation.
45
- <source src={HeaderPengi} type="video/mp4">
46
- </video>
47
-
48
- <section class="game-card-body">
49
-
50
- <h1>Pengi</h1>
51
-
52
- <blockquote>
53
- Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of
54
- money...
55
- </blockquote>
56
-
57
- <p>
58
- Pengi is a text-based adventure made in <span class="qt-unity">Unity</span>. I acted as the sole
59
- programmer for the team. Most of the work revolves around UI and creating <a
60
- href="https://yarnspinner.dev/" target="_blank">YarnSpinner</a> commands for writers
61
- to use to create expressive stage directions in the script.
62
- </p>
63
-
64
- <section class="game-link-section">
65
- <button type="button" class="game-button turnip-button"
66
- role="link"
67
- title="https://github.com/GreenTea-M/ProjectPengi"
68
- on:click={()=> window.open("https://github.com/GreenTea-M/ProjectPengi")}>
69
- <img alt="github icon" src={GithubIcon}>
70
- </button>
71
- <button type="button" class="game-button turnip-button"
72
- role="link"
73
- title="https://turnipxenon.itch.io/pengi"
74
- on:click={()=> window.open("https://turnipxenon.itch.io/pengi")}>
75
- <img alt="itch.io icon" src={ItchLogoHotLink}>
76
- </button>
77
- </section>
78
- </section>
79
- </section>
80
- </Card>
81
-
82
- <Card>
83
- <section class="game-card" slot="content">
84
- <!-- todo: move the image crop a bit lower -->
85
- <video playsinline autoplay muted loop preload="none" id="hepcat-video">
86
- <source src={HeaderHepCat} type="video/mp4">
87
- </video>
88
-
89
- <section class="game-card-body">
90
-
91
- <h1>Hepcat</h1>
92
-
93
- <blockquote>
94
- "Cats, Jazz, and a little bit of Death. What more could anyone ask for?"
95
- </blockquote>
96
-
97
-
98
- <p>This is a course project made by a team of six for <a
99
- href="https://sites.google.com/ualberta.ca/cmput250/">CMPUT 250</a>, and it won <a
100
- href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/">Game of the year.</a>
101
- </p>
102
-
103
- <p>
104
- Hep Cat is a rhythm game made in <a
105
- href="https://www.rpgmakerweb.com/products/programs/rpg-maker-mv" target="_blank" class="qt-rpgmaker">
106
- RPG Maker MV</a> with the help of additional custom-made <span class="qt-js">Javascript</span> plugins. I
107
- wrote the rhythm game plugin's framework. For this plugin to work, I
108
- had to write a <span class="qt-python">Python</span> script that parses osu! files into readable JSON
109
- files.
110
- </p>
111
-
112
-
113
- <section class="game-link-section">
114
- <button type="button" class="game-button turnip-button"
115
- role="link"
116
- title="https://bitbucket.org/egginchicken/hep-cat/src/master/"
117
- on:click={()=> window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}>
118
- <img alt="bitbucket icon" src={BitbucketIcon}>
119
- </button>
120
- <button type="button" class="game-button turnip-button"
121
- role="link"
122
- title="https://just-a-phantom.itch.io/hep-cat"
123
- on:click={()=> window.open("https://just-a-phantom.itch.io/hep-cat")}>
124
- <img alt="itch.io icon" src={ItchLogoHotLink}>
125
- </button>
126
- </section>
127
- </section>
128
- </section>
129
- </Card>
130
-
131
- <Card>
132
- <section class="game-card" slot="content">
133
- <img src={HeaderChefWings} alt="todo" loading="lazy">
134
- <section class="game-card-body">
135
-
136
- <h1>Chef Wings</h1>
137
- <p>
138
- A “roguelite-lite” where you gather ingredients in a procedurally-generated dungeon and use
139
- them to cook for customers and then critics!
140
- </p>
141
- <p>
142
- I built and documented several of the game’s systems including the game state management
143
- system that extends <span class="qt-unity">Unity’s</span> existing Monobehavior lifecycle with new events,
144
- and the dialogue, event, and level systems that coordinate the game flow using the interactive
145
- dialogue tool YarnSpinner
146
- </p>
147
-
148
- <section class="game-link-section">
149
- <button type="button" class="game-button turnip-button"
150
- title="https://selk.io/birb-project/trunk/"
151
- on:click={()=>modalStore.trigger(chefWingsWarning)}>
152
- <img alt="itch.io icon" src={LinkIcon}>
153
- <span>selk.io/birb-project/trunk/</span>
154
- </button>
155
- </section>
156
- </section>
157
- </section>
158
- </Card>
159
- <Card>
160
- <section class="game-card" slot="content">
161
- <video playsinline autoplay muted loop preload="none">
162
- <source src={HeaderSoulwork} type="video/mp4">
163
- </video>
164
- <section class="game-card-body">
165
-
166
- <h1>Soulwork</h1>
167
-
168
- <p>
169
- Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels.
170
- This project is a Time to Game Jam entry, restricting game development to be under 48
171
- hours.
172
- </p>
173
- <p>
174
- I helped make the level designing tools used by the designers to drag-and-drop objects
175
- on the stage. I also helped program the unique physics-based gameplay mechanic. This was
176
- was made in <span class="qt-unity">Unity</span> written using <span class="qt-cs">C#</span>.
177
- </p>
178
-
179
-
180
- <section class="game-link-section">
181
- <button type="button" class="game-button turnip-button"
182
- role="link"
183
- title="https://github.com/Zeyu-Li/Clockwork"
184
- on:click={()=> window.open("https://github.com/Zeyu-Li/Clockwork")}>
185
- <img alt="github icon" src={GithubIcon}>
186
- </button>
187
- <button type="button" class="game-button turnip-button"
188
- role="link"
189
- title="https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331"
190
- on:click={()=> window.open("https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331")}>
191
- <img alt="itch.io icon" src={ItchLogoHotLink}>
192
- </button>
193
- </section>
194
- </section>
195
- </section>
196
- </Card>
197
- <Card overrideStyle="align-self: flex-start;">
198
- <section class="game-card itch-promo" slot="content">
199
- <h1 class="mb-12 text-center">Check out my itch.io page for more games</h1>
200
-
201
- <section class="game-link-section">
202
- <button type="button" class="btn variant-filled-primary turnip-button"
203
- role="link"
204
- title="https://turnipxenon.itch.io/"
205
- on:click={() => window.open("https://turnipxenon.itch.io/")}>
206
- <img src={ItchLogoHotLink} class="long-btn-image" alt="itch icon">
207
- <span>TurnipXenon</span>
208
- </button>
209
- </section>
210
-
211
- </section>
212
- </Card>
213
- </section>
@@ -1,298 +0,0 @@
1
- <script lang="ts">
2
-
3
- export let email = "turnipxenon@gmail.com";
4
-
5
- import "./seaweed.postcss";
6
- import { getModalStore } from "@skeletonlabs/skeleton";
7
- import LinkIcon from "$pkg/assets/icons/link-icon.svg";
8
- import GithubIcon from "$pkg/assets/icons/github-mark.svg";
9
- import WeaverFootage from "$pkg/assets/others/weaver-footage.gif";
10
- import WindowSetGraph from "$pkg/assets/others/window-set.png";
11
- import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
12
- import Card from "$pkg/components/Card.svelte";
13
- import Chip from "$pkg/components/Chip.svelte";
14
- import type { ModalSettings } from "@skeletonlabs/skeleton";
15
-
16
- const modalStore = getModalStore();
17
- const cmput401Info: ModalSettings = {
18
- type: "confirm",
19
- title: "Information",
20
- body: "As a full disclosure, this link will lead you to <a href='https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398' target='_blank'>" +
21
- "https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398</a>. " +
22
- "We currently don't have any tests yet ensuring that the link is correct. " +
23
- `Click confirm to go to the site. Please report any bugs at <a href='mailto:${email}' target='_blank'>` +
24
- `${email}</a>.`,
25
- response: (r: boolean) => {
26
- if (r) {
27
- window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
28
- }
29
- }
30
- };
31
- </script>
32
-
33
- <Card>
34
- <section class="section-card title-card" slot="content">
35
- <h1 class="text-center">Projects</h1>
36
- </section>
37
- </Card>
38
-
39
- <section class="projects-section">
40
- <Card>
41
- <section class="project-card" slot="content">
42
- <iframe id="migrante-alberta"
43
- width="560" height="315" src="https://www.youtube.com/embed/ZemWwf8jh8E?si=RZwSfYHI-0Ael-RE"
44
- title="YouTube video player" style="border: none"
45
- allowfullscreen></iframe>
46
- <div class="project-card-body">
47
- <!-- todo: add regression to see if page is gone: https://cmput401.ca/api/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398 -->
48
-
49
- <h2>Migrante Alberta</h2>
50
- <p>We developed a mobile-first cross-platform application to be used by the Canadian-based
51
- Filipino non-profit advocacy group, Migrante Alberta, to help new immigrants navigate
52
- through local services and events
53
- </p>
54
- <p>
55
- <Chip>Flutter</Chip>
56
- <Chip>Dart</Chip>
57
- <Chip>Python</Chip>
58
- <Chip>Django</Chip>
59
- <Chip>Heroku</Chip>
60
- <Chip>Android</Chip>
61
- <Chip>Postgresql</Chip>
62
- </p>
63
- <!-- todo: add a way to ask what did i do via chat? -->
64
- <!-- <p>-->
65
- <!-- I helped make reusable Flutter components for the application’s frontend, Dart utility files to-->
66
- <!-- help ease writing and debugging calls to the backend, and a troubleshooting documentation-->
67
- <!-- for handling common issues-->
68
- <!-- </p>-->
69
- <!-- <p>-->
70
- <!-- Added Python unit tests to the backend endpoints, refactored the backend’s authentication-->
71
- <!-- system from plain text to using Django’s authentication system, and wrote a script to ease-->
72
- <!-- deployment to Heroku-->
73
- <!-- </p>-->
74
-
75
- <!-- todo: add tags with Dart, Flutter, Python, Django, Heroku, Android -->
76
-
77
- <section class="game-link-section">
78
- <button type="button" class="btn variant-filled-primary turnip-button"
79
- title="https://selk.io/birb-project/trunk/"
80
- on:click={() => modalStore.trigger(cmput401Info)}>
81
- <img src={LinkIcon} class="long-btn-image" alt="itch icon">
82
- <span>cmput401.ca</span>
83
- </button>
84
- </section>
85
-
86
- </div>
87
- </section>
88
- </Card>
89
-
90
- <Card>
91
- <section class="project-card" slot="content">
92
- <div class="project-card-body">
93
-
94
- <h2>Decentralized social media</h2>
95
-
96
- <p>We made a full stack decentralized social media app made with <span class="qt-react">React</span> +
97
- <span class="qt-js">Javascript</span> for the client code, <span class="qt-django">Django</span> + <span
98
- class="qt-python">Python</span> for the backend code, and <span class="qt-heroku">Heroku</span> for
99
- deployment. This project was made
100
- for
101
- our Web Applications and Architecture class.</p>
102
- <p>The application can connect with three other decentralized social media app in the same class:
103
- </p>
104
- <ul>
105
- <li>
106
- <a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-14"
107
- target="_blank">Also
108
- a social media with the same Django + Python backend server where they act on behalf of
109
- our users interacting with theirs</a></li>
110
- <li>
111
- <a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-7"
112
- target="_blank">A
113
- social media that uses Fast API + Python for their backend server</a></li>
114
- <li>
115
- <a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-12"
116
- target="_blank">Another
117
- social media that has Django + Python for their backend but we have to act on behalf of
118
- our
119
- users interacting with their users</a>
120
- </li>
121
- </ul>
122
-
123
- <!-- todo: add tags with Javascript, React, Python, Django, Heroku -->
124
-
125
- <section class="game-link-section">
126
- <button type="button" class="game-button turnip-button"
127
- role="link"
128
- title="https://github.com/hgshah/cmput404-project"
129
- on:click={() => window.open("https://github.com/hgshah/cmput404-project")}>
130
- <img src={GithubIcon} alt="github icon">
131
- </button>
132
- </section>
133
- </div>
134
- </section>
135
- </Card>
136
-
137
- <Card>
138
- <section class="project-card" slot="content">
139
- <img alt="Footage of a visual novel-like dynamic dialog interaction happening on the same page we are on"
140
- src={WeaverFootage} />
141
-
142
- <div class="project-card-body">
143
- <h2>Customized Yarnspinner interpreter and dialog runner</h2>
144
-
145
- A custom dialog interpreter, written in <span class="qt-ts">Typescript</span>, that tokenizes then
146
- transpiles custom Yarnspinner dialog into a <span class="qt-ts">Typescript</span> file. The said files can
147
- be used on a corresponding runner or library, also implemented alongside it, allowing the ability to play a
148
- custom-flavor of YarnSpinner dialogs on <span class="qt-svelte">Svelte</span>.
149
-
150
- <section class="game-link-section">
151
- <button type="button" class="game-button turnip-button"
152
- role="link"
153
- title="https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md"
154
- on:click={() => window.open("https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md")}>
155
- <img src={GithubIcon} alt="github icon">
156
- </button>
157
- </section>
158
- </div>
159
- </section>
160
- </Card>
161
-
162
- <Card>
163
- <section class="project-card" slot="content">
164
- <div class="project-card-body">
165
- <h2>Full-stack <span class="qt-c">C</span> app</h2>
166
-
167
- <p>
168
- A terminal-based app consisting of a server observing several terminal apps all concurrently
169
- sending updates to the server, which then broadcasts these information concurrently to all the
170
- other terminal apps connected.
171
- </p>
172
- <p>
173
- The project involves <span class="qt-foundation">multiprocessing</span> programming featuring pthreads and
174
- mutexes, and <span class="qt-foundation">networking</span> via sockets.
175
- </p>
176
-
177
- <section class="game-link-section">
178
- <button type="button" class="game-button turnip-button"
179
- role="link"
180
- title="https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment02/DESIGN.md"
181
- on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment02/DESIGN.md")}>
182
- <img src={GithubIcon} class="long-btn-image" alt="github icon">
183
- </button>
184
- </section>
185
- </div>
186
- </section>
187
- </Card>
188
-
189
- <Card>
190
- <section class="project-card" slot="content">
191
- <img
192
- alt="A graph that visualizes the number of memory pages made by Quicksort cached within the window set as
193
- time goes by. The trend appears to look like a damping harmonic motion that does not go below the zero line. More
194
- details include the data size being 200000 entries, each data point skips 1060174 data points, with a
195
- page size of 4096 bytes, and window size of 100000 bytes."
196
- src={WindowSetGraph} />
197
- <div class="project-card-body">
198
- <h2>Working set simulation</h2>
199
-
200
- <p>
201
- A <span class="qt-c">C</span> program that simulates the working set model based on the output of memory
202
- addresses
203
- <span class="qt-valgrind">valgrind</span> detects as being accessed by a program being ran. It's
204
- implemented using a nested hashmap <span class="qt-foundation">data structure</span> implemented from
205
- scratch. The working set is the collection of memory pages referenced by a program within a certain time
206
- frame. It comes with a report analyzing and benchmarking how memory allocation, between sorting <span
207
- class="qt-foundation">algorithms</span> heapsort, quicksort, and radixsort, is affected by the window set
208
- size, page size, and their input size.
209
- </p>
210
-
211
- <section class="game-link-section">
212
- <button type="button" class="game-button turnip-button"
213
- role="link"
214
- title="https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/REPORT.pdf"
215
- on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/REPORT.pdf")}>
216
- <img src={GithubIcon} class="long-btn-image" alt="github icon">
217
- <span>Benchmark report</span>
218
- </button>
219
- <button type="button" class="game-button turnip-button"
220
- role="link"
221
- title="https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/DESIGN.md"
222
- on:click={() => window.open("https://github.com/TurnipXenon/C380-1Code/blob/main/Assignment03/DESIGN.md")}>
223
- <img src={GithubIcon} class="long-btn-image" alt="github icon">
224
- <span>Design</span>
225
- </button>
226
- </section>
227
- </div>
228
- </section>
229
- </Card>
230
-
231
- <Card>
232
- <section class="project-card" slot="content">
233
-
234
- <video playsinline autoplay muted loop preload="none">
235
- <source src={ThisWebsiteFootage} type="video/mp4">
236
- video unavailable. original video contains clips of this website being resized and light-dark mode being
237
- toggled.
238
- </video>
239
- <div class="project-card-body">
240
- <h2>This webpage!</h2>
241
-
242
- <p>
243
- The webpage is made of two parts. The webpage that has the content for everything here, I've
244
- lovingly called Seaweed. I kept seaweed as a private package. On the other hand, the base package which I
245
- want to use for all spin offs of my websites is called Pineapple and have kept that codebase public.
246
- </p>
247
-
248
- <p>
249
- <Chip>Svelte</Chip>
250
- <Chip>Skeleton (Svelte UI library)</Chip>
251
- <Chip>Typescript</Chip>
252
- <Chip>Vercel</Chip>
253
- <Chip>YarnSpinner</Chip>
254
- </p>
255
-
256
- <section class="game-link-section">
257
- <button type="button" class="btn variant-filled-primary turnip-button"
258
- role="link"
259
- title="https://github.com/TurnipXenon/pineapple"
260
- on:click={() => window.open("https://github.com/TurnipXenon/pineapple")}>
261
- <img src={GithubIcon} class="long-btn-image" alt="github icon">
262
- </button>
263
- </section>
264
- </div>
265
- </section>
266
- </Card>
267
-
268
- <Card>
269
- <section class="project-card" slot="content">
270
- <div class="project-card-body">
271
- <h2>Mock Uber App</h2>
272
-
273
- <p>A course project app meant to emulate how Uber works by playing with <span
274
- class="qt-google">Google Maps API</span>.
275
- </p>
276
- <p>
277
- I implemented all interfaces related to the NoSQL cloud database <span
278
- class="qt-firebase qt-google qt-infra">Firebase</span>, making writing code easier for other programmers
279
- (<span
280
- class="qt-android">Android</span> / <span class="qt-java">Java</span>). I also wrote documentation to said
281
- code and added instrumented tests that are tested by the continuous integration tool <span
282
- class="qt-infra">Travis CI</span>, ensuring that our code is tested
283
- </p>
284
-
285
- <section class="game-link-section">
286
- <!-- todo: mock uber app find link -->
287
- <button type="button" class="game-button turnip-button"
288
- role="link"
289
- title="https://github.com/CMPUT301W20T10/UberApp"
290
- on:click={() => window.open("https://github.com/CMPUT301W20T10/UberApp")}>
291
- <img src={GithubIcon} class="long-btn-image" alt="github icon">
292
- </button>
293
- </section>
294
- </div>
295
- </section>
296
- </Card>
297
-
298
- </section>
File without changes