-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SCBs basic styling for PxWeb</title>
<meta name="description" content="A rewrite of PX Web database basic interface styling specific to SCB">
<meta name="author" content="SCB">
<link rel="stylesheet" href="/css/style.css" />
<style>
body {
font-size: ;
}
</style>
</head>
<body>
<main>
<h1>Latest files for SCBs alternative PxWeb styling</h1>
<p>The main.css and default font from the latest build is hosted here.</p>
<h2>Files</h2>
<ul>
<li><a href="css/style.css" title="Stylesheet for SCBs alternative style">Stylesheet</a></li>
<li><a href="css/style.min.css" title="Stylesheet for SCBs alternative style (minified)">Stylesheet (minified)</a></li>
<li><a href="assets/PublicSans-VariableFont_wght.ttf" title="Public Sans, default font for PxWeb alternative style">Public Sans, default font for PxWeb alternative style</a></li>
</ul>
<h2>Test</h2>
<p>For a lightweight development environtment without a PxWeb environtment these static pages can be used to verify your styling.</p>
<ul>
<li><a href="test/select-database.htm">Select database</a></li>
<li><a href="test/select-table.htm">Select table</a></li>
<li><a href="test/result.htm">Result page</a></li>
<li><a href="test/result-manual-pivot.htm">Result page - Manual pivot expanded</a></li>
<li><a href="test/result-save-query.htm">Result page - Save query expanded</a></li>
</ul>
<h2>Repo</h2>
<a href="https://github.com/statisticssweden/pxweb-scb-style/" title="PxWeb styling on GitHub">To GitHub repository</a>
</main>
</body>
</html>