Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / __intro.html @ 5f21fc15

History | View | Annotate | Download (1.9 kB)

1
{% load i18n %}
2
<table class="cols-3">
3
  <tr class="images">
4
    <td>
5
      <p>
6
        &nbsp;
7
      </p>
8
      
9
    </td>
10
    <td>
11
      <p><a href="{% url project_add %}"><img alt="THINK ABOUT IT" src="/static/im/images/create.png"></a></p>
12
       
13
    </td>
14
    <td>
15
      <p><a href="{% url project_search %}"><img alt="THINK ABOUT IT" src="/static/im/images/join.png"></a></p>
16
        
17
    </td>
18
  </tr>
19
  <tr>
20
    <td>
21
      <p>
22
      {% blocktrans %}
23
      ~okeanos gives the opportunity to
24
      Greek Academic or Research Organizations/Institutions/Faculty
25
      to run their own projects remotely on virtual infrastructure.
26
      Simple, fast, and with minimal to no cost at all.
27
      {% endblocktrans %}
28
      </p> 
29
    </td>
30
    <td>
31
      
32
        <p class="txt">
33
        {% blocktrans %}
34
        Create a new Project. Name it, describe its purpose,
35
        choose virtual resources to be granted to members, and submit.
36
        Your application will be reviewed, and if accepted,
37
        you and your colleagues are ready to deploy!<br/><br/>
38
              {% endblocktrans %}
39
        </p> 
40
    </td>
41
    <td>
42
       
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
    </td>
53
  </tr>
54
  <tr class="links">
55
    <td>
56
       
57
      <p><a href="{% url how_it_works %}">How it works ></a></p>
58
    </td>
59
    <td> 
60
        <p><a href="{% url project_add %}" style="color:#55B577">Create a project ></a></p>
61
    </td>
62
    <td> 
63
        <p><a href="{% url project_search %}" style="color:#F24E53">Join a project ></a></p>
64
    </td>
65
  </tr>
66

    
67
</table>
68
<div class="full-dotted">&nbsp;</div>
69

    
70