1
0
Fork 0

northid.health/test - 2023-06-29

This commit is contained in:
jeff 2023-06-29 10:58:36 -07:00
commit 309a9a21bf
Signed by: jeff
GPG Key ID: 6672802D9BEE23CB
154 changed files with 4163 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# JetBrains' IDEs
.idea

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{R as m}from "./chunks/index.717f88cd.js";/* empty css */import{u as i}from "./chunks/useApi.0abc6ef7.js";import{u as l}from "./chunks/useQueryParams.5ca6a310.js";import{j as e}from "./chunks/jsx-runtime.ad781e20.js";function g(){const{postData:d,data:n,error:t}=i("/confirm-email"),a=l(),[r,o]=m.useState({name:a.name,password:""}),p= s=>{s.preventDefault(),d({emailAddress:a.email,confirmationCode:a.code,name:r.name,password:r.password})};return e.exports.jsx("div",{className:"my-12",children:e.exports.jsx("div",{children:e.exports.jsx("form",{onSubmit:p,children:e.exports.jsx("div",{children:e.exports.jsxs("div",{className:"grid grid-cols-1 gap-4 place-items-center text-slate-700",children:[e.exports.jsx("input",{type:"email",value:a.email,disabled:!0,className:"h-[42px] sm:flex-1 rounded px-2 min-w-[280px] sm:min-w-[380px] disabled:bg-gray-400 disabled:cursor-not-allowed",placeholder:"Email Address"}),e.exports.jsx("input",{type:"name",value:r.name,onChange: s=>o({...r,name:s.target.value}),className:"h-[42px] sm:flex-1 rounded px-2 min-w-[280px] sm:min-w-[380px]",placeholder:"Your Name"}),e.exports.jsx("input",{type:"password",value:r.password,onChange: s=>o({...r,password:s.target.value}),className:"h-[42px] sm:flex-1 rounded px-2 min-w-[280px] sm:min-w-[380px]",placeholder:"Password",minLength:8}),e.exports.jsx("input",{type:"submit",value:"Create Account",className:"button text-brand h-[42px] rounded border-brand border-2 !py-0 px-2"}),t&&e.exports.jsx("div",{className:"api-error p-4 bg-red-200 rounded border-red-500",children:e.exports.jsx("p",{className:"text-red-500",children:t})}),n&&e.exports.jsx("div",{className:"api-success p-4 bg-green-200 rounded border-green-500",children:e.exports.jsx("p",{className:"text-red-green",children:"You're in!"})})]})})})})})}export{g as default};

View File

@ -0,0 +1 @@
import{R as m}from "./chunks/index.717f88cd.js";import{L as r}from "./chunks/Logo.cde28912.js";import{u as d}from "./chunks/useApi.0abc6ef7.js";import{j as e}from "./chunks/jsx-runtime.ad781e20.js";function w(){const{postData:o,data:l,error:p}=d("/forgot-password"),[s,a]=m.useState({emailAddress:""}),x="w-full px-4 py-4 border-[1px] border-brand-100",n=s.emailAddress?"bg-brand text-white cursor-pointer":"bg-gray-300 text-gray-600",i= t=>{t.preventDefault(),o({emailAddress:s.emailAddress})};return l?e.exports.jsx(c,{}):e.exports.jsx("div",{className:"w-full flex justify-center",children:e.exports.jsxs("div",{className:"flex flex-col items-center p-4 w-[500px] rounded rounded-xl bg-white",children:[e.exports.jsx("div",{className:"mb-12 mt-8",children:e.exports.jsx(r,{className:"scale-125",color:"black"})}),e.exports.jsxs("div",{className:"flex flex-col mb-8 items-center w-2/3 text-center",children:[e.exports.jsx("h1",{className:"text-stone-700 text-2xl mb-4",children:"Forgot your password?"}),e.exports.jsx("span",{className:"text-stone-500 text-sm",children:"No worries, enter your email and we'll send you a link to reset your password."})]}),e.exports.jsxs("form",{onSubmit:i,children:[e.exports.jsx("input",{type:"email",value:s.emailAddress,onChange: t=>a({...s,emailAddress:t.target.value}),placeholder:"Email",className:`${x} rounded`}),e.exports.jsx("input",{type:"submit",value:"Submit",className:`w-full mt-8 rounded ${n} font-bold h-[52px]`})]})]})})}function c(){return e.exports.jsx("div",{className:"w-full flex justify-center",children:e.exports.jsxs("div",{className:"flex flex-col items-center p-4 w-[500px] rounded rounded-xl bg-white",children:[e.exports.jsx("div",{className:"mb-12 mt-8",children:e.exports.jsx(r,{className:"scale-125",color:"black"})}),e.exports.jsxs("div",{className:"flex flex-col mb-8 items-center w-2/3 text-center",children:[e.exports.jsx("h1",{className:"text-stone-700 text-2xl mb-4",children:"Email Sent!"}),e.exports.jsx("span",{className:"text-stone-500 text-sm",children:"Check your email for a link to reset your password."})]})]})})}export{w as default};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{R as l}from "./chunks/index.717f88cd.js";/* empty css */import{u as n}from "./chunks/useApi.0abc6ef7.js";import{j as e}from "./chunks/jsx-runtime.ad781e20.js";function u(){const{postData:a,data:o,error:t}=n("/signup"),[s,d]=l.useState({email:""}),i= r=>{r.preventDefault(),a({emailAddress:s.email})};return e.exports.jsx("div",{className:"my-12",children:e.exports.jsx("div",{children:e.exports.jsxs("form",{onSubmit:i,children:[e.exports.jsxs("h2",{className:"my-1 text-lg text-white text-center",children:["To get started, simply enter your email address. ",e.exports.jsx("br",{}),"We'll send you an email to set a password and activate your account."]}),e.exports.jsx("div",{children:e.exports.jsxs("div",{className:"grid grid-cols-1 gap-4 place-items-center text-slate-700",children:[e.exports.jsxs("div",{className:"flex sm:flex-row flex-col gap-4",children:[e.exports.jsx("input",{type:"email",value:s.email,onChange: r=>d({...s,email:r.target.value}),className:"h-[42px] sm:flex-1 rounded px-2 sm:min-w-[380px]",placeholder:"Email Address"}),e.exports.jsx("input",{type:"submit",value:"Join the Network",className:"button text-brand h-[42px] rounded border-brand border-2 !py-0 px-2"})]}),t&&e.exports.jsx("div",{className:"api-error p-4 bg-red-200 rounded border-red-500",children:e.exports.jsx("p",{className:"text-red-500",children:t})}),o&&e.exports.jsx("div",{className:"api-success p-4 bg-green-200 rounded border-green-500",children:e.exports.jsx("p",{className:"text-red-green",children:"Check your email!"})})]})})]})})})}export{u as default};

