-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
312 lines (311 loc) · 10.8 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
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Halstack</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="./images/halstack-share.png" />
<meta
property="og:description"
content="Build incredible apps for your hypermedia APIs"
/>
<meta
property="og:url"
content="https://dxc-technology.github.io/halstack/"
/>
<meta property="og:title" content="Halstack" />
<link rel="stylesheet" href="./css/main.css" />
<link
rel="icon"
href="./images/favicon.png"
type="image/gif"
sizes="16x16"
/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Work+Sans:wght@500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="mockup">
<img
src="./images/halstack_mockup.svg"
alt="Mockup showing Halstack potencial"
/>
</div>
<header>
<img src="./images/halstack_logo.svg" alt="Halstack product logo" />
<div class="intro">
<h1>
Build incredible Apps<br />
for your hypermedia APIs <br />
</h1>
<a href="#halstack-intro">
<button>Start using Halstack</button>
</a>
</div>
<img src="./images/dxc_logo_new.png" alt="DXC Technology logo" />
</header>
<main>
<div class="design-system">
<a id="halstack-intro"
><h2>
Halstack Design System
<img
src="./images/dslogo.svg"
alt="Logo for Halstack design system"
/></h2
></a>
<p>
Halstack Design System is a set of visual principles, guidelines, and
tools aimed at helping designers and developers to build visually
consistent and compelling API-driven User Experiences that adhere to
our unique branded visual identity. Available as an Open Source
project, it allows UX teams to manage branding and design of
applications at scale thanks to a collection of reusable UI components
for the latest Web development technologies. With advanced theming and
configurability features, Halstack Design System allows designers and
developers to create their own themes and build up new applications
more easily, and at the same time leverage our usability,
accessibility, layout, and responsiveness principles transparently.
</p>
<form action="https://developer.dxc.com/halstack">
<button>Explore the Design System</button>
</form>
<div class="tools-container">
<div>
<h3>
<img
src="./images/guidelines-icon.png"
alt="Representation icon for guidelines"
/>
Guidelines
</h3>
<p>
The design guidelines have been curated by our design team in
order to help teams in building compelling and consistent User
Experiences.
</p>
<a href="https://developer.dxc.com/halstack/10/principles/color/"
>See guidelines and principles</a
>
</div>
<div>
<h3>
<img
src="./images/Uxpin.png"
alt="UXPin icon for designer's tools"
/>
Tools for designers
</h3>
<p>
We are using UXPin as Design and Prototype tool. With Halstack-UXPin merge, designers can create fast prototypes by dragging and dropping the Halstack-coded components and use their API to configure the look and the behavior of each element.
</p>
<a href="./videos/Halstack Prototyping Library - Getting Started.mp4"
>Watch overview video</a
>
</div>
<div>
<h3>
<img src="./images/tools-icon.png" alt="Developer tools icon" />
Tools for developers
</h3>
<p>
Our developer tools enforce our UX guidelines and provide
technical components for the latest Web development frameworks.
</p>
<a href="https://developer.dxc.com/design/tools"
>See more about dev tools</a
>
</div>
</div>
</div>
<div class="client">
<h2>
Halstack Client
<img
src="./images/clientlogo.svg"
alt="Logo for Halstack design system"
/>
</h2>
<p>
Halstack Client for Javascript enables developers to easily work with
hypermedia APIs. This library features a set of functionalities aimed
at facilitating the consumption of hypermedia REST resources and
getting access to their properties dynamically, based on the HAL and
JSON Hyperschema specifications.
</p>
<form action="https://github.com/dxc-technology/halstack-client">
<button type="submit">Consume Hypermedia APIs</button>
</form>
<img
src="./images/clientimg.svg"
alt="Representation of Halstack Client"
/>
</div>
<div class="browser">
<h2>
Halstack Browser
<img
src="./images/browserlogo.svg"
alt="Logo for Halstack design system"
/>
<span class="experimental-badge">Outdated</span>
</h2>
<p>
Halstack Browser is a React component that can be included in any
React Web App and provides a visual mechanism to crawl and discover
API resources and operations dynamically for hypermedia APIs. In
contrary to other path-based approaches such as OpenAPI (where static
specs are used to describe a list of pre-defined path resources and
available operations) Halstack Browser allows both API consumers and
producers work with auto-discoverable REST APIs.
</p>
<form action="https://hal.us.insurance.dxc.com/">
<button type="submit">See Halstack Browser in action</button>
</form>
<img
src="./images/browserimg.svg"
alt="Representation of Halstack Browser"
/>
</div>
<div class="mantainers">
<h2>Meet the Core Maintainers</h2>
<div class="profiles">
<div>
<img src="https://github.com/raquelarrojo.png" alt="" />
<h4>Raquel Arrojo</h4>
<span
><a href="https://github.com/raquelarrojo" target="_blank"
>raquelarrojo</a
></span
>
</div>
<div>
<img src="https://github.com/rconcepcion3.png" alt="" />
<h4>Rafael Concepción</h4>
<span
><a href="https://github.com/rconcepcion3" target="_blank"
>rconcepcion3</a
></span
>
</div>
<div>
<img src="https://github.com/GomezIvann.png" alt="" />
<h4>Iván Gómez</h4>
<span
><a href="https://github.com/GomezIvann" target="_blank"
>GomezIvann</a
></span
>
</div>
<div>
<img src="https://github.com/ThiyaDezine.png" alt="" />
<h4>Thiyagarajan</h4>
<span
><a href="https://github.com/ThiyaDezine" target="_blank"
>ThiyaDezine</a
></span
>
</div>
<div>
<img src="https://github.com/jialecl.png" alt="" />
<h4>Jiale Cheng</h4>
<span
><a href="https://github.com/jialecl" target="_blank"
>Jialecl</a
></span
>
</div>
<div>
<img src="https://github.com/jsuarezgonz.png" alt="" />
<h4>Jairo Suárez</h4>
<span
><a href="https://github.com/jsuarezgonz" target="_blank"
>jsuarezgonz</a
></span
>
</div>
<div>
<img src="https://github.com/lcordobapuerto.png" alt="" />
<h4>Lara Córdoba</h4>
<span
><a href="https://github.com/lcordobapuerto" target="_blank"
>lcordobapuerto</a
></span
>
</div>
<div>
<img src="https://github.com/kukoc.png" alt="" />
<h4>Aitor Echevarría</h4>
<span
><a href="https://github.com/kukoc" target="_blank"
>kukoc</a
></span
>
</div>
</div>
</div>
</main>
<footer>
<div class="visual-elements">
<img
src="./images/logo-footer.svg"
alt="Halstack logo variation for footer"
/>
<a href="https://github.com/dxc-technology/halstack">
<img
src="./images/github-footer.svg"
alt="Github icon to access the repository"
/>
</a>
</div>
<div class="navigation">
<div>
<div>
<h5>Halstack Suite on GitHub</h5>
<a href="https://github.com/dxc-technology/halstack-client"
>Halstack Client</a
>
<a href="https://github.com/dxc-technology/halstack-browser"
>Halstack Browser</a
>
<a href="https://github.com/dxc-technology/halstack-react"
>Halstack React CDK</a
>
<a href="https://github.com/dxc-technology/halstack-react-hal"
>Halstack React HAL Components</a
>
</div>
<div>
<h5>Issues and comments</h5>
<a href="https://github.com/dxc-technology/halstack/issues/new"
>Give us feedback!</a
>
</div>
<div>
<h5>Guidelines and documentation</h5>
<a href="https://developer.dxc.com/apis">DXC API Guidelines</a>
<a href="https://developer.dxc.com/design">DXC UX Guidelines</a>
</div>
</div>
</div>
<div class="dxc-reference">
<img
src="./images/dxc_logo_new.png"
alt="DXC Technology logo"
width="160"
height="30"
/>
<p>© Halstack 2023</p>
</div>
</footer>
</body>
</html>