Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (2.5 kB)

1 4b7d68f0 Olga Brani
{% extends "im/account_base.html" %}
2 4b7d68f0 Olga Brani
3 4b7d68f0 Olga Brani
{% block body %}
4 4b7d68f0 Olga Brani
<div class="projects">
5 4b7d68f0 Olga Brani
        <div class="clearfix">
6 4b7d68f0 Olga Brani
                <p>You can create the followind type of projects:</p>
7 4b7d68f0 Olga Brani
        </div>
8 4b7d68f0 Olga Brani
        
9 4b7d68f0 Olga Brani
        <div class="two-cols clearfix dotted">
10 4b7d68f0 Olga Brani
                <div class="rt centered">
11 4b7d68f0 Olga Brani
                        <img alt="THINK ABOUT IT" src="/static/medialibrary/2012/04/proffessor.png">
12 4b7d68f0 Olga Brani
                </div>
13 4b7d68f0 Olga Brani
                <div class="lt">
14 4b7d68f0 Olga Brani
                        <h2 style="color:#B66D00;">COURSE</h2>
15 4b7d68f0 Olga Brani
                    <div>
16 4b7d68f0 Olga Brani
                            <p>You wake up one morning and you need a new computer with a specific operating system and hardware requirements (or 10 new computers). You also need 10GB of storage space to store some new content you just got your hands on (or 50GB ;-)).</p>
17 4b7d68f0 Olga Brani
                            <a href="{% url group_add 'course' %}" class="submit">CREATE COURSE</a>
18 4b7d68f0 Olga Brani
                    </div>
19 4b7d68f0 Olga Brani
                </div>
20 4b7d68f0 Olga Brani
        </div>
21 4b7d68f0 Olga Brani
        <div class="two-cols clearfix dotted">
22 4b7d68f0 Olga Brani
                <div class="rt centered">
23 4b7d68f0 Olga Brani
                        <img alt="THINK ABOUT IT" src="/static/medialibrary/2012/06/behind_okeanos.png">
24 4b7d68f0 Olga Brani
                </div>
25 4b7d68f0 Olga Brani
                <div class="lt">
26 4b7d68f0 Olga Brani
                        <h2 style="color:#4085A6;">PROJECT</h2>
27 4b7d68f0 Olga Brani
                    <div>
28 4b7d68f0 Olga Brani
                            <p>You wake up one morning and you need a new computer with a specific operating system and hardware requirements (or 10 new computers). You also need 10GB of storage space to store some new content you just got your hands on (or 50GB ;-)).</p>
29 4b7d68f0 Olga Brani
                            <a href="{% url group_add 'project' %}" class="submit">CREATE PROJECT</a>
30 4b7d68f0 Olga Brani
                    </div>
31 4b7d68f0 Olga Brani
                </div>
32 4b7d68f0 Olga Brani
        </div>
33 4b7d68f0 Olga Brani
        <div class="two-cols clearfix dotted">
34 4b7d68f0 Olga Brani
                <div class="rt centered">
35 4b7d68f0 Olga Brani
                        <img alt="THINK ABOUT IT" src="/static/medialibrary/2012/06/from_athens.png">
36 4b7d68f0 Olga Brani
                </div>
37 4b7d68f0 Olga Brani
                <div class="lt">
38 4b7d68f0 Olga Brani
                        <h2 style="color:#EF4F54;">ORGANISATION</h2>
39 4b7d68f0 Olga Brani
                    <div>
40 4b7d68f0 Olga Brani
                            <p>You wake up one morning and you need a new computer with a specific operating system and hardware requirements (or 10 new computers). You also need 10GB of storage space to store some new content you just got your hands on (or 50GB ;-)).</p>
41 4b7d68f0 Olga Brani
                            <a href="{% url group_add 'organization' %}" class="submit">CREATE ORGANISATION</a>
42 4b7d68f0 Olga Brani
                    </div>
43 4b7d68f0 Olga Brani
                </div>
44 4b7d68f0 Olga Brani
        </div>
45 4b7d68f0 Olga Brani
        <div class="two-cols clearfix dotted">
46 4b7d68f0 Olga Brani
                <div class="rt centered">
47 4b7d68f0 Olga Brani
                        <img alt="THINK ABOUT IT" src="/static/medialibrary/2012/04/researcher.png">
48 4b7d68f0 Olga Brani
                </div>
49 4b7d68f0 Olga Brani
                <div class="lt">
50 4b7d68f0 Olga Brani
                        <h2 style="color:#FF7CA4;">LAB</h2>
51 4b7d68f0 Olga Brani
                    <div>
52 4b7d68f0 Olga Brani
                            <p>You wake up one morning and you need a new computer with a specific operating system and hardware requirements (or 10 new computers). You also need 10GB of storage space to store some new content you just got your hands on (or 50GB ;-)).</p>
53 4b7d68f0 Olga Brani
                            <a href="{% url group_add 'laboratory' %}" class="submit">CREATE LAB</a>
54 4b7d68f0 Olga Brani
                    </div>
55 4b7d68f0 Olga Brani
                </div>
56 4b7d68f0 Olga Brani
        </div>
57 4b7d68f0 Olga Brani
</div>
58 4b7d68f0 Olga Brani
59 4b7d68f0 Olga Brani
{% endblock body %}