-
Notifications
You must be signed in to change notification settings - Fork 292
/
Zebra-index.html
49 lines (49 loc) · 1.99 KB
/
Zebra-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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Zebra</title>
<style>
*{padding: 0;margin: 0;font-size: 16px;line-height: 20px;font-family: arial;}
a, a:visited{color:#009999;text-decoration: none;}
header{padding: 70px 0 70px 0;background-color: #009999}
h1{font-size: 36px;color:#fff;font-weight: normal;}
code{ padding: 2px 4px;font-size: 90%;color: #009999;background-color: #f9f2f4;border-radius: 4px;}
.content{width: 1000px;margin: auto}
.wrap{width: 1000px;margin: auto}
.content{margin-top: 80px;}
.list{width: 800px;}
.list .item{position: relative;padding-left: 70px;margin-top: 50px;}
.list .item .step{position: absolute;width: 36px;height: 36px;top:-3px;left:0;border: 5px solid #009999;border-radius: 23px;text-align: center;line-height: 36px;}
.list .item h2{font-size: 24px;font-weight: normal;}
.list .item p{line-height: 30px;margin-top: 10px}
</style>
</head>
<body>
<header>
<div class="wrap">
<h1><code>Zebra</code> | 落雨 微服务WEB中间件</h1>
</div>
</header>
<div class="content">
<div class="list">
<div class="item">
<div class="step">1</div>
<h2>Zebra4j</h2>
<p>Based on <code>Spring-Boot</code> visit or fork <a href="https://github.com/ae6623/Zebra">https://github.com/ae6623/Zebra</a> to view more infomation.</p>
<p><code>Zebra</code>是基于<code>Spring-Boot</code> 开发的一款<code>JavaWeb/Nodejs</code>新企业级应用框架。</p>
</div>
<div class="item">
<div class="step">2</div>
<h2>Zebra4js</h2>
<p>Zebra4js use Zookeeper client to connect the Zebra4j Micro Services</p>
</div>
<div class="item">
<div class="step">3</div>
<h2>doc</h2>
<p>Zebra-微服务文档 <code>Zebra-doc</code> and <code>Spring boot</code> can visit <a href="https://github.com/ae6623/Zebra/blob/master/zebra4j/zebra-doc/zebra-boot/Zebra-%E5%BE%AE%E6%9C%8D%E5%8A%A1.md">https://github.com/ae6623/Zebra</a></p>
</div>
</div>
</div>
</body>
</html>