Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
theopensourceway_old_website/website/index.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61 lines (55 sloc)
3.25 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>The Open Source Way</title> | |
<meta charset="utf-8" /> | |
<link rel="preconnect" href="https://fonts.gstatic.com"> | |
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" href="css/osw.css"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | |
</head> | |
<body> | |
<div class="content"> | |
<div class="logo"><a href="https://theopensourceway.org"><img src="media/images/osw-logo-lightbg.svg" alt="The Open Source Way"></a></div> | |
<p class="lead">The <em>open source way</em> is a way of | |
thinking about <em>how people collaborate within a community</em> | |
to achieve common goals and interests.</p> | |
</div> | |
<div id="mainlinks"><div class="content"> | |
<div class="bookbanner"> | |
<div class="tiles"> | |
<div class="tile3"><img src="media/images/bookcover.svg"></div> | |
<div class="tile3ex"> | |
<p class="lead" style="margin-top: 0">Version 2.0 of the guidebook is available now</p> | |
<p><a href="the_open_source_way-guidebook-2.0.html" class="mainlink">Read the guidebook online</a></p> | |
<p><a href="the_open_source_way-guidebook-2.0.pdf" class="mainlink">Download the guidebook as a PDF</a></p> | |
<p><a href="the_open_source_way-guidebook-2.0.epub" class="mainlink">Download the guidebook as an EPUB</a></p> | |
<p><a href="the_open_source_way-guidebook-2.0.mobi" class="mainlink">Download the guidebook as a MOBI</a></p> | |
<p><a href="the_open_source_way-guidebook-2.0-kf8.epub" class="mainlink">Download the guidebook as a Kindle Fire EPUB</a></p> | |
</div> | |
</div> | |
</div> | |
</div></div> | |
<div id="mainsublinks"><div class="content"><div class="tiles"> | |
<div class="tile2"><a href="https://github.com/theopensourceway/guidebook/issues" class="tilelink"> | |
<span class="tiletitle">Report a mistake, submit an idea</span> | |
<span class="tiledesc">File an issue on GitHub</span> | |
</a></div> | |
<div class="tile2"><a href="join-the-discussion.html" class="tilelink"> | |
<span class="tiletitle">Join the discussion</span> | |
<span class="tiledesc">Join us on our forum and Element.io</span> | |
</a></div> | |
<div class="tile2"><a href="https://github.com/theopensourceway/guidebook/blob/main/CONTRIBUTING.md" class="tilelink"> | |
<span class="tiletitle">Contribute</span> | |
<span class="tiledesc">Contribute to the guide on GitHub</span> | |
</a></div> | |
<div class="tile2"><a href="Code_of_Conduct.html" class="tilelink"> | |
<span class="tiletitle">Code of conduct</span> | |
<span class="tiledesc">We value a welcoming and inclusive community</span> | |
</a></div> | |
</div></div></div> | |
<div class="footer"><div class="content"> | |
<p>Copyright ©2022 <a href="https://github.com/theopensourceway/guidebook/blob/main/CONTRIBUTORS.adoc">Open Source Way contributors</a> <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> licensed <a href="https://github.com/theopensourceway/theopensourceway_old_website/blob/main/website/index.html">Edit this page on GitHub</a> | |
</div></div> | |
</body> | |
</html> |