-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 1.89 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>HIGHCHARTS</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/main_page.css">
</head>
<body>
<div class="hero">
<h1>Highcharts in <br>VMAC-DCC etc. Applications</h1>
<img src="assets/images/highcharts_logo.svg" style="vertical-align:middle">
<img src="assets/images/qgis-logo.png" height="80px" style="vertical-align:middle" hspace="10">
</div>
<div class="filter-nav">
<a href="core/" data-filter="core">
<p><b>Highcharts Core</b></p>
<img src="assets/images/core.png">
</a>
<a href="maps/" data-filter="maps">
<p><b>Highcharts Maps</b></p>
<img src="assets/images/maps.png">
</a>
<a href="stock/" data-filter="stock">
<p><b>Highcharts Stock</b></p>
<img src="assets/images/stock.png">
</a>
</div>
<div class="hero-narrow"><h2>Other Productions in Highcharts ...</h2></div>
<div class="filter-nav">
<a href="#" data-filter="gantt">
<p><b>Highcharts Gantt</b></p>
<img src="assets/images/gantt.png">
</a>
<a href="#" data-filter="dashboards">
<p><b>Highcharts Dashboards</b></p>
<img src="assets/images/dashboards.png">
</a>
<a href="#" data-filter="editor">
<p><b>Highcharts Editor</b></p>
<img src="assets/images/editor.png">
</a>
</div>
</body>
</html>