Skip to content

Commit ed0654f

Browse files
authored
intro draft (#7)
* hardcoded example of scroll * Attempt at preloading * Try loading the URLs * Format code * Force loading into img * Revert "Try loading the URLs" This reverts commit df7a7ad * Try preloading without src list * Format code * Refactored loading function * Format code * Remove smoothing, set size to image, change domain * Format code * Refactored into generic class
1 parent 9d2651a commit ed0654f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+163
-41
lines changed

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import tailwind from "@astrojs/tailwind";
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: "https://virtualbrainlab.github.io",
9-
base: "pinpoint-site",
8+
site: "https://pinpoint.virtualbrainlab.org",
109
integrations: [tailwind()],
1110
});

src/assets/intro/0000.webp

80.2 KB

src/assets/intro/0001.webp

80.2 KB

src/assets/intro/0002.webp

80.2 KB

src/assets/intro/0003.webp

80.2 KB

src/assets/intro/0004.webp

80.2 KB

src/assets/intro/0005.webp

80.2 KB

src/assets/intro/0006.webp

80.2 KB

src/assets/intro/0007.webp

81 KB

src/assets/intro/0008.webp

82.7 KB

0 commit comments

Comments
 (0)