annotate templates/index.djhtml @ 24:2e7226e90157

Many fixes. See detailed description. - Style errors - Writer proper 404 and 500 templates - Make login page redirect back to page being viewed (still buggy?) - Provide a brief blurb about Agora - Use tables for registration and login forms (need to be styled) - Fix typos, grammatical errors. - Don't use .djhtml extension for some templates
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 28 Jun 2010 03:00:01 -0500
parents d79f3503704c
children e019ca8e14f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
1 {% extends "controls.djhtml" %}
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
2
7
6c2d400091fd Decouple bundle urlconfs; improve the skeleton layout to more than a few bones
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 1
diff changeset
3 {% block content %}
17
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
4 <div class="info">
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
5 <h3>
20
d79f3503704c Several link, font, style, color, logo changes
Fotios Kasolis <fotios.kasolis@gmail.com>
parents: 18
diff changeset
6 Welcome
17
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
7 </h3>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
8 <div class="whitebox">
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
9 <p>
24
2e7226e90157 Many fixes. See detailed description.
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 20
diff changeset
10 Agora Octave is a place dedicated for rapid collaboration related
2e7226e90157 Many fixes. See detailed description.
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 20
diff changeset
11 to <a href="http://octave.org">GNU Octave</a>. You
2e7226e90157 Many fixes. See detailed description.
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 20
diff changeset
12 can <a href="/latest">browse our code submissions</a>
2e7226e90157 Many fixes. See detailed description.
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 20
diff changeset
13 our <a href="accounts/login">contribute your own</a>.
17
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
14 </p>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
15 </div>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
16 </div>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
17 <div class="info">
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
18 <h3>
20
d79f3503704c Several link, font, style, color, logo changes
Fotios Kasolis <fotios.kasolis@gmail.com>
parents: 18
diff changeset
19 Recent submissions
17
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
20 </h3>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
21 <div class="whitebox">
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
22 <p>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
23 <a href="">Lorem</a> ipsum dolor sit amet, consectetuer adipiscing
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
24 elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
25 magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
26 nostrud exerci tation ullamcorper suscipit lobortis nisl ut
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
27 aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
28 in hendrerit in vulputate velit esse molestie consequat, vel illum
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
29 dolore eu feugiat nulla facilisis at vero eros et accumsan et
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
30 iusto odio dignissim qui blandit praesent luptatum zzril delenit
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
31 augue duis dolore te feugait nulla facilisi.
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
32 </p>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
33 </div>
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
34 </div class="info">
cb9a7c6c3800 Implement rounded boxes and titles for holding content
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 9
diff changeset
35 {% endblock %}
9
2da64c6aa689 Begin implementing Fotios' design
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 7
diff changeset
36