Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / intro.html @ 67980f56

History | View | Annotate | Download (1.8 kB)

1
{% load i18n %}
2
<div class="two-cols clearfix">
3
  <div class="rt">
4
    &nbsp;
5
  </div>
6
  <div class="lt">
7
    <p>
8
    {% blocktrans %}
9
    ~okeanos gives the opportunity to
10
    Greek Academic or Research Organizations/Institutions/Faculty
11
    to run their own projects remotely on virtual infrastructure.
12
    Simple, fast, and with minimal to no cost at all.
13
    {% blocktrans %}
14
    </p>
15
    <p><a href="{% url how_it_works %}" style="font-size:1.154em;">How it works ></a></p>
16
  </div>
17
</div>
18

    
19

    
20
<div class="widjets"> 
21
  <!--<a href="#" class="widjet-x" title="remove boxes">X</a>-->
22
  <ul class="clearfix">        
23
    <li class="create">
24
    <div>
25
      <div class="wrap">
26
        <p class="centered"><a href="{% url project_add %}"><img alt="THINK ABOUT IT" src="/static/im/images/create.png"></a></p>
27
        <p class="txt">
28
        {% blocktrans %}
29
        Create a new Project. Name it, describe its purpose,
30
        choose virtual resources to be granted to members, and submit.
31
        Your application will be reviewed, and if accepted,
32
        you and your colleagues are ready to deploy!<br/><br/>
33
        {% endblocktrans %}
34
        </p>
35
        <p><a href="{% url project_add %}">create a project ></a></p>
36
      </div>
37
    </div>
38
    </li>
39
    <li class="join">
40
    <div>
41
      <div class="wrap">
42
        <p class="centered"><a href="{% url project_search %}"><img alt="THINK ABOUT IT" src="/static/im/images/join.png"></a></p>
43
        <p class="txt">
44
        {% blocktrans %}
45
        Request to be a member of an existing Project
46
        and instantly gain access to the resources it has to offer you.
47
        Search for public Projects, or submit a join request to a private Project,
48
        if you think its administrators will accept you.
49
        In short: try to Join now.
50
        {% endblocktrans %}
51
        </p>
52
        <p><a href="{% url project_search %}">join a project ></a></p>
53
      </div>
54
    </div>
55
    </li>
56
  </ul>
57
</div>