Statistics
| Branch: | Tag: | Revision:

root / htdocs / okeanos.html @ 19ae10fe

History | View | Annotate | Download (3.1 kB)

1
<!doctype html>
2
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
3
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
4
<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
5
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
6
<head>
7
    <meta charset="utf-8">
8

    
9
  <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
10
       Remove this if you use the .htaccess -->
11
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
12

    
13
  <title>~okeanos</title>
14
  <meta name="description" content="Pithos+ GRNet Service">
15
  <meta name="author" content="Kostas Papadimitriou <kpap@grnet.gr>">
16

    
17
  <!--  Mobile viewport optimized: j.mp/bplateviewport -->
18
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
19

    
20
    <!-- Place favicon.ico & apple-touch-icon.png
21
        in the root of your domain and delete these references -->
22
  <link rel="shortcut icon" href="/favicon.ico">
23
  <link rel="apple-touch-icon" href="/apple-touch-icon.png">
24
  
25
  <link rel="stylesheet" href="site_media/css/site.css">
26
  <script src="site_media/js/libs/modernizr-1.7.min.js"></script>
27
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
28
  <script>
29
    var CLOUDBAR_ACTIVE_SERVICE = 'okeanos';
30
    var CLOUDBAR_LOCATION = "https://pithos.dev.grnet.gr/im/static/im/cloudbar/";
31

32
    $(document).ready(function(){
33
      $.getScript(CLOUDBAR_LOCATION + 'cloudbar.js');
34
    })
35
  </script>
36
</head>
37
<body id="index" style="background-position: 0px -200px">
38
    <div class="container">
39
        <div class="logo">
40
            <a href="#" title="Pithos+"><img 
41
                src="site_media/images/okeanos-logo-alpha.png" 
42
                alt="~okeanos" 
43
                title="~okeanos" /></a>
44
        </div>
45

    
46
        <div class="inner box-round-mid box-shadow-mid clearfix">
47
            <div class="cols clearfix">
48
                <div class="main-content">
49

    
50
    <div class="intro-text page text">
51
        <p>
52
        Η έκδοση alpha 2 της υπηρεσίας ~okeanos θα είναι σύντομα διαθέσιμη.<br /><br />
53
        Αν έχετε λογαριασμό θα λάβετε ενημερωτικό μήνυμα στο email σας.<br />
54
        Αν δεν έχετε, φτιάξτε έναν <a href="/im"><em class="bold">τώρα</em></a>!
55
        </p>
56
    </div>
57
</div>
58

    
59
            </div>
60
        </div>
61
    </div>
62

    
63
</div>
64
</div>
65

    
66
<div class="footer">
67
    
68
<div class="bottom-text">
69
    <p>&copy; 2011 <a target="_blank" href="http://www.grnet.gr/">Εθνικό Δίκτυο Έρευνας και Τεχνολογίας</a></p>
70
</div>
71
</div>
72
  
73
              
74
      <script src="site_media/js/libs/jquery-1.5.1.min.js"></script>
75
      <script src="site_media/js/libs/jquery.cookie.js"></script>
76
      <script src="site_media/js/intro-hover.js"></script>
77
      <script src="site_media/js/main.js"></script>
78

    
79
                        <!--[if lt IE 7 ]>
80
      <script src="site_media/js/libs/dd_belatedpng.js"></script>
81
      <script>DD_belatedPNG.fix('img, .png_bg');</script>
82
      <![endif]-->
83
</body>
84
</html>