From 8d1f95ea668f50e5196ca7f779676aba233cdd5b Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Thu, 13 Feb 2020 23:40:12 -0500 Subject: [PATCH 1/8] Add weekly project night info --- json/weekly_project_night_2020-02.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 json/weekly_project_night_2020-02.json 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 From 2bead552e0b0ec5102801a30b6b046528d8e66ef Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Thu, 13 Feb 2020 23:40:21 -0500 Subject: [PATCH 2/8] Add code of conduct --- assets/CONDUCT.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 assets/CONDUCT.md diff --git a/assets/CONDUCT.md b/assets/CONDUCT.md new file mode 100644 index 0000000..eb835cb --- /dev/null +++ b/assets/CONDUCT.md @@ -0,0 +1,50 @@ +# 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­ \ No newline at end of file From 870b42d87f391c3bba8aa61262af4a4136a20ca9 Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Thu, 13 Feb 2020 23:40:44 -0500 Subject: [PATCH 3/8] Add basic home page and styling --- css/nav.css | 13 +++++++++++++ index.html | 26 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 css/nav.css create mode 100644 index.html diff --git a/css/nav.css b/css/nav.css new file mode 100644 index 0000000..4b02cd8 --- /dev/null +++ b/css/nav.css @@ -0,0 +1,13 @@ +nav { + border-bottom: 1px solid black; +} + +ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +li { + display: inline; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4bc0ef4 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + + NYC Python + + +
+ +
+
+

NYC Python!

+

+ Meet other local Python Programming Language enthusiasts! +

+
+ + \ No newline at end of file From cc5e9e9a5d6e7cfc460a52e4caf3aa28953501fe Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Wed, 19 Feb 2020 20:13:38 -0500 Subject: [PATCH 4/8] Fixed link to CONDUCT.md --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4bc0ef4..02af4c8 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ From 05a97a6dffcde47e89102f67490bf99fbb893ceb Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Wed, 19 Feb 2020 20:13:43 -0500 Subject: [PATCH 5/8] Fix typo --- assets/CONDUCT.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/assets/CONDUCT.md b/assets/CONDUCT.md index eb835cb..c5112ee 100644 --- a/assets/CONDUCT.md +++ b/assets/CONDUCT.md @@ -1,9 +1,10 @@ # 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: +# Our Standards + +## Examples of behavior that contributes to creating a positive environment include: * Being friendly and patient @@ -15,7 +16,7 @@ Our Standards -# Examples of unacceptable behavior by participants include: +## Examples of unacceptable behavior by participants include: * The use of sexualized or violent language or imagery @@ -39,7 +40,8 @@ Organizers are held to a higher standard than other community members. If an org # 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 + +#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. @@ -47,4 +49,4 @@ Organizers who do not follow or enforce the Code of Conduct in good faith may fa # 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­ \ No newline at end of file +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­ From 9dea983c758d1ebe6abb0415d5360745dbfaa3bb Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Sun, 23 Feb 2020 18:28:01 -0500 Subject: [PATCH 6/8] Edit nav.css Style only HTML elements with class "navbar". --- css/nav.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/nav.css b/css/nav.css index 4b02cd8..8cb5b33 100644 --- a/css/nav.css +++ b/css/nav.css @@ -1,13 +1,13 @@ -nav { +nav.navbar { border-bottom: 1px solid black; } -ul { +ul.navbar { list-style-type: none; margin: 0; padding: 0; } -li { +li.navbar { display: inline; } \ No newline at end of file From 4fe320132ea9e57902aaad0960c1f9ce903faabf Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Sun, 23 Feb 2020 18:28:08 -0500 Subject: [PATCH 7/8] Add about.html --- about.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 about.html 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 From 2ec06f15eb02fb6c5b036673fb7483120407aab6 Mon Sep 17 00:00:00 2001 From: Abdullah Khan Date: Sun, 23 Feb 2020 18:28:51 -0500 Subject: [PATCH 8/8] Edit index.html Add class='navbar' to the navbar stuff. --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4bc0ef4..8bdd792 100644 --- a/index.html +++ b/index.html @@ -8,16 +8,17 @@
-

NYC Python!

+

NYC Python!

Meet other local Python Programming Language enthusiasts!