diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9a4d5fda --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +_site diff --git a/css/style.css b/css/style.css index 8e4e3197..29d2e08b 100644 --- a/css/style.css +++ b/css/style.css @@ -18,7 +18,6 @@ body { #container { margin: 0 auto; width: 900px; - width: 600px; /* TODO: cleanup height: 100%; diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..2df678e2 Binary files /dev/null and b/favicon.ico differ diff --git a/img/logo/vis-icon.svg b/img/logo/vis-icon.svg new file mode 100644 index 00000000..21de7221 --- /dev/null +++ b/img/logo/vis-icon.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/img/logo/vis-icon16.png b/img/logo/vis-icon16.png new file mode 100644 index 00000000..4914cd63 Binary files /dev/null and b/img/logo/vis-icon16.png differ diff --git a/img/logo/vis-icon32.ico b/img/logo/vis-icon32.ico new file mode 100644 index 00000000..2df678e2 Binary files /dev/null and b/img/logo/vis-icon32.ico differ diff --git a/img/logo/vis-icon32.png b/img/logo/vis-icon32.png new file mode 100644 index 00000000..3c805ba3 Binary files /dev/null and b/img/logo/vis-icon32.png differ diff --git a/img/logo/vis.svg b/img/logo/vis.svg new file mode 100644 index 00000000..9737564b --- /dev/null +++ b/img/logo/vis.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + vis + + + + diff --git a/img/logo/vis128.png b/img/logo/vis128.png new file mode 100644 index 00000000..c64d5e53 Binary files /dev/null and b/img/logo/vis128.png differ diff --git a/img/logo/vis256.png b/img/logo/vis256.png new file mode 100644 index 00000000..bf8df16f Binary files /dev/null and b/img/logo/vis256.png differ diff --git a/img/logo/vis64.png b/img/logo/vis64.png new file mode 100644 index 00000000..ce4c08e9 Binary files /dev/null and b/img/logo/vis64.png differ diff --git a/index.html b/index.html index e0571ae1..ee69a9aa 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - @@ -16,30 +15,66 @@ +
-

vis.js

- -

- Vis.js is a dynamic, browser based visualization library. - The library is designed to be easy to use, to handle large amounts - of dynamic data, and to enable manipulation of the data. - The library consists of a Timeline, LineChart, LineChart3d, Graph, and Treegrid. -

- -

- Vis.js Library is part of CHAP, - the Common Hybrid Agent Platform, developed by Almende B.V. - It is the successor of the CHAP Links Library. -

- -

- The source code of vis.js is available on github: - https://github.com/almende/vis -

- -

- Coming soon... -

+ + + +
+

vis.js

+ +

+ Vis.js is a dynamic, browser based visualization library. + The library is designed to be easy to use, to handle large amounts + of dynamic data, and to enable manipulation of the data. + The library consists of a Timeline, LineChart, LineChart3d, Graph, and Treegrid. +

+ +

+ Vis.js Library is part of CHAP, + the Common Hybrid Agent Platform, developed by Almende B.V. + It is the successor of the CHAP Links Library. +

+ +

+ The source code of vis.js is available on github: + https://github.com/almende/vis +

+ +

+ Coming soon... +

+