Skip to content
View Afterlifepro's full-sized avatar
💔
why does dnd beyond suck so much
💔
why does dnd beyond suck so much

Block or report Afterlifepro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Afterlifepro/README.md

Hiya!

I like doing react stuff!

I think doctor who, neocities, and dnd are pretty neato
i use arch btw

Heres an ascii spinner in html

<div id="spinner" onclick="nextStep()">/</div>

<style>
  body, html { margin: 0; color-scheme: dark light;
    #spinner {
      width: 100vw; height: 100vh;
      display: flex;
      align-items: center; justify-content: center;
      font-family: monospace; font-size: 120pt;
    }
  }
</style>

<script>
  const steps = [
    "\\|/-", [":)", ":|", ":(", ":|"],
    "⣾⣽⣻⢿⡿⣟⣯⣷", "\\-/|",
    ["⢎⡰", "⢎⡡", "⢎⡑", "⢎⠱", "⠎⡱", "⢊⡱", "⢌⡱", "⢆⡱"],
    "▁▃▄▅▆▇█▇▆▅▄▃", ["◜ ", " ◝", " ◞", "◟ "],
  ];

  let cycle = 1;
  const spinner = document.getElementById("spinner");
  const spins = (step) => {
    spinner.innerHTML = steps[cycle][step];
    setTimeout(() => { spins((step + 1) % steps[cycle].length); }, 100);
  };
  const nextStep = () => { cycle = (cycle + 1) % steps.length; };
  spins(0);
</script>

💻 Tech Stack:

CSS3 HTML5 JavaScript Express.js NPM NodeJS PNPM React Query React SASS Vite Figma

📊 GitHub Stats:

Pinned Loading

  1. neocities neocities Public

    Astro 1

  2. Afterlifepro Afterlifepro Public

  3. neocities-v2 neocities-v2 Public

    My neocities site!!!

    JavaScript 1

  4. afterlifepro.github.io afterlifepro.github.io Public

    HTML 1