Revision 8a217fa2 snf-astakos-app/astakos/im/templates/im/projects/intro.html

b/snf-astakos-app/astakos/im/templates/im/projects/intro.html
1 1
{% extends "im/projects/intro_base.html" %}
2 2
{% load i18n %}
3 3
{% block intro_top %}
4
<div class="two-cols clearfix">
5
  <div class="rt">
6
    &nbsp;
4
<div class="projects-intro">
5
  <div class="two-cols clearfix">
6
    <div class="rt">
7
      &nbsp;
7 8

  
8
  </div>
9
  <div class="lt">
10
    <p>
11
    {% blocktrans %}
12
    {{ BRANDING_SERVICE_NAME }} gives you the opportunity to run your own 
13
    projects on virtual infrastracture or to become a member of other 
14
    {{ BRANDING_SERVICE_NAME }} users' projects. Simple and fast!
15
    {% endblocktrans %} 
16
    </p>
9
    </div>
10
    <div class="lt">
11
      <p>
12
      {% blocktrans %}
13
      {{ BRANDING_SERVICE_NAME }} gives you the opportunity to run your own 
14
      projects on virtual infrastracture or to become a member of other 
15
      {{ BRANDING_SERVICE_NAME }} users' projects. Simple and fast!
16
      {% endblocktrans %} 
17
      </p>
18
    </div>
17 19
  </div>
18 20
</div>
19 21
{% endblock %}

Also available in: Unified diff