Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - aa2kb.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Sun, 11 May 2025 11:27:02 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://aa2kb.com/
X-Cache: Redirect from cloudfront
Via: 1.1 2809edb23da5b1de8a640a251efb8608.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P10
X-Amz-Cf-Id: b5p4ezOjRBDVfpayLJdSeuHDEEKrFP0pMhS76iwdlyQFXIjatPChxA==

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://aa2kb.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Content-Length: 23569
Connection: keep-alive
Last-Modified: Thu, 12 Sep 2024 15:21:39 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Sun, 11 May 2025 11:27:04 GMT
ETag: "375f65f82b5dca2213c5830e7cf3f2d5"
X-Cache: RefreshHit from cloudfront
Via: 1.1 43244f77affffa1d8942dd025413b8d8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P10
X-Amz-Cf-Id: KZbbjRfH-q_EsoTKCdKaIrXm8pQDzWikkd4jDquBBRRAKAFjtUY1mQ==

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: aa2kb.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Amin Ahmed Khan (aa2kb)</title>
    <style>
        @import url('https://unpkg.com/normalize.css') layer(normalize);

        @layer normalize foundation;

        @layer foundation {

            *,
            *:after,
            *:before {
                box-sizing: border-box;
            }

            body {
                min-height: 100vh;
                background: hsl(0 0% 98%);
                font-family: 'SF Pro Text', 'SF Pro Icons', 'AOS Icons', 'Helvetica Neue',
                    Helvetica, Arial, sans-serif, system-ui;
                overflow-x: hidden;
            }

            header {
                min-height: 100vh;
                display: flex;
            }

            .content {
                align-self: end;
                max-width: calc(100% - 2rem);
                width: 800px;
                margin: 0 auto 8rem;
                position: relative;
            }

            p {
                display: grid;
                gap: 2rem;
                margin: 0;
                line-height: 1;
                font-size: clamp(2rem, 5vw + 1rem, 4.5rem);
            }

            p>span:first-of-type {
                font-weight: 500;
                font-size: clamp(1rem, 0.75vw + 1rem, 3rem);
                color: hsl(0 0% 60%);
                position: relative;
                padding-left: 2.5ch;
            }

            p>span:first-of-type::after {
                content: '🤙';
                position: absolute;
                left: 0;
                top: 0;
            }

            .eyes {
                transform-box: fill-box;
                transform-origin: 50% 50%;
                animation: blink 6s infinite linear;
            }

            .bear .eyes {
                animation-delay: -2s;
            }

            @keyframes blink {

                0%,
                46%,
                48%,
                50%,
                100% {
                    scale: 1 1;
                }

                47%,
                49% {
                    scale: 1 0.01;
                }
            }

            main {
                min-height: 100vh;
                font-size: clamp(2rem, 4vw + 1rem, 3rem);
                display: grid;
                place-items: center;
            }

            footer {
                padding: 2rem 1rem;
                opacity: 0.875;
                text-align: center;
            }

            h1 {
                position: absolute;
                top: 4rem;
                left: 2rem;
                margin: 0;
                text-align: center;
                line-height: 0.8;
                font-weight: 800;
                font-size: clamp(4rem, 10vmin + 1rem, 12rem);
            }
        }

        @layer attributes {
            .bear {
                width: 10rem;
                position: absolute;
                top: 50%;
                left: 50%;
                translate: -10% -100%;
                z-index: -1;
            }

            .attributes {
                position: absolute;
                bottom: 0;
                left: 65%;
            }

            .attribute {
                --font-size: 2.5rem;
                --hue: 10;
                --ox: 0;
                --oy: 0;
                --dx: 0;
                --dy: 0;
                --or: 0;
                --dr: 0;
                display: inline-flex;
                align-items: center;
                gap: 0.5rem;
                font-size: var(--font-size);
                border: 1px solid hsl(var(--hue) 100% 80%);
                padding: 0.25rem 0.5rem;
                border-radius: 6px;
                position: absolute;
                bottom: 0%;
                left: 50%;
                translate: -50% 0%;
                background: linear-gradient(hsl(var(--hue) 100% 90% / 0.75), #0000 50%),
                    hsl(var(--hue) 100% 80%);
                color: hsl(var(--hue) 100% 40% / 0.8);
                box-shadow: 1px -1px 0.5rem 0rem hsl(var(--hue) 100% 30%) inset;
                transform: translate(var(--ox), var(--oy)) rotate(var(--or)) translate(var(--dx), var(--dy)) rotate(var(--dr));
            }

            .attribute:nth-of-type(1) {
                --hue: 10;
                /*	Origin	*/
                --ox: -25%;
                --oy: 50%;
                --or: 7deg;
                /*	Destination	*/
                --dx: -100vw;
                --dr: -190deg;
                --dy: -50vh;
            }

            .attribute:nth-of-type(2) {
                --hue: 60;
                --ox: 56%;
                --oy: -48%;
                --or: 12deg;
                /*	Destination	*/
                --dx: 80vw;
                --dr: 200deg;
                --dy: 20vh;
            }

            .attribute:nth-of-type(3) {
                --hue: 180;
                --ox: -35%;
                --oy: -35%;
                --or: -10deg;
                /*	Destination	*/
                --dx: -40vw;
                --dr: 60deg;
                --dy: -150vh;
            }

            .attribute:nth-of-type(4) {
                --hue: 120;
                --ox: 18%;
                --oy: 35%;
                --or: 15deg;
                /*	Destination	*/
                --dx: 10vw;
                --dr: -290deg;
                --dy: -120vh;
            }

            .attribute:nth-of-type(5) {
                --hue: 210;
                --ox: 56%;
                --oy: -16%;
                --or: 10deg;
                /*	Destination	*/
                --dx: 80vw;
                --dr: 230deg;
                --dy: -80vh;
            }

            .attribute:nth-of-type(6) {
                --hue: 280;
                --ox: 5%;
                --oy: 15%;
                --or: -8deg;
                /*	Destination	*/
                --dx: -120vw;
                --dr: -540deg;
                --dy: 40vh;
            }

            .attribute svg {
                width: var(--font-size);
                stroke-width: 2;
            }
        }

        @layer scrolls {
            @supports (animation-timeline: scroll()) {
                header {
                    view-timeline-name: --header;
                }

                .attribute {
                    animation: expand both linear;
                    animation-timeline: --header;
                    animation-range: exit;
                    transform: translate(var(--ox), var(--oy)) rotate(var(--or)) translate(0, 0) rotate(0);
                }

                @keyframes expand {
                    to {
                        transform: translate(var(--ox), var(--oy)) rotate(var(--or)) translate(var(--dx), var(--dy)) rotate(var(--dr));
                    }
                }
            }
        }

        @layer socials {
            .socials {
                display: flex;
                gap: 0.25rem;
                position: fixed;
                left: 1rem;
                top: 1rem;
                padding: 0 0.5rem;
                border-radius: 100px;
                border: 1px solid hsl(0 0% 80%);
                background: hsl(0 0% 100%);
            }

            /* Socials stuff */
            .x-link,
            .bear-link {
                color: hsl(0 0% 0%);
                width: 48px;
                aspect-ratio: 1;
                display: grid;
                place-items: center;
                opacity: 0.8;
            }

            .bear-link {
                bottom: unset;
                top: 1rem;
            }

            :where(.x-link, .bear-link):is(:hover, :focus-visible) {
                opacity: 1;
            }

            .bear-link svg {
                width: 75%;
            }

            .x-link svg {
                width: 50%;
            }
        }
    </style>
    <script>
        import gsap from 'https://cdn.skypack.dev/[email protected]';
        import { ScrollTrigger } from 'https://cdn.skypack.dev/[email protected]/ScrollTrigger';

        if (!CSS.supports('animation-timeline: scroll()')) {
            gsap.registerPlugin(ScrollTrigger);


            const attrs = gsap.utils.toArray('.attribute');
            const dx = [-100, 80, -40, 10, 80, -120];
            const dy = [-50, 20, -150, -120, -80, 40];
            const dr = [-190, 200, 60, -290, 230, -540];

            for (let i = 0; i < attrs.length; i++) {
                if (window.CP.shouldStopExecution(0)) break;
                const attr = attrs[i];
                gsap.fromTo(attr, {
                    '--dx': '0',
                    '--dy': '0',
                    '--dr': '0'
                },
                    {
                        '--dx': `${dx[i]}vw`,
                        '--dy': `${dy[i]}vh`,
                        '--dr': `${dr[i]}deg`,
                        scrollTrigger: {
                            trigger: 'header',
                            scrub: 0.5,
                            start: 'top top',
                            end: 'bottom top'
                        }
                    });


            } window.CP.exitedLoop(0);

        }
    </script>
</head>

<body>
    <header>
        <h1>Amin Ahmed Khan</h1>
        <div class="content">
            <p>
                <span< /span>
                    <span>Enabling businesses to achieve the impossible with AI-powered cloud solutions, daily!</span>
            </p>
            <div class="attributes">
                <!-- Surprise guest. -->
                <svg class="bear" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 592 348">
                    <path fill="#AF7128" fill-rule="evenodd"
                        d="M43 39.84c0 17.3 11.91 31.8 27.98 35.77A85.1 85.1 0 0 0 68 98v225a22 22 0 0 0 22 22h50a22 22 0 0 0 22-22v-28h.5c5.44 0 10.66-1.07 15.5-3.04V323a22 22 0 0 0 22 22h36a22 22 0 0 0 22-22V98c0-9.07-1.42-17.8-4.05-26a36.84 36.84 0 1 0-48.63-52.63A84.75 84.75 0 0 0 173 13h-20a84.62 84.62 0 0 0-40.3 10.15A36.84 36.84 0 0 0 43 39.85Z"
                        clip-rule="evenodd" />
                    <path fill="#000"
                        d="m70.98 75.61 2.9.79a3 3 0 0 0-2.18-3.7l-.72 2.91ZM162 295l.04-3a3 3 0 0 0-3.04 3h3Zm16-3.04h3a3 3 0 0 0-4.13-2.77l1.13 2.77ZM253.95 72l-1.47-2.62a3 3 0 0 0-1.39 3.53l2.86-.91Zm-48.63-52.64-1.14 2.78a3 3 0 0 0 3.63-1.1l-2.49-1.68Zm-92.63 3.79-2.67 1.36a3 3 0 0 0 4.1 1.28l-1.43-2.64Zm-41 49.55A33.86 33.86 0 0 1 46 39.84h-6c0 18.7 12.89 34.4 30.26 38.68l1.44-5.82ZM71 98c0-7.48 1-14.72 2.87-21.6l-5.78-1.58A88.1 88.1 0 0 0 65 98h6Zm0 133V98h-6v133h6Zm0 45v-45h-6v45h6Zm0 47v-47h-6v47h6Zm19 19a19 19 0 0 1-19-19h-6a25 25 0 0 0 25 25v-6Zm50 0H90v6h50v-6Zm19-19a19 19 0 0 1-19 19v6a25 25 0 0 0 25-25h-6Zm0-28v28h6v-28h-6Zm3.5-3h-.46l-.08 6h.54v-6Zm14.37-2.81A38.06 38.06 0 0 1 162.5 292v6c5.84 0 11.44-1.15 16.63-3.26l-2.26-5.56ZM181 323v-31.04h-6V323h6Zm19 19a19 19 0 0 1-19-19h-6a25 25 0 0 0 25 25v-6Zm36 0h-36v6h36v-6Zm19-19a19 19 0 0 1-19 19v6a25 25 0 0 0 25-25h-6Zm0-47v47h6v-47h-6Zm0-45v45h6v-45h-6Zm0-133v133h6V98h-6Zm-3.9-25.09A81.94 81.94 0 0 1 255 98h6c0-9.38-1.47-18.43-4.2-26.92l-5.7 1.83Zm18.7-33.07a33.83 33.83 0 0 1-17.32 29.54l2.94 5.23a39.83 39.83 0 0 0 20.37-34.77h-6ZM235.94 6a33.84 33.84 0 0 1 33.84 33.84h6c0-22-17.83-39.84-39.84-39.84v6Zm-28.13 15.03A33.8 33.8 0 0 1 235.94 6V0a39.8 39.8 0 0 0-33.12 17.7l4.98 3.33ZM173 16a81.75 81.75 0 0 1 31.18 6.14l2.28-5.55A87.75 87.75 0 0 0 173 10v6Zm-20 0h20v-6h-20v6Zm-38.88 9.79A81.62 81.62 0 0 1 153 16v-6c-15.1 0-29.31 3.8-41.73 10.5l2.85 5.29ZM79.84 6a33.84 33.84 0 0 1 30.18 18.5l5.34-2.71A39.84 39.84 0 0 0 79.84 0v6ZM46 39.84A33.84 33.84 0 0 1 79.84 6V0C57.84 0 40 17.84 40 39.84h6Z" />
                    <path fill="#FF1E1E" d="M137.32 70.67h88.37v13.25h-88.37z" />
                    <path fill="#000" fill-rule="evenodd"
                        d="M230.3 29.48c17.94 14.4 28.02 37.15 28.02 57.5h-41a24.89 24.89 0 0 0-24.88-24.85h-18.56A24.88 24.88 0 0 0 149 87H67c0-20.36 10.08-43.12 28.02-57.5C112.96 15.08 137.29 7 162.66 7c25.37 0 49.7 8.09 67.64 22.48Z"
                        clip-rule="evenodd" />
                    <g class="eyes">
                        <circle cx="230.66" cy="111.21" r="8.08" fill="#000" />
                        <circle cx="122.08" cy="111.21" r="8.08" fill="#000" />
                    </g>
                    <path fill="#000"
                        d="M197.16 125.82c0 8.2-9.86 17.45-20.84 17.45s-20.84-9.24-20.84-17.45c0-8.21 9.86-12.28 20.84-12.28s20.84 4.07 20.84 12.28Z" />
                    <path stroke="#000" stroke-linecap="round" stroke-width="6"
                        d="M217 333.13V343M241 333.13V343M114 333.13V343M138 333.13V343" />
                    <rect width="80.22" height="52" x="246.21" y="174.12" fill="#AF7128" stroke="#000" stroke-width="6"
                        rx="26" transform="rotate(65.27 246.21 174.12)" />
                    <path fill="#000"
                        d="M231.85 193.16a3 3 0 1 0 5.45-2.51l-5.45 2.5Zm-3.57-7.77 3.57 7.77 5.45-2.51-3.58-7.77-5.44 2.51ZM215.85 201.16a3 3 0 1 0 5.45-2.51l-5.45 2.5Zm-3.57-7.77 3.57 7.77 5.45-2.51-3.58-7.77-5.44 2.51Z" />
                    <path fill="#F5D949" stroke="#000" stroke-width="6" d="M193 151h12.03v87.13H193z" />
                    <mask id="a" width="390" height="93" x="202" y="148.13" fill="#000" maskUnits="userSpaceOnUse">
                        <path fill="#fff" d="M202 148.13h390v93H202z" />
                        <path fill-rule="evenodd"
                            d="M525.25 154.13H208v81h317.25c33.55 0 60.75-18.13 60.75-40.5 0-22.36-27.2-40.5-60.75-40.5Zm-8.14 7H220v67h297.1c31.43 0 56.9-15 56.9-33.5s-25.47-33.5-56.9-33.5Z"
                            clip-rule="evenodd" />
                    </mask>
                    <path fill="#F5D949" fill-rule="evenodd"
                        d="M525.25 154.13H208v81h317.25c33.55 0 60.75-18.13 60.75-40.5 0-22.36-27.2-40.5-60.75-40.5Zm-8.14 7H220v67h297.1c31.43 0 56.9-15 56.9-33.5s-25.47-33.5-56.9-33.5Z"
                        clip-rule="evenodd" />
                    <path fill="#000"
                        d="M208 154.13v-6h-6v6h6Zm0 81h-6v6h6v-6Zm12-74v-6h-6v6h6Zm0 67h-6v6h6v-6Zm-12-68h317.25v-12H208v12Zm6 75v-81h-12v81h12Zm311.25-6H208v12h317.25v-12Zm54.75-34.5c0 8.56-5.2 17.04-15.12 23.65-9.88 6.59-23.87 10.85-39.63 10.85v12c17.8 0 34.18-4.8 46.28-12.87 12.07-8.04 20.47-19.81 20.47-33.63h-12Zm-54.75-34.5c15.76 0 29.75 4.27 39.63 10.86 9.92 6.61 15.12 15.1 15.12 23.64h12c0-13.8-8.4-25.58-20.47-33.63-12.1-8.07-28.49-12.87-46.28-12.87v12Zm-305.25 7h297.1v-12H220v12Zm6 61v-67h-12v67h12Zm291.1-6H220v12h297.1v-12Zm50.9-27.5c0 6.26-4.35 13.01-13.7 18.52-9.23 5.43-22.36 8.98-37.2 8.98v12c16.6 0 31.91-3.94 43.28-10.64 11.23-6.61 19.62-16.61 19.62-28.86h-12Zm-50.9-27.5c14.84 0 27.97 3.56 37.2 8.99 9.35 5.5 13.7 12.26 13.7 18.51h12c0-12.24-8.39-22.24-19.62-28.85-11.37-6.7-26.68-10.65-43.27-10.65v12Z"
                        mask="url(#a)" />
                    <path fill="#AF7128" d="M229 195.13a26 26 0 0 1-26 26h-99a26 26 0 0 1 0-52h99a26 26 0 0 1 26 26Z" />
                    <path stroke="#000" stroke-linecap="round" stroke-width="6"
                        d="M106.08 170.13H204a25 25 0 0 1 25 25v0a25 25 0 0 1-25 25h-97.92" />
                    <path fill="#000"
                        d="M216 201.1a3 3 0 1 0 0 6v-6Zm11.75 0H216v6h11.75v-6ZM216 184.07a3 3 0 0 0 0 6v-6Zm11.75 0H216v6h11.75v-6Z" />
                    <path fill="#F5D949" stroke="#000" stroke-width="6" d="M120 182.13h14v50h-14v-50Z" />
                    <path fill="#F5D949" stroke="#000" stroke-width="6"
                        d="m305.36 189.46-.64-.33h-258c-8.97 0-16.04 1.8-20.97 5.03-5.03 3.3-7.77 8.06-7.77 13.47s2.74 10.18 7.77 13.47c4.93 3.24 12 5.03 20.97 5.03H193v12H39.05C18.69 238.13 3 224.07 3 207.63c0-16.42 15.7-30.5 36.05-30.5h265.32l.72-.43-1.55-2.56 1.55 2.56h.02l.04-.03.15-.1.6-.36a255.25 255.25 0 0 0 9.19-5.91c5.35-3.6 11.84-8.26 15.56-12.07a750.09 750.09 0 0 0 17.57-18.75 7.11 7.11 0 0 1 5.27-2.34 7.01 7.01 0 0 1 7.01 7v74.93a7.07 7.07 0 0 1-12.3 4.77 815.62 815.62 0 0 0-17.57-18.32c-3.38-3.4-9.85-7.45-15.16-10.53a238.2 238.2 0 0 0-9.28-5.1l-.61-.32-.16-.08-.04-.02h-.01l-1.37 2.66 1.36-2.67Z" />
                    <path fill="#F5D949" stroke="#000" stroke-width="6" d="M180 147.13h12v14h-12z" />
                </svg>
                <!-- Content, Design, Speaking, Creative, Engineering  -->
                <div class="attribute">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
                        stroke="currentColor" class="w-6 h-6">
                        <path stroke-linecap="round" stroke-linejoin="round"
                            d="m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z" />
                    </svg>
                    Data
                </div>
                <div class="attribute">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
                        stroke="currentColor" class="w-6 h-6">
                        <path stroke-linecap="round" stroke-linejoin="round"
                            d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5" />
                    </svg>
                    LLMs
                </div>
                <div class="attribute">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
                        stroke="currentColor" class="w-6 h-6">
                        <path stroke-linecap="round" stroke-linejoin="round"
                            d="M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z" />
                    </svg>
                    VectorDB
                </div>
                <div class="attribute">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
                        stroke="currentColor" class="w-6 h-6">
                        <path stroke-linecap="round" stroke-linejoin="round"
                            d="M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z" />
                    </svg>
                    Anthropic
                </div>
                <div class="attribute">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
                        stroke="currentColor" class="w-6 h-6">
                        <path stroke-linecap="round" stroke-linejoin="round"
                            d="M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42" />
                    </svg>
                    OpenAI
                </div>
                <div class="attribute">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
                        stroke="currentColor" class="w-6 h-6">
                        <path stroke-linecap="round" stroke-linejoin="round"
                            d="M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5" />
                    </svg>
                    LangChain
                </div>
            </div>
        </div>
    </header>
    <main>
        <h2><a href="https://www.linkedin.com/in/aa2kb/">Let's Connect 🤝</a></h2>
    </main>
    <footer>Amin Ahmed Khan &copy; 2024</footer>
    <!-- <div class="socials">
        <a class="bear-link" href="https://jhey.dev/links" target="_blank" rel="noreferrer noopener">
            <svg class="w-9" viewBox="0 0 969 955" fill="none" xmlns="http://www.w3.org/2000/svg">
                <circle cx="161.191" cy="320.191" r="133.191" stroke="currentColor" stroke-width="20"></circle>
                <circle cx="806.809" cy="320.191" r="133.191" stroke="currentColor" stroke-width="20"></circle>
                <g class="eyes">
                    <circle cx="695.019" cy="587.733" r="31.4016" fill="currentColor"></circle>
                    <circle cx="272.981" cy="587.733" r="31.4016" fill="currentColor"></circle>
                </g>
                <path
                    d="M564.388 712.083C564.388 743.994 526.035 779.911 483.372 779.911C440.709 779.911 402.356 743.994 402.356 712.083C402.356 680.173 440.709 664.353 483.372 664.353C526.035 664.353 564.388 680.173 564.388 712.083Z"
                    fill="currentColor"></path>
                <rect x="310.42" y="448.31" width="343.468" height="51.4986" fill="#FF1E1E"></rect>
                <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M745.643 288.24C815.368 344.185 854.539 432.623 854.539 511.741H614.938V454.652C614.938 433.113 597.477 415.652 575.938 415.652H388.37C366.831 415.652 349.37 433.113 349.37 454.652V511.741L110.949 511.741C110.949 432.623 150.12 344.185 219.845 288.24C289.57 232.295 384.138 200.865 482.744 200.865C581.35 200.865 675.918 232.295 745.643 288.24Z"
                    fill="currentColor"></path>
            </svg>
        </a>
        <a class="x-link" href="https://twitter.com/intent/follow?screen_name=jh3yy" target="_blank"
            rel="noreferrer noopener">
            <svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                <title>X</title>
                <path
                    d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"
                    fill="currentColor" />
            </svg>
        </a>
    </div> -->
</body>

</html>                               

Whois info of domain

Domain Name: AA2KB.COM
Registry Domain ID: 2887989497_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-06-05T23:04:52Z
Creation Date: 2024-06-05T21:26:58Z
Registry Expiry Date: 2025-06-05T21:26:58Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: GWEN.NS.CLOUDFLARE.COM
Name Server: LOU.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T11:26:55Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass