-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
76 lines (71 loc) · 3.55 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
<!DOCTYPE html>
<!-- saved from url=(0025)https://middlemanapp.com/ -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="ie=edge,chrome=1" http-equiv="x-ua-compatible">
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0"/>
<title>ZenUML</title>
<link href="./index-new_files/site.css" rel="stylesheet">
<meta name="description"
content="ZenUML is a tool generating sequence diagrams from markup text. You can write Java-like code and it generate diagram from it. It is fast, very fast."/>
<link rel=icon type=image/png sizes=32x32 href=/dist/icons-c780ddaa6d41f34c5660db09bd9af20b/favicon-32x32.png>
<link rel=icon type=image/png sizes=16x16 href=/dist/icons-c780ddaa6d41f34c5660db09bd9af20b/favicon-16x16.png>
<link rel="shortcut icon" href=/dist/icons-c780ddaa6d41f34c5660db09bd9af20b/favicon.ico>
<link rel="canonical" href="https://www.zenuml.com"/>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/kcpganeflmhffnlofpdmcjklmdpbbmef">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1211588-20', 'auto');
ga('send', 'pageview', '/home-new');
</script>
</head>
<body>
<div class="c-site-frame">
<nav class="c-site-frame__navigation
c-site-navigation
u-flex
u-flex-align-items-center
u-flex-justify-space-between">
<a href="https://zenuml.com/" class="c-site-navigation__site-name">ZenUML</a>
</nav>
<header class="hero" role="banner">
<section class="wrap-container">
<h2 class="hero-headline">Transform your plain text <br>into beautiful Sequence Diagrams.</h2>
<a href="https://zenuml.com/" class="hero-content-logo">
<img src="./static/animation/open-up-stage.gif" alt="Middleman logo">
</a>
<h2>
<a class="css-button-rounded fade" href="https://app.zenuml.com"
onclick="ga('send', 'event', 'app', 'landing');">Create your diagram ></a>
</h2>
<h3>
<a class="css-button-rounded"
style="background-color: #0152cc;"
href="https://marketplace.atlassian.com/apps/1218380"
onclick="ga('send', 'event', 'confluence', 'plugin');">
<img src="assets/img/logos/atlassian.jpg" height="20">
<span>Add Confluence Plugin</span></a>
<a class="css-button-rounded"
style="background-color: #16a05c;"
href="https://chrome.google.com/webstore/detail/web-sequence/kcpganeflmhffnlofpdmcjklmdpbbmef"
onclick="ga('send', 'event', 'chrome', 'extension');">
<img src="assets/img/chrome-logo.png" height="20">
<span>Add Chrome Extension</span>
</a>
</h3>
<div class="hero-banner-container">
<div class="browser">
<iframe src="https://codesandbox.io/embed/5v4v78w1wk?module=%2Fsrc%2Fsamples%2FSample1.seq" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
</div>
</div>
</section>
</header>
<footer class="c-site-frame__footer c-site-footer" role="contentinfo">
<p>© 2017–2018 <a href="https://www.zenuml.com/">ZenUML.com</a></p>
</footer>
</div>
</body></html>