diff --git a/about.html b/about.html new file mode 100644 index 0000000..6a93d74 --- /dev/null +++ b/about.html @@ -0,0 +1,69 @@ + + + + + + + NYC Python + + +
+ +
+
+

NYC Python

+
+

+ NYC Python is a space where programmers from different levels of experience, from beginner to expert, + are able to meet with and learn from one another. +

+
+
+

+ We host a variety of event nights, with our most frequent being our + Project Night. See below for a list of our typical events. +

+
+
    +
  • + Project Night: Our weekly meetup, usually hosted on Wednesdays at 6:30 PM EST. +

    + Project night is a loosely organized hacker space + for Python programmers of varying levels of + experience to work on personal projects and learn from + one another. +

    +
  • +
  • + Lightning Talks: Your chance to show off what you've been working on! +

    + Got a project you've been working on and want to show it off? + Have an idea for a tech talk and you'd like to try it out? + Want to practice your public speaking skills? + If you said yes to any of the above, our lightning + talk events are a great place to get your feet wet. + Lightning talks are short technical talks about projects that you are working on, + or techniques that you use for learning or your work. Try it out! +

    +
  • +
  • + Talk Night: Your chance to show off what you've been working on! +

    + This event is more serious than lightning talk night. The talks are curated by us, the organizers, for you. + What to expect: two to three in-depth talks about community, software, self-edification, + not always having to do explicitly with Python or the Python ecosystem. +

    +
  • +
+
+
+
+ + \ No newline at end of file diff --git a/assets/CONDUCT.md b/assets/CONDUCT.md new file mode 100644 index 0000000..c5112ee --- /dev/null +++ b/assets/CONDUCT.md @@ -0,0 +1,52 @@ +# Our Pledge + +In the interest of fostering an open and welcoming environment, we as organizers and members pledge to making participation in our project and our community a safe and harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +# Our Standards + +## Examples of behavior that contributes to creating a positive environment include: + + +* Being friendly and patient +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + + + +## Examples of unacceptable behavior by participants include: + + +* The use of sexualized or violent language or imagery +* Unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment. If someone asks you to stop, then stop. +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Advocating for, or encouraging, any of the above behavior +* Other conduct which could reasonably be considered inappropriate in a professional setting + + + +# Our Responsibilities + +Organizers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Organizers have the right and responsibility to enforce this Code of Conduct. They may ban temporarily or permanently any member for behaviors that violate this Code of Conduct, or for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +Organizers are held to a higher standard than other community members. If an organizer creates an inappropriate situation, they should expect a strong reprimand for their behavior. + +# Scope + +This Code of Conduct applies both within the spaces where the meetup takes place and in public spaces outside the meetup where members may interact. Violations of this Code of Conduct outside the meetup may affect a person's ability to participate in the meetup. + +#Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the organizers. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The organizers are obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Organizers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other organizers. + +# Attribution + +This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html­ diff --git a/css/nav.css b/css/nav.css new file mode 100644 index 0000000..8cb5b33 --- /dev/null +++ b/css/nav.css @@ -0,0 +1,13 @@ +nav.navbar { + border-bottom: 1px solid black; +} + +ul.navbar { + list-style-type: none; + margin: 0; + padding: 0; +} + +li.navbar { + display: inline; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..5079e6a --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ + + + + + + + NYC Python + + +
+<<<<<<< HEAD +
+
+

NYC Python!

+

+ Meet other local Python Programming Language enthusiasts! +

+
+ + \ No newline at end of file diff --git a/json/weekly_project_night_2020-02.json b/json/weekly_project_night_2020-02.json new file mode 100644 index 0000000..22be74b --- /dev/null +++ b/json/weekly_project_night_2020-02.json @@ -0,0 +1,5 @@ +{ + "title": "Weekly Project Night", + "date": "2020-02-19", + "body": "Every Wednesday, NYC Python hosts its weekly project night!\n\nThis is an opportunity for you to find an evening every week to work on your project!\n\nCome by to work on your project, get help with your project, join a reading group, ask questions about Python, figure out how to take your project to the next level, come up with a new project idea, or come by just to meet new people interested in Python and programming!\n\nComment below if you want to host a reading group, if you want help with any specific topics, if you want to show-off something you've been working on, or if you're new to Python!\n\nBring your laptop!\n\nDoors open at 6:00; event ends at 8:30. You must be on the RSVP list to attend. Seating is limited and available on a first-come, first-served basis. Coffee, tea provided.\n\nPlease follow the code of conduct to make the meetup a friendly and welcoming place for everyone! https://www.meetup.com/nycpython/messages/boards/thread/51565172\n\nWant to give a lightning talk at the start of the event? Here's a list of topics: https://docs.google.com/spreadsheets/d/11T7YPSW4rhJBEg1ODyt7pJj1Uk--fRe9kuLG-GZImWo/edit?usp=sharing\n\nThank you to Microsoft for hosting & making these events possible!" +} \ No newline at end of file