forked from approachable-io/approachable-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 2.19 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Approachable IO | Approachable Open Source Projects</title>
<meta name="description" content="Creators of Approachable Open Source projects to allow anyone to start contribute to open source software, regardless of technical skill level.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
<link rel="shortcut icon" type="image/png" href="images/approachable-open-source-logo.png"/>
<link rel="alternate" href="https://approachable.io" hreflang="en-us" />
</head>
<body>
<!-- Hidden Skip Link -->
<div id="skiptocontent">
<a href="#maincontent">Skip to Main Content</a>
</div>
<!-- Main Content -->
<main role="main">
<div id="maincontent" class="text-container">
<h1>Approachable IO </h1>
<h2>Approachable Open Source Projects</h2>
<p>Approachable IO is an organization committed to creating Approachable Open Source software development. The goal of Approachable IO is to create projects that allow developers of all experience levels to contribute to the project. Contributing to open source projects can be an intimidating endeavor, and Approachable IO is aiming to lower the complexity for those who wish to contribute to open source projects.</p>
<p>Regardless of you're skill level, we're glad you're here and would love your contribution to our projects. If you're looking for how to get involved, check out our <a href="https://github.com/approachable-io/getting-started">getting-started</a> project which will guide you through your very first open source contribution.</p>
<p>Your contributions are also welcome on any of our projects on <a href="https://github.com/approachable-io">our Github Account</a>, including <a href="https://github.com/approachable-io/approachable-io">the project for this website!</a></p>
</div>
<img src="images/approachable-open-source-logo.png" alt="Approachable Open Source Logo" />
</main>
</body>
</html>