-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.8 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 2.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="images/bg/poster.jpg">
<title>CompositeJs</title>
<link href="https://cdn.jsdelivr.net/npm/hje@2.4.2/docs/css/site.org.css" rel="stylesheet" />
<link href="./css/current.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/hje@2.0.0/docs/images/logos/compositejs.png" rel="shortcut icon" type="image/png">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/hje@2.4.2/docs/js/mdblogs.js" ></script>
<script type="text/javascript">
function onInit() {
DeepX.MdBlogs.setElementText("topmenu-blogs", "blogs");
DeepX.MdBlogs.setElementText("title-projects", "projects");
}
</script>
</head>
<body onload="onInit()">
<header>
<section>
<h1><a href="https://kingcean.org"><strong>Kingcean</strong><span>.org</span></a></h1>
<ul>
<li>
<a id="topmenu-blogs" href="https://kingcean.org/blog">Blogs</a>
</li>
<li class="state-sel">
<a href="https://compositejs.github.io">CompositeJs</a>
</li>
<li>
<a href="https://12dlabs.github.io/?compositejs">12D Labs</a>
</li>
</ul>
</section>
</header>
<section style="min-height: 640px; margin-bottom: 60px; ">
<h2 id="title-projects">Projects</h2>
<section>
<a class="x-link" href="https://datasense.js.org"><img alt="DataSense" src="https://cdn.jsdelivr.net/npm/hje@2.0.0/docs/images/logos/datasense.png" /><strong>DataSense</strong><br /><span>observable, events and advanced model.</span>
</a><a class="x-link" href="https://langpack.js.org"><img alt="Langpack" src="https://cdn.jsdelivr.net/npm/hje@2.0.0/docs/images/logos/langpack.png" /><strong>LangPack</strong><br /><span>multiple language packs framework.</span>
</a><a class="x-link" href="https://hje.js.org"><img alt="Hje" src="https://cdn.jsdelivr.net/npm/hje@2.0.0/docs/images/logos/hje.png" /><strong>Hyper-JSON Engine</strong><br /><span>generate HTML view by JSON.</span>
</a><a class="x-link" href="https://composite.js.org/deepx/"><img alt="DeepX" src="https://cdn.jsdelivr.net/npm/hje@2.0.0/docs/images/logos/deepx.png" /><strong>DeepX</strong><br /><span>base web part controls.</span>
</a>
</section>
</section>
<footer>
<section>
<div class="x-copyright">
<img alt="composite.js.org" src="images/logos/barcode.svg" />
<span>© Kingcean Tuan 2021 | CompositeJs</span>
</div>
</section>
</footer>
</body>
</html>