-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (38 loc) · 1.52 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>
<head>
<title>Data Curator Help</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://kit.fontawesome.com/a90f24c9f6.js"></script>
<script src="js/w3.js"></script>
</head>
<body>
<div class="header">
<h1> <img src="img/data-curator.svg" style="height:32px;"> Data Curator Help</h1>
<div style="clear: both"></div>
</div>
<article>
<div w3-include-html="includes/overview-index.html"></div>
<div class="related-topics">
<h3 id="related-topics">See also:</h3>
<ul>
<li>You may like to read this <a href="https://frictionlessdata.io/articles/datacurator/" target="_blank">Case Study</a> for an overview on how to use Data Curator.</li>
<!--
<li><i class="fa fa-exclamation-circle"></i> <a href="guide/index.html">Read the Guides</a> to learn how to perform common tasks</li>
<li><i class="fa fa-exclamation-circle"></i> <a href="topic/glossary.html" title="">Look up the Glossary</a> to understand key terms </li>
<li><i class="fa fa-exclamation-circle"></i> <a href="topic/all-topics.html">View all the help on one page</a> - print it, search it.</li>
-->
</ul>
</div>
</article>
<div class="footer">
<p class="footer-right">
<i class="fa fa-pencil"></i> <a href="https://github.com/qcif/data-curator-help" target="_blank">improve this page</a>
</p>
<div style="clear: both"></div>
</div>
<script>
w3.includeHTML();
</script>
</body>
</html>