-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.52 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
<!doctype html>
<html lang=en>
<head>
<title>Testing Is Documenting</title>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="landing">
<div class="testing-triangle"></div>
<div class="testing-triangle-image"></div>
<div class="documenting-triangle"></div>
<div class="documenting-triangle-image"></div>
<div class="card-connection card-connection-testing"></div>
<div class="card-connection card-connection-documenting"></div>
<div class="testing-card card">
<a href="https://github.com/testingisdocumenting/webtau">
<h1>WebTau Testing</h1>
<p>Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic
with consistent set of matchers, concepts and rich reporting</p>
<p>Capture test artifacts to supercharge your project documentation</p>
</a>
</div>
<div class="documenting-card card">
<a href="https://github.com/testingisdocumenting/znai">
<h1>Znai Documenting</h1>
<p>Build functional, maintainable, beautiful User Guides with Znai. Rich visuals,
extensive code extraction support, built-in auto presentation</p>
<p>Leverage test artifacts to supercharge documentation maintainability</p>
</a>
</div>
<div class="testing-point diagonal-point"></div>
<div class="documenting-point diagonal-point"></div>
</div>
</body>
</html>