Skip to content

Commit 99fb7e3

Browse files
committed
Changed get involved, and added help.
Use the contact page in userdocs.
1 parent 6777dda commit 99fb7e3

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

index.html

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,18 @@ <h1>
110110

111111
<div class='cell first-cell'>
112112
<div class="section">
113-
<h2>About</h2>
114-
Devilry is a system for handling electronic deliveries. The system is
115-
designed to be flexible and customizable so that many different needs can be
116-
met. Devilry is designed to work with all types of electronic deliveries.
113+
<h2>Get involved</h2>
114+
Submit bugs, problems, improvements or new features via our issue tracker,
115+
or help other users on our Q&amp;A forum.
116+
<a href="https://devilry-userdoc.readthedocs.org/en/latest/contact.html">Read more</a>.
117117
</div>
118+
119+
<div class="section">
120+
<h2>Help</h2>
121+
Contact us via our Question &amp; Answer forum, issue tracker or email.
122+
<a href="https://devilry-userdoc.readthedocs.org/en/latest/contact.html">Read more</a>.
123+
</div>
124+
118125
<div class="section">
119126
<h2>Documentation</h2>
120127
<p>
@@ -129,14 +136,10 @@ <h2>Documentation</h2>
129136

130137
<div class="cell">
131138
<div class="section">
132-
<h2>Get involved</h2>
133-
The easiest way of contributing to Devilry is by submitting <strong>bugs and issues</strong> to
134-
our <a href="https://github.com/devilry/devilry-django/issues">issue tracker</a>.
135-
Furthermore, you can suggest <em>improvements</em> and <em>new features</em>
136-
through the same issue tracker.
137-
If you have the skills, you can even help us
138-
<a href="https://github.com/devilry/devilry-django/wiki/Developer">
139-
develop Devilry</a>.
139+
<h2>About</h2>
140+
Devilry is a system for handling electronic deliveries. The system is
141+
designed to be flexible and customizable so that many different needs can be
142+
met. Devilry is designed to work with all types of electronic deliveries.
140143
</div>
141144

142145
<div class="section">
@@ -145,6 +148,13 @@ <h2>Source code and license</h2>
145148
under the <a href="https://github.com/devilry/devilry-django/raw/master/LICENSE">BSD license</a>,
146149
which is an open source license.
147150
</div>
151+
152+
<div class="section">
153+
<h2>Develop</h2>
154+
If you have the skills, you can help us
155+
<a href="https://github.com/devilry/devilry-django/wiki/Developer">
156+
develop Devilry</a>.
157+
</div>
148158
</div>
149159

150160
<script type="text/javascript">

layout.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ div.section>h2 {
4747

4848
.cell {
4949
display: table-cell;
50+
width: 50%;
5051
}
5152

5253
.first-cell {

0 commit comments

Comments
 (0)