forked from velescore/veles-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.json
43 lines (43 loc) · 1.57 KB
/
variables.json
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
{
"title": "Veles Network",
"body": {
"css": [
{"comment": "Font Awesome v5", "href": "https://use.fontawesome.com/releases/v5.6.3/css/all.css"},
{"comment": "Bootstrap", "href": "vendor/bootstrap/css/bootstrap.min.css"},
{"comment": "jQPlot", "href": "js/src/jquery.jqplot.css"},
{"href": "css/custom.css"},
{"href": "css/spincube.css"},
{"href": "css/wiki.css"}
],
"js": [
{"comment": "jQuery", "src": "https://code.jquery.com/jquery-3.3.1.js"},
{"comment": "CanvasJS", "src": "https://canvasjs.com/assets/script/jquery.canvasjs.min.js"},
{"comment": "jQPlot", "src": "js/src/jquery.jqplot.js"},
{"src": "js/src/plugins/jqplot.dateAxisRenderer.js"},
{"src": "js/src/plugins/jqplot.categoryAxisRenderer.js"},
{"src": "js/src/plugins/jqplot.ohlcRenderer.js"},
{"src": "js/src/plugins/jqplot.highlighter.js"},
{"src": "js/src/plugins/jqplot.cursor.js"},
{"src": "js/charts.js"},
{"src": "js/nav.js"},
{"comment": "Bootstrap", "src": "vendor/bootstrap/js/bootstrap.bundle.min.js"},
{"src": "js/websocket.js"},
{"src": "js/websocket-ui.js"},
{"src": "js/dapi.js"},
{"src": "js/footer.js"},
{"src": "js/console.js"},
{"comment": "Index effect", "src": "js/TweenLite.min.js"},
{"comment": "Index effect", "src": "js/EasePack.min.js"},
{"src": "js/header.js"},
{"src": "js/index.js"}
]
},
"app": {
"version": "0.0.02",
"copyright_year": 2020,
"copyright_year_roman": "MMXX"
},
"footer": {
"motto": "\"Give a man a gun and he can rob a bank, but give a man a bank, and he can rob the world.\" — Tyrell Wellick"
}
}