-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathindex.html
200 lines (183 loc) · 6.22 KB
/
index.html
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html>
<head>
<title>Cloudlibz</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:,100" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light info-color">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#vendors">Providers</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="https://medium.com/cloudlibz"
target="_blank">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="./gsoc.html"
target="_blank">GSoC 2020</a>
</li>
</ul>
</div>
</nav>
<a href="#" id="back-to-top" title="Back to top">↑</a>
<div class="logo-stripe">
<img class="logo-image" height="400" src="img/CL1.png">
</div>
<div class="subone-fixed">
<div class="subone-text">
<div class="row">
<p class="para-two" align="center">
<br />
<br /> CloudLibz focuses on building products around cloud.
<br /> It provides the necessary tools for you to be cloud savvy and makes
<br /> managing your projects effortless and easy. We develop products around
<br /> unifying cloud environments, tools around cloud automation and
<br /> serverless architecture.
<br />
</p>
</div>
</div>
</div>
<div class="subtwo-fixed" id="products">
<font class="heading-two-two">Our Products</font>
<div class="container">
<div class="row products">
<div class="col-lg-6 product">
<div class="pr-name">
<a href="https://github.com/cloudlibz/nodecloud">NodeCloud</a>
</div>
<div class="pr-description">
NodeCloud is a standard library written in NodeJS to get a single API on the open cloud with multiple providers. Making open cloud easily accessible and managed.
</div>
<div class="pr-github">
<a href="https://github.com/cloudlibz/nodecloud"><i class="fa fa-3x fa-github"></i></a>
</div>
</div>
<div class="col-lg-6 product">
<div class="pr-name">
<a href="https://github.com/cloudlibz/gocloud">GoCloud</a>
</div>
<div class="pr-description">
GoCloud is a golang library which hides the difference between different APIs provided by varied cloud providers (AWS, GCP, OpenStack etc.) and allows you to manage different cloud resources through a unified and easy to use API.
</div>
<div class="pr-github">
<a href="https://github.com/cloudlibz/gocloud"><i class="fa fa-3x fa-github"></i></a>
</div>
</div>
<div class="col-lg-6 product">
<div class="pr-name">
<a href="https://github.com/cloudlibz/clocal-gcp">CLocal - GCP</a>
</div>
<div class="pr-description">
CLocal GCP emulates Google Cloud Platform services locally. Users can leverage the rest endpoints provided by the CLocal-GCP to mock the cloud API invocations. It uses the same interfaces provided by the GCP REST API.
</div>
<div class="pr-github">
<a href="https://github.com/cloudlibz/clocal-gcp"><i class="fa fa-3x fa-github"></i></a>
</div>
</div>
<div class="col-lg-6 product">
<div class="pr-name">
<a href="https://github.com/cloudlibz/clocal-azure">CLocal - Azure</a>
</div>
<div class="pr-description">
Clocal-Azure provides an easy-to-use test/mocking framework for developing Cloud applications. It emulates Azure services on the localhost.
</div>
<div class="pr-github">
<a href="https://github.com/cloudlibz/clocal-azure"><i class="fa fa-3x fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="subtwo-fixed" id="vendors">
<font class="heading-two-tres">Providers unified by CloudLibz</font>
<br />
<div class="firstone">
<img src="img/l1.png" class="logoz onez">
</div>
<div class="secondone">
<img src="img/l2.png" class="logoz twoz">
</div>
<div class="thirdone">
<img src="img/l3.png" class="logoz trez">
</div>
<div class="fourthone">
<img src="img/l4.png" class="logoz fourz">
</div>
<div class="fiveone">
<img src="img/ali-cloud.png" class="logoz fivez">
</div>
</div>
</div>
<div class="contact" align="center" id="community">
<div class="form" id="contact">
<h1 class="testimonials-text" align="center">Awesome Community</h1>
<br>
<br>
<div class="row">
<div class="row-content">
<div class="gitter">
<a href="https://gitter.im/cloudlibz/cloudlibz">
<img src="img/gitter.jpg" alt="">
<p>Gitter</p>
</a>
</div>
<div class="forum">
<a href="https://groups.google.com/forum/#!forum/cloudlibz">
<img src="img/google-groups-1.png" alt="">
<p>Mail Forum</p>
</a>
</div>
<div class="github">
<a href="https://github.com/cloudlibz/">
<img src="img/github.png" alt="">
<p>GitHub</p>
</a>
</div>
</div>
</div>
</div>
<footer align="center">
<p class="txt">
<br />
<br />© Copyright 2020 Cloudlibz.
<br />
</footer>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script>
if ($('#back-to-top').length) {
var scrollTrigger = 100, // px
backToTop = function () {
var scrollTop = $(window).scrollTop();
if (scrollTop > scrollTrigger) {
$('#back-to-top').addClass('show');
} else {
$('#back-to-top').removeClass('show');
}
};
backToTop();
$(window).on('scroll', function () {
backToTop();
});
$('#back-to-top').on('click', function (e) {
e.preventDefault();
$('html,body').animate({
scrollTop: 0
}, 700);
});
}
</script>
</body>
</html>