Skip to content
View zothsu's full-sized avatar

Block or report zothsu

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
zothsu/README.md

GitHub Repositories by Z

zthedev.com

Lady sitting in the dark, cross legged in front of her laptop


About Z

const z = () => {
  const basic = {
    pronouns: "she" || "they",
    techCommunities: ["PDX DevOps", "Rose City Techies", "Baddies in Tech"]
  };

  const knowledge = {
    skills: [
      "Accessible & responsive UI",
      "Cross-functional collaboration",
      "Translating requirements into architecture",
    ],
    os: ["Debian", "Ubuntu", "Mac"],
    versionControl: "Git",
    favoriteLanguages: ["HTML5", "CSS3", "JavaScript", "Markdown", "YAML", "TOML", "Python", "Bash", "Lua"],
  };

  return { basic, knowledge };
};

export default z;

Pinned Loading

  1. nextgendoulas.org nextgendoulas.org Public

    Official website for Next Generation Doulas, a trauma-informed doula service dedicated to improving access to birth and postpartum care. The site provides clear, accessible information about birth …

    HTML 3

  2. inspireme inspireme Public

    Our platform serves as a collaborative space where users passionate about home decor come together to share and discover budget-friendly alternatives

    Python 1 2

  3. passwordGenerator passwordGenerator Public

    Web app using vanilla JS to generate two unique passwords

    CSS

  4. spaceman spaceman Public

    The game Spaceman made while attending bootcamp with General Assembly

    JavaScript

  5. blackjackGame blackjackGame Public

    Web-app written in vanilla CSS and JavaScript

    JavaScript

  6. dotfiles dotfiles Public

    Personal repository for dotfiles, uses dotbot for file management

    Vim Script