File tree Expand file tree Collapse file tree 2 files changed +73
-0
lines changed Expand file tree Collapse file tree 2 files changed +73
-0
lines changed Original file line number Diff line number Diff line change
1
+ import React from 'react' ;
2
+ import Layout from '@theme/Layout' ;
3
+
4
+ export default function Smart ( ) {
5
+ return (
6
+ < Layout title = "JCT Gtfs-Ride" >
7
+ < main className = "container" style = { { padding : '2rem 0' } } >
8
+ < h1 > JCT GTFS-Ride</ h1 >
9
+ < table >
10
+ < thead >
11
+ < tr >
12
+ < th > Start Date</ th >
13
+ < th > End Date</ th >
14
+ < th > Link</ th >
15
+ </ tr >
16
+ </ thead >
17
+ < tbody >
18
+ < tr >
19
+ < td > 2024-11-22</ td >
20
+ < td > 2024-11-30</ td >
21
+ < td > < a href = "/gtfs-ride/jct/jct-2024-11-22-2024-11-30.zip" > Download</ a > </ td >
22
+ </ tr >
23
+ < tr >
24
+ < td > 2024-11-14</ td >
25
+ < td > 2024-11-21</ td >
26
+ < td > < a href = "/gtfs-ride/jct/jct-2024-11-14-2024-11-21.zip" > Download</ a > </ td >
27
+ </ tr >
28
+ < tr >
29
+ < td > 2024-11-01</ td >
30
+ < td > 2024-11-13</ td >
31
+ < td > < a href = "/gtfs-ride/jct/jct-2024-11-01-2024-11-13.zip" > Download</ a > </ td >
32
+ </ tr >
33
+ </ tbody >
34
+ </ table >
35
+ < a href = "https://gtfsride.org" > About GTFS-ride</ a >
36
+ </ main >
37
+ </ Layout >
38
+ ) ;
39
+ }
Original file line number Diff line number Diff line change
1
+ import React from 'react' ;
2
+ import Layout from '@theme/Layout' ;
3
+
4
+ export default function Smart ( ) {
5
+ return (
6
+ < Layout title = "SMART Gtfs-Ride" >
7
+ < main className = "container" style = { { padding : '2rem 0' } } >
8
+ < h1 > SMART GTFS-Ride</ h1 >
9
+ < table >
10
+ < thead >
11
+ < tr >
12
+ < th > Start Date</ th >
13
+ < th > End Date</ th >
14
+ < th > Link</ th >
15
+ </ tr >
16
+ </ thead >
17
+ < tbody >
18
+ < tr >
19
+ < td > 2024-11-25</ td >
20
+ < td > 2024-11-30</ td >
21
+ < td > < a href = "/gtfs-ride/smart/smart-2024-11-25-2024-11-30.zip" > Download</ a > </ td >
22
+ </ tr >
23
+ < tr >
24
+ < td > 2024-11-01</ td >
25
+ < td > 2024-11-24</ td >
26
+ < td > < a href = "/gtfs-ride/smart/smart-2024-11-01-2024-11-24.zip" > Download</ a > </ td >
27
+ </ tr >
28
+ </ tbody >
29
+ </ table >
30
+ < a href = "https://gtfsride.org" > About GTFS-ride</ a >
31
+ </ main >
32
+ </ Layout >
33
+ ) ;
34
+ }
You can’t perform that action at this time.
0 commit comments