diff --git a/dist/dynamic2.cjs b/dist/dynamic2.cjs index 38fc530..2ab763c 100644 --- a/dist/dynamic2.cjs +++ b/dist/dynamic2.cjs @@ -1 +1 @@ -"use strict";const a=require("./hooks.module-ig6AVjbC.cjs"),i=()=>{const[n,s]=a.p([]);return a._(()=>{fetch("https://pweyq25bld4d7d7chnijyyrpxq0yfbnh.lambda-url.eu-north-1.on.aws/?codefreeze=2025").then(t=>t.json()).then(t=>{s(t.sort((o,c)=>o.name.localeCompare(c.name)))}).catch(console.error)},[]),a.u(a.k,{children:n.map(t=>a.u(r,{profile:t}))})},r=({profile:n})=>a.u("div",{class:"participant",children:[a.u("img",{class:"avatar",src:n.photoThumbnail??"/images/avatar.jpg",alt:n.name}),a.u("h3",{children:[n.name,n.pronouns&&a.u("small",{children:[a.u("br",{}),n.pronouns]})]}),a.u("nav",{children:[n.homepage&&a.u(e,{icon:a.u("i",{class:"fas fa-home"}),href:n.homepage,title:`Homepage of ${n.name}`}),n.linkedin&&a.u(e,{icon:a.u("i",{class:"fab fa-linkedin"}),href:n.linkedin,title:`${n.name}'s LinkedIn profile`}),n.mastodon&&a.u(e,{icon:a.u("img",{src:"/logos/mastodon.svg",alt:"mastodon",class:"icon"}),href:n.mastodon,title:`${n.name} on Mastodon`}),n.matrix&&a.u(e,{icon:a.u("img",{src:"/logos/matrix.svg",alt:"matrix",class:"icon"}),href:n.matrix,title:`${n.name} on Matrix`}),n.github&&a.u(e,{icon:a.u("i",{class:"fab fa-github"}),href:n.github,title:`${n.name} on GitHub`})]})]}),e=({href:n,title:s,icon:t})=>a.u("a",{href:n,target:"_blank",rel:"noopener noreferrer",title:s,children:t});a.B(a.u(i,{}),document.getElementById("participants-container"));console.log(document.getElementById("participants")); +"use strict";const a=require("./hooks.module-ig6AVjbC.cjs"),i=()=>{const[n,s]=a.p([]);return a._(()=>{fetch("https://ruj56hpsooydu4jmctx5u7gdra0mbszw.lambda-url.eu-north-1.on.aws/?codefreeze=2025").then(t=>t.json()).then(t=>{s(t.sort((o,c)=>o.name.localeCompare(c.name)))}).catch(console.error)},[]),a.u(a.k,{children:n.map(t=>a.u(r,{profile:t}))})},r=({profile:n})=>a.u("div",{class:"participant",children:[a.u("img",{class:"avatar",src:n.photoThumbnail??"/images/avatar.jpg",alt:n.name}),a.u("h3",{children:[n.name,n.pronouns&&a.u("small",{children:[a.u("br",{}),n.pronouns]})]}),a.u("nav",{children:[n.homepage&&a.u(e,{icon:a.u("i",{class:"fas fa-home"}),href:n.homepage,title:`Homepage of ${n.name}`}),n.linkedin&&a.u(e,{icon:a.u("i",{class:"fab fa-linkedin"}),href:n.linkedin,title:`${n.name}'s LinkedIn profile`}),n.mastodon&&a.u(e,{icon:a.u("img",{src:"/logos/mastodon.svg",alt:"mastodon",class:"icon"}),href:n.mastodon,title:`${n.name} on Mastodon`}),n.matrix&&a.u(e,{icon:a.u("img",{src:"/logos/matrix.svg",alt:"matrix",class:"icon"}),href:n.matrix,title:`${n.name} on Matrix`}),n.github&&a.u(e,{icon:a.u("i",{class:"fab fa-github"}),href:n.github,title:`${n.name} on GitHub`})]})]}),e=({href:n,title:s,icon:t})=>a.u("a",{href:n,target:"_blank",rel:"noopener noreferrer",title:s,children:t});a.B(a.u(i,{}),document.getElementById("participants-container"));console.log(document.getElementById("participants")); diff --git a/dist/dynamic2.js b/dist/dynamic2.js index dffddde..12a57e2 100644 --- a/dist/dynamic2.js +++ b/dist/dynamic2.js @@ -3,7 +3,7 @@ const l = () => { const [n, s] = m([]); return r(() => { fetch( - "https://pweyq25bld4d7d7chnijyyrpxq0yfbnh.lambda-url.eu-north-1.on.aws/?codefreeze=2025" + "https://ruj56hpsooydu4jmctx5u7gdra0mbszw.lambda-url.eu-north-1.on.aws/?codefreeze=2025" ).then((t) => t.json()).then((t) => { s(t.sort( (o, c) => o.name.localeCompare(c.name) diff --git a/scripts/participants.tsx b/scripts/participants.tsx index b76ac86..5b94d13 100644 --- a/scripts/participants.tsx +++ b/scripts/participants.tsx @@ -18,7 +18,7 @@ const Participants = () => { useEffect(() => { fetch( - "https://pweyq25bld4d7d7chnijyyrpxq0yfbnh.lambda-url.eu-north-1.on.aws/?codefreeze=2025" + "https://ruj56hpsooydu4jmctx5u7gdra0mbszw.lambda-url.eu-north-1.on.aws/?codefreeze=2025" ) .then>((res) => res.json()) .then((participants) => {