~ris/loco-team-portal/fix-552762

« back to all changes in this revision

Viewing changes to loco_directory/templates/index.html

  • Committer: Tarmac
  • Author(s): Chris Johnston
  • Date: 2012-06-17 14:32:03 UTC
  • mfrom: (532.1.3 theme)
  • Revision ID: tarmac@nigelb.me-20120617143203-15zle8vuew6d001d
[r=daker] Updates LTP to use the new branding guidelines

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
{% load i18n %}
3
3
 
4
4
{% block sub_nav_links %}
5
 
<a class="sub-nav-item" href="{% url about_loco %}">{% trans "About Local Community (LoCo) Teams" %}</a>
6
 
<a class="sub-nav-item" href="{% url using_locodir %}">{% trans "Using the LoCo Team Portal" %}</a>
 
5
<li><a class="sub-nav-item" href="{% url about_loco %}">{% trans "About Local Community (LoCo) Teams" %}</a></li>
 
6
<li><a class="sub-nav-item" href="{% url using_locodir %}">{% trans "Using the LoCo Team Portal" %}</a></li>
7
7
{% endblock %}
8
8
 
9
9
{% block extrahead %}{{block.super}}
20
20
{% endblock %}
21
21
 
22
22
{% block content %}
23
 
 
 
23
<div class="row">
 
24
<section class="span-12">
24
25
<h1 class="centered">{% trans "Ubuntu Local Community (LoCo) Team Portal" %}</h1>
25
 
    <article class="main-content">
26
26
    <ul id="continents">
27
27
        <li id="northamerica">
28
28
        <a href="{% url team-list %}#North%20America">
51
51
    </ul>
52
52
    <br />
53
53
    <p style="text-align: center; font-weight: bold;">{% trans "Click on your continent to find teams near you." %}</p>
54
 
</article>
55
 
 
56
 
<hr class="divide" />
57
 
<br />
58
 
 
59
 
<section class="double-side-content">
 
54
</section></div>
 
55
 
 
56
<div class="row">
 
57
<section class="span-8">
60
58
    <h2>{% trans "Latest blog articles" %}</h2>
61
59
    {% for article in articles %}
62
60
        <article class="blog-entry">
81
79
        </article>
82
80
    {% endfor %}
83
81
</section>
84
 
 
85
 
<article class="side-content">
 
82
<section class="span-4 last">
86
83
    <h2>{% if team_event_count %}{{ team_event_count }} {% endif %}{% trans "Upcoming Events" %}</h2>
87
84
    <a href="{% url event-list %}"><img src="{{ MEDIA_URL }}img/home-map.png" /></a>
88
 
</article>
89
85
 
90
 
<article class="side-content">
91
86
    <h2>{% trans "Latest social messages" %}</h2>
92
87
    <div class="twidenash" id="locoteams"></div>
93
 
</article>
 
88
</section>
 
89
</div>
94
90
 
95
91
{% endblock %}