Skip to content
View whitc3's full-sized avatar

Block or report whitc3

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

whitc3

hi hello

  • i like writing stuff.
  • yes.

but all jokes aside

so, first thing's first, hello there. i'm a person that exists, and i like writing stuff. some of the stuff i write sometimes may or may not include:

<h1>first language</h1>
<p>html</p>
:root {
    --second-language: css;
}
// function

function thirdLanguage() {
    console.log('plain javascript');
    console.log('(only a very small amount, though!)');
}

// fire function

thirdLanguage();
amount = "just a small bit"
language = "python

print(f"{amount} of {language}")

putting that aside, i mainly hold this account as a way to educate myself about the sort of flow that this system provides, so don't expect much as far as activity goes.

however, this doesn't mean i'm that far out of reach. feel free to extend a hand and ask me about stuff. i probably won't know what you're talking about, but that's okay.

Popular repositories Loading

  1. neocities-pytermgui neocities-pytermgui Public

    An implementation of the Neocities API in pytermgui

    Python 1

  2. whitc3 whitc3 Public

    Config files for my GitHub profile.

  3. python-neocities python-neocities Public

    Forked from neocities/python-neocities

    Python API for neocities.org

    Python