-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (84 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>WorkflowFM Documentation</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="WorkflowFM Software Documentation">
<meta name="author" content="WorkflowFM">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="style.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body id="body">
<header>
<div class="header">
<a href="http://www.workflowfm.com/"><img src="images/WorkflowFM-white.png" alt="WorkflowFM"></a>
<p>Software Documentation</p>
<a href="https://github.com/workflowfm"><img src="images/GitHubMarkDark.svg" alt="GitHub"></a>
</div>
</header>
<section class="cards">
<div class="list lift-container">
<a href="https://docs.workflowfm.com/workflowfm-composer/">
<div class="container lift">
<img alt="Composer" src="https://docs.workflowfm.com/workflowfm-composer/images/WorkflowFM-Composer-white.png"/>
<div class="img-overlay">
</div>
<div class="details">
<h2>Composer</h2>
<p class="small">GUI for verified process modelling and composition</p>
</div>
</div>
</a>
</div>
<div class="list lift-container">
<a href="https://docs.workflowfm.com/workflowfm-reasoner/">
<div class="container lift">
<img alt="Reasoner" src="https://docs.workflowfm.com/workflowfm-reasoner/images/WorkflowFM-Reasoner-white.png"/>
<div class="img-overlay">
</div>
<div class="details">
<h2>Reasoner</h2>
<p class="small">Logic-based process modelling and composition</p>
</div>
</div>
</a>
</div>
<div class="list lift-container">
<a href="https://docs.workflowfm.com/pew/">
<div class="container lift">
<img alt="PEW" src="https://docs.workflowfm.com/pew/images/PEW-white.png"/>
<div class="img-overlay">
</div>
<div class="details">
<h2>PEW</h2>
<p class="small">A persistent workflow execution engine</p>
</div>
</div>
</a>
</div>
<div class="list lift-container">
<a href="https://docs.workflowfm.com/proter/">
<div class="container lift">
<img alt="Proter" src="https://docs.workflowfm.com/proter/images/Proter-white.png"/>
<div class="img-overlay">
</div>
<div class="details">
<h2>Proter</h2>
<p class="small">Priority-based business process simulation</p>
</div>
</div>
</a>
</div>
</section>
<footer>
<div class="footer">
<p>© 2021 <a href="http://www.workflowfm.com/">WorkflowFM</a></p>
</div>
</footer>
</body>
</html>