-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (106 loc) · 4.19 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<title>JDataFlow Platform - 企业级 Core Data & Core AI 统一分析平台</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<div class="nav" >
<header>
<a href="/zh-cn/" class="nav-logo" alt="nodeui">
<img src="/images/logo.png" width="89"><span>JDP</span>
</a>
<ul class="nav-item">
<li>
<form id="search-form">
<input type="text" id="search-query" class="search-query st-default-search-input">
</form>
</li>
<li><a href="/zh-cn/docs/intro/" alt="指南" class="">指南</a></li><li><a href="/zh-cn/page/process.html" alt="Core Data" class="">Core Data</a></li><li><a href="/zh-cn/page/ai.html" alt="Core AI" class="">Core AI</a></li><li><a href="/zh-cn/fdb/index.html" alt="FusionDB" class="">FusionDB</a></li><li><a href="/zh-cn/page/user.html" alt="使用案例" class="">使用案例</a></li>
<!-- 多语言切换 -->
<li class="translations">
<a class="nav-link">切换语言</a>
<span class="arrow"></span>
<ul class="dropdown-content">
<li><a href="/zh-cn">中文</a></li>
<li><a href="/en">English</a></li>
</ul>
</li>
<!-- github star星数 -->
<li>
<iframe src="https://ghbtns.com/github-btn.html?user=fuslab&repo=jdp&type=star&count=true" frameborder="0" scrolling="0" width="150px" height="20px"></iframe>
</li>
</ul>
<a id="mobileTrigger" href="#" class="mobile-trigger">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</a>
</header>
</div>
<div id="container">
<div class="index">
<div class="banner block index-bg-light">
<div class="banner-logo">
<img src="https://fuslab.github.io/images/hlogo.svg"/>
</div>
<div class="banner-info">
<h1 class="fadeInUp animated"><p style="font-weight:bold;font-size:48px;">JDataFlow Platform</p>A better open source unified analysis platform, one-stop solution & friendly developer</h1>
<p style="font-size: 22px;" class="fadeInUp animated"></p>
<p class="banner-button fadeInUp animated">
<a class="btn btn-primary" href="/zh-cn/docs/intro/quickstart.html">快速启动</a>
<a class="btn btn-secondary" href="http://fuslab.github.io">Home</a>
</p>
</div>
</div>
</div>
<div class="index-aside">
<aside id="mobileAside" class="toc">
<div class="mobile-menu">
<ul><li><a href="/zh-cn/docs/intro/" alt="指南" class="">指南</a></li><li><a href="/zh-cn/page/process.html" alt="Core Data" class="">Core Data</a></li><li><a href="/zh-cn/page/ai.html" alt="Core AI" class="">Core AI</a></li><li><a href="/zh-cn/fdb/index.html" alt="FusionDB" class="">FusionDB</a></li><li><a href="/zh-cn/page/user.html" alt="使用案例" class="">使用案例</a></li></ul>
</div>
<dl></dl>
</aside>
<script src="/js/mobile-aside.js"></script>
</div>
<div class="footer">
<footer>
<ul>
<!-- <li>Desigin by: <strong>FusionLab Inc.</strong></li> -->
<li>centos <strong>>= 7.2</strong></li>
</ul>
<div class="license">
© 2021 <strong>FusionLab Team.</strong>
Released under the Apache License v2 <a href="https://github.com/fuslab"><img src="/images/github.svg"/></a>
</div>
</footer>
</div>
<!-- baidu统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e6d02bac00fedd54a56a9c5a0409e715";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</div>
</body>
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
<script>
docsearch({
apiKey: '05ed1f07c3babecff84b3d15c4e5fd63',
indexName: 'fusionlab',
inputSelector: '#search-query',
debug: true // Set debug to true if you want to inspect the dropdown
});
</script>
</html>