]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
1c0914f96d75e15ee032f2e43adf40b75eea0015
[ceph.git] /
1 <div class="login-suse">
2   <header>
3     <nav class="navbar">
4       <a class="navbar-brand"><span>SUSE Enterprise Storage</span></a>
5       <div class="form-inline">
6         <cd-language-selector></cd-language-selector>
7       </div>
8     </nav>
9   </header>
10
11   <section>
12     <div class="container">
13       <div class="row full-height vertical-align">
14         <div class="col-sm-6 d-none d-md-block">
15           <h1 i18n>SUSE Enterprise Storage</h1>
16           <p i18n>
17             <span i18n
18                   class="subheader">
19               AN INTELLIGENT SOFTWARE-DEFINED STORAGE SOLUTION, POWERED BY CEPH TECHNOLOGY,
20               WHICH ENABLES YOU TO TRANSFORM YOUR ENTERPRISE STORAGE INFRASTRUCTURE.
21             </span>
22             <ng-container i18n>
23               <span class="d-md-none d-lg-block">
24                 Providing IT organizations with a simple to manage, agile infrastructure with increased speed of delivery,
25                 durability and reliability. Accelerate innovation, reduce costs and alleviate proprietary hardware lock-in
26                 by transforming your enterprise storage infrastructure with a truly open, and unified intelligent
27                 software-defined storage solution.
28               </span>
29             </ng-container>
30           </p>
31         </div>
32
33         <div class="col-xs-12 col-md-5 col-sm-offset-1">
34           <router-outlet></router-outlet>
35         </div>
36       </div>
37     </div>
38   </section>
39
40   <footer>
41     <div class="container">
42       <div class="row">
43         <div class="col-sm-9">
44           <span>© 2020 Ceph contributors. Free software (LGPL 2.1)</span>
45         </div>
46         <div class="col-sm-3 text-right d-none d-sm-block">
47           <img alt="SUSE Logo"
48                src="assets/SUSE_Chameleon_L_White-neg_sRGB-250.png"
49                class="footer-logo">
50         </div>
51       </div>
52     </div>
53   </footer>
54 </div>