Skip to content

Commit 5ef93e6

Browse files
Ensure all parts of spec are linked to
1 parent f208227 commit 5ef93e6

File tree

4 files changed

+24
-17
lines changed

4 files changed

+24
-17
lines changed

gatis_explorer/pages/metadata.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,15 @@ <h1><strong>GATIS Metadata</strong></h1>
3131
</header>
3232

3333
<main>
34-
34+
3535
<div id="return_to_main_page"></div>
3636

37+
<div style="padding-top:20px;">
38+
<a href="./presence_tables.html" class="link-button">See the specification tables</a>
39+
<a href="./specification_introduction.html" class="link-button">Read the specification front matter</a>
40+
<a href="https://github.com/dotbts/BPA/blob/main/documents/drafts/GATIS%20Extensions%20and%20Tables.pdf" class="link-button" target="_blank" rel="noopener noreferrer">See the LRS, Events and Relation Tables / Extensions</a>
41+
</div>
42+
3743
<div id="controls">
3844

3945
<div id="tierButtons_cumulative">

gatis_explorer/pages/presence_tables.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@ <h1><strong>GATIS Specification</strong></h1>
3333
</header>
3434

3535
<main>
36-
3736

38-
<div>
39-
<p></p>
40-
<a href="./specification_introduction.html">Read the specification front matter.</a>
41-
<p></p>
42-
</div>
43-
4437
<div id="return_to_main_page"></div>
4538

39+
<div style="padding-top:20px;">
40+
<a href="./specification_introduction.html" class="link-button">Read the specification front matter</a>
41+
<a href="./metadata.html" class="link-button">See the specification metadata</a>
42+
<a href="https://github.com/dotbts/BPA/blob/main/documents/drafts/GATIS%20Extensions%20and%20Tables.pdf" class="link-button" target="_blank" rel="noopener noreferrer">See the LRS, Events and Relation Tables / Extensions</a>
43+
</div>
44+
4645
<div id="controls">
4746

4847
<h3>Select a feature type:</h3>

gatis_explorer/pages/specification_introduction.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
<title>GATIS Explorer: Presence Tables</title>
6+
<title>GATIS Explorer: Spec Front Matter</title>
77
<script src="https://cdn.jsdelivr.net/npm/papaparse@5.4.1/papaparse.min.js"></script>
88

99
<!-- jQuery (required by DataTables) -->
@@ -22,21 +22,24 @@
2222

2323
<div class="banner" style="background-color: #282828;">
2424
<div class="banner-content">
25-
<h1><strong>GATIS Specification</strong></h1>
26-
<p>This page lists the required and recommended attributes at each tier.
27-
First select a feature type, then select a tier.
28-
Optionally, filter out the different types
29-
with the check boxes.
25+
<h1><strong>GATIS Specification Front Matter</strong></h1>
26+
<p>
3027
</p>
3128
</div>
3229
<div id="banner-image" class="banner-image"></div>
3330
</div>
3431
</header>
3532

3633
<main>
37-
34+
3835
<div id="return_to_main_page"></div>
3936

37+
<div style="padding-top:20px;">
38+
<a href="./presence_tables.html" class="link-button">See the specification tables</a>
39+
<a href="./metadata.html" class="link-button">See the specification metadata</a>
40+
<a href="https://github.com/dotbts/BPA/blob/main/documents/drafts/GATIS%20Extensions%20and%20Tables.pdf" class="link-button" target="_blank" rel="noopener noreferrer">See the LRS, Events and Relation Tables / Extensions</a>
41+
</div>
42+
4043
<div id = "frontmatter">
4144
<p><h3>1.0 Specification Overview</h3></p>
4245
<p><span>This specification seeks to digitally represent bicycle, pedestrian, and accessibility infrastructure &ndash; or active transportation infrastructure &ndash; in the public right-of-way.</span></p><p><span>Active transportation infrastructure includes but is not limited to:&nbsp;</span></p>

gatis_explorer/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,14 @@ button.active {
185185

186186
.link-button {
187187
display: inline-block;
188-
padding: 10px 10px;
188+
padding: 10px 20px;
189189
background-color: #d9e021;
190190
border: 1px solid #ccc;
191191
border-radius: 4px;
192192
text-decoration: none;
193193
color: #333;
194194
font-weight: bold;
195195
transition: background-color 0.3s ease;
196-
width: 200px;
197196
text-align: center;
198197
}
199198

0 commit comments

Comments
 (0)