Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / landing.html @ 003d8fcf

History | View | Annotate | Download (1 kB)

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

    
3
{% load filters %}
4

    
5
{% block page.body %}
6
<div class="landing-page">
7
        <h2>WELCOME TO OKEANOS</h2>
8
        <div class="two-cols clearfix dotted pithos">
9
                <div class="rt">
10
                    rt
11
                </div>
12
                <div class="lt">
13
                         <a href="">Pithos</a> takes you to the storage service where up to 50 gigs
14
of space is yours.
15

    
16
                </div>
17
        </div>
18
        <div class="two-cols clearfix dotted cyclades">
19
                <div class="rt">
20
                    rt
21
                </div>
22
                <div class="lt">
23
                         <a href="">Cyclades</a> to the compute and network cervice where you can
24
create your own machines and networks.
25

    
26

    
27
                </div>
28
        </div>
29
        <div class="two-cols clearfix dotted dashboard">
30
                <div class="rt">
31
                    rt
32
                </div>
33
                <div class="lt">
34
                         On the right you can accesss your <a href="">dashboard</a> to create
35
projects or change account settings
36

    
37

    
38
                </div>
39
        </div>
40
        <div class="two-cols clearfix dotted cms">
41
                <div class="rt">
42
                    rt
43
                </div>
44
                <div class="lt">
45
                         In case you want more information regarding the service,
46
click on the logo  icon on the far left.
47
 
48

    
49
                </div>
50
        </div>
51
</div>         
52
{% endblock %}