Skip to content

Commit 37a1d50

Browse files
authored
Merge pull request #7463 from hmxlabs/7462-Website-Users
#7462 Website add users
2 parents 617c647 + d61f57f commit 37a1d50

File tree

4 files changed

+51
-45
lines changed

4 files changed

+51
-45
lines changed

docs/index.html

Lines changed: 51 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
<img class="pure-img-responsive"
6666
src="site/img/waltz_badge_mono_600px.png">
6767
<p class="splash-subhead" style="color: white; margin-top: 40px; font-size: larger">
68-
Enterprise Architecture on the Wire
68+
<span style="font-size: x-large">Your Enterprise Architecture</span> <br>
69+
Visible. Connected. Understood.
6970
</p>
7071
</div>
7172
</div>
@@ -239,6 +240,52 @@ <h3 class="content-subhead">
239240
</div>
240241

241242

243+
<div class="ribbon l-box-lrg pure-g">
244+
<!-- HOW WALT FITS IN -->
245+
<div class="is-center pure-u-1 pure-u-md-1-1">
246+
<h2 class="content-head is-center" style="color: #a8cbf5;">How Waltz fits into the EA Tooling landscape</h2>
247+
<div class="pure-g">
248+
<div class="l-box pure-u-1 pure-u-md-1-1">
249+
<p>
250+
Waltz is designed to complement existing architecture-related solutions in your organisation
251+
(such as PowerDesigner, Archimate, Sparx or other Enterprise Architecture tools);
252+
it complements these solutions and enables integration with them as the need arises.
253+
Waltz is not intended to be a golden source of data other than for data attributes
254+
derived uniquely in the tool (e.g. ‘Estate Complexity’ score).
255+
</p>
256+
257+
<p>
258+
As a general principle, Waltz presents read-only information about the organisation
259+
by aggregating data from numerous backend systems. Where information is not readily
260+
available Waltz does provide basic edit capabilities to facilitate data capture.
261+
</p>
262+
</div>
263+
</div>
264+
</div>
265+
</div>
266+
267+
268+
<div class="content">
269+
<!-- WHO USES WALTZ -->
270+
<h2 class="content-head is-center">Used by</h2>
271+
<div class="pure-g">
272+
273+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 is-center">
274+
<div style="display:flex; justify-content:center; align-items:center; gap:40px; flex-wrap:wrap;">
275+
<a href="https://www.db.com/" target="_blank">
276+
<img src="site/img/users/deutschebank_logo.png" width="350" />
277+
</a>
278+
<a href="https://www.natwest.com/" target="_blank">
279+
<img src="site/img/users/natwest_logo.png" width="300" />
280+
</a>
281+
<a href="https://hmxlabs.io/" target="_blank">
282+
<img src="site/img/users/hmxlabs_logo.png" width="300"/>
283+
</a>
284+
</div>
285+
</div>
286+
</div>
287+
</div>
288+
242289
<div class="ribbon l-box-lrg pure-g">
243290
<!-- DEMO -->
244291
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-4"></div>
@@ -261,47 +308,6 @@ <h2 class="is-center content-head content-head-ribbon" style="color: #a8cbf5;">
261308
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-4"></div>
262309
</div>
263310

264-
265-
<div class="content">
266-
<!-- HOW WALT FITS IN -->
267-
<h2 class="content-head is-center">How Waltz fits into the EA Tooling landscape</h2>
268-
<div class="pure-g">
269-
<div class="l-box pure-u-1 pure-u-md-1-1">
270-
<p>
271-
Waltz is designed to complement existing architecture-related solutions in your organisation
272-
(such as PowerDesigner, Archimate, Sparx or other Enterprise Architecture tools);
273-
it complements these solutions and enables integration with them as the need arises.
274-
Waltz is not intended to be a golden source of data other than for data attributes
275-
derived uniquely in the tool (e.g. ‘Estate Complexity’ score).
276-
</p>
277-
278-
<p>
279-
As a general principle, Waltz presents read-only information about the organisation
280-
by aggregating data from numerous backend systems. Where information is not readily
281-
available Waltz does provide basic edit capabilities to facilitate data capture.
282-
</p>
283-
</div>
284-
285-
286-
</div>
287-
</div>
288-
289-
<div class="ribbon l-box-lrg pure-g">
290-
<!-- OPEN SOURCE -->
291-
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2">
292-
<img class="pure-img-responsive"
293-
alt="Hosted on Github"
294-
width="160"
295-
src="site/img/GitHub_icon_120px.png">
296-
<img class="pure-img-responsive"
297-
alt="Built by Travis"
298-
width="160"
299-
src="site/img/TravisCI-Mascot-grey.png">
300-
<br>
301-
302-
</div>
303-
</div>
304-
305311
<div class="content">
306312
<!-- TECH DETAILS -->
307313
<h2 class="content-head is-center">Technical Details</h2>
@@ -351,7 +357,7 @@ <h4>
351357
</h4>
352358
<p>
353359
Waltz is built as a Java based web application. We currently
354-
deploy to (embedded) Jetty and to Apache Tomcat (8+) server. JDK 8
360+
deploy to (embedded) Jetty and to Apache Tomcat (10+) server. JDK 17
355361
is required to build and run Waltz.
356362
</p>
357363
<p>
@@ -367,8 +373,8 @@ <h4>
367373
<i class="fa fa-database"></i>
368374
Database</h4>
369375
<p>
370-
Waltz is being built to support MariaDB (currently supported),
371-
PostgreSQL (in progress) and Microsoft SQL Server (supported -however
376+
Waltz is being built to support PostgreSQL (currently supported),
377+
and Microsoft SQL Server (supported - however
372378
you will need to purchase a license for JOOQ to compile and build the
373379
system).
374380
</p>
23.8 KB
Loading
5.66 KB
Loading
12.5 KB
Loading

0 commit comments

Comments
 (0)