Skip to content
View zothsu's full-sized avatar

Highlights

  • Pro

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.

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
zothsu/README.md

Greetings from Z's GitHub page!

Z. Sullivan - Freelance Web Developer

Linkedin: # GitHub zothsu

  • 🔭 I’m currently working on ... a website for Emily Young
  • 🌱 I’m currently learning ... DevOps Principles
  • 🤔 I’m curious about ... Docker Containers
  • 💬 Ask me about ... Semantic HTML


Z, just the TLDR version..

const z = () => {
  const basic = {
    pronouns: "she" || "they",
    availableForHire: true,
    openSourceContributor: true,
    techCommunities: ["The Mycelium Network", "Systers", "Baddies in Tech"]
  };

  const knowledge = {
    skills: ['Communication', 'Creative problem solving', 'Cool head in hot situations'],
    os: ['Debian', 'Ubuntu', 'Mac'],
    versionControl: 'Git',
    languages: ['HTML5', 'CSS3', 'JavaScript', 'Markdown', 'YAML', 'TOML', 'Python', 'Shell Script', 'Lua'],
    platformsLibraries: ['Django', 'ExpressJS', 'Node.JS', 'Nodemon', 'NPM', 'React'],
    database: ['MYSQL', 'MongoDB', 'MariaDB'],
    hosting: ['GH Pages', 'Heroku', 'Netlify'],
    designPlanning: ['Canva', 'Figma', 'Adobe Creative Cloud', 'Gimp', 'InkScape', 'Trello'],
    technologiesUsed: ['GitHub', 'AWS', 'Wordpress', 'Epic EMR']
  };

  return { basic, knowledge };
}

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