-
Notifications
You must be signed in to change notification settings - Fork 125
/
index.html
301 lines (282 loc) · 18.1 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
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
300
301
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>PrimeUI</title>
<link rel="stylesheet" type="text/css" href="resources/themes/omega/theme.css" />
<link rel="stylesheet" type="text/css" href="showcase/resources/css/jquery-ui.structure.css" />
<link rel="stylesheet" href="build/primeui.css" />
<link rel="stylesheet" type="text/css" href="showcase/resources/css/site.css" />
<link rel="stylesheet" type="text/css" href="showcase/resources/icons/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="showcase/resources/css/sh.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="showcase/resources/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="showcase/resources/js/site.js"></script>
<script type="text/javascript" src="build/primeui.js"></script>
<script type="text/javascript" src="showcase/resources/js/sh.js"></script>
</head>
<body>
<div class="layout-wrapper">
<div id="layout-topbar">
<a href="#" class="menu-button"><i class="fa fa-bars"></i></a>
<a href="#" class="logo"><img alt="logo" src="showcase/resources/images/logo.svg"></a>
<ul class="topbar-menu">
<li>
<a href="#/setup"> GET STARTED </a>
</li>
<li class="topbar-menu-themes">
<a href="#">THEMES</a>
</li>
<li>
<a href="http://forum.primefaces.org/viewforum.php?f=57">SUPPORT</a>
</li>
</ul>
</div>
<div id="layout-sidebar">
<div class="layout-menu">
<a id="menu_input" href="#">
<img src="showcase/resources/images/mono/input.svg" />
<span>Input</span>
</a>
<div class="submenu-container">
<div>
<a href="autocomplete">● AutoComplete</a>
<a href="chips">● Chips</a>
<a href="inputtext">● InputText</a>
<a href="inputtextarea">● InputTextarea</a>
<a href="dropdown">● DropDown</a>
<a href="listbox">● Listbox</a>
<a href="selectbutton">● SelectButton</a>
<a href="password">● Password</a>
<a href="radiobutton">● RadioButton</a>
<a href="rating">● Rating</a>
<a href="spinner">● Spinner</a>
<a href="slider">● Slider</a>
<a href="togglebutton">● ToggleButton</a>
<a href="switch">● InputSwitch</a>
<a href="multiselect">● MultiSelect</a>
<a href="multiselectlistbox">● MultiListBox</a>
</div>
</div>
<a id="menu_button" href="#">
<img src="showcase/resources/images/mono/button.svg" />
<span>Button</span>
</a>
<div class="submenu-container">
<div>
<a href="button">● Button</a>
<a href="splitbutton">● SplitButton</a>
</div>
</div>
<a id="menu_data" href="#">
<img src="showcase/resources/images/mono/data.svg" />
<span>Data</span>
</a>
<div class="submenu-container">
<div>
<a href="carousel">● Carousel</a>
<a href="datagrid">● DataGrid</a>
<a href="datascroller">● DataScroller</a>
<a href="datatable">● DataTable</a>
<a href="orderlist">● OrderList</a>
<a href="picklist">● PickList</a>
<a href="tree">● Tree</a>
<a href="treetable">● TreeTable</a>
<a href="paginator">● Paginator</a>
</div>
</div>
<a id="menu_panel" href="#">
<img src="showcase/resources/images/mono/panel.svg" />
<span>Panel</span>
</a>
<div class="submenu-container">
<div>
<a href="accordion">● Accordion</a>
<a href="fieldset">● Fieldset</a>
<a href="grid">● Grid CSS</a>
<a href="panel">● Panel</a>
<a href="tabview">● TabView</a>
</div>
</div>
<a id="menu_overlay" href="#">
<img src="showcase/resources/images/mono/overlay.svg" />
<span>Overlay</span>
</a>
<div class="submenu-container">
<div>
<a href="dialog">● Dialog</a>
<a href="lightbox">● LightBox</a>
<a href="tooltip">● Tooltip</a>
<a href="overlaypanel">● OverlayPanel</a>
<a href="sidebar">● Sidebar</a>
</div>
</div>
<a id="menu_file" href="#">
<img src="showcase/resources/images/mono/file.svg" />
<span>File</span>
</a>
<div class="submenu-container">
<div>
<a href="fileupload">● Upload</a>
</div>
</div>
<a id="menu_menu" href="#">
<img src="showcase/resources/images/mono/menu.svg" />
<span>Menu</span>
</a>
<div class="submenu-container">
<div>
<a href="breadcrumb">● Breadcrumb</a>
<a href="contextmenu">● ContextMenu</a>
<a href="megamenu">● MegaMenu</a>
<a href="menu">● Menu</a>
<a href="menubar">● Menubar</a>
<a href="panelmenu">● PanelMenu</a>
<a href="slidemenu">● SlideMenu</a>
<a href="tieredmenu">● TieredMenu</a>
</div>
</div>
<a id="menu_message" href="#">
<img src="showcase/resources/images/mono/message.svg" />
<span>Messages</span>
</a>
<div class="submenu-container">
<div>
<a href="growl">● Growl</a>
<a href="messages">● Messages</a>
</div>
</div>
<a id="menu_multimedia" href="#">
<img src="showcase/resources/images/mono/multimedia.svg" />
<span>Multimedia</span>
</a>
<div class="submenu-container">
<div>
<a href="galleria">● Galleria</a>
</div>
</div>
<a id="menu_misc" href="#">
<img src="showcase/resources/images/mono/misc.svg" />
<span>Misc</span>
</a>
<div class="submenu-container">
<div>
<a href="responsive">● Responsive</a>
<a href="fontawesome">● FontAwesome</a>
<a href="progressbar">● ProgressBar</a>
<a href="progressspinner">● ProgressSpinner</a>
<a href="sticky">● Sticky</a>
<a href="terminal">● Terminal</a>
</div>
</div>
</div>
</div>
<div id="layout-content">
<div id="widgetdemo">
<div class="home">
<div class="introduction">
<h1>Your Favorite UI Framework</h1>
<h2>for Anything</h2>
<a href="/setup" class="home-button">Get Started</a>
</div>
<div class="features">
<h3>Why Use PrimeUI?</h3>
<p class="features-tagline">Congratulations! 🎉 Your quest to find the UI library for your project is complete.</p>
<p class="features-description">PrimeUI is a collection of rich UI components for jQuery. All widgets are open source and free to use under MIT License. PrimeUI is developed by PrimeTek Informatics,
a vendor with years of expertise in developing open source UI solutions. For project news and updates, please <a href="https://twitter.com/PrimeUI">follow us on twitter</a> and <a href="https://www.primefaces.org/category/PrimeUI/">visit our blog</a>.</p>
<div class="ui-g">
<div class="ui-g-12 ui-md-3">
<img alt="component" src="showcase/resources/images/home/icon-component.svg" />
<span class="feature-name">50+ COMPONENTS</span>
<p>The most complete set of native widgets featuring 60+ easy to use components for all your UI requirements.</p>
</div>
<div class="ui-g-12 ui-md-3">
<img alt="opensource" src="showcase/resources/images/home/icon-opensource.svg" />
<span class="feature-name">OPEN SOURCE</span>
<p>Hosted at GitHub, all widgets are open source and free to use under MIT license. Feel the power of open source.</p>
</div>
<div class="ui-g-12 ui-md-3">
<img alt="themes" src="showcase/resources/images/home/icon-themes.svg" />
<span class="feature-name">THEMES</span>
<p>Don’t get tied up in just one look&feel. Choose from a variety of options including material and flat design.</p>
</div>
<div class="ui-g-12 ui-md-3">
<img alt="community" src="showcase/resources/images/home/icon-community.svg" />
<span class="feature-name">COMMUNITY</span>
<p>Join PrimeUI community to become a part of an active, vibrant and growing open source foundation.</p>
</div>
<div class="ui-g-12 ui-md-4">
<img alt="productive" src="showcase/resources/images/home/icon-productive.svg" />
<span class="feature-name">PRODUCTIVITY</span>
<p>Allocate your valuable time on business logic rather than dealing with the complex user interface requirements.</p>
</div>
<div class="ui-g-12 ui-md-4">
<img alt="mobile" src="showcase/resources/images/home/icon-mobile.svg" />
<span class="feature-name">MOBILE</span>
<p>Enhanced mobile user experience with touch optimized responsive design elements.</p>
</div>
<div class="ui-g-12 ui-md-4">
<img alt="templates" src="showcase/resources/images/home/icon-templates.svg" />
<span class="feature-name">TEMPLATES</span>
<p>Professionally designed highly customizable native React application templates to get started in no time. </p>
</div>
</div>
</div>
<div class="whouses">
<h3>Key Users</h3>
<p>Open source products of <a href="http://www.primetek.com.tr">PrimeTek</a> are used all around the world by 1M+ developers in Fortune 500 companies, corporations, government and educational
institutions.</p>
<div class="ui-g">
<div class="ui-g-3 ui-md-1"><img alt="users" src="showcase/resources/images/home/fox.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/airbus.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/bank-of-america.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/mercedes.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/ebay.svg"></img></div>
<div class="ui-g-3 ui-md-1"><img alt="users" src="showcase/resources/images/home/ford.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/vw.svg"></img></div>
<div class="ui-g-3 ui-md-1"><img alt="users" src="showcase/resources/images/home/unicredit.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/lufthansa.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/bmw.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/verizon.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/sap.svg"></img></div>
<div class="ui-g-3 ui-md-1"><img alt="users" src="showcase/resources/images/home/amex.svg"></img></div>
<div class="ui-g-3 ui-md-2"><img alt="users" src="showcase/resources/images/home/viacom.svg"></img></div>
</div>
</div>
<div class="templates">
<h3>Premium Application Templates for PrimeUI</h3>
<p>Based on <a href="https://github.com/facebookincubator/create-react-app">create-react-app</a>, develop awesome applications in no time using the premium templates
of PrimeUI and impress your users.</p>
<div class="ui-g">
<div class="ui-g-12">
<h4>Ultima with Material Design</h4>
<a href="https://www.primefaces.org/layouts/ultima-ui">
<img alt="Ultima" src="showcase/resources/images/layouts/ultima-ui.png" />
</a>
</div>
</div>
</div>
<div class="prosupport">
<div class="ui-g">
<div class="ui-g-12 ui-md-6">
<h3>PrimeUI PRO Support</h3>
<p>With PrimeUI PRO, it is easy to support, tune and add features to PrimeUI as if it were an in-house framework.</p>
<p>PrimeUI PRO is a term based commercial support service. With the exclusive services of Pro account, you no longer need to post your questions in the community forum and your issues to community issue tracker.</p>
<a class="home-button2" href="mailto:[email protected]">
Get a Quote
</a>
</div>
<div class="ui-g-12 ui-md-6">
<img alt="PRO" src="showcase/resources/images/home/icon-pro.svg"></img>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>