-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.95 KB
/
Copy pathindex.html
File metadata and controls
35 lines (35 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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="wrapper">
<div class="content">
<div class="logo">
<a href="https://theopensourceway.org"><img src="images/osw-logo-lightbg.svg" alt="The Open Source Way"></a>
</div>
<div class="description">
<p>The Open Source Way is a (somewhat opinionated) guidebook for anyone interested in managing open source communities. It collects best practices for initiating, nurturing, growing, and maintaining groups of passionate contributors.</p>
</div>
<div class="links">
<p><a href="https://guidebook.theopensourceway.org/" class="button">📖 Read the current version (2.2)</a></p>
<p><a href="downloads/the-open-source-way-2.0.zip" class="button">⬇️ Download a portable version (2.0)</a></p>
<p><a href="https://github.com/theopensourceway/guidebook" class="button">🔎 View the source</a></p>
<p><a href="https://github.com/theopensourceway/guidebook/issues" class="button">🗳️ Report an issue</a></p>
<p><a href="https://github.com/theopensourceway/guidebook/discussions" class="button">💬 Share an idea</a></p>
<p><a href="https://github.com/theopensourceway/guidebook/blob/main/CONTRIBUTING.md" class="button">🧑💻 Contribute</a></p>
<p><a href="https://github.com/theopensourceway/guidebook/blob/main/CODE_OF_CONDUCT.md" class="button">📜 Read the code of conduct</a></p>
</div>
<div class="footer">
<p>Copyright © 2025 Open Source Way contributors. Some rights reserved (<a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>)</p>
</div>
</div>
</div>
</body>
</html>