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

« back to all changes in this revision

Viewing changes to loco_directory/templates/about_loco.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:
4
4
{% block page_name %}{% trans "About Local Community (LoCo) Teams" %}{% endblock %}
5
5
 
6
6
{% block sub_nav_links %}
7
 
<a class="sub-nav-item" href="{% url loco_setup %}">{% trans "Setting up a new Local Community (LoCo) Team" %}</a>
 
7
<li><a class="sub-nav-item" href="{% url loco_setup %}">{% trans "Setting up a new Local Community (LoCo) Team" %}</a></li>
8
8
{% endblock %}
9
9
 
10
10
{% block content %}
11
11
 
12
 
<article class="main-content">
 
12
<div class="row">
 
13
    <section class="span-12">
13
14
    <h2>{% trans "About Local Community (LoCo) Teams" %}</h2>
14
15
    <p>{% trans "With the incredible success of Ubuntu around the world, the LoCo project is here to help groups of Ubuntu fans and enthusiasts work together in regional teams to help advocate, promote, translate, develop and otherwise improve Ubuntu. Our worldwide network of LoCo teams is providing a strong backbone to our already vast and extensive Ubuntu community. Why not go and see the" %} <a title="{% trans "See All LoCo Teams" %}" href="{% url team-list %}">{% trans "full list of teams!" %}</a></p>
15
 
</article>
 
16
</section></div>
16
17
 
17
 
<article class="main-content">
 
18
<div class="row">
 
19
    <section class="span-12">
18
20
    <h3>{% trans "Joining a LoCo Team" %}</h3>
19
21
    <ul>
20
22
        {% with '</a>' as link_end %}
31
33
        {% endwith %}
32
34
        {% endwith %}
33
35
    </ul>
34
 
</article>
 
36
</section></div>
35
37
 
36
 
<article class="main-content">
 
38
<div class="row">
 
39
    <section class="span-12">
37
40
    <h3>{% trans "Why Local Teams?" %}</h3>
38
41
    <p>{% trans "Ever since the birth of computers, enthusiasts and fans around the world have collected together in garages, universities and pubs to talk about their interest, learn from each other and help promote their interest. Combine this with the huge popularity of Ubuntu, and you have the Ubuntu LoCo project." %}</p>
39
 
</article>
 
42
</section></div>
40
43
 
41
44
 
42
45
{% endblock %}