forked from DevOpHub/devophub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (72 loc) · 2.51 KB
/
index.html
File metadata and controls
90 lines (72 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<html>
<head>
<title>GlusterFS Distributed File System</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800" rel="stylesheet" type="text/css" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="css/ie7.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<h1><a href="/index" id="logo">GlusterFS</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li>
<span><a style="color: #fff; text-decoration: none" href="//github.com/GlusterFS/Notes">Performance</a></span>
</li>
<li>
<span><a style="color: #fff; text-decoration: none" href="//github.com/GlusterFS/Notes">Scalability</a></span>
</li>
<li>
<span><a style="color: #fff; text-decoration: none" href="//github.com/GlusterFS/Notes">Open Source</a></span>
</li>
</ul>
</nav>
</div>
</header>
<!-- Banner -->
<div id="banner">
<h2><strong>GlusterFS</strong> is a distributed file system that can scale to several petabytes, runs on commodity hardware, and aggregates storage capacity and computing resources from various servers.</h2>
</div>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<footer id="footer" class="container">
<div class="row">
<div class="12u">
<div id="copyright">
© 2014 GlusterFS.github.io. All rights reserved
</div>
</div>
</div>
</footer>
</div>
</body>
</html>