Skip to content

Create index.html #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 1 commit into
base: master
Choose a base branch
from
Open
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
56 changes: 56 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

<title>Open Source Software at NYU</title>

<style>
.container { margin-top: 30px; }
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-2">
<img src="nyu-logo.png" class="img-fluid" style="border: 1px solid black;" alt="NYU Logo">
</div>
<div class="col-md-10">
<h4>NYU Organization on GitHub</h4>
<p>
<a href="https://github.com/nyu">github.com/nyu</a> is a GitHub organization for projects developed by students, staff, and faculty at New York University.
You can automatically join the organization by visiting this URL: <a href="https://auto-accept-a477d9b8af36.herokuapp.com/">Click to Join</a>
</p>
<p>
There are only a few guidelines we maintain within this organization:
</p>
<ul>
<li>Projects must be original, open source work. <i>(Use your own personal GitHub for forks, open course projects, etc.)</i></li>
<li>Projects must contain a README file. <i>(Don't dump random code in <a href="https://github.com/nyu">@nyu</a>.)</i></li>
<li>This work should be something you are proud to associate with yourself and NYU. If you're not sure, it is best to host it on your own GitHub account.</li>
</ul>
<p>
That's it! Feel free to use any open-source license that fits your needs, though we encourage responsible licensing practices.
</p>
<p>
<i>Projects hosted on <a href="https://github.com/nyu">github.com/nyu</a> are not officially endorsed by New York University.</i>
</p>
<p>
Happy coding!
</p>
</div>
</div>
</div>

<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>