Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects_index.html @ 5550bcfb

History | View | Annotate | Download (1.7 kB)

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

    
11

    
12
<div class="widjets"> 
13
  <!--<a href="#" class="widjet-x" title="remove boxes">X</a>-->
14
  <ul class="clearfix">        
15
    <li class="create">
16
    <div>
17
      <div class="wrap">
18

    
19
        <p class="centered"><a href="{% url project_add %}"><img alt="THINK ABOUT IT" src="/static/im/images/create.png"></a></p>
20
        <p class="txt">Create a new Project in seconds. Specify how many members it will have, which and how many virtual resources it will provide to its members. Describe its purpose. Submit your request and if accepted, you and your colleagues are ready to deploy!<br><br> </p>
21
        <p><a href="{% url project_add %}">create a project ></a></p>
22
      </div>
23
    </div>
24
    </li>
25
    <li class="join">
26
    <div>
27
      <div class="wrap">
28
        <p class="centered"><a href="{% url project_search %}"><img alt="THINK ABOUT IT" src="/static/im/images/join.png"></a></p>
29
        <p class="txt">Become a member of an existing Project and instantly gain access to the resources it has to offer you. Search for open Projects and join for free. Contact the closed Projects administrators, if you think they will accept you. In two words: try to Join now. </p>
30

    
31
        <p><a href="{% url project_search %}">join a project ></a></p>
32
      </div>
33
    </div>
34
    </li>
35
  </ul>
36
</div>