forked from patternfly/patternfly.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
215 lines (201 loc) · 9.63 KB
/
404.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found | PatternFly</title>
<meta name="description" content="PatternFly is an open source web user interface framework promoting consistency and usability across IT applications through UX patterns and widgets">
<link rel="shortcut icon" href="/components/patternfly/dist/img/favicon.ico">
<!-- iPad retina icon -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-152.png">
<!-- iPad retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-144.png">
<!-- iPad non-retina icon -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-76.png">
<!-- iPad non-retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-72.png">
<!-- iPhone 6 Plus icon -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-180.png">
<!-- iPhone retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-114.png">
<!-- iPhone non-retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/components/patternfly/dist/img/apple-touch-icon-precomposed-57.png">
<link rel="stylesheet" href="/assets/css/patternfly-adjusted.min.css">
<link rel="stylesheet" href="/components/patternfly/dist/css/patternfly-additions.min.css">
<link rel="stylesheet" href="/assets/css/patternfly-site.min.css">
<script src="/components/jquery/dist/jquery.min.js"></script>
<script src="/components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/components/bootstrap-combobox/js/bootstrap-combobox.js"></script>
<script src="/components/bootstrap-datepicker/dist/js/bootstrap-datepicker.js"></script>
<script src="/components/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
<script src="/components/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script>
<script src="/components/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.js"></script>
<script src="/components/patternfly-bootstrap-treeview/dist/bootstrap-treeview.min.js"></script>
<script src="/components/c3/c3.min.js"></script>
<script src="/components/d3/d3.min.js"></script>
<script src="/components/datatables/media/js/jquery.dataTables.js"></script>
<script src="/components/google-code-prettify/bin/prettify.min.js"></script>
<script src="/components/clipboard/dist/clipboard.min.js"></script>
<script src="/components/patternfly/dist/js/patternfly.min.js"></script>
<script src="/assets/js/patternfly-site.min.js"></script>
<link rel="canonical" href="https://www.patternfly.org/404.html">
</head>
<body >
<header>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse-pf-site" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
-->
<a class="navbar-brand" id="logo" title="open interface project" href="/">PatternFly | open interface project</a>
</div>
<div class="navbar-collapse navbar-collapse-pf-site collapse">
<form class="navbar-form navbar-right" method="get" id="searchform" action="http://www.google.com/search">
<div class="form-group">
<input name="q" id="q" type="text" class="form-control" autocomplete="off" placeholder="Search">
<input name="sitesearch" type="hidden" value="patternfly.org">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</form>
<ul id="menu-primary" class="nav navbar-nav navbar-right">
<li>
<a href="/get-started/">Get Started</a>
</li>
<li>
<a href="/pattern-library/">Pattern Library</a>
</li>
<li>
<a href="/styles/">Styles</a>
</li>
<li>
<a href="/community/">Community</a>
</li>
<li>
<a href="/download/">Download</a>
</li>
<li>
<a href="https://blog.patternfly.org">Blog</a>
</li>
</ul>
</div>
</div>
</nav>
<nav class="navbar navbar-sidebar navbar-primary">
<!--
{ % if primary == 'get-started' or primary == 'pattern-library' or primary == 'styles' % }
<nav class="navbar navbar-sidebar" aria-labelledby="navbar-toggle-sidebar">
<button class="btn btn-default navbar-toggle-sidebar" id="navbar-toggle-sidebar">
<span class="fa fa-angle-double-right"></span>
<span class="sr-only">Toggle sub navigation</span>
</button>
-->
<ul>
<li class="primary-menu ">
<a href="/">Menu</a>
<ul>
<li>
<a href="/get-started/">Get Started<span class="fa fa-angle-right"></span></a>
</li>
<li>
<a href="/pattern-library/">Pattern Library<span class="fa fa-angle-right"></span></a>
</li>
<li>
<a href="/styles/">Styles<span class="fa fa-angle-right"></span></a>
</li>
<li>
<a href="/community/">Community</a>
</li>
<li>
<a href="/download/">Download</a>
</li>
<li>
<a href="https://blog.patternfly.org">Blog</a>
</li>
<form class="navbar-form navbar-right" method="get" id="searchform" action="http://www.google.com/search">
<div class="form-group">
<input name="q" id="q" type="text" class="form-control" autocomplete="off" placeholder="Search">
<input name="sitesearch" type="hidden" value="patternfly.org">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</form>
</ul>
</li>
</ul>
</nav><!--{ % endif % }-->
</header>
<div class="container-fluid">
<div class="clearfix row" id="content">
<div id="main" class="col-md-12 clearfix" role="main">
<article class="post">
<header class="page-tabs-header">
<h1>404 Not Found</h1>
</header>
<section class="post_content">
<p>This is embarassing. We can't find what you were looking for.</p>
<p>Whatever you were looking for was not found, but maybe try looking again or search using the form below.</p>
<form method="get" id="searchform" action="http://www.google.com/search">
<div class="form-group">
<input name="q" id="q" type="text" class="form-control" autocomplete="off" placeholder="Search" />
<input name="sitesearch" type="hidden" value="patternfly.org" />
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</section>
</article>
</div>
</div>
</div>
<footer>
<div class="row">
<div class="col-md-9">
<p>
<a href="http://www.redhat.com" id="logo-redhat" target="_blank">Red Hat</a>
PatternFly is a <a href="http://www.redhat.com" target="_blank">Red Hat</a> sponsored project. <br> Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"> Creative Commons Attribution 4.0 International license.</a>
</p>
</div>
<div class="col-md-3">
<ul class="social">
<!--
<li>
<a href="https://blog.patternfly.org"><span class="fa fa-rss-square"></span></a>
</li>
-->
<li>
<a href="https://github.com/patternfly/patternfly" target="_blank"><span class="fa fa-github-square"></span></a>
</li>
<li>
<a href="https://twitter.com/patternfly_des" target="_blank"><span class="fa fa-twitter-square"></span></a>
</li>
<li>
<a href="https://www.facebook.com/groups/PatternFlyCommunity/" target="_blank"><span class="fa fa-facebook-square"></span></a>
</li>
<li>
<a href="https://plus.google.com/communities/117224483835467139511" target="_blank"><span class="fa fa-google-plus-square"></span></a>
</li>
</ul>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47523816-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>