forked from openiap/opencore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 2.03 KB
/
Copy pathindex.html
File metadata and controls
58 lines (53 loc) · 2.03 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width = device-width, initial-scale = 1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,300i|Quicksand" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" />
<title>OpenFlow</title>
</head>
<body>
<div class="page">
<header>
<div class="logo"><img src="images/open_flow_org.svg"><div class="name">Open Flow</div></div>
<div class="payoff">Make the most of your resources!</div>
</header>
<main>
<div class="product1">
<div class="description">
<div class="product_logo"><img src="images/white/open_rpa.svg"></div>
<h2 class="product_name">Open RPA</h2>
<p>Worlds first Enterprise class Open Source RPA</p>
<a href="https://github.com/open-rpa/openrpa" class="button">Learn more</a>
</div>
</div>
<div class="product2">
<div class="description">
<div class="product_logo"><img src="images/white/open_flow.svg"></div>
<h2 class="product_name">Open Flow</h2>
<p>Scalable, secure workflow solution fully intergrated with OpenRPA, IoT and various SaaS/PaaS offerings.</p>
<a href="https://github.com/open-rpa/openflow" class="button">Learn more</a>
</div>
</div>
</main>
<footer>
<div class="company-info">
<h4>Open flow</h4>
Mail: info@openflow.dk <br>
Phone: +45 4027 9993<br>
CVR:DK33150318
</div>
</footer>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139588965-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139588965-1');
</script>
</body>
</html>