Revision 2895f0d5

b/okeanos_site/static/okeanos_static/css/main.css
135 135
}
136 136

  
137 137
.page.text h2 {
138
    font-size: 3em;
138
    font-size: 2.2em;
139 139
    color: #4085A5;
140 140
    margin-bottom: 0.5em;
141
    text-shadow: 1px 1px 0px #efefef;
141
    text-shadow: 1px 1px 0px #ddd;
142
}
143

  
144
.page.text a {
145
    color: #407087;
146
}
147

  
148
.page.text p em {
149
    color: #444;
150
    font-weight: bold;
151
}
152

  
153
.page.text h3 {
154
    font-size: 1.3em;
155
    color: #407087;
156
    margin-bottom: 0.5em;
157
    margin-top: 0.3em;
158
}
159

  
160
.page.text h4 {
161
    font-weight: bold;
162
    font-size: 1.1em;
163
    margin-bottom: 0.3em;
142 164
}
143 165

  
144 166
.page.text p {
b/okeanos_site/templates/okeanos/pages/what.html
1 1
{% load i18n %}
2
<h2>{% trans "So, what is this ~okeanos thing?" %}</h2>
3
<p>
4
<em>~okeanos</em> is a brand new IaaS Service. "IaaS" stands for "Infrastracture as a Service", but what does it really mean?
5
</p>
2 6

  
3
<h2>{% trans "What ?" %}</h2>
4
<p></p>
7
<p>
8
It means that you can build your own computer, always connected to the Internet, without worrying for hardware failures, spaghetti cables, connectivity hiccups and software troubles. 
9
</p>
10

  
11
<p>
12
With ~okeanos you are one click away from your own Virtual Machines and Virtual Networks: You can manage them, destroy them, connect to them and take a handful of other actions, all from inside your favorite web browser. 
13
</p>
14

  
15
<h4>Think about it:</h4>
16
<p>
17
You wake up one morning and you need a new computer with a specific operating system and hardware requirements (or 10 new computers :-) ).
18
</p>
19

  
20
<p>
21
Until today you would probably:
22
Go out shopping, buy/order a new PC, wait shipping to your place, unpack, connect cables, connect to the network, setup your installation, pray all went well and start after a few hours (hopefully).
23
</p>
24

  
25
<p>
26
Can I have something click and go, please?
27
Start preparing breakfast (required). Open your browser, login to ~okeanos, order as many machines as you like, select their 'hardware', pick up your favorite operating system, wait only a few minutes, then connect remotely to your own new working PC. And don't forget, breakfast is still there waiting for you.
28
</p>
b/okeanos_site/templates/okeanos/pages/who.html
1 1
{% load i18n %}
2 2

  
3
<h2>{% trans "Who ?" %}</h2>
4
<p></p>
3

  
4
<h2>{% trans "Hmm, getting interesting, who is it for?" %}</h2>
5

  
6
<p>
7
<em>~okeanos</em> will be soon delivering production-quality IaaS to the Greek Academic and Research Community. Students, professors and researchers can dive into the 'ocean' and get the full power of virtual infrastructures (computing, network, storage). We run the service from our datacenters, VMs and storage (soon) over our dark fiber network. 
8
</p>
9

  
10
<p>
11
Are you a student/researcher/faculty member? You can access ~okeanos using the same credentials you use to login to your University/Research Center.
12
</p>
13

  
14
<h3>..and who is behind ~okeanos?</h3>
15

  
16
<p>
17
~okeanos is being designed and developed by the <a href="http://www.grnet.gr">Greek Research and Technology Network (GRNET)</a> for the benefit of the Greek academic community. You are welcomed to join ~okeanos and stay!
18
</p>
b/okeanos_site/templates/okeanos/pages/why.html
1 1
{% load i18n %}
2 2

  
3
<h2>{% trans "Why ?" %}</h2>
4
<p></p>
3
<h2>Ok, seems cool, but why should I use it?</h2>
4

  
5
<p>
6
<em>~okeanos</em> GUI is designed to be as simple and clean as possible. Although full-fledged for the tech-savvy administrator, it is as handy as a swiss knife for all: Even the most inexperienced user can have a running system in notime. 
7
</p>
8

  
9
<h3>I am a student</h3>
10
<p>
11
It gives me the opportunity to test specific kind of software/work in a machine that I no longer need after my work is done. It also makes it easy to get in touch with different technologies without having to buy anything. It is a live testbed for my studies. And yes, it is always connected to the net, so imagine what it can do...
12
</p>
13

  
14
<h3>I am a professor</h3>
15
<p>
16
It makes it possible for me to deploy PC labs without having to worry about specific hardware or physical space. It makes me capable of providing machines to my students for a scheduled amount of time.
17
</p>
18

  
19
<h3>I am a researcher</h3>
20
<p>
21
It enables me to run experiments in many different environments and network topologies which I can provision easily, quickly and dynamically. I can have persistent or volatile machines according to my needs.  
22
</p>
23

  

Also available in: Unified diff