Skip to content

Commit 9b3d081

Browse files
committed
Add pill interaction hints + organic dynamics
- Pill breathing glow pulse invites clicks - Delayed "pick a side" text fades in at 10% opacity after 4s - Mesh gradient blobs shift colors with scroll (blue→red palette) - Floating rings follow mouse cursor with parallax depth - Ring keyframes add organic scale breathing - Blob keyframes add subtle rotation - Remove shatter canvas particles
1 parent b705fbb commit 9b3d081

52 files changed

Lines changed: 189 additions & 116 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { joinPaths, isRemotePath } from '@astrojs/internal-helpers/path';
22
import { A as AstroError, E as ExpectedImage, L as LocalImageUsedWrongly, M as MissingImageDimension, l as UnsupportedImageFormat, I as IncompatibleDescriptorOptions, n as UnsupportedImageConversion, t as toStyleString, o as NoImageMetadata, F as FailedToFetchRemoteImageDimensions, p as ExpectedImageOptions, q as ExpectedNotESMImage, s as InvalidImageService, c as createAstro, a as createComponent, v as ImageMissingAlt, m as maybeRenderHead, d as addAttribute, w as spreadAttributes, b as renderTemplate, x as ExperimentalFontsNotEnabled, y as FontFamilyNotFound, u as unescapeHTML } from './astro/server.K-yHHyjY.js';
3-
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.DvchToNK.js';
3+
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.Cbz896LT.js';
44
import { isRemoteAllowed } from '@astrojs/internal-helpers/remote';
55
import * as mime from 'mrmime';
66
import 'clsx';
@@ -1188,7 +1188,7 @@ async function getConfiguredImageService() {
11881188
if (!globalThis?.astroAsset?.imageService) {
11891189
const { default: service } = await import(
11901190
// @ts-expect-error
1191-
'./sharp.BssNRP1G.js'
1191+
'./sharp.XrSMhsZb.js'
11921192
).catch((e) => {
11931193
const error = new AstroError(InvalidImageService);
11941194
error.cause = e;
@@ -1354,7 +1354,7 @@ const $$Image = createComponent(async ($$result, $$props, $$slots) => {
13541354
}
13551355
const { class: className, ...attributes } = { ...additionalAttributes, ...image.attributes };
13561356
return renderTemplate`${maybeRenderHead()}<img${addAttribute(image.src, "src")}${spreadAttributes(attributes)}${addAttribute(className, "class")}>`;
1357-
}, "/home/runner/work/mofa-org.github.io/mofa-org.github.io/mofa-website/node_modules/astro/components/Image.astro", void 0);
1357+
}, "/Users/yao/Desktop/code/work/mofa-org/mofa-org.github.io/mofa-website/node_modules/astro/components/Image.astro", void 0);
13581358

13591359
const $$Astro$1 = createAstro("https://mofa-org.github.io");
13601360
const $$Picture = createComponent(async ($$result, $$props, $$slots) => {
@@ -1425,7 +1425,7 @@ const $$Picture = createComponent(async ($$result, $$props, $$slots) => {
14251425
const srcsetAttribute = props.densities || !props.densities && !props.widths && !useResponsive ? `${image.src}${image.srcSet.values.length > 0 ? ", " + image.srcSet.attribute : ""}` : image.srcSet.attribute;
14261426
return renderTemplate`<source${addAttribute(srcsetAttribute, "srcset")}${addAttribute(mime.lookup(image.options.format ?? image.src) ?? `image/${image.options.format}`, "type")}${spreadAttributes(sourceAdditionalAttributes)}>`;
14271427
})} <img${addAttribute(fallbackImage.src, "src")}${spreadAttributes(attributes)}${addAttribute(className, "class")}> </picture>`;
1428-
}, "/home/runner/work/mofa-org.github.io/mofa-org.github.io/mofa-website/node_modules/astro/components/Picture.astro", void 0);
1428+
}, "/Users/yao/Desktop/code/work/mofa-org/mofa-org.github.io/mofa-website/node_modules/astro/components/Picture.astro", void 0);
14291429

14301430
const mod = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
14311431
__proto__: null
@@ -1448,7 +1448,7 @@ const $$Font = createComponent(($$result, $$props, $$slots) => {
14481448
});
14491449
}
14501450
return renderTemplate`${preload && data.preloadData.map(({ url, type }) => renderTemplate`<link rel="preload"${addAttribute(url, "href")} as="font"${addAttribute(`font/${type}`, "type")} crossorigin>`)}<style>${unescapeHTML(data.css)}</style>`;
1451-
}, "/home/runner/work/mofa-org.github.io/mofa-org.github.io/mofa-website/node_modules/astro/components/Font.astro", void 0);
1451+
}, "/Users/yao/Desktop/code/work/mofa-org/mofa-org.github.io/mofa-website/node_modules/astro/components/Font.astro", void 0);
14521452

14531453
const imageConfig = {"endpoint":{"route":"/_image"},"service":{"entrypoint":"astro/assets/services/sharp","config":{}},"domains":[],"remotePatterns":[],"responsiveStyles":false};
14541454
const getImage = async (options) => await getImage$1(options, imageConfig);

docs/assets/_astro_data-layer-content.CSOWE-SB.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/_astro_data-layer-content.Cd0CV_yX.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { A as AstroError, z as MissingSharp } from './astro/server.K-yHHyjY.js';
2-
import { b as baseService, p as parseQuality } from './_astro_assets.Dy0Qlt9O.js';
2+
import { b as baseService, p as parseQuality } from './_astro_assets.0Icoda-c.js';
33

44
let sharp;
55
const qualityTable = {

docs/blog/en/ai-is-a-way-of-reveal-humanity/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/blog/en/ai-software-evolution/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/blog/en/call-for-bounty-developers/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/blog/en/code-alert-n-super-agent/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/blog/en/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)