View File

@ -0,0 +1 @@
import{R as a}from "./chunks/index.717f88cd.js";import{L as m}from "./chunks/Logo.cde28912.js";import{u as p}from "./chunks/useApi.0abc6ef7.js";import{j as e}from "./chunks/jsx-runtime.ad781e20.js";function g(){const{postData:l,data:d,error:u}=p("/login"),[s,o]=a.useState({emailAddress:"",password:""}),t="w-full px-4 py-4 border-[1px] border-brand-100",i=s.emailAddress&&s.password?"bg-brand text-white":"bg-gray-300 text-gray-600",n= r=>{r.preventDefault(),l({emailAddress:s.emailAddress,password:s.password})};return a.useEffect(()=>{d&&(window.location="/dashboard")}),e.exports.jsx("div",{className:"w-full flex justify-center",children:e.exports.jsxs("div",{className:"flex flex-col items-center p-4 w-[500px] rounded rounded-xl bg-white",children:[e.exports.jsx("div",{className:"mb-12 mt-8",children:e.exports.jsx(m,{className:"scale-125",color:"black"})}),e.exports.jsxs("form",{onSubmit:n,children:[e.exports.jsx("input",{type:"email",value:s.emailAddress,onChange: r=>o({...s,emailAddress:r.target.value}),placeholder:"Email",className:`${t} rounded-t`}),e.exports.jsx("input",{type:"password",value:s.password,onChange: r=>o({...s,password:r.target.value}),placeholder:"Password",className:`${t} rounded-b border-t-0`}),e.exports.jsx("div",{className:"flex mt-4 justify-end w-full",children:e.exports.jsx("a",{href:"/forgot-password",className:"text-brand",children:"Forgot your password?"})}),e.exports.jsx("input",{type:"submit",value:"Login",className:`w-full mt-8 rounded ${i} font-bold h-[52px]`})]})]})})}export{g as default};

View File

