forked from anerv/BikeDNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlepage_template.html
45 lines (41 loc) · 1.22 KB
/
titlepage_template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BikeDNA Report</title>
</head>
<body
style='font-size:14px;
font-weight:400;
letter-spacing:0;
line-height:1.28581;
text-transform:none;
text-align: center;
color:#182026;
font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "Icons16", sans-serif;'>
<p style="margin-top: 3cm;font-size:48px;
line-height: 48px;">
BikeDNA Report
</p>
<p style="margin-top: -0.5cm;font-size:40px;
line-height:40px;">
[area_name]
</p>
<p style="margin-top: 2cm;">
<img src="titleimage.svg" style="height:360px; max-width:640px; width:auto;">
</p>
<p style="margin-top: 1cm;font-size:26px;
line-height:30px;">
<!-- [analysistype]<br /> -->
Bicycle Infrastructure<br />Data & Network Assessment
</p>
<p style="margin-top: 1cm;">
<img src="logo.svg" style="height:80px; max-width:640px; width:auto;">
</p>
<p style="margin-top: 2cm;">
Report generated on [timestamp]<br />
with BikeDNA v.1.0.2 · <a href="https://github.com/anerv/BikeDNA">github.com/anerv/BikeDNA</a>
</p>
<p style="margin-top: 13cm;"></p>
</body>
</html>