-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
executable file
·299 lines (233 loc) · 10.7 KB
/
404.html
File metadata and controls
executable file
·299 lines (233 loc) · 10.7 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
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Sorry 404 Page Not Found. Parallec.io | Performant Parallel Requests Made Easy</title>
<meta name="description" content="Parallec: Parallel Async HTTP/SSH/TCP/Ping Client Java Library">
<meta name="author" content="Yuanteng Jeff Pei">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="http://www.parallec.io/images/favicon.ico">
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:700,400,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="http://www.parallec.io/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="http://www.parallec.io/fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Fontello CSS -->
<link href="http://www.parallec.io/fonts/fontello/css/fontello.css" rel="stylesheet">
<!-- Plugins -->
<link href="http://www.parallec.io/plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="http://www.parallec.io/plugins/rs-plugin/css/settings.css" rel="stylesheet">
<link href="http://www.parallec.io/css/animations.css" rel="stylesheet">
<link href="http://www.parallec.io/plugins/hover/hover-min.css" rel="stylesheet">
<!-- the project core CSS file -->
<link href="http://www.parallec.io/css/style.css" rel="stylesheet" >
<!-- Color Scheme (In order to change the color scheme, replace the blue.css with the color scheme that you prefer)-->
<link href="http://www.parallec.io/css/skins/blue.css" rel="stylesheet">
<!-- Custom css -->
<link href="http://www.parallec.io/css/custom.css" rel="stylesheet">
<!-- Highlight.js jeff -->
<link rel="stylesheet" href="http://www.parallec.io/css/mono-blue.min.css">
</head>
<!-- body classes: -->
<!-- "boxed": boxed layout mode e.g. <body class="boxed"> -->
<!-- "pattern-1 ... pattern-9": background patterns for boxed layout mode e.g. <body class="boxed pattern-1"> -->
<!-- "transparent-header": makes the header transparent and pulls the banner to top -->
<!-- "page-loader-1 ... page-loader-6": add a page loader to the page (more info @components-page-loaders.html) -->
<body class="no-trans ">
<!-- scrollToTop -->
<!-- ================ -->
<div class="scrollToTop circle"><i class="icon-up-open-big"></i></div>
<!-- page wrapper start -->
<!-- ================ -->
<div class="page-wrapper">
<!-- header-container start -->
<div class="header-container">
<!-- header start -->
<!-- classes: -->
<!-- "fixed": enables fixed navigation mode (sticky menu) e.g. class="header fixed clearfix" -->
<!-- "dark": dark version of header e.g. class="header dark clearfix" -->
<!-- "full-width": mandatory class for the full-width menu layout -->
<!-- "centered": mandatory class for the centered logo layout -->
<!-- ================ -->
<header class="header fixed clearfix">
<div class="container">
<div class="row">
<div class="col-md-3">
<!-- header-left start -->
<!-- ================ -->
<div class="header-left clearfix">
<!-- logo parallec -->
<div id="logo" class="logo">
<a href="http://www.parallec.io"><img id="logo_img" src="http://www.parallec.io/images/logo_parallec.png" alt="The Project"></a>
</div>
<!-- name-and-slogan -->
<div class="site-slogan">
Performant Parallel Requests Made Easy
</div>
</div>
<!-- header-left end -->
</div>
<div class="col-md-9">
<!-- header-right start -->
<!-- ================ -->
<div class="header-right clearfix">
<!-- main-navigation start -->
<!-- classes: -->
<!-- "onclick": Makes the dropdowns open on click, this the default bootstrap behavior e.g. class="main-navigation onclick" -->
<!-- "animated": Enables animations on dropdowns opening e.g. class="main-navigation animated" -->
<!-- "with-dropdown-buttons": Mandatory class that adds extra space, to the main navigation, for the search and cart dropdowns -->
<!-- ================ -->
<div class="main-navigation animated with-dropdown-buttons">
<!-- navbar start -->
<!-- ================ -->
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<!-- main-menu -->
<ul class="nav navbar-nav ">
<!-- mega-menu start -->
<li class="mega-menu">
<a href="http://www.parallec.io">Home</a>
</li>
<!-- mega-menu end -->
<!-- mega-menu start -->
<li class="mega-menu">
<a href="http://www.parallec.io/docs/">Documentation</a>
</li>
<!-- mega-menu end -->
<!-- mega-menu start -->
<li class="mega-menu">
<a href="http://www.parallec.io/javadoc/index.html?io/parallec/core/package-summary.html">Javadoc</a>
</li>
<!-- mega-menu end -->
<!-- mega-menu start -->
<li class="mega-menu">
<a href="https://github.com/eBay/parallec-samples">Samples</a>
</li>
<!-- mega-menu end -->
<!-- mega-menu start -->
<li class="mega-menu">
<a href="https://github.com/eBay/parallec/">Github <i class="fa fa-github-alt pl-5"></i></a>
</li>
<!-- mega-menu end -->
</div>
</div>
</nav>
<!-- navbar end -->
</div>
<!-- main-navigation end -->
</div>
<!-- header-right end -->
</div>
</div>
</div>
</header>
<!-- header end -->
</div>
<!-- header-container end -->
<!-- main-container start -->
<!-- ================ -->
<section class="main-container jumbotron light-gray-bg text-center margin-clear">
<div class="container">
<div class="row">
<!-- main start -->
<!-- ================ -->
<div class="main col-md-6 col-md-offset-3 pv-40">
<h1 class="page-title"><span class="text-default">404</span></h1>
<h2>Ooops! Page Not Found</h2>
<p>The requested URL was not found on this server. Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.</p>
<a href="http://www.parallec.io" class="btn btn-default btn-animated btn-lg">Return to Parallec.io <i class="fa fa-home"></i></a>
</div>
<!-- main end -->
</div>
</div>
</section>
<!-- main-container end -->
<!-- footer top start -->
<!-- ================ -->
<div class="dark-bg default-hovered footer-top animated-text">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="call-to-action text-center">
<div class="row">
<div class="col-sm-8">
<h2>Scalable and Fast API Aggregation</h2>
<h2>By writing 20 lines of codes</h2>
</div>
<div class="col-sm-4">
<p class="mt-10"><a href="https://www.youtube.com/watch?v=QcavegPMDms" class="btn btn-animated btn-lg btn-gray-transparent ">Watch Demo<i class="fa fa-youtube-play pl-20"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer top end -->
<!-- .subfooter start -->
<!-- ================ -->
<div class="subfooter">
<div class="container">
<div class="subfooter-inner">
<div class="row">
<div class="col-md-12">
<p class="text-center">Code licensed under Apache License v2.0, documentation and video under CC BY 3.0. <br> © 2015 Parallec.io by <a target="_blank" href="http://www.ebay.com">eBay Software Foundation</a>. All Rights Reserved.
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10678959;
var sc_invisible=0;
var sc_security="957d7138";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify
analytics" href="http://statcounter.com/shopify/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/10678959/0/957d7138/0/"
alt="shopify analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</p>
</div>
</div>
</div>
</div>
</div>
<!-- .subfooter end -->
</footer>
<!-- footer end -->
</div>
<!-- page-wrapper end -->
<!-- JavaScript files placed at the end of the document so the pages load faster -->
<!-- ================================================== -->
<!-- Jquery and Bootstap core js files -->
<script type="text/javascript" src="http://www.parallec.io/plugins/jquery.min.js"></script>
<script type="text/javascript" src="http://www.parallec.io/bootstrap/js/bootstrap.min.js"></script>
<!-- Share must be after jquery-->
<div id="github_stars">
<iframe src="http://ghbtns.com/github-btn.html?user=eBay&repo=parallec&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe>
</div>
</body>
</html>