forked from chrisfromredfin/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.71 KB
/
index.html
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
---
layout: bootstrap
title: Backdrop Handbook
---
<div class="jumbotron">
<h1>Welcome!</h1>
<p>This is a rough draft of the handbook for contributing to <a href="http://backdropcms.org">Backdrop</a>.</p>
</div>
<div class="row">
<div class="col-6 col-sm-6 col-lg-4">
<h2>Contributing</h2>
<p>Work is just beginning, so if you have thoughts or ideas in general on the handbook, please submit an issue on <a href="https://github.com/backdrop/handbook/issues">GitHub</a>.</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>New Pages</h2>
<p>New pages can be submitted with a pull request. Simply fork this repository, add a new page to the _pages directory, and <a href="code/pull-requests/">submit a pull request</a>. You can also navigate to the <a href="https://github.com/backdrop/handbook/tree/gh-pages/_pages">_pages directory within this repository</a> and either edit a file or create a new one which will create a pull request for you.</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Organization</h2>
<p>Organization of the handbook is in progress. Currently there are 3 main sections:
<ul>
<li><a href="/about/philosophy/">About</a></li>
<li><a href="/code/pull-requests/">Developers</a></li>
<li><a href="/users/">Users Guide</a></li>
</ul>
If you have thoughts, please <a href="https://github.com/backdrop/handbook/issues/new">submit an issue</a>.</p>
</div>
</div><!--/row-->