Skip to content

Commit ebc7f15

Browse files
committed
Cleanup the frontpage.
1 parent cef8559 commit ebc7f15

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,26 @@ <h1>
108108

109109
<div id="main">
110110

111-
<div class='cell'>
111+
<div class='cell first-cell'>
112112
<div class="section">
113113
<h2>About</h2>
114114
Devilry is a system for handling electronic deliveries. The system is
115115
designed to be flexible and customizable so that many different needs can be
116116
met. Devilry is designed to work with all types of electronic deliveries.
117117
</div>
118+
<div class="section">
119+
<h2>Documentation</h2>
120+
<p>
121+
<a href="https://devilry-userdoc.readthedocs.org">User docs</a> |
122+
<a href="https://devilry-deploy.readthedocs.org">Sysadmin docs</a> |
123+
<a href="https://devilry.readthedocs.org">Developer docs</a> |
124+
<a href="https://github.com/devilry/devilry-django/wiki">Wiki</a>.
125+
</p>
126+
<p>New developers may also want to take a look at the <a href="techintro.html">technical intro</a>.</p>
127+
</div>
128+
</div>
118129

130+
<div class="cell">
119131
<div class="section">
120132
<h2>Get involved</h2>
121133
The easiest way of contributing to Devilry is by submitting <strong>bugs and issues</strong> to
@@ -126,16 +138,6 @@ <h2>Get involved</h2>
126138
<a href="https://github.com/devilry/devilry-django/wiki/Developer">
127139
develop Devilry</a>.
128140
</div>
129-
</div>
130-
131-
<div class="cell">
132-
<div class="section">
133-
<h2>Documentation</h2>
134-
Most of the documentation is available through the <a href="https://github.com/devilry/devilry-django/wiki">Wiki</a>.
135-
Developers may want to jump directly to the <a href="http://devilry.readthedocs.org">API docs at readthedocs.org</a>,
136-
however new developers should check out <a href="techintro.html">technical intro</a>
137-
and the Wiki first.
138-
</div>
139141

140142
<div class="section">
141143
<h2>Source code and license</h2>

layout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ div.section>h2 {
4646
.cell {
4747
display: table-cell;
4848
}
49+
50+
.first-cell {
51+
min-width: 300px;
52+
}

0 commit comments

Comments
 (0)