Revision c2141ac1 snf-astakos-app/astakos/im/templates/im/landing.html

b/snf-astakos-app/astakos/im/templates/im/landing.html
7 7
	<h2>WELCOME TO OKEANOS</h2>
8 8
	<div class="two-cols clearfix dotted pithos">
9 9
		<div class="rt">
10
    		<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-pithos.png" /></a>
10
    		<a href="/pithos/ui/"><img class="pic" src="{{ IM_STATIC_URL }}images/landing-pithos.png" /></a>
11 11
		</div>
12 12
		<div class="lt">
13
 			<a href="">Pithos</a> takes you to the storage service where up to 50 gigs
13
 			<a href="/pithos/ui/">Pithos</a> takes you to the storage service where up to 50 gigs
14 14
of space is yours.
15 15

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

  
26 26

  
......
28 28
	</div>
29 29
	<div class="two-cols clearfix dotted dashboard">
30 30
		<div class="rt">
31
    		<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-dashboard.png" /></a>
31
    		<a href="{% url astakos.im.views.edit_profile %}"><img class="pic" src="{{ IM_STATIC_URL }}images/landing-dashboard.png" /></a>
32 32
		</div>
33 33
		<div class="lt">
34
 			On the right you can accesss your <a href="">dashboard</a> to create
34
 			On the right you can accesss your <a href="{% url astakos.im.views.edit_profile %}">dashboard</a> to create
35 35
projects or change account settings
36 36

  
37 37

  

Also available in: Unified diff