@ -0,0 +1 @@
import{R as d}from "./chunks/index.717f88cd.js";/* empty css */import{u as l}from "./chunks/useApi.0abc6ef7.js";import{j as e}from "./chunks/jsx-runtime.ad781e20.js";function c(){const{postData:a,data:i,error:m}=l("/mailing-list/signup"),[s,t]=d.useState({emailAddress:"",name:""}),n= r=>{r.preventDefault(),a({emailAddress:s.emailAddress,name:s.name})};return e.exports.jsx("div",{children:e.exports.jsx("div",{className:"text-slate-300",children:e.exports.jsx("form",{onSubmit:n,children:e.exports.jsxs("div",{children:[e.exports.jsx("h2",{className:"my-1 text-lg text-white",children:"Join the Mailing List"}),e.exports.jsxs("div",{className:"grid gap-2 sm:flex",children:[e.exports.jsx("div",{children:e.exports.jsx("div",{className:"sm:align-center grid gap-2 sm:flex sm:h-[42px]",children:e.exports.jsx("input",{type:"text",value:s.name,onChange: r=>t({...s,name:r.target.value}),className:"required name h-[42px] flex-1 rounded px-2",required:!0,placeholder:"Name"})})}),e.exports.jsx("div",{className:"mc-field-group",children:e.exports.jsx("div",{className:"sm:align-center grid gap-2 sm:flex sm:h-[42px]",children:e.exports.jsx("input",{type:"email",value:s.emailAddress,onChange: r=>t({...s,emailAddress:r.target.value}),className:"required email h-[42px] flex-1 rounded px-2",required:!0,placeholder:"Email Address"})})}),e.exports.jsx("input",{type:"submit",defaultValue:"Subscribe",name:"subscribe",className:"button text-brand h-[42px] rounded border-brand border-2 !py-0 px-2 sm:ml-2"})]}),i&&e.exports.jsx("div",{className:"p-2 my-2 text-green bg-green-200 rounded border-green-500",children:e.exports.jsx("p",{className:"text-green-700",children:"You're in! Look for a confirmation email in your inbox."})})]})})})})}export{c as default};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{R as w}from "./chunks/index.717f88cd.js";import{L as c}from "./chunks/Logo.cde28912.js";import{u}from "./chunks/useApi.0abc6ef7.js";import{u as f}from "./chunks/useQueryParams.5ca6a310.js";import{j as e}from "./chunks/jsx-runtime.ad781e20.js";function y(){const{postData:x,data:d,error:j}=u("/password-reset"),r=f(),[s,a]=w.useState({newPassword:"",confirmNewPassword:""}),o=[{text:"At least 8 characters",isMet:s.newPassword.length>=8},{text:"At least 1 lowercase letter",isMet:s.newPassword.match(/[a-z]/g)},{text:"At least 1 uppercase letter",isMet:s.newPassword.match(/[A-Z]/g)},{text:"At least 1 number",isMet:s.newPassword.match(/[0-9]/g)},{text:"At least 1 special character",isMet:s.newPassword.match(/[^a-zA-Z\d]/g)},{text:"Passwords match",isMet:s.newPassword===s.confirmNewPassword}],l="w-full px-4 py-4 border-[1px] border-brand-100",n=o.reduce((t, p)=>t&&p.isMet,!0),i=n?"bg-brand text-white cursor-pointer":"bg-gray-300 text-gray-600",m= t=>{t.preventDefault(),n&&x({newPassword:s.newPassword,confirmationCode:r.code,emailAddress:r.email})};return d?e.exports.jsx(h,{}):e.exports.jsx("div",{className:"w-full flex justify-center",children:e.exports.jsxs("div",{className:"relative flex flex-col items-center p-4 w-[500px] rounded rounded-xl bg-white",children:[e.exports.jsx("div",{className:"mb-12 mt-8",children:e.exports.jsx(c,{className:"scale-125",color:"black"})}),e.exports.jsx("h1",{className:"text-stone-700 text-center text-2xl mb-4",children:"Reset your password"}),e.exports.jsxs("div",{className:"flex flex-col w-full justify-start mb-4 ml-2",children:[e.exports.jsx("span",{className:"text-stone-500 text-sm mb-2",children:"Password requirements:"}),e.exports.jsx("ul",{className:"text-stone-500 text-sm list-disc ml-4",children:o.map(t=>e.exports.jsx("li",{className:t.isMet?"text-green-500":"text-red-500",children:t.text}))})]}),e.exports.jsxs("form",{onSubmit:m,children:[e.exports.jsx("input",{type:"password",value:s.newPassword,onChange: t=>a({...s,newPassword:t.target.value}),placeholder:"New password",className:`${l} rounded-t`}),e.exports.jsx("input",{type:"password",value:s.confirmNewPassword,onChange: t=>a({...s,confirmNewPassword:t.target.value}),placeholder:"Confirm new password",className:`${l} border-t-0 rounded-b`}),e.exports.jsx("input",{type:"submit",value:"Reset password",className:`w-full mt-8 rounded ${i} font-bold h-[52px]`})]})]})})}function h(){return e.exports.jsx("div",{className:"w-full flex justify-center",children:e.exports.jsxs("div",{className:"flex flex-col items-center p-4 w-[500px] rounded rounded-xl bg-white",children:[e.exports.jsx("div",{className:"mb-12 mt-8",children:e.exports.jsx(c,{className:"scale-125",color:"black"})}),e.exports.jsxs("div",{className:"flex flex-col mb-8 items-center w-2/3 text-center",children:[e.exports.jsx("h1",{className:"text-stone-700 text-2xl mb-4",children:"Password successfully reset!"}),e.exports.jsx("span",{className:"text-stone-500 text-sm",children:"You can now log in with your new password."}),e.exports.jsx("a",{href:"/login",className:"text-brand-500",children:"Log in"})]})]})})}export{y as default};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{r as e}from "./chunks/index.717f88cd.js";import{i as f}from "./chunks/screenUtils.2167f488.js";import{j as l}from "./chunks/jsx-runtime.ad781e20.js";function x(){const[n,r]=e.exports.useState([0,0]);return e.exports.useLayoutEffect(()=>{const t=()=>{r([window.innerWidth,window.innerHeight])};return window.addEventListener("resize",t),t(),()=>window.removeEventListener("resize",t)},[]),n}const v=({data:n})=>{const[r,t]=e.exports.useState(!1),s=e.exports.createRef(),[u]=x(),p="whitespace-pre-wrap",o="line-clamp-4",c="line-clamp-none",[i,d]=e.exports.useState(o);e.exports.useEffect(()=>{if(!s.current)return;const a=f(s.current);a!==r&&t(a)},[s.current,u]);function w(){d(i===o?c:o)}return l.exports.jsxs("div",{children:[l.exports.jsx("p",{className:`${p} ${i}`,ref:s,children:n}),r?l.exports.jsx("button",{className:"text-brand-600 dark:text-brand-600 hover:text-brand-600 mt-2",onClick:w,children:i===c?"Show Less":"Show More"}):null]})};export{v as ProviderBlurb};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
<svg xmlns='http://www.w3.org/2000/svg' width='100%'><rect fill='#165A78' width='540' height='450'/><defs><linearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%' gradientTransform='rotate(277,625,484)'><stop offset='0' stop-color='#165A78'/><stop offset='1' stop-color='#0EA5E9'/></linearGradient><pattern patternUnits='userSpaceOnUse' id='b' width='498' height='415' x='0' y='0' viewBox='0 0 1080 900'><g fill-opacity='0.07'><polygon fill='#444' points='90 150 0 300 180 300'/><polygon points='90 150 180 0 0 0'/><polygon fill='#AAA' points='270 150 360 0 180 0'/><polygon fill='#DDD' points='450 150 360 300 540 300'/><polygon fill='#999' points='450 150 540 0 360 0'/><polygon points='630 150 540 300 720 300'/><polygon fill='#DDD' points='630 150 720 0 540 0'/><polygon fill='#444' points='810 150 720 300 900 300'/><polygon fill='#FFF' points='810 150 900 0 720 0'/><polygon fill='#DDD' points='990 150 900 300 1080 300'/><polygon fill='#444' points='990 150 1080 0 900 0'/><polygon fill='#DDD' points='90 450 0 600 180 600'/><polygon points='90 450 180 300 0 300'/><polygon fill='#666' points='270 450 180 600 360 600'/><polygon fill='#AAA' points='270 450 360 300 180 300'/><polygon fill='#DDD' points='450 450 360 600 540 600'/><polygon fill='#999' points='450 450 540 300 360 300'/><polygon fill='#999' points='630 450 540 600 720 600'/><polygon fill='#FFF' points='630 450 720 300 540 300'/><polygon points='810 450 720 600 900 600'/><polygon fill='#DDD' points='810 450 900 300 720 300'/><polygon fill='#AAA' points='990 450 900 600 1080 600'/><polygon fill='#444' points='990 450 1080 300 900 300'/><polygon fill='#222' points='90 750 0 900 180 900'/><polygon points='270 750 180 900 360 900'/><polygon fill='#DDD' points='270 750 360 600 180 600'/><polygon points='450 750 540 600 360 600'/><polygon points='630 750 540 900 720 900'/><polygon fill='#444' points='630 750 720 600 540 600'/><polygon fill='#AAA' points='810 750 720 900 900 900'/><polygon fill='#666' points='810 750 900 600 720 600'/><polygon fill='#999' points='990 750 900 900 1080 900'/><polygon fill='#999' points='180 0 90 150 270 150'/><polygon fill='#444' points='360 0 270 150 450 150'/><polygon fill='#FFF' points='540 0 450 150 630 150'/><polygon points='900 0 810 150 990 150'/><polygon fill='#222' points='0 300 -90 450 90 450'/><polygon fill='#FFF' points='0 300 90 150 -90 150'/><polygon fill='#FFF' points='180 300 90 450 270 450'/><polygon fill='#666' points='180 300 270 150 90 150'/><polygon fill='#222' points='360 300 270 450 450 450'/><polygon fill='#FFF' points='360 300 450 150 270 150'/><polygon fill='#444' points='540 300 450 450 630 450'/><polygon fill='#222' points='540 300 630 150 450 150'/><polygon fill='#AAA' points='720 300 630 450 810 450'/><polygon fill='#666' points='720 300 810 150 630 150'/><polygon fill='#FFF' points='900 300 810 450 990 450'/><polygon fill='#999' points='900 300 990 150 810 150'/><polygon points='0 600 -90 750 90 750'/><polygon fill='#666' points='0 600 90 450 -90 450'/><polygon fill='#AAA' points='180 600 90 750 270 750'/><polygon fill='#444' points='180 600 270 450 90 450'/><polygon fill='#444' points='360 600 270 750 450 750'/><polygon fill='#999' points='360 600 450 450 270 450'/><polygon fill='#666' points='540 600 630 450 450 450'/><polygon fill='#222' points='720 600 630 750 810 750'/><polygon fill='#FFF' points='900 600 810 750 990 750'/><polygon fill='#222' points='900 600 990 450 810 450'/><polygon fill='#DDD' points='0 900 90 750 -90 750'/><polygon fill='#444' points='180 900 270 750 90 750'/><polygon fill='#FFF' points='360 900 450 750 270 750'/><polygon fill='#AAA' points='540 900 630 750 450 750'/><polygon fill='#FFF' points='720 900 810 750 630 750'/><polygon fill='#222' points='900 900 990 750 810 750'/><polygon fill='#222' points='1080 300 990 450 1170 450'/><polygon fill='#FFF' points='1080 300 1170 150 990 150'/><polygon points='1080 600 990 750 1170 750'/><polygon fill='#666' points='1080 600 1170 450 990 450'/><polygon fill='#DDD' points='1080 900 1170 750 990 750'/></g></pattern></defs><rect x='0' y='0' fill='url(#a)' width='100%' height='100%'/><rect x='0' y='0' fill='url(#b)' width='100%' height='100%'/></svg>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.key-point{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.reason-desc a{text-decoration-line:underline;text-decoration-color:#38bdf8;text-decoration-style:dashed;text-underline-offset:2px}

