Skip to content
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# firsttimersonly
The Repository for the FirstTimersOnly movement in Open Source. We want projects to reserve some issues for newbies.
# FirstTimersOnly

[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://www.firsttimersonly.com/)
[![GitHub issues](https://img.shields.io/github/issues/shanselman/firsttimersonly.svg?maxAge=2592000)](https://github.com/shanselman/firsttimersonly/issues)


This Repository is for the FirstTimersOnly movement in Open Source. We want projects to reserve some issues for newbies. The real stuff is on the [gh-pages](https://github.com/shanselman/firsttimersonly/tree/gh-pages) branch, so go over there.

https://www.firsttimersonly.com/
18 changes: 11 additions & 7 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">

<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/github-light.css">
<link rel="stylesheet" href="../stylesheets/core.css" media="screen">
<link rel="stylesheet" href="../stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="../stylesheets/github-light.css">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />

<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="../javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript" src="javascripts/main.js"></script>
<script type="text/javascript" src="../javascripts/headsmart.min.js"></script>
<script type="text/javascript" src="../javascripts/main.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>



<title>First Timers Only - Get involved in Open Source and commit code to your first project!</title>
</head>

Expand Down Expand Up @@ -61,5 +62,8 @@ <h2>Friendly Open Source projects should reserve specific issues for newbies.</h
</footer>

</div>



</body>
</html>