@turnipxenon/pineapple 5.3.9 → 5.3.11
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/dist/components/dialog_manager/DialogManager.d.ts.map +1 -1
- package/dist/components/dialog_manager/DialogManager.js +5 -8
- package/dist/components/dialog_manager/DialogManagerStore.d.ts +1 -1
- package/dist/components/dialog_manager/DialogProcessor.d.ts.map +1 -1
- package/dist/components/dialog_manager/DialogProcessor.js +2 -0
- package/dist/components/dialog_manager/IDialogManager.d.ts +1 -1
- package/dist/components/dialog_manager/IDialogManager.d.ts.map +1 -1
- package/dist/components/dialog_manager/behavior_tree/core/SelectorNode.d.ts.map +1 -1
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionEvaluator.d.ts.map +1 -1
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionEvaluator.js +1 -1
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/ForceVisitCommand.d.ts +10 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/ForceVisitCommand.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/ForceVisitCommand.js +29 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/JumpCommand.d.ts.map +1 -1
- package/dist/components/reveal-info/RevealInfo.svelte +17 -18
- package/dist/components/reveal-info/RevealInfo.svelte.d.ts +2 -2
- package/dist/components/reveal-info/RevealInfo.svelte.d.ts.map +1 -1
- package/dist/components/reveal-info/RevealInfoRune.svelte.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/modules/overrideable_meta/OverridableMeta.svelte +1 -1
- package/dist/modules/parsnip/ParsnipBlockChildren.svelte +66 -55
- package/dist/modules/parsnip/ParsnipBlockChildren.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte +30 -30
- package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte.d.ts +1 -1
- package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/ParsnipHeading.svelte +6 -6
- package/dist/modules/parsnip/ParsnipList.svelte +24 -24
- package/dist/modules/parsnip/ParsnipOverall.d.ts.map +1 -1
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte +15 -17
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/ParsnipWikilink.svelte +22 -20
- package/dist/modules/parsnip/ParsnipWikilink.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/external-images/ParsnipImage.svelte +133 -114
- package/dist/modules/parsnip/external-images/ParsnipImage.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/external-images/ParsnipImageCollection.svelte +64 -63
- package/dist/modules/parsnip/external-images/ParsnipImageCollection.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/external-images/externalImages.remote.d.ts.map +1 -1
- package/dist/modules/parsnip/external-images/externalImages.remote.js +17 -13
- package/dist/modules/parsnip/route-util/ParsnipBlog.svelte +1 -2
- package/dist/modules/parsnip/route-util/ParsnipBlog.svelte.d.ts.map +1 -1
- package/dist/modules/parsnip/route-util/getSlugEntries.js +1 -1
- package/dist/modules/parsnip/route-util/menuPageServerLoad.js +4 -4
- package/dist/modules/parsnip/route-util/slugPageServerLoad.d.ts.map +1 -1
- package/dist/modules/parsnip/route-util/slugPageServerLoad.js +15 -15
- package/dist/scripts/pineapple_fiber/PineappleFiberParser.d.ts.map +1 -1
- package/dist/scripts/pineapple_fiber/PineappleFiberParser.js +5 -3
- package/dist/styles/app.css +87 -84
- package/dist/styles/color-tokens.css +20 -20
- package/dist/styles/surface-colors.scss +28 -29
- package/dist/styles/tailwind.css +3196 -3111
- package/dist/styles/turnip-theme.css +262 -245
- package/dist/svelteIndex.svelte.d.ts.map +1 -1
- package/dist/svelteIndex.svelte.js +1 -7
- package/dist/test/DialogTestUtility.d.ts.map +1 -1
- package/dist/test/DialogTestUtility.js +4 -4
- package/dist/theme.css +109 -109
- package/dist/types/pineapple_fiber/DialogVariableStore.d.ts.map +1 -1
- package/dist/types/pineapple_fiber/DialogVariableStore.js +0 -1
- package/dist/ui/components/FourPartCard.svelte +20 -28
- package/dist/ui/components/FourPartCard.svelte.d.ts.map +1 -1
- package/dist/ui/components/MeltToaster/MeltToaster.svelte +6 -5
- package/dist/ui/components/MeltToaster/MeltToaster.svelte.d.ts.map +1 -1
- package/dist/ui/components/ModalBase.svelte +39 -43
- package/dist/ui/components/ModalBase.svelte.d.ts +2 -2
- package/dist/ui/components/ModalBase.svelte.d.ts.map +1 -1
- package/dist/ui/components/NestedNavigation.svelte +22 -19
- package/dist/ui/components/NestedNavigation.svelte.d.ts +1 -1
- package/dist/ui/components/NestedNavigation.svelte.d.ts.map +1 -1
- package/dist/ui/components/SocialSection.svelte +30 -25
- package/dist/ui/components/SocialSection.svelte.d.ts.map +1 -1
- package/dist/ui/components/SortDropdown.svelte +8 -12
- package/dist/ui/components/SortDropdown.svelte.d.ts.map +1 -1
- package/dist/ui/components/TagFilter.svelte +9 -9
- package/dist/ui/components/accordion/PinyaAccordion.svelte +45 -43
- package/dist/ui/components/accordion/PinyaAccordion.svelte.d.ts.map +1 -1
- package/dist/ui/components/accordion/PinyaAccordionItem.svelte +19 -10
- package/dist/ui/components/accordion/PinyaAccordionItem.svelte.d.ts.map +1 -1
- package/dist/ui/components/project-date-badge/ProjectDateBadge.svelte +88 -80
- package/dist/ui/components/project-date-badge/ProjectDateBadge.svelte.d.ts.map +1 -1
- package/dist/ui/components/randomized-background/RandomizedBackground.svelte +37 -33
- package/dist/ui/components/randomized-background/RandomizedBackground.svelte.d.ts.map +1 -1
- package/dist/ui/components/randomized-background/RandomizedImage.svelte +25 -21
- package/dist/ui/components/randomized-background/RandomizedImage.svelte.d.ts.map +1 -1
- package/dist/ui/components/randomized-background/getSocialSection.remote.js +1 -1
- package/dist/ui/elements/CodeBlock/CodeBlock.svelte +163 -165
- package/dist/ui/elements/CodeBlock/CodeBlock.svelte.d.ts.map +1 -1
- package/dist/ui/elements/CodeBlock/CodeBlockProps.d.ts +1 -1
- package/dist/ui/elements/CodeBlock/CodeBlockProps.d.ts.map +1 -1
- package/dist/ui/elements/ColorScheme.d.ts.map +1 -1
- package/dist/ui/elements/ElementVisibilityDetector.svelte +1 -4
- package/dist/ui/elements/ElementVisibilityDetector.svelte.d.ts.map +1 -1
- package/dist/ui/elements/GeneralUIProps.d.ts +2 -2
- package/dist/ui/elements/ImageIcon.svelte +27 -30
- package/dist/ui/elements/ImageIcon.svelte.d.ts +1 -1
- package/dist/ui/elements/ImageIcon.svelte.d.ts.map +1 -1
- package/dist/ui/elements/PineappleSwitch.svelte +53 -53
- package/dist/ui/elements/PineappleSwitch.svelte.d.ts +1 -1
- package/dist/ui/elements/PineappleSwitch.svelte.d.ts.map +1 -1
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte +4 -5
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte.d.ts.map +1 -1
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButtonProps.d.ts.map +1 -1
- package/dist/ui/elements/PinyaButton/PinyaButton.svelte +4 -5
- package/dist/ui/elements/PinyaButton/PinyaButton.svelte.d.ts.map +1 -1
- package/dist/ui/elements/PinyaButton/PinyaButtonProps.d.ts.map +1 -1
- package/dist/ui/elements/PinyaButton/index.d.ts +2 -2
- package/dist/ui/elements/PinyaButton/index.js +2 -2
- package/dist/ui/elements/PinyaButtonCommon/ButtonVariant.d.ts.map +1 -1
- package/dist/ui/elements/PinyaButtonCommon/PinyaButtonCommonProps.d.ts.map +1 -1
- package/dist/ui/elements/PinyaButtonCommon/createButtonClass.d.ts.map +1 -1
- package/dist/ui/elements/PinyaButtonCommon/createButtonClass.js +1 -1
- package/dist/ui/elements/PinyaCard/PinyaCard.svelte +3 -10
- package/dist/ui/elements/PinyaCard/PinyaCardProps.d.ts.map +1 -1
- package/dist/ui/elements/Placeholder.svelte +3 -3
- package/dist/ui/elements/TextChip/TextChip.svelte +8 -6
- package/dist/ui/elements/TextLink.svelte +46 -48
- package/dist/ui/elements/TextLink.svelte.d.ts.map +1 -1
- package/dist/ui/elements/WrapperProps.d.ts +1 -1
- package/dist/ui/elements/index.d.ts.map +1 -1
- package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte +80 -55
- package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte.d.ts.map +1 -1
- package/dist/ui/elements/pinya-combobox/PinyaComboboxProps.d.ts.map +1 -1
- package/dist/ui/modules/NavigationMenu/LdSchema.d.ts.map +1 -1
- package/dist/ui/modules/NavigationMenu/LdSchema.js +4 -2
- package/dist/ui/modules/NavigationMenu/NavigationControl.svelte +18 -13
- package/dist/ui/modules/NavigationMenu/NavigationControl.svelte.d.ts.map +1 -1
- package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte +234 -212
- package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte.d.ts.map +1 -1
- package/dist/ui/modules/NavigationMenu/PageMeta.d.ts +1 -1
- package/dist/ui/modules/NavigationMenu/PageMeta.d.ts.map +1 -1
- package/dist/ui/modules/NavigationMenu/PageMeta.js +15 -11
- package/dist/ui/modules/experience/ExampleJob1.svelte +26 -28
- package/dist/ui/modules/experience/ExampleJob1.svelte.d.ts.map +1 -1
- package/dist/ui/modules/experience/ExampleJob2.svelte +4 -3
- package/dist/ui/modules/experience/ExampleJob2.svelte.d.ts.map +1 -1
- package/dist/ui/modules/experience/index.d.ts +2 -2
- package/dist/ui/modules/experience/index.js +2 -2
- package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte +9 -7
- package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.d.ts.map +1 -1
- package/dist/ui/modules/modals/general-settings/LanguagePicker.svelte +1 -1
- package/dist/ui/modules/modals/general-settings/NavigationModal.svelte +11 -8
- package/dist/ui/modules/modals/general-settings/NavigationModal.svelte.d.ts.map +1 -1
- package/dist/ui/modules/projects/Hepcat.svelte +31 -29
- package/dist/ui/modules/projects/Hepcat.svelte.d.ts.map +1 -1
- package/dist/ui/modules/projects/ObsidianPublisher.svelte +16 -11
- package/dist/ui/modules/projects/ObsidianPublisher.svelte.d.ts.map +1 -1
- package/dist/ui/modules/projects/Pengi.svelte +21 -17
- package/dist/ui/modules/projects/Pengi.svelte.d.ts.map +1 -1
- package/dist/ui/modules/projects/Soulwork.svelte +18 -16
- package/dist/ui/modules/projects/Soulwork.svelte.d.ts.map +1 -1
- package/dist/ui/modules/projects/ThisWebpage.svelte +29 -19
- package/dist/ui/modules/projects/ThisWebpage.svelte.d.ts.map +1 -1
- package/dist/ui/modules/universal-overlay/DialogPanel.svelte +40 -38
- package/dist/ui/modules/universal-overlay/DialogPanel.svelte.d.ts.map +1 -1
- package/dist/ui/modules/universal-overlay/SettingsPanel.svelte +1 -2
- package/dist/ui/modules/universal-overlay/SettingsPanel.svelte.d.ts.map +1 -1
- package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte +12 -6
- package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte.d.ts.map +1 -1
- package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte +99 -94
- package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte.d.ts.map +1 -1
- package/dist/ui/templates/PinyaPageLayout/pinyaPageLayoutRunes.svelte.d.ts +1 -1
- package/dist/ui/templates/PinyaPageLayout/pinyaPageLayoutRunes.svelte.js +2 -2
- package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte +51 -43
- package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte.d.ts.map +1 -1
- package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte +45 -32
- package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte.d.ts.map +1 -1
- package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte +106 -102
- package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte.d.ts.map +1 -1
- package/dist/ui/templates/SeaweedLayout/EntryOrderConfig.svelte +11 -19
- package/dist/ui/templates/SeaweedLayout/EntryOrderConfig.svelte.d.ts.map +1 -1
- package/dist/ui/templates/SeaweedLayout/ProjectComponentProps.d.ts +1 -1
- package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte +139 -121
- package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte.d.ts.map +1 -1
- package/dist/ui/templates/SeaweedLayout/SeaweedLayout.svelte +139 -148
- package/dist/ui/templates/SeaweedLayout/index.d.ts.map +1 -1
- package/dist/ui/templates/SeaweedLayout/props.js +1 -1
- package/dist/ui/templates/blog_template/BlogTemplate.svelte +11 -11
- package/dist/ui/templates/blog_template/BlogTemplateInner.svelte +58 -56
- package/dist/ui/templates/blog_template/BlogTemplateInner.svelte.d.ts.map +1 -1
- package/dist/ui/templates/blog_template/blog-template.css +1 -1
- package/dist/ui/templates/confirmation-modal/component.svelte +12 -17
- package/dist/ui/templates/confirmation-modal/component.svelte.d.ts +1 -1
- package/dist/ui/templates/confirmation-modal/component.svelte.d.ts.map +1 -1
- package/dist/ui/templates/confirmation-modal/props.d.ts +2 -2
- package/dist/ui/templates/confirmation-modal/props.d.ts.map +1 -1
- package/dist/ui/templates/pinya-base/PinyaBase.svelte +57 -47
- package/dist/ui/templates/pinya-base/PinyaBase.svelte.d.ts.map +1 -1
- package/dist/ui/templates/pinya-base/menuPageServerLoadRemote.remote.svelte +1 -1
- package/dist/ui/templates/pinya-base/pinyaBaseRunes.svelte.d.ts.map +1 -1
- package/dist/util/context/PineappleBaseContext.svelte +1 -1
- package/dist/util/context/pineappleBaseContextDefinitions.svelte.d.ts.map +1 -1
- package/dist/util/env-getter.d.ts.map +1 -1
- package/dist/util/env-getter.js +3 -3
- package/dist/util/getCommitDate.d.ts.map +1 -1
- package/dist/util/getCommitDate.js +3 -1
- package/dist/util/getCommitDate.remote.d.ts.map +1 -1
- package/dist/util/getCommitDate.remote.js +3 -1
- package/dist/util/getParsnipData.remote.d.ts +16 -11
- package/dist/util/localStore.svelte.d.ts.map +1 -1
- package/dist/util/localStore.svelte.js +5 -5
- package/dist/util/util.d.ts.map +1 -1
- package/dist/util/util.js +5 -5
- package/package.json +5 -5
- package/src/lib/styles/app.css +87 -84
- package/src/lib/theme.css +109 -109
- package/dist/scripts/pineapple_fiber/TutorialBroken.yarn +0 -143
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
</script>
|
|
17
17
|
|
|
18
18
|
<script lang="ts">
|
|
19
|
-
|
|
20
19
|
</script>
|
|
21
20
|
|
|
22
21
|
{#snippet component(props: ProjectComponentProps)}
|
|
@@ -47,33 +46,32 @@
|
|
|
47
46
|
{/snippet}
|
|
48
47
|
|
|
49
48
|
<style>
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
49
|
+
:global {
|
|
50
|
+
.company-logo-placeholder {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
justify-content: center;
|
|
54
|
+
width: 100%;
|
|
55
|
+
height: 100%;
|
|
56
|
+
min-height: 150px;
|
|
57
|
+
background: linear-gradient(135deg, var(--color-primary-500), var(--color-secondary-500));
|
|
58
|
+
color: white;
|
|
59
|
+
font-size: 2rem;
|
|
60
|
+
font-weight: bold;
|
|
61
|
+
border-top-right-radius: var(--radius-xl);
|
|
62
|
+
border-top-left-radius: var(--radius-xl);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
67
65
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
66
|
+
.date-range {
|
|
67
|
+
font-size: 0.875rem;
|
|
68
|
+
color: var(--color-text-secondary);
|
|
69
|
+
margin-bottom: 0.5rem;
|
|
70
|
+
}
|
|
73
71
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
72
|
+
h4 {
|
|
73
|
+
margin-top: 0.25rem;
|
|
74
|
+
margin-bottom: 0.5rem;
|
|
75
|
+
color: var(--color-text-secondary);
|
|
76
|
+
}
|
|
79
77
|
</style>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExampleJob1.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob1.svelte.ts"],"names":[],"mappings":"AAKC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,qCAAqC,CAAC;AAC/C,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,IAAI,UAAkC,CAAC;AAI7C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;AACzD,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAyBlG,CAAC;
|
|
1
|
+
{"version":3,"file":"ExampleJob1.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob1.svelte.ts"],"names":[],"mappings":"AAKC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,qCAAqC,CAAC;AAC/C,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,IAAI,UAAkC,CAAC;AAI7C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;AACzD,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAyBlG,CAAC;AAc9B,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
|
|
@@ -29,9 +29,10 @@
|
|
|
29
29
|
|
|
30
30
|
<p>
|
|
31
31
|
Currently working on high-performance systems using
|
|
32
|
-
<span class="qt-rust">Rust</span>.
|
|
33
|
-
|
|
34
|
-
<span class="qt-rust">Rust</span>. Did I forget to mention
|
|
32
|
+
<span class="qt-rust">Rust</span>. Leading development of critical infrastructure components
|
|
33
|
+
and mentoring junior developers to preach our love of
|
|
34
|
+
<span class="qt-rust">Rust</span>. Did I forget to mention
|
|
35
|
+
<span class="qt-rust">RUST</span>?!?!
|
|
35
36
|
</p>
|
|
36
37
|
|
|
37
38
|
<div class="text-chip-container">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExampleJob2.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob2.svelte.ts"],"names":[],"mappings":"AAGC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAGnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"ExampleJob2.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob2.svelte.ts"],"names":[],"mappings":"AAGC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAGnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CA4BhG,CAAC;AAE7B,QAAA,MAAM,GAAG,wCAAwC,CAAC;AAClD,QAAA,MAAM,WAAW,eAAe,CAAC;AAGjC,QAAA,MAAM,IAAI,UAAkE,CAAC;AAC7E,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAW9C,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * as ExampleJob1 from
|
|
2
|
-
export * as ExampleJob2 from
|
|
1
|
+
export * as ExampleJob1 from "./ExampleJob1.svelte";
|
|
2
|
+
export * as ExampleJob2 from "./ExampleJob2.svelte";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * as ExampleJob1 from
|
|
2
|
-
export * as ExampleJob2 from
|
|
1
|
+
export * as ExampleJob1 from "./ExampleJob1.svelte";
|
|
2
|
+
export * as ExampleJob2 from "./ExampleJob2.svelte";
|
|
@@ -13,11 +13,10 @@
|
|
|
13
13
|
|
|
14
14
|
let props: ModalProps = $props();
|
|
15
15
|
|
|
16
|
-
|
|
17
16
|
interface ToggleItem {
|
|
18
|
-
key: "light" | "dark" | "system"
|
|
19
|
-
imageSrc: string
|
|
20
|
-
label: string
|
|
17
|
+
key: "light" | "dark" | "system";
|
|
18
|
+
imageSrc: string;
|
|
19
|
+
label: string;
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
const modes: ToggleItem[] = [
|
|
@@ -32,7 +31,7 @@
|
|
|
32
31
|
// do not use runes here because we only want explicit changes outside
|
|
33
32
|
// our control here!
|
|
34
33
|
userPrefersMode.subscribe((value) => {
|
|
35
|
-
const si = modes.find(m => m.key === value);
|
|
34
|
+
const si = modes.find((m) => m.key === value);
|
|
36
35
|
if (selectedItem !== si && si) {
|
|
37
36
|
selectedItem = si;
|
|
38
37
|
}
|
|
@@ -63,8 +62,11 @@
|
|
|
63
62
|
<SettingsPanel close={props.close} />
|
|
64
63
|
|
|
65
64
|
<div class="actions">
|
|
66
|
-
<button
|
|
67
|
-
|
|
65
|
+
<button
|
|
66
|
+
class="btn preset-filled-primary-400-600 text-surface-100"
|
|
67
|
+
onclick={() => props.close()}
|
|
68
|
+
title="Close modal"
|
|
69
|
+
>
|
|
68
70
|
Close
|
|
69
71
|
</button>
|
|
70
72
|
</div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeneralSettingsModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"GeneralSettingsModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA6EhD,QAAA,MAAM,oBAAoB,qDAAwC,CAAC;AACnE,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACpE,eAAe,oBAAoB,CAAC"}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
const onValueChange = (e: ComboxData["value"][] | undefined) => {
|
|
22
22
|
if (!e || e.length === 0) return;
|
|
23
23
|
|
|
24
|
-
const data = comboboxData.filter(v => e.includes(v.value));
|
|
24
|
+
const data = comboboxData.filter((v) => e.includes(v.value));
|
|
25
25
|
if (data && data.length > 0) {
|
|
26
26
|
const pathname = deLocalizeHref(location.href);
|
|
27
27
|
location.href = localizeHref(pathname, { locale: data[0].value });
|
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
let props: ModalProps = $props();
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
interface ToggleItem {
|
|
17
|
-
key: "light" | "dark" | "system"
|
|
18
|
-
imageSrc: string
|
|
19
|
-
label: string
|
|
16
|
+
key: "light" | "dark" | "system";
|
|
17
|
+
imageSrc: string;
|
|
18
|
+
label: string;
|
|
20
19
|
}
|
|
21
20
|
|
|
22
21
|
const modes: ToggleItem[] = [
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
// do not use runes here because we only want explicit changes outside
|
|
32
31
|
// our control here!
|
|
33
32
|
userPrefersMode.subscribe((value) => {
|
|
34
|
-
const si = modes.find(m => m.key === value);
|
|
33
|
+
const si = modes.find((m) => m.key === value);
|
|
35
34
|
if (selectedItem !== si && si) {
|
|
36
35
|
selectedItem = si;
|
|
37
36
|
}
|
|
@@ -61,12 +60,16 @@
|
|
|
61
60
|
<h2>Navigation</h2>
|
|
62
61
|
|
|
63
62
|
<div class="wrapper nested-navigation">
|
|
64
|
-
<NestedNavigation layout={siteLayout} depth={0} close={props.close} openBehavior="open-active"
|
|
63
|
+
<NestedNavigation layout={siteLayout} depth={0} close={props.close} openBehavior="open-active"
|
|
64
|
+
></NestedNavigation>
|
|
65
65
|
</div>
|
|
66
66
|
|
|
67
67
|
<div class="actions">
|
|
68
|
-
<button
|
|
69
|
-
|
|
68
|
+
<button
|
|
69
|
+
class="btn preset-filled-primary-400-600 text-surface-100"
|
|
70
|
+
onclick={() => props.close()}
|
|
71
|
+
title="Close modal"
|
|
72
|
+
>
|
|
70
73
|
Close
|
|
71
74
|
</button>
|
|
72
75
|
</div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/NavigationModal.svelte.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"NavigationModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/NavigationModal.svelte.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA8EhD,QAAA,MAAM,eAAe,qDAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
|
|
@@ -23,8 +23,16 @@
|
|
|
23
23
|
{#snippet component(props: ProjectComponentProps)}
|
|
24
24
|
<FourPartCard>
|
|
25
25
|
{#snippet headerCover()}
|
|
26
|
-
<video
|
|
27
|
-
|
|
26
|
+
<video
|
|
27
|
+
playsinline
|
|
28
|
+
autoplay
|
|
29
|
+
muted
|
|
30
|
+
loop
|
|
31
|
+
preload="none"
|
|
32
|
+
id="hepcat-video"
|
|
33
|
+
class="game-video-cover"
|
|
34
|
+
>
|
|
35
|
+
<source src={HeaderHepCat} type="video/mp4" />
|
|
28
36
|
</video>
|
|
29
37
|
{/snippet}
|
|
30
38
|
|
|
@@ -36,17 +44,14 @@
|
|
|
36
44
|
</blockquote>
|
|
37
45
|
{/snippet}
|
|
38
46
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<a
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/"
|
|
48
|
-
rel="external"
|
|
49
|
-
>Game of the year.</a>
|
|
47
|
+
<p>
|
|
48
|
+
This is a course project made by a team of six for
|
|
49
|
+
<a href="https://sites.google.com/ualberta.ca/cmput250/" rel="external" target="_blank"
|
|
50
|
+
>CMPUT 250</a
|
|
51
|
+
>, and it won
|
|
52
|
+
<a href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/" rel="external"
|
|
53
|
+
>Game of the year.</a
|
|
54
|
+
>
|
|
50
55
|
</p>
|
|
51
56
|
|
|
52
57
|
<p>
|
|
@@ -55,14 +60,11 @@
|
|
|
55
60
|
href="https://www.rpgmakerweb.com/products/programs/rpg-maker-mv"
|
|
56
61
|
target="_blank"
|
|
57
62
|
rel="external"
|
|
58
|
-
class=
|
|
59
|
-
>
|
|
60
|
-
with the help of additional custom-made <span class=
|
|
61
|
-
plugins. I
|
|
62
|
-
|
|
63
|
-
had to write a <span class='qt-python'>Python</span> script that parses osu! files
|
|
64
|
-
into readable JSON
|
|
65
|
-
files.
|
|
63
|
+
class="qt-rpgmaker">RPG Maker MV</a
|
|
64
|
+
>
|
|
65
|
+
with the help of additional custom-made <span class="qt-js">Javascript</span>
|
|
66
|
+
plugins. I wrote the rhythm game plugin's framework. For this plugin to work, I had to write a
|
|
67
|
+
<span class="qt-python">Python</span> script that parses osu! files into readable JSON files.
|
|
66
68
|
</p>
|
|
67
69
|
|
|
68
70
|
<ProjectDateBadge
|
|
@@ -77,24 +79,24 @@
|
|
|
77
79
|
<PinyaButton
|
|
78
80
|
buttonVariant={ButtonVariant.Image}
|
|
79
81
|
title="https://bitbucket.org/egginchicken/hep-cat/src/master/"
|
|
80
|
-
onclick={()=> window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}
|
|
82
|
+
onclick={() => window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}
|
|
83
|
+
>
|
|
81
84
|
<ImageIcon alt="bitbucket icon" src={BitbucketIcon} />
|
|
82
85
|
</PinyaButton>
|
|
83
86
|
<PinyaButton
|
|
84
87
|
buttonVariant={ButtonVariant.Image}
|
|
85
88
|
title="https://just-a-phantom.itch.io/hep-cat"
|
|
86
|
-
onclick={()=> window.open("https://just-a-phantom.itch.io/hep-cat")}
|
|
89
|
+
onclick={() => window.open("https://just-a-phantom.itch.io/hep-cat")}
|
|
90
|
+
>
|
|
87
91
|
<ImageIcon alt="itch.io icon" src={ItchLogoHotLink}></ImageIcon>
|
|
88
92
|
</PinyaButton>
|
|
89
93
|
</section>
|
|
90
|
-
|
|
91
94
|
</FourPartCard>
|
|
92
95
|
{/snippet}
|
|
93
96
|
|
|
94
|
-
|
|
95
97
|
<style>
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
#hepcat-video {
|
|
99
|
+
object-position: top;
|
|
100
|
+
max-height: 64rem;
|
|
101
|
+
}
|
|
100
102
|
</style>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Hepcat.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Hepcat.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"Hepcat.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Hepcat.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAyChG,CAAC;AAE7B,QAAA,MAAM,GAAG,WAAW,CAAC;AACrB,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,QAAQ,MAAM,CAAC;AACrB,QAAA,MAAM,IAAI,UAAoD,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AAWtE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,MAAM;;kBAA+E,CAAC;AAC1E,KAAK,MAAM,GAAG,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;AAC5C,eAAe,MAAM,CAAC"}
|
|
@@ -12,23 +12,25 @@
|
|
|
12
12
|
import type { ProjectComponentProps } from "../../templates/SeaweedLayout/ProjectComponentProps";
|
|
13
13
|
|
|
14
14
|
const key = "ObsidianPublisher";
|
|
15
|
-
const startCommit =
|
|
15
|
+
const startCommit =
|
|
16
|
+
"https://github.com/TurnipXenon/obsidian-blog-publisher/commit/d8eaecacc3703a57c16b400d3bea6428b0dbfaee"; // fill in GitHub commit URL to auto-resolve dateStarted
|
|
16
17
|
const gitRepoLink = "https://github.com/TurnipXenon/obsidian-blog-publisher";
|
|
17
18
|
const tags = ["plugin", "typescript", "obsidian"];
|
|
18
19
|
export { component, key, startCommit, gitRepoLink, tags };
|
|
19
20
|
</script>
|
|
21
|
+
|
|
20
22
|
<script>
|
|
21
23
|
import { TextLink } from "../../elements/index";
|
|
22
24
|
</script>
|
|
23
25
|
|
|
24
26
|
{#snippet component(props: ProjectComponentProps)}
|
|
25
27
|
<FourPartCard>
|
|
26
|
-
|
|
27
28
|
{#snippet headerCover()}
|
|
28
29
|
<img
|
|
29
30
|
class="game-video-cover"
|
|
30
31
|
alt="Screenshot showing the blog on the left and the source Obsidian page on the right with a UI on top prompting the user which selection or webpage to push"
|
|
31
|
-
src="https://github.com/TurnipXenon/obsidian-blog-publisher/raw/main/docs/showcase.png"
|
|
32
|
+
src="https://github.com/TurnipXenon/obsidian-blog-publisher/raw/main/docs/showcase.png"
|
|
33
|
+
/>
|
|
32
34
|
{/snippet}
|
|
33
35
|
|
|
34
36
|
{#snippet header()}
|
|
@@ -36,11 +38,13 @@
|
|
|
36
38
|
{/snippet}
|
|
37
39
|
|
|
38
40
|
<p>
|
|
39
|
-
An Obsidian plugin that publishes my blog to a selected website.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<TextLink href="https://github.com/TurnipXenon/pineapple/pull/152" rel="external"
|
|
41
|
+
An Obsidian plugin that publishes my blog to a selected website. It generates AST of the
|
|
42
|
+
Markdown files, which it then publishes to a git repo. The plugin follows it up with a
|
|
43
|
+
Cloudflare rebuild of the website, which would read the contents of the repo. A module in the
|
|
44
|
+
website called
|
|
45
|
+
<TextLink href="https://github.com/TurnipXenon/pineapple/pull/152" rel="external"
|
|
46
|
+
>Parsnip</TextLink
|
|
47
|
+
>
|
|
44
48
|
generates custom pages based on these AST files.
|
|
45
49
|
</p>
|
|
46
50
|
|
|
@@ -56,18 +60,19 @@
|
|
|
56
60
|
<PinyaButton
|
|
57
61
|
buttonVariant={ButtonVariant.Image}
|
|
58
62
|
title="https://github.com/TurnipXenon/obsidian-blog-publisher"
|
|
59
|
-
onclick={() => window.open("https://github.com/TurnipXenon/obsidian-blog-publisher")}
|
|
63
|
+
onclick={() => window.open("https://github.com/TurnipXenon/obsidian-blog-publisher")}
|
|
64
|
+
>
|
|
60
65
|
<ImageIcon src={GithubIcon} class="long-btn-image" alt="github icon" />
|
|
61
66
|
</PinyaButton>
|
|
62
67
|
<PinyaButton
|
|
63
68
|
data-nosnippet
|
|
64
69
|
buttonVariant={ButtonVariant.SmallIcon}
|
|
65
70
|
title="https://www.turnipxenon.com/blogs"
|
|
66
|
-
onclick={() => window.open("https://www.turnipxenon.com/blogs")}
|
|
71
|
+
onclick={() => window.open("https://www.turnipxenon.com/blogs")}
|
|
72
|
+
>
|
|
67
73
|
<ImageIcon src={LinkIcon} aria-hidden />
|
|
68
74
|
<span>turnipxenon.com/blogs</span>
|
|
69
75
|
</PinyaButton>
|
|
70
76
|
</section>
|
|
71
|
-
|
|
72
77
|
</FourPartCard>
|
|
73
78
|
{/snippet}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObsidianPublisher.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/ObsidianPublisher.svelte.ts"],"names":[],"mappings":"AAWC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,sBAAsB,CAAC;AAChC,QAAA,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"ObsidianPublisher.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/ObsidianPublisher.svelte.ts"],"names":[],"mappings":"AAWC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,sBAAsB,CAAC;AAChC,QAAA,MAAM,WAAW,2GACwF,CAAC;AAC1G,QAAA,MAAM,WAAW,2DAA2D,CAAC;AAC7E,QAAA,MAAM,IAAI,UAAuC,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAI1D,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CA+BhG,CAAC;AAa9B,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,iBAAiB;;kBAA+E,CAAC;AACrF,KAAK,iBAAiB,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,eAAe,iBAAiB,CAAC"}
|
|
@@ -13,8 +13,10 @@
|
|
|
13
13
|
|
|
14
14
|
const key = "Pengi";
|
|
15
15
|
const priority = 80;
|
|
16
|
-
const startCommit =
|
|
17
|
-
|
|
16
|
+
const startCommit =
|
|
17
|
+
"https://github.com/GreenTea-M/ProjectPengi/commit/401cbf7448374109f1a330bba11db87326034801"; // fill in GitHub commit URL to auto-resolve dateStarted
|
|
18
|
+
const endCommit =
|
|
19
|
+
"https://github.com/GreenTea-M/ProjectPengi/commit/0175ec669a3c935a798fdb3c85fb37506d4b5557"; // fill in GitHub commit URL to auto-resolve dateFinished
|
|
18
20
|
const gitRepoLink = "https://github.com/GreenTea-M/ProjectPengi";
|
|
19
21
|
const tags = ["unity", "csharp", "game", "narrative", "yarnspinner"];
|
|
20
22
|
export { component, key, startCommit, endCommit, gitRepoLink, tags, priority };
|
|
@@ -23,10 +25,17 @@
|
|
|
23
25
|
{#snippet component(props: ProjectComponentProps)}
|
|
24
26
|
<FourPartCard>
|
|
25
27
|
{#snippet headerCover()}
|
|
26
|
-
<video
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
<video
|
|
29
|
+
class="rounded-t-xl max-h-64 not-prose object-cover w-full"
|
|
30
|
+
playsinline
|
|
31
|
+
autoplay
|
|
32
|
+
muted
|
|
33
|
+
loop
|
|
34
|
+
preload="none"
|
|
35
|
+
>
|
|
36
|
+
video unavailable. original video contains pengi gameplay showing the dynamic dialog layout
|
|
37
|
+
and character animation.
|
|
38
|
+
<source src={HeaderPengi} type="video/mp4" />
|
|
30
39
|
</video>
|
|
31
40
|
{/snippet}
|
|
32
41
|
|
|
@@ -34,20 +43,16 @@
|
|
|
34
43
|
<h3>Pengi</h3>
|
|
35
44
|
|
|
36
45
|
<blockquote>
|
|
37
|
-
Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of
|
|
38
|
-
money...
|
|
46
|
+
Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of money...
|
|
39
47
|
</blockquote>
|
|
40
48
|
{/snippet}
|
|
41
49
|
|
|
42
50
|
<p>
|
|
43
|
-
Pengi is a text-based adventure made in <span class=
|
|
44
|
-
|
|
45
|
-
programmer for the team. Most of the work revolves around UI and
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
rel="external"
|
|
49
|
-
target="_blank"
|
|
50
|
-
>YarnSpinner</a> commands for writers
|
|
51
|
+
Pengi is a text-based adventure made in <span class="qt-unity">Unity</span> (<span
|
|
52
|
+
class="qt-cs">C#</span
|
|
53
|
+
>). I acted as the sole programmer for the team. Most of the work revolves around UI and
|
|
54
|
+
creating
|
|
55
|
+
<a href="https://yarnspinner.dev/" rel="external" target="_blank">YarnSpinner</a> commands for writers
|
|
51
56
|
to use to create expressive stage directions in the script.
|
|
52
57
|
</p>
|
|
53
58
|
|
|
@@ -77,6 +82,5 @@
|
|
|
77
82
|
<ImageIcon alt="" aria-hidden="true" src={ItchLogoHotLink} />
|
|
78
83
|
</PinyaButton>
|
|
79
84
|
</section>
|
|
80
|
-
|
|
81
85
|
</FourPartCard>
|
|
82
86
|
{/snippet}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pengi.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Pengi.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"Pengi.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Pengi.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAoChG,CAAC;AAE7B,QAAA,MAAM,GAAG,UAAU,CAAC;AACpB,QAAA,MAAM,QAAQ,KAAK,CAAC;AACpB,QAAA,MAAM,WAAW,+FAC4E,CAAC;AAC9F,QAAA,MAAM,SAAS,+FAC8E,CAAC;AAC9F,QAAA,MAAM,WAAW,+CAA+C,CAAC;AACjE,QAAA,MAAM,IAAI,UAA0D,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AAShF,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,KAAK;;kBAA+E,CAAC;AACzE,KAAK,KAAK,GAAG,YAAY,CAAC,OAAO,KAAK,CAAC,CAAC;AAC1C,eAAe,KAAK,CAAC"}
|
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
import { ButtonVariant } from "../../elements/PinyaButtonCommon/ButtonVariant";
|
|
13
13
|
|
|
14
14
|
const key = "Soulwork";
|
|
15
|
-
const startCommit =
|
|
16
|
-
|
|
15
|
+
const startCommit =
|
|
16
|
+
"https://github.com/Zeyu-Li/Clockwork/commit/b033be1b2e6cd3ff8cb706f2860a22456e911acb"; // fill in GitHub commit URL to auto-resolve dateStarted
|
|
17
|
+
const endCommit =
|
|
18
|
+
"https://github.com/Zeyu-Li/Clockwork/commit/7dbfef1fe64b45b2eac4b6555747e18f7b5f8848"; // fill in GitHub commit URL to auto-resolve dateFinished
|
|
17
19
|
const gitRepoLink = "https://github.com/Zeyu-Li/Clockwork";
|
|
18
20
|
const tags = ["unity", "csharp", "game", "game-jam", "physics"];
|
|
19
21
|
export { component, key, startCommit, endCommit, gitRepoLink, tags };
|
|
@@ -22,11 +24,8 @@
|
|
|
22
24
|
{#snippet component(props: ProjectComponentProps)}
|
|
23
25
|
<FourPartCard>
|
|
24
26
|
{#snippet headerCover()}
|
|
25
|
-
<video
|
|
26
|
-
|
|
27
|
-
class="game-video-cover"
|
|
28
|
-
>
|
|
29
|
-
<source src={HeaderSoulwork} type="video/mp4">
|
|
27
|
+
<video playsinline autoplay muted loop preload="none" class="game-video-cover">
|
|
28
|
+
<source src={HeaderSoulwork} type="video/mp4" />
|
|
30
29
|
</video>
|
|
31
30
|
{/snippet}
|
|
32
31
|
|
|
@@ -35,14 +34,15 @@
|
|
|
35
34
|
{/snippet}
|
|
36
35
|
|
|
37
36
|
<p>
|
|
38
|
-
Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels.
|
|
39
|
-
|
|
40
|
-
hours.
|
|
37
|
+
Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels. This
|
|
38
|
+
project is a Time to Game Jam entry, restricting game development to be under 48 hours.
|
|
41
39
|
</p>
|
|
42
40
|
<p>
|
|
43
|
-
I helped make the level designing tools used by the designers to drag-and-drop objects
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
I helped make the level designing tools used by the designers to drag-and-drop objects on the
|
|
42
|
+
stage. I also helped program the unique physics-based gameplay mechanic. This was was made in <span
|
|
43
|
+
class="qt-unity">Unity</span
|
|
44
|
+
>
|
|
45
|
+
written using <span class="qt-cs">C#</span>.
|
|
46
46
|
</p>
|
|
47
47
|
|
|
48
48
|
<ProjectDateBadge
|
|
@@ -57,16 +57,18 @@
|
|
|
57
57
|
<PinyaButton
|
|
58
58
|
buttonVariant={ButtonVariant.Image}
|
|
59
59
|
title="https://github.com/Zeyu-Li/Clockwork"
|
|
60
|
-
onclick={()=> window.open("https://github.com/Zeyu-Li/Clockwork")}
|
|
60
|
+
onclick={() => window.open("https://github.com/Zeyu-Li/Clockwork")}
|
|
61
|
+
>
|
|
61
62
|
<ImageIcon alt="github icon" src={GithubIcon} />
|
|
62
63
|
</PinyaButton>
|
|
63
64
|
<PinyaButton
|
|
64
65
|
buttonVariant={ButtonVariant.Image}
|
|
65
66
|
title="https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331"
|
|
66
|
-
onclick={()=>
|
|
67
|
+
onclick={() =>
|
|
68
|
+
window.open("https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331")}
|
|
69
|
+
>
|
|
67
70
|
<ImageIcon alt="itch.io icon" src={ItchLogoHotLink} />
|
|
68
71
|
</PinyaButton>
|
|
69
72
|
</section>
|
|
70
|
-
|
|
71
73
|
</FourPartCard>
|
|
72
74
|
{/snippet}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Soulwork.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Soulwork.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAM7E,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"Soulwork.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Soulwork.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAM7E,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAkChG,CAAC;AAE7B,QAAA,MAAM,GAAG,aAAa,CAAC;AACvB,QAAA,MAAM,WAAW,yFACsE,CAAC;AACxF,QAAA,MAAM,SAAS,yFACwE,CAAC;AACxF,QAAA,MAAM,WAAW,yCAAyC,CAAC;AAC3D,QAAA,MAAM,IAAI,UAAqD,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAStE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,QAAQ;;kBAA+E,CAAC;AAC5E,KAAK,QAAQ,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC;AAChD,eAAe,QAAQ,CAAC"}
|