Skip to content

Very basic landing page draft #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/nav.css">
<title>NYC Python</title>
</head>
<body>
<div>
<nav class='navbar'>
<ul class='navbar'>
<li class='navbar'><a href="index.html">Home</a></li>
<li class='navbar'><a href="about.html">About</a></li>
<li class='navbar'><a href="https://www.meetup.com/nycpython">Join Us On Meetup!</a></li>
<li class='navbar'><a href="assets/CONDUCT.md">Code of Conduct</a></li>
</ul>
</nav>
</div>
<div>
<h1 id="header">NYC Python</h1>
<div id="about-blurb">
<p>
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.
</p>
</div>
<div>
<p>
We host a variety of event nights, with our most frequent being our
<strong>Project Night</strong>. See below for a list of our typical events.
</p>
<div id="about-events">
<ul>
<li>
<strong>Project Night</strong>: Our weekly meetup, usually hosted on Wednesdays at 6:30 PM EST.
<p>
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.
</p>
</li>
<li>
<strong>Lightning Talks</strong>: Your chance to show off what you've been working on!
<p>
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!
</p>
</li>
<li>
<strong>Talk Night</strong>: Your chance to show off what you've been working on!
<p>
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.
</p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
52 changes: 52 additions & 0 deletions assets/CONDUCT.md
Original file line number Diff line number Diff line change
@@ -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­
13 changes: 13 additions & 0 deletions css/nav.css
Original file line number Diff line number Diff line change
@@ -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;
}
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/nav.css">
<title>NYC Python</title>
</head>
<body>
<div>
<<<<<<< HEAD
<nav class='navbar'>
<ul class='navbar'>
<li class='navbar'><a href="index.html">Home</a></li>
<li class='navbar'><a href="about.html">About</a></li>
<li class='navbar'><a href="https://www.meetup.com/nycpython">Join Us On Meetup!</a></li>
<li class='navbar'><a href="assets/CONDUCT.md">Code of Conduct</a></li>
=======
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://www.meetup.com/nycpython">Join Us On Meetup!</a></li>
<li><a href="assets/CONDUCT.md">Code of Conduct</a></li>
>>>>>>> 05a97a6dffcde47e89102f67490bf99fbb893ceb
</ul>
</nav>
</div>
<div>
<h1 id="header">NYC Python!</h1>
<p>
Meet other local Python Programming Language enthusiasts!
</p>
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions json/weekly_project_night_2020-02.json
Original file line number Diff line number Diff line change
@@ -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!"
}