Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / intro.html @ 9d889386

History | View | Annotate | Download (508 Bytes)

1
{% extends "im/projects/intro_base.html" %}
2
{% load i18n %}
3
{% block intro_top %}
4
<div class="two-cols clearfix">
5
  <div class="rt">
6
    &nbsp;
7
  </div>
8
  <div class="lt">
9
    <p>
10
    {% blocktrans %}
11
    {{ BRANDING_SERVICE_NAME }} gives the opportunity to
12
    Greek Academic or Research Organizations/Institutions/Faculty
13
    to run their own projects remotely on virtual infrastructure.
14
    Simple, fast, and with minimal to no cost at all.
15
    {% endblocktrans %} 
16
    </p>
17
  </div>
18
</div>
19
{% endblock %}