Versions

  • v225

    8/13/2024
    Open: Version
    Changes from v224 to v225
    +0
    -1
    /** @jsxImportSource https://esm.sh/react */
    import { ArrowDownIcon, ChevronRightIcon } from "npm:@heroicons/react/20/solid";
    import { Hono } from "npm:hono@3";
    import { renderToString } from "npm:react-dom/server";
    import { Helmet } from "npm:react-helmet";

    const timeline = [
    ⦚ 192 unchanged lines ⦚
    /** @jsxImportSource https://esm.sh/react */
    import { ArrowDownIcon, ChevronRightIcon } from "npm:@heroicons/react/20/solid";
    import { Hono } from "npm:hono@3";
    import { renderToString } from "npm:react-dom/server";

    const timeline = [
    ⦚ 192 unchanged lines ⦚
  • v224

    8/13/2024
    Open: Version
    Changes from v223 to v224
    +1
    -2
    ⦚ 185 unchanged lines ⦚
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    </head>
    <div>
    ⦚ 9 unchanged lines ⦚
    ⦚ 185 unchanged lines ⦚
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    </head>
    <div>
    ⦚ 9 unchanged lines ⦚
  • v223

    8/13/2024
    Open: Version
    Changes from v222 to v223
    +2
    -1
    ⦚ 184 unchanged lines ⦚
    renderToString(
    <html>
    <head><meta name="viewport" content="width=device-width, initial-scale=1.0">

    </head>
    ⦚ 10 unchanged lines ⦚
    ⦚ 184 unchanged lines ⦚
    renderToString(
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    </head>
    ⦚ 10 unchanged lines ⦚
  • v222

    8/13/2024
    Open: Version
    Changes from v221 to v222
    +2
    -1
    ⦚ 184 unchanged lines ⦚
    renderToString(
    <html>
    <head>
    </head>
    <div>
    ⦚ 9 unchanged lines ⦚
    ⦚ 184 unchanged lines ⦚
    renderToString(
    <html>
    <head><meta name="viewport" content="width=device-width, initial-scale=1.0">

    </head>
    <div>
    ⦚ 9 unchanged lines ⦚
  • v221

    8/13/2024
    Open: Version
    Changes from v220 to v221
    +2
    -0
    ⦚ 184 unchanged lines ⦚
    renderToString(
    <html>
    <div>
    <script src="https://cdn.tailwindcss.com"></script>
    <Hero />
    ⦚ 7 unchanged lines ⦚
    ⦚ 184 unchanged lines ⦚
    renderToString(
    <html>
    <head>
    </head>
    <div>
    <script src="https://cdn.tailwindcss.com"></script>
    <Hero />
    ⦚ 7 unchanged lines ⦚
  • v220

    8/13/2024
    Open: Version
    Changes from v219 to v220
    +8
    -7
    /** @jsxImportSource https://esm.sh/react */
    import { ArrowDownIcon, ChevronRightIcon } from "npm:@heroicons/react/20/solid";
    import { Hono } from "npm:hono@3";
    import { renderToString } from "npm:react-dom/server";

    const timeline = [
    ⦚ 176 unchanged lines ⦚
    c.html(
    renderToString(
    <div>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <script src="https://cdn.tailwindcss.com"></script>
    <Hero />
    {/* <Screenshots screenshots={timeline} /> */}
    </div>,
    ),
    ));

    export default app.fetch;
    /** @jsxImportSource https://esm.sh/react */
    import { ArrowDownIcon, ChevronRightIcon } from "npm:@heroicons/react/20/solid";
    import { Hono } from "npm:hono@3";
    import { renderToString } from "npm:react-dom/server";
    import { Helmet } from "npm:react-helmet";

    const timeline = [
    ⦚ 176 unchanged lines ⦚
    c.html(
    renderToString(
    <html>
    <div>
    <script src="https://cdn.tailwindcss.com"></script>
    <Hero />
    {/* <Screenshots screenshots={timeline} /> */}
    </div>
    </html>,
    ),
    ));

    export default app.fetch;
  • v219

    8/13/2024
    Open: Version
    Changes from v218 to v219
    +2
    -0
    ⦚ 183 unchanged lines ⦚
    renderToString(
    <div>
    <script src="https://cdn.tailwindcss.com"></script>
    <Hero />
    {/* <Screenshots screenshots={timeline} /> */}
    ⦚ 5 unchanged lines ⦚
    ⦚ 183 unchanged lines ⦚
    renderToString(
    <div>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <script src="https://cdn.tailwindcss.com"></script>
    <Hero />
    {/* <Screenshots screenshots={timeline} /> */}
    ⦚ 5 unchanged lines ⦚
  • v218

    8/13/2024
    Open: Version
    Changes from v217 to v218
    +1
    -1
    ⦚ 167 unchanged lines ⦚
    <div className="mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mr-0 lg:mt-0 lg:max-w-none lg:flex-none xl:ml-32">
    <div className="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
    <div className="rounded-xl shadow-xl p-4 ring-1 ring-inset ring-gray-900/10 lg:rounded-2xl lg:p-4 h-[46rem] overflow-scroll bg-indigo-100">
    <Screenshots screenshots={timeline} />
    </div>
    ⦚ 21 unchanged lines ⦚
    ⦚ 167 unchanged lines ⦚
    <div className="mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mr-0 lg:mt-0 lg:max-w-none lg:flex-none xl:ml-32">
    <div className="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
    <div className="rounded-xl shadow-xl p-4 ring-1 ring-inset ring-gray-900/10 lg:rounded-2xl lg:p-4 h-[46rem] overflow-scroll bg-white">
    <Screenshots screenshots={timeline} />
    </div>
    ⦚ 21 unchanged lines ⦚
  • v217

    8/13/2024
    Open: Version
    +193
    -0

    /** @jsxImportSource https://esm.sh/react */
    import { ArrowDownIcon, ChevronRightIcon } from "npm:@heroicons/react/20/solid";
    import { Hono } from "npm:hono@3";
    import { renderToString } from "npm:react-dom/server";

    const timeline = [
    {
    id: 1,
    slogan: "git repository hosting - no longer a pain in the ass",
    href: "https://web.archive.org/web/20080514210148/http://github.com/",
    date: "2008",
    imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/8891cf87-f3aa-4251-4d2d-4861c6cadb00/public",
    imageAlt: "GitHub Screenshot 2008",
    datetime: "2020-09-20",
    iconBackground: "bg-gray-400",
    },
    {
    id: 2,
    slogan: "GitHub is for Public Open Source and Private Business Code",
    href: "https://web.archive.org/web/20091115131017/http://github.com/",
    date: "2009",
    imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/51cb8caf-4ce1-42fb-6ff2-b00490866800/public",
    datetime: "2020-09-22",
    iconBackground: "bg-blue-500",
    },
    {
    id: 3,
    slogan: "Completed phone screening with",
    target: "Martha Gardner",
    href: "#",
    date: "Sep 28",
    datetime: "2020-09-28",
    imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/406c6e61-88b0-4c2b-22a6-e12db477fa00/public",
    iconBackground: "bg-green-500",
    },
    {
timqian-slogan_history.web.val.run
Updated: August 13, 2024