Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / how_it_works.html @ 279d6e51

History | View | Annotate | Download (757 Bytes)

1
{% extends "im/account_base.html" %}
2

    
3
{% load filters %}
4

    
5
{% block page.body %}
6

    
7
        <h2>HOW IT WORKS</h2>
8
         <div class="centered how-it-works">
9
                 <div class="wrap">
10
                         <img src="/static/im/images/how_it_works.png" alt="how it all works">
11
                         <a href="{% url group_list %}" class="submit">VISIT PROJECTS NOW</a>
12
                         <a href="https://okeanos.grnet.gr/" class="map link-13">&nbsp;</a>
13
                         <a href="{% url group_list %}" class="map link-21">&nbsp;</a>
14
                         <a href="{% url group_add 'project' %}" class="map link-22">&nbsp;</a>
15
                         <a href="{% url group_all %}" class="map link-33">&nbsp;</a>
16
                         <a href="{% url group_all %}" class="map link-33">&nbsp;</a>
17
                         <a href="{% url resource_usage %}" class="map link-42">&nbsp;</a>
18
                 </div>
19
         </div>
20
{% endblock %}