View File

@ -0,0 +1,22 @@
<svg width="122" height="32" viewBox="0 0 122 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 10.75H19.3021L23.9905 18.4375H24.0217V10.75H26.4516V21.8125H23.274L18.461 13.9375H18.4299V21.8125H16V10.75Z" fill="white"/>
<path d="M28.1249 18.0156C28.1249 17.4115 28.2339 16.8646 28.452 16.375C28.6701 15.8854 28.966 15.4688 29.3398 15.125C29.724 14.7708 30.1706 14.5 30.6794 14.3125C31.1986 14.125 31.7489 14.0312 32.3304 14.0312C32.912 14.0312 33.4571 14.125 33.9659 14.3125C34.4851 14.5 34.9317 14.7708 35.3055 15.125C35.6897 15.4688 35.9908 15.8854 36.2089 16.375C36.427 16.8646 36.536 17.4115 36.536 18.0156C36.536 18.6198 36.427 19.1667 36.2089 19.6562C35.9908 20.1458 35.6897 20.5677 35.3055 20.9219C34.9317 21.2656 34.4851 21.5312 33.9659 21.7187C33.4571 21.9062 32.912 22 32.3304 22C31.7489 22 31.1986 21.9062 30.6794 21.7187C30.1706 21.5312 29.724 21.2656 29.3398 20.9219C28.966 20.5677 28.6701 20.1458 28.452 19.6562C28.2339 19.1667 28.1249 18.6198 28.1249 18.0156ZM30.4613 18.0156C30.4613 18.5885 30.6223 19.0521 30.9442 19.4062C31.2765 19.7604 31.7386 19.9375 32.3304 19.9375C32.9223 19.9375 33.3792 19.7604 33.7011 19.4062C34.0334 19.0521 34.1996 18.5885 34.1996 18.0156C34.1996 17.4427 34.0334 16.9792 33.7011 16.625C33.3792 16.2708 32.9223 16.0937 32.3304 16.0937C31.7386 16.0937 31.2765 16.2708 30.9442 16.625C30.6223 16.9792 30.4613 17.4427 30.4613 18.0156Z" fill="white"/>
<path d="M37.9122 14.2188H40.2486V15.4375H40.2797C40.529 14.9687 40.8249 14.6198 41.1676 14.3906C41.5102 14.151 41.9412 14.0312 42.4604 14.0312C42.5954 14.0312 42.7304 14.0365 42.8654 14.0469C43.0004 14.0573 43.125 14.0781 43.2392 14.1094V16.25C43.0731 16.1979 42.9069 16.1615 42.7408 16.1406C42.585 16.1094 42.4189 16.0937 42.2423 16.0937C41.7958 16.0937 41.4428 16.1562 41.1832 16.2813C40.9235 16.4063 40.7211 16.5833 40.5757 16.8125C40.4407 17.0312 40.3524 17.2969 40.3109 17.6094C40.2693 17.9219 40.2486 18.2656 40.2486 18.6406V21.8125H37.9122V14.2188Z" fill="white"/>
<path d="M49.4109 16.0937H47.3548V18.625C47.3548 18.8333 47.3652 19.026 47.386 19.2031C47.4067 19.3698 47.4535 19.5156 47.5262 19.6406C47.5988 19.7656 47.7079 19.8646 47.8533 19.9375C48.009 20 48.2115 20.0312 48.4607 20.0312C48.5853 20.0312 48.7463 20.0208 48.9436 20C49.1513 19.9688 49.307 19.9063 49.4109 19.8125V21.7656C49.1513 21.8594 48.8813 21.9219 48.6009 21.9531C48.3205 21.9844 48.0454 22 47.7754 22C47.3808 22 47.0173 21.9583 46.685 21.875C46.3528 21.7917 46.062 21.6615 45.8128 21.4844C45.5636 21.2969 45.3663 21.0573 45.2209 20.7656C45.0859 20.474 45.0184 20.1198 45.0184 19.7031V16.0937H43.5231V14.2188H45.0184V11.9687H47.3548V14.2188H49.4109V16.0937Z" fill="white"/>
<path d="M52.9346 10V15.25H52.9657C53.0177 15.1042 53.1059 14.9583 53.2305 14.8125C53.3551 14.6667 53.5057 14.5365 53.6822 14.4219C53.8588 14.3073 54.0665 14.2135 54.3053 14.1406C54.5441 14.0677 54.8037 14.0312 55.0841 14.0312C55.676 14.0312 56.1536 14.125 56.5171 14.3125C56.8805 14.4896 57.1609 14.7396 57.3582 15.0625C57.5659 15.3854 57.7061 15.7656 57.7788 16.2031C57.8514 16.6406 57.8878 17.1146 57.8878 17.625V21.8125H55.5514V18.0937C55.5514 17.875 55.541 17.651 55.5202 17.4219C55.5098 17.1823 55.4631 16.9635 55.38 16.7656C55.3073 16.5677 55.1879 16.4063 55.0218 16.2813C54.866 16.1562 54.6376 16.0937 54.3364 16.0937C54.0353 16.0937 53.7913 16.151 53.6044 16.2656C53.4174 16.3698 53.2721 16.5156 53.1682 16.7031C53.0748 16.8802 53.0125 17.0833 52.9813 17.3125C52.9502 17.5417 52.9346 17.7813 52.9346 18.0312V21.8125H50.5982V10H52.9346Z" fill="white"/>
<path d="M59.8071 10.75H62.2369V21.8125H59.8071V10.75Z" fill="white"/>
<path d="M72.095 21.8125H69.9455V20.8125H69.9144C69.8209 20.9479 69.6963 21.0885 69.5405 21.2344C69.3952 21.3698 69.2186 21.4948 69.0109 21.6094C68.8137 21.724 68.5904 21.8177 68.3412 21.8906C68.1023 21.9635 67.8531 22 67.5935 22C67.0328 22 66.524 21.9062 66.0671 21.7187C65.6102 21.5208 65.2156 21.25 64.8833 20.9062C64.5614 20.5521 64.3122 20.1354 64.1356 19.6562C63.9591 19.1771 63.8708 18.651 63.8708 18.0781C63.8708 17.5469 63.9487 17.0417 64.1045 16.5625C64.2706 16.0729 64.4991 15.6406 64.7898 15.2656C65.091 14.8906 65.4544 14.5937 65.8802 14.375C66.3059 14.1458 66.7888 14.0312 67.3287 14.0312C67.8168 14.0312 68.2685 14.1094 68.6838 14.2656C69.1096 14.4115 69.4575 14.6667 69.7274 15.0313H69.7586V10H72.095V21.8125ZM69.9455 18.0156C69.9455 17.4427 69.7794 16.9792 69.4471 16.625C69.1252 16.2708 68.6683 16.0937 68.0764 16.0937C67.4845 16.0937 67.0224 16.2708 66.6901 16.625C66.3682 16.9792 66.2072 17.4427 66.2072 18.0156C66.2072 18.5885 66.3682 19.0521 66.6901 19.4062C67.0224 19.7604 67.4845 19.9375 68.0764 19.9375C68.6683 19.9375 69.1252 19.7604 69.4471 19.4062C69.7794 19.0521 69.9455 18.5885 69.9455 18.0156Z" fill="white"/>
<path d="M79.241 10.75H80.3625V15.5469H86.3749V10.75H87.4964V21.8125H86.3749V16.5781H80.3625V21.8125H79.241V10.75Z" fill="white"/>
<path d="M95.7779 17.5937C95.7779 16.8958 95.5702 16.3333 95.1548 15.9062C94.7395 15.4687 94.158 15.25 93.4103 15.25C93.078 15.25 92.7561 15.3177 92.4446 15.4531C92.1331 15.5781 91.8579 15.75 91.619 15.9687C91.3906 16.1875 91.2037 16.4375 91.0583 16.7187C90.9233 17 90.8558 17.2917 90.8558 17.5937H95.7779ZM90.8247 18.4375C90.8558 18.8021 90.9441 19.1458 91.0895 19.4687C91.2348 19.7917 91.4269 20.0729 91.6658 20.3125C91.9046 20.5417 92.1798 20.724 92.4913 20.8594C92.8028 20.9948 93.1403 21.0625 93.5038 21.0625C94.0541 21.0625 94.5266 20.9375 94.9212 20.6875C95.3262 20.4271 95.6325 20.1302 95.8402 19.7969L96.6346 20.4531C96.1984 21.0052 95.7156 21.401 95.186 21.6406C94.6668 21.8802 94.106 22 93.5038 22C92.9638 22 92.4602 21.9062 91.9929 21.7187C91.536 21.5208 91.1414 21.25 90.8091 20.9062C90.4768 20.5625 90.212 20.1563 90.0147 19.6875C89.8278 19.2188 89.7343 18.7083 89.7343 18.1562C89.7343 17.6042 89.8278 17.0938 90.0147 16.625C90.2016 16.1563 90.4612 15.75 90.7935 15.4062C91.1258 15.0625 91.5152 14.7969 91.9617 14.6094C92.4082 14.4115 92.8911 14.3125 93.4103 14.3125C93.9607 14.3125 94.4539 14.4115 94.89 14.6094C95.3262 14.8073 95.6896 15.0729 95.9804 15.4062C96.2815 15.7292 96.5099 16.1146 96.6657 16.5625C96.8215 17 96.8994 17.4688 96.8994 17.9687V18.4375H90.8247Z" fill="white"/>
<path d="M102.906 18.1719C102.647 18.1719 102.32 18.1875 101.925 18.2187C101.541 18.2396 101.167 18.3021 100.804 18.4062C100.451 18.5 100.144 18.651 99.8847 18.8594C99.6355 19.0677 99.5109 19.3542 99.5109 19.7187C99.5109 19.9583 99.5576 20.1667 99.6511 20.3438C99.7549 20.5104 99.8899 20.651 100.056 20.7656C100.222 20.8698 100.404 20.9479 100.601 21C100.809 21.0417 101.017 21.0625 101.224 21.0625C101.598 21.0625 101.92 21 102.19 20.875C102.47 20.75 102.704 20.5833 102.891 20.375C103.078 20.1562 103.213 19.9063 103.296 19.625C103.389 19.3333 103.436 19.026 103.436 18.7031V18.1719H102.906ZM103.436 17.3281V17.1406C103.436 15.8802 102.813 15.25 101.567 15.25C100.715 15.25 99.973 15.5365 99.3396 16.1094L98.7165 15.375C99.4019 14.6667 100.43 14.3125 101.801 14.3125C102.154 14.3125 102.491 14.3646 102.813 14.4687C103.145 14.5729 103.431 14.7344 103.67 14.9531C103.909 15.1615 104.101 15.4271 104.246 15.75C104.391 16.0729 104.464 16.4583 104.464 16.9062V20.1719C104.464 20.4531 104.474 20.75 104.495 21.0625C104.526 21.3646 104.558 21.6146 104.589 21.8125H103.592C103.561 21.6354 103.535 21.4427 103.514 21.2344C103.504 21.026 103.498 20.8229 103.498 20.625H103.467C103.166 21.1146 102.808 21.4687 102.392 21.6875C101.988 21.8958 101.489 22 100.897 22C100.575 22 100.264 21.9531 99.9626 21.8594C99.6615 21.776 99.3915 21.6458 99.1527 21.4687C98.9242 21.2812 98.7373 21.0573 98.5919 20.7969C98.4569 20.526 98.3894 20.2135 98.3894 19.8594C98.3894 19.2656 98.54 18.8021 98.8411 18.4687C99.1527 18.125 99.5369 17.8698 99.9938 17.7031C100.461 17.5365 100.954 17.4323 101.473 17.3906C102.003 17.349 102.486 17.3281 102.922 17.3281H103.436Z" fill="white"/>
<path d="M108.102 21.8125H107.074V10H108.102V21.8125Z" fill="white"/>
<path d="M114.352 15.4375H112.249V19.75C112.249 20.0208 112.275 20.2448 112.327 20.4219C112.379 20.5885 112.451 20.7187 112.545 20.8125C112.638 20.9062 112.747 20.974 112.872 21.0156C113.007 21.0469 113.152 21.0625 113.308 21.0625C113.485 21.0625 113.666 21.0365 113.853 20.9844C114.04 20.9323 114.211 20.8646 114.367 20.7813L114.414 21.7344C114.03 21.9115 113.568 22 113.028 22C112.83 22 112.623 21.974 112.405 21.9219C112.197 21.8698 112.005 21.7708 111.828 21.625C111.652 21.4792 111.506 21.2812 111.392 21.0312C111.278 20.7812 111.221 20.4531 111.221 20.0469V15.4375H109.679V14.5H111.221V12.4375H112.249V14.5H114.352V15.4375Z" fill="white"/>
<path d="M115.754 10H116.782V15.6719H116.813C116.927 15.474 117.073 15.2917 117.249 15.125C117.426 14.9583 117.623 14.8177 117.841 14.7031C118.059 14.5781 118.288 14.4844 118.527 14.4219C118.776 14.349 119.02 14.3125 119.259 14.3125C120.193 14.3125 120.884 14.5625 121.33 15.0625C121.777 15.5521 122 16.2552 122 17.1719V21.8125H120.972V17.7656C120.972 16.9531 120.832 16.3333 120.551 15.9062C120.271 15.4687 119.752 15.25 118.994 15.25C118.942 15.25 118.797 15.2708 118.558 15.3125C118.319 15.3542 118.064 15.4688 117.794 15.6563C117.535 15.8438 117.301 16.125 117.094 16.5C116.886 16.875 116.782 17.3958 116.782 18.0625V21.8125H115.754V10Z" fill="white"/>
<path d="M35 9.86365C35 7.81459 34.292 5.82882 32.9963 4.2442C31.7007 2.65958 29.8976 1.57399 27.8937 1.17214C25.8898 0.770287 23.8089 1.07699 22.0051 2.04007C20.2013 3.00316 18.786 4.56312 18 6.45456C17.214 4.56312 15.7987 3.00316 13.9949 2.04007C12.1911 1.07699 10.1102 0.770287 8.10633 1.17214C6.10243 1.57399 4.29927 2.65958 3.00366 4.2442C1.70804 5.82882 1 7.81459 1 9.86365C1 21.4546 18 31 18 31C18 31 21.0118 29.3089 24.5 26.4859" stroke="url(#paint0_linear_68_4008)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<defs>
<linearGradient id="paint0_linear_68_4008" x1="18" y1="1" x2="18" y2="31" gradientUnits="userSpaceOnUse">
<stop stop-color="#0EA5E9"/>
<stop offset="1" stop-color="#0EA5E9" stop-opacity="0.2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,3 @@
<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.8974 18.6201C19.8299 18.7356 19.7327 18.8315 19.6158 18.8982C19.4988 18.9649 19.3661 19 19.231 19H0.768484C0.633516 18.9999 0.500959 18.9647 0.384124 18.8979C0.26729 18.8312 0.17029 18.7352 0.102866 18.6197C0.0354414 18.5042 -3.46252e-05 18.3732 2.53589e-08 18.2399C3.46759e-05 18.1066 0.0355787 17.9756 0.103063 17.8602C1.56757 15.3591 3.82442 13.5658 6.45822 12.7157C5.15542 11.9495 4.14323 10.7822 3.57709 9.39281C3.01094 8.00345 2.92215 6.46893 3.32434 5.02489C3.72653 3.58085 4.59746 2.30715 5.8034 1.39939C7.00934 0.491631 8.48359 0 9.99976 0C11.5159 0 12.9902 0.491631 14.1961 1.39939C15.4021 2.30715 16.273 3.58085 16.6752 5.02489C17.0774 6.46893 16.9886 8.00345 16.4224 9.39281C15.8563 10.7822 14.8441 11.9495 13.5413 12.7157C16.1751 13.5658 18.432 15.3591 19.8965 17.8602C19.9641 17.9756 19.9998 18.1066 20 18.24C20.0002 18.3734 19.9648 18.5044 19.8974 18.6201Z" fill="#1B1917"/>
</svg>

After

Width:  |  Height:  |  Size: 1006 B

View File

@ -0,0 +1 @@
import{r as i,R as u}from "./index.717f88cd.js";const j=i.exports.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1});var E=Object.defineProperty,a=Object.getOwnPropertySymbols,w=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,g=(e, o, r)=>o in e?E(e,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[o]=r,m=(e, o)=>{for(var r in o||(o={}))w.call(o,r)&&g(e,r,o[r]);if(a)for(var r of a(o))v.call(o,r)&&g(e,r,o[r]);return e},p=(e, o)=>{var r={};for(var l in e)w.call(e,l)&&o.indexOf(l)<0&&(r[l]=e[l]);if(e!=null&&a)for(var l of a(e))o.indexOf(l)<0&&v.call(e,l)&&(r[l]=e[l]);return r};const P=i.exports.forwardRef((e, o)=>{const r=e,{alt:l,color:n,size:t,weight:c,mirrored:d,children:h,weights:x}=r,b=p(r,["alt","color","size","weight","mirrored","children","weights"]),s=i.exports.useContext(j),{color:y="currentColor",size:f,weight:O="regular",mirrored:z=!1}=s,C=p(s,["color","size","weight","mirrored"]);return u.createElement("svg",m(m({ref:o,xmlns:"http://www.w3.org/2000/svg",width:t??f,height:t??f,fill:n??y,viewBox:"0 0 256 256",transform:d||z?"scale(-1, 1)":void 0},C),b),!!l&&u.createElement("title",null,l),h,x.get(c??O))});P.displayName="IconBase";export{P};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,9 @@
import{r as i}from "./index.717f88cd.js";var l={exports:{}},n={};/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/var u=i.exports,m=Symbol.for("react.element"),y=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,c=u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,d={key:!0,ref:!0,__self:!0,__source:!0};function s(o,r,_){var e,t={},f=null,p=null;_!==void 0&&(f=""+_),r.key!==void 0&&(f=""+r.key),r.ref!==void 0&&(p=r.ref);for(e in r)a.call(r,e)&&!d.hasOwnProperty(e)&&(t[e]=r[e]);if(o&&o.defaultProps)for(e in r=o.defaultProps,r)t[e]===void 0&&(t[e]=r[e]);return{$$typeof:m,type:o,key:f,ref:p,props:t,_owner:c.current}}n.Fragment=y;n.jsx=s;n.jsxs=s;(function(o){o.exports=n})(l);export{l as j};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
const t={website:"https://northid.health/",author:"North Idaho Health",desc:"North Idaho Health exists to connect people with healthcare-related organizations in North Idaho. Find the local provider you're looking for with a quick search.",title:"North Idaho Health",ogImage:"siteOgImage.png",aboutUs:["North Idaho Health was created to connect healthcare providers and those seeking healthcare. There are many healthcare-related groups in North Idaho, and we seek to connect them all.","Existing groups use chat rooms to communicate, but important messages get lost due to the volume of communication. Similar questions are frequently repeated. North Idaho Health will greatly reduce the chatter by providing a platform to blog and reference.","There are events almost every week, but no way to know they are happening. North Idaho Health will create a shared calendar so all can see when these public events are happening.","North Idaho Health will maintain a newsletter to keep the community up to date, as well as promote healthcare-related organizations."],whyJoin:[{title:"Networking",desc:"This seems self-evident in joining a network, but deserves restating. By joining this network, you are making it simpler for like-minded people to find you. We are much stronger than the sum of the group."},{title:"SEO value",desc:"<a href='https://developers.google.com/search/docs/fundamentals/seo-starter-guide#glossary' target='_blank'>Search Engine Optimization</a> is the process of making a website better for search engines. There are many <a href='https://developers.google.com/search/docs/appearance/ranking-systems-guide#reliable-information-systems' target='_blank'>factors</a> involved in making a website rank higher in search engines. By listing your organization on North Idaho Health, you are adding to your website's score because North Idaho Health is purpose built for healthcare related organizations."},{title:"The mailing list",desc:"North Idaho Health will send out a monthly e-newsletter promoting the organizations in the network. It will show new blog posts, and upcoming events for the month."},{title:"Event calendar",desc:"North Idaho Health's website will maintain a calendar of healthcare-related events. This includes meetups, job fairs, social groups, support groups, and much more. As a member of the network, you can add events."},{title:"Blog posts",desc:"Instead of losing information in a chat group, members of the network, you can create a blog post on the site. Some examples ideas are current events, new studies, and information about local health conditions."}],breakpoints:{xs:"475px",sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"}};function o(e){return e.scrollHeight>e.clientHeight}function a(e){return window.innerWidth<=parseInt(t.breakpoints[e])}function n(){return a("md")}export{n as a,o as i};

View File

@ -0,0 +1 @@
import{r as o}from "./index.717f88cd.js";const d="https://api.northid.health",f={credentials:"include"},S= c=>{const[l,u]=o.exports.useState(null),[i,n]=o.exports.useState(!1),[p,s]=o.exports.useState(null),a=async e=>{s(null),n(!0);try{const t=await fetch(`${d}${c}`,{...f,...e}),r=await t.json();t.ok?u(r):s(r.ErrMsg)}catch(t){s(t)}finally{n(!1)}};return{data:l,isLoading:i,error:p,fetchData:()=>a(),postData: e=>a({method:"POST",body:JSON.stringify(e)}),uploadFile: e=>{const t=new FormData;return t.append("upload",e),a({method:"POST",body:t})}}};export{S as u};

View File

@ -0,0 +1 @@
const o=()=>{const s=new URL(window.location.href),r=new URLSearchParams(s.search),a={};for(const e of r.keys())a[e]=r.get(e);return a};export{o as u};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{r as e}from "./chunks/index.717f88cd.js";import{r as y}from "./chunks/index.6b5758ce.js";var l,f,u=y.exports;f=u.createRoot,l=u.hydrateRoot;const a=({value:t,name:r})=>t?e.exports.createElement("astro-slot",{name:r,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:t}}):null;a.shouldComponentUpdate=()=>!1;function x(t){for(const r in t)if(r.startsWith("__reactContainer"))return r}const v= t=>(r, n, {default:o,...p}, {client:d})=>{if(!t.hasAttribute("ssr"))return;for(const[c,m]of Object.entries(p))n[c]=e.exports.createElement(a,{value:m,name:c});const s=e.exports.createElement(r,n,o!=null?e.exports.createElement(a,{value:o}):o),i=x(t);return i&&delete t[i],d==="only"?e.exports.startTransition(()=>{f(t).render(s)}):e.exports.startTransition(()=>{l(t,s)})};export{v as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_74_4047)">
<path d="M8 13C8 13 2 9.81818 2 5.95455C2 5.27153 2.2499 4.60961 2.70717 4.0814C3.16445 3.55319 3.80086 3.19133 4.50812 3.05738C5.21538 2.92343 5.9498 3.02566 6.58644 3.34669C7.22307 3.66772 7.72259 4.18771 8 4.81819C8.27741 4.18771 8.77693 3.66772 9.41356 3.34669C10.0502 3.02566 10.7846 2.92343 11.4919 3.05738C12.1991 3.19133 12.8356 3.55319 13.2928 4.0814C13.7501 4.60961 14 5.27153 14 5.95455C14 9.81818 8 13 8 13Z" stroke="url(#paint0_linear_74_4047)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<linearGradient id="paint0_linear_74_4047" x1="8" y1="3" x2="11" y2="11.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#0EA5E9"/>
<stop offset="1" stop-color="#0EA5E9" stop-opacity="0.79"/>
</linearGradient>
<clipPath id="clip0_74_4047">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 983 B

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" fill="#181616" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><line x1="216" y1="128" x2="40" y2="128" fill="none" stroke="#181616" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></line><polyline points="112 56 40 128 112 200" fill="none" stroke="#181616" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></polyline></svg>

After

Width:  |  Height:  |  Size: 446 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" fill="#181616" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"></rect><line x1="40" y1="128" x2="216" y2="128" fill="none" stroke="#181616" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></line><polyline points="144 56 216 128 144 200" fill="none" stroke="#181616" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></polyline></svg>

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

View File

@ -0,0 +1,29 @@
<svg width="480" height="447" viewBox="0 0 480 447" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_71_4136)">
<path d="M331.748 -216.828C148.763 -216.828 0.42395 -68.4888 0.42395 114.496C0.42395 297.482 148.763 445.821 331.748 445.821C514.733 445.821 663.072 297.482 663.072 114.496C663.072 -68.4888 514.733 -216.828 331.748 -216.828Z" stroke="url(#paint0_linear_71_4136)" stroke-width="0.848112" stroke-dasharray="1.7 1.7"/>
<path d="M332.513 -144.974C188.789 -144.974 72.2776 -28.4631 72.2776 115.261C72.2776 258.985 188.789 375.496 332.513 375.496C476.236 375.496 592.748 258.985 592.748 115.261C592.748 -28.4631 476.236 -144.974 332.513 -144.974Z" stroke="url(#paint1_linear_71_4136)" stroke-width="0.848112" stroke-dasharray="1.7 1.7"/>
<path d="M327.162 -79.2366C220.166 -79.2366 133.429 7.50064 133.429 114.496C133.429 221.492 220.166 308.23 327.162 308.23C434.158 308.23 520.895 221.492 520.895 114.496C520.895 7.50064 434.158 -79.2366 327.162 -79.2366Z" stroke="url(#paint2_linear_71_4136)" stroke-width="0.848112" stroke-dasharray="1.7 1.7"/>
<path d="M336.5 -20C264.427 -20 206 40.2177 206 114.5C206 188.782 264.427 249 336.5 249C408.573 249 467 188.782 467 114.5C467 40.2177 408.573 -20 336.5 -20Z" stroke="url(#paint3_linear_71_4136)" stroke-width="0.848112" stroke-dasharray="1.7 1.7"/>
</g>
<defs>
<linearGradient id="paint0_linear_71_4136" x1="373.091" y1="415.994" x2="116.908" y2="66.6699" gradientUnits="userSpaceOnUse">
<stop stop-color="#0EA5E9"/>
<stop offset="1" stop-color="#0EA5E9" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint1_linear_71_4136" x1="332.756" y1="375.172" x2="332.756" y2="-58.4199" gradientUnits="userSpaceOnUse">
<stop stop-color="#0EA5E9"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_71_4136" x1="318.087" y1="300.489" x2="326.154" y2="-102.853" gradientUnits="userSpaceOnUse">
<stop stop-color="#0EA5E9"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_71_4136" x1="330.387" y1="243.626" x2="336.159" y2="-36.3887" gradientUnits="userSpaceOnUse">
<stop stop-color="#0EA5E9"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<clipPath id="clip0_71_4136">
<rect width="480" height="550.49" fill="white" transform="translate(0 -104.245)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -0,0 +1 @@
<svg width="51" height="51" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 2.502A2.508 2.508 0 0 1 2.515 0h45.943a2.51 2.51 0 0 1 2.517 2.502L51 48.495A2.51 2.51 0 0 1 48.486 51H2.516A2.51 2.51 0 0 1 0 48.495V2.502z" class="nyl-logo" fill="#0079C2"/><path d="M37.162 18.465c.423.345.535 1.18.535 1.928v9.092c0 .69-.028 1.438-.422 1.841-.732-.49-1.942-1.928-2.28-2.676l-2.25-4.488c1.21-.317 2.841-.95 2.813-3.223-.028-2.272-1.463-2.82-2.926-2.82h-1.576l3.63-9.666s3.236 9.465 3.264 9.667h-.59c-.366-.086-.366.201-.198.345m-7.739-.374l-3.152-.029.338-2.1c.056-.23-.14-.317-.253-.086-.113.23-1.07.834-2.477.834h-2.533c-.394 0-.788-.173-.788-.863v-3.913c.732 0 3.715-.029 4.165.345l.254-2.071c-.648.23-3.884.172-4.39.172V7.474c0-.374.225-.95 1.435-.95h2.11c.535 0 1.576.231 2.196 1.814.028 0 3.264 8.056 3.264 8.056.169.517.169 1.352-.169 1.697m-7.176 6.848c0 4.977-1.38 5.783-3.32 5.783-1.943 0-3.294-.806-3.294-5.783 0-4.978 1.38-5.783 3.321-5.783 1.942 0 3.293.805 3.293 5.783m25.61 5.955c-.591-.374-1.83-1.985-2.28-2.647l-3.18-4.833s3.8-3.884 3.996-4.115c.225-.23.844-.805 1.07-.92.168-.029.31-.288.056-.288h-2.083c-.337 0-.675.201-.9.432l-4.503 5.063v-3.625c0-.431-.028-1.15.422-1.525.14-.144.14-.431-.169-.374h-1.013L44.254 5h-2.673c.14.547.338.95-.14 2.215l-2.534 6.934L35.615 5H33.25c.14.547.337.95-.141 2.215l-2.364 6.244-3.096-7.625c-.112-.402-.394-.834-.985-.834h-9.062c-.225 0-.197.23.029.23.337 0 .731.518.731 1.295v9.38l-5.825-9.38c-.225-.374-.45-1.151-.535-1.525h-3.32c-.226 0-.254.201-.085.288.169.086.506.604.506 1.87v8.977c0 1.266-.506 1.899-.956 1.985-.197.029-.141.288.084.288h2.392c.591 0 1.013.604.675 1.208l-2.532 4.575c-.676-.95-2.843-4.287-4.053-5.553-.253-.26-.478-.374-.872-.374H1.14c-.253 0-.113.172.028.23 1.098.288 6.079 6.358 6.079 8.2v3.251c0 .49-.366 1.323-.816 1.439-.169.057-.197.258 0 .258H7.81c1.182 0 1.576 1.036 1.576 1.957v9.092c0 .748-.253 1.582-.704 1.927-.14.144-.14.432.17.374h6.838c.253 0 .534-.028.619-.402l.394-1.784c.028-.26-.225-.202-.282-.058-.056.144-.45.835-2.476.835 0 0-2.364.23-2.364-1.237v-8.862c.056-.978.506-1.957 1.07-2.014.14 0 .196-.26-.029-.26s-1.857.058-2.336.058c-.337 0-.928-.2-.928-.978v-4.085l4.277-7.596c.113-.173.31-.547-.028-.547h-1.773c-.506-.057-.985-.69-.985-1.956V7.848l6.473 10.416c-3.49.69-4.221 3.74-4.221 6.675 0 2.992.731 6.157 4.418 6.761.394.374.62 1.15.62 1.87v9.092c0 .748-.254 1.582-.704 1.928-.141.144-.141.431.168.374.817-.087 2.618-.058 3.209 0 .337.057.337-.26.169-.374-.423-.346-.704-1.18-.704-1.928V33.57c0-.748.253-1.582.704-1.928 3.01-.891 3.742-3.941 3.742-6.703 0-2.935-.619-5.956-4.136-6.675h4.615c1.576 0 1.548 1.323 1.576 2.273v8.948c0 .69-.225 1.438-.591 1.841-.732 0-1.295-.029-1.52-.058-.338-.057-.338.26-.169.374.422.346.704 1.18.704 1.928v9.092c0 .748-.253 1.582-.704 1.928-.14.144-.14.431.17.374.815-.087 2.616-.058 3.207 0 .338.057.338-.26.17-.374-.423-.346-.704-1.18-.704-1.928v-4.114h2.927c.59 0 .9.086 1.379.259l.506-2.072c-.9.259-4.306.23-4.812.23v-4.114h3.208c.591 0 1.013.201 1.435.46l.366-1.611c.056-.23 0-.49-.253-.432-.253.03-1.323.058-2.617.058-.366-.403-.591-1.15-.591-1.841v-9.179c0-.402.14-1.035 1.941-1.035 1.576 0 2.392.719 2.364 1.812-.028 1.122-.928 2.302-2.167 2.302-.534 0-.562.432-.422.806.141.345 2.646 6.33 2.646 6.33.168.373.45.776 1.153 1.064.423.173.704 1.18.704 1.928v9.091c0 .749-.253 1.583-.704 1.928-.14.144-.14.432.17.374.815-.086 6.416-.057 7.035 0 .45.058.732-.172.872-.546.141-.346.423-1.87.423-1.87.056-.26-.197-.375-.338-.116-.14.317-1.267.863-3.068.863-1.8 0-2.167-.489-2.195-1.035v-3.77h2.927c.591 0 .9.087 1.379.26l.507-2.072c-.901.259-4.306.23-4.813.23v-4h3.208c.591 0 1.014.202 1.436.461l.366-1.582c.056-.23 0-.49-.254-.432l-1.576.029c-.366-.403-.59-1.15-.59-1.841v-5.61l4.361 6.645c.31.403.507.777.985.777h2.449c.366 0 .394-.259.169-.403" fill="#FFF"/></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Some files were not shown because too many files have changed in this diff Show More