index.html 5.28 KB
Newer Older
Őry Máté committed
1 2 3 4 5
<!DOCTYPE html>
<html lang="hu-hu"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>IK Cloud</title>
    <link rel="icon" type="image/png" href="https://cloud.ik.bme.hu/static/favicon.png">
    <link rel="icon" type="image/png" href="https://cloud.ik.bme.hu/one/static/favicon.png">
Dányi Bence committed
6
    <link href="https://fonts.googleapis.com/css?family=Titillium+Web&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
7 8 9 10 11 12 13 14 15 16 17 18
    <style type="text/css" id="less:static-style">
body {
    word-spacing: 2px;
    letter-spacing: 0.5px;
    min-height: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    background: #dadada url(https://cloud.ik.bme.hu/static/site_bgr.png) repeat-x;
    background-position: 80px 0;
    margin: 0;
    padding: 0;
    overflow: scroll;
Őry Máté committed
19 20
}
#content {
21 22 23
    width: 970px;
    text-align: left;
    margin: 0 auto;
Őry Máté committed
24 25
}
.contentblock {
26 27 28 29 30
    background-color: #ccc;
    border-radius: 4px;
    border: 1px solid #aaa;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    margin: 20px;
Őry Máté committed
31
}
32 33 34 35 36 37 38 39
.contentblock p{
    margin: 15px;
    text-align: justify;
}
.contentblock img{
    margin: 0px auto;
    display: block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
40
    border-radius: 5px;
41 42
    text-align: center;
    vertical-align: middle;
Őry Máté committed
43 44
}
.contentblock h2 {
45 46 47 48 49 50 51 52 53 54 55
    background-color: #000;
    background-image: url(https://cloud.ik.bme.hu/static/hexabar.png);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #eee;
    font-size: 1.5em;
    margin-top: 0;
    padding: 10px;
Őry Máté committed
56 57
}
#header {
58 59 60 61 62 63 64 65 66
    height: 80px;
    background-color: #072c61;
    background-image: url(https://cloud.ik.bme.hu/static/bme_feher2.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;
    border-bottom: 3px solid #0B4599;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0 0 0 200px;
Őry Máté committed
67 68
}
#header h1 {
69 70 71 72 73
    font-size: 2em;
    line-height: 80px;
    float: left;
    margin: 0;
    padding: 0 1em;
Őry Máté committed
74 75
}
#header h1 a {
76
    color: #fff;
Őry Máté committed
77 78
}
.boxes {
79 80
    width: 480px;
    float: left;
Őry Máté committed
81 82
}
* {
Dányi Bence committed
83 84
      margin: 0;
      padding: 0;
Őry Máté committed
85 86
}
.clear {
Dányi Bence committed
87
    clear: both;
Őry Máté committed
88 89
}
a {
Dányi Bence committed
90
    text-decoration: none;
Őry Máté committed
91 92
}
abbr {
Dányi Bence committed
93
    border-bottom: 1px dotted #666;
Őry Máté committed
94 95 96
}
a:link,
a:visited {
Dányi Bence committed
97
    color: black;
Őry Máté committed
98
}
99 100 101
strong {
    font-size: .9em;
}
102
    </style>
Őry Máté committed
103
</head>
Őry Máté committed
104
<body>
Őry Máté committed
105
    <div id="header">
Őry Máté committed
106
        <p style="float: right;">
Őry Máté committed
107
            <a href="https://cloud.ik.bme.hu/">
Őry Máté committed
108 109 110
                <img src="eduid_button2_belepes.png" alt="Log in" />
            </a>
        </p>
111
        <h1>
Őry Máté committed
112
            <a href="https://cloud.ik.bme.hu/">IK Cloud</a>
113
        </h1>
Őry Máté committed
114 115
    </div>
    <div id="content">
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
        <div class="boxes">
            <div class="contentblock" id="state">
                <h2>A projektről</h2>
                <div>
                    <p>Az <strong>IK Cloud</strong> a BME IK és IIT együttműködésében, a VIK
                    támogatásával hosszabb ideje folyó munka során jött létre.
                    A kutatás célja <strong>a cloud oktatási-kutatási célú felhasználásának</strong>
                    vonzóvá tétele.
                    </p>
                    <p>
                    A nagy kapacitású virtuális infrastruktúra azonban új lehetőséget is nyújt.
                    <strong>Igény szerint</strong> indíthatóak virtuális gépek:
                    gördülékennyé válik a tantermi és otthoni <strong>hallgatói munka,</strong>
                    a kutatási <strong>projektek dinamikus IT támogatása.</strong>
                    </p>
                    <p><img src="IK Cloud_files/cloud-migration.png" /></p>
                    <p>A rendszerünk segítségével <strong>kiváltható</strong> a tanszéken
                    működő öregedő szerverpark jelentős része.</p>
                </div>
            </div>
136
        </div>
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
        <div class="boxes">
            <div class="contentblock" id="state">
                <h2>Virtuális labor</h2>
                <div>
                    <p><img src="IK Cloud_files/cloud-lab.png" /></p>
                    <p>Lehetőség van <strong>tantárgyra szabott környezet</strong> biztosítására
                    a tantermi mérések vagy az otthoni feladatok elvégzéséhez, vagy az
                    önkiszolgáló felületen pillanatok alatt indítható <strong>projektek, önálló
                    labor, szakdolgozat, diplomaterv, vagy TDK-munka</strong> segítéséhez
                    virtuális gép.</p>
                    <!--<p style="text-align:center;"><a
                        href="https://cloud.ik.bme.hu/">Próbálja ki a rendszert
                        most!</a></p>-->
                </div>
            </div>
            <div class="contentblock" id="state" lang="en">
                <h2>About the project</h2>
                <div>
                    <p>The project aims to harness the power of cloud computing in
                    education and research. Our self service portal helps migrating
                    old servers, and on-demand launching appliances prepared by the
                    teacher.</p>
                    </p>
                </div>
            </div>
Őry Máté committed
162 163 164
        </div>
        <div class="clear"></div>
    </div>
165 166
</body>
</html>