gtfs-to-html 2.7.2 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +21 -8
- package/.eslintrc.json +0 -28
- package/.husky/pre-commit +0 -4
- package/CHANGELOG.md +0 -1018
- package/app/index.js +0 -138
- package/bin/gtfs-to-html.js +0 -48
- package/config-sample.json +0 -59
- package/docker/Dockerfile +0 -14
- package/docker/README.md +0 -5
- package/docker/docker-compose.yml +0 -10
- package/examples/stop_attributes.txt +0 -6
- package/examples/timetable_notes.txt +0 -8
- package/examples/timetable_notes_references.txt +0 -8
- package/examples/timetable_pages.txt +0 -3
- package/examples/timetable_stop_order.txt +0 -16
- package/examples/timetables.txt +0 -9
- package/index.js +0 -1
- package/lib/file-utils.js +0 -202
- package/lib/formatters.js +0 -518
- package/lib/geojson-utils.js +0 -96
- package/lib/gtfs-to-html.js +0 -214
- package/lib/log-utils.js +0 -215
- package/lib/template-functions.js +0 -192
- package/lib/time-utils.js +0 -90
- package/lib/utils.js +0 -1702
- package/views/default/css/overview_styles.css +0 -197
- package/views/default/css/timetable_pdf_styles.css +0 -7
- package/views/default/css/timetable_styles.css +0 -447
- package/views/default/formatting_functions.pug +0 -113
- package/views/default/js/system-map.js +0 -594
- package/views/default/js/timetable-map.js +0 -358
- package/views/default/js/timetable-menu.js +0 -63
- package/views/default/layout.pug +0 -11
- package/views/default/overview.pug +0 -27
- package/views/default/overview_full.pug +0 -16
- package/views/default/timetable_continuation_as.pug +0 -7
- package/views/default/timetable_continuation_from.pug +0 -7
- package/views/default/timetable_horizontal.pug +0 -42
- package/views/default/timetable_hourly.pug +0 -30
- package/views/default/timetable_menu.pug +0 -48
- package/views/default/timetable_note_symbol.pug +0 -5
- package/views/default/timetable_stop_name.pug +0 -13
- package/views/default/timetable_stoptime.pug +0 -17
- package/views/default/timetable_vertical.pug +0 -67
- package/views/default/timetablepage.pug +0 -66
- package/views/default/timetablepage_full.pug +0 -22
- package/www/README.md +0 -33
- package/www/babel.config.js +0 -3
- package/www/blog/2020-07-07-New-Documentation.md +0 -12
- package/www/blog/2020-08-20-Version-1.0.0.md +0 -29
- package/www/blog/2021-11-06-CSV-Export.md +0 -26
- package/www/docs/additional-files.md +0 -24
- package/www/docs/configuration.md +0 -568
- package/www/docs/current-usage.md +0 -48
- package/www/docs/custom-templates.md +0 -13
- package/www/docs/introduction.md +0 -39
- package/www/docs/logging-sql-queries.md +0 -12
- package/www/docs/previewing-html-output.md +0 -24
- package/www/docs/processing-large-gtfs.md +0 -10
- package/www/docs/quick-start.md +0 -136
- package/www/docs/related-libraries.md +0 -54
- package/www/docs/reviewing-changes.md +0 -29
- package/www/docs/stop-attributes.md +0 -30
- package/www/docs/support.md +0 -12
- package/www/docs/timetable-notes-references.md +0 -44
- package/www/docs/timetable-notes.md +0 -33
- package/www/docs/timetable-pages.md +0 -37
- package/www/docs/timetable-stop-order.md +0 -63
- package/www/docs/timetables.md +0 -64
- package/www/docusaurus.config.js +0 -104
- package/www/package.json +0 -21
- package/www/sidebars.js +0 -10
- package/www/src/css/custom.css +0 -25
- package/www/src/pages/index.js +0 -270
- package/www/src/pages/styles.module.css +0 -53
- package/www/static/.nojekyll +0 -0
- package/www/static/img/favicon.ico +0 -0
- package/www/static/img/gtfs-to-html-logo.svg +0 -18
- package/www/static/img/overview-example.jpg +0 -0
- package/www/static/img/timetable-example.jpg +0 -0
- package/www/static/img/undraw_happy_music.svg +0 -1
- package/www/static/img/undraw_proud_coder.svg +0 -1
- package/www/static/img/undraw_spreadsheets.svg +0 -1
- package/www/yarn.lock +0 -8351
package/www/docusaurus.config.js
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
title: 'GTFS-to-HTML',
|
|
3
|
-
tagline: 'Generate human-readable HTML timetables from GTFS',
|
|
4
|
-
url: 'https://gtfstohtml.com',
|
|
5
|
-
baseUrl: '/',
|
|
6
|
-
favicon: 'img/favicon.ico',
|
|
7
|
-
organizationName: 'blinktaginc', // Usually your GitHub org/user name.
|
|
8
|
-
projectName: 'gtfs-to-html', // Usually your repo name.
|
|
9
|
-
themeConfig: {
|
|
10
|
-
navbar: {
|
|
11
|
-
title: 'GTFS-to-HTML',
|
|
12
|
-
logo: {
|
|
13
|
-
alt: 'GTFS-to-HTML Logo',
|
|
14
|
-
src: 'img/gtfs-to-html-logo.svg'
|
|
15
|
-
},
|
|
16
|
-
items: [
|
|
17
|
-
{
|
|
18
|
-
to: 'docs/',
|
|
19
|
-
activeBasePath: 'docs',
|
|
20
|
-
label: 'Documentation',
|
|
21
|
-
position: 'left'
|
|
22
|
-
},
|
|
23
|
-
{ to: 'blog', label: 'Blog', position: 'left' },
|
|
24
|
-
{
|
|
25
|
-
href: 'https://www.npmjs.com/package/gtfs-to-html',
|
|
26
|
-
label: 'NPM',
|
|
27
|
-
position: 'right'
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
href: 'https://github.com/blinktaginc/gtfs-to-html',
|
|
31
|
-
label: 'GitHub',
|
|
32
|
-
position: 'right'
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
footer: {
|
|
37
|
-
style: 'dark',
|
|
38
|
-
links: [
|
|
39
|
-
{
|
|
40
|
-
title: 'Info',
|
|
41
|
-
items: [
|
|
42
|
-
{
|
|
43
|
-
label: 'Documentation',
|
|
44
|
-
to: 'docs/'
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
label: 'Blog',
|
|
48
|
-
to: 'blog'
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
title: 'Download',
|
|
54
|
-
items: [
|
|
55
|
-
{
|
|
56
|
-
label: 'GitHub',
|
|
57
|
-
href: 'https://github.com/blinktaginc/gtfs-to-html'
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
label: 'NPM',
|
|
61
|
-
href: 'https://www.npmjs.com/package/gtfs-to-html'
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
title: 'Acknowledgements',
|
|
67
|
-
items: [
|
|
68
|
-
{
|
|
69
|
-
label: 'Docusaurus',
|
|
70
|
-
href: 'https://docusaurus.io'
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
label: 'Contributors',
|
|
74
|
-
href: 'https://github.com/BlinkTagInc/gtfs-to-html/blob/master/package.json#L13'
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
copyright: `Copyright © ${new Date().getFullYear()} BlinkTag, Inc. Built with Docusaurus.`
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
presets: [
|
|
83
|
-
[
|
|
84
|
-
'@docusaurus/preset-classic',
|
|
85
|
-
{
|
|
86
|
-
docs: {
|
|
87
|
-
sidebarPath: require.resolve('./sidebars.js'),
|
|
88
|
-
// Please change this to your repo.
|
|
89
|
-
editUrl:
|
|
90
|
-
'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/'
|
|
91
|
-
},
|
|
92
|
-
blog: {
|
|
93
|
-
showReadingTime: true,
|
|
94
|
-
// Please change this to your repo.
|
|
95
|
-
editUrl:
|
|
96
|
-
'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/blog/'
|
|
97
|
-
},
|
|
98
|
-
theme: {
|
|
99
|
-
customCss: require.resolve('./src/css/custom.css')
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
]
|
|
104
|
-
};
|
package/www/package.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gtfs-to-html",
|
|
3
|
-
"version": "0.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"scripts": {
|
|
6
|
-
"start": "docusaurus start",
|
|
7
|
-
"build": "docusaurus build",
|
|
8
|
-
"swizzle": "docusaurus swizzle",
|
|
9
|
-
"deploy": "docusaurus deploy"
|
|
10
|
-
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@docusaurus/core": "^3.5.2",
|
|
13
|
-
"@docusaurus/preset-classic": "^3.5.2",
|
|
14
|
-
"clsx": "^2.1.1",
|
|
15
|
-
"react": "^18.3.1",
|
|
16
|
-
"react-dom": "^18.3.1"
|
|
17
|
-
},
|
|
18
|
-
"engines": {
|
|
19
|
-
"node": ">=18.0"
|
|
20
|
-
}
|
|
21
|
-
}
|
package/www/sidebars.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
someSidebar: {
|
|
3
|
-
'Getting Started': ['introduction', 'quick-start', 'current-usage'],
|
|
4
|
-
Configuration: ['configuration', 'custom-templates'],
|
|
5
|
-
'Additional GTFS Files': ['additional-files', 'timetables', 'timetable-stop-order', 'timetable-pages', 'stop-attributes', 'timetable-notes', 'timetable-notes-references'],
|
|
6
|
-
'Tips & Tricks': ['previewing-html-output', 'processing-large-gtfs', 'logging-sql-queries', 'reviewing-changes'],
|
|
7
|
-
'Related Libraries': ['related-libraries'],
|
|
8
|
-
'Questions, Feedback and Support': ['contact']
|
|
9
|
-
}
|
|
10
|
-
};
|
package/www/src/css/custom.css
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable docusaurus/copyright-header */
|
|
2
|
-
/**
|
|
3
|
-
* Any CSS included here will be global. The classic template
|
|
4
|
-
* bundles Infima by default. Infima is a CSS framework designed to
|
|
5
|
-
* work well for content-centric websites.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/* You can override the default Infima variables here. */
|
|
9
|
-
:root {
|
|
10
|
-
--ifm-color-primary: #25c2a0;
|
|
11
|
-
--ifm-color-primary-dark: rgb(33, 175, 144);
|
|
12
|
-
--ifm-color-primary-darker: rgb(31, 165, 136);
|
|
13
|
-
--ifm-color-primary-darkest: rgb(26, 136, 112);
|
|
14
|
-
--ifm-color-primary-light: rgb(70, 203, 174);
|
|
15
|
-
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
|
16
|
-
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
|
17
|
-
--ifm-code-font-size: 95%;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.docusaurus-highlight-code-line {
|
|
21
|
-
background-color: rgb(72, 77, 91);
|
|
22
|
-
display: block;
|
|
23
|
-
margin: 0 calc(-1 * var(--ifm-pre-padding));
|
|
24
|
-
padding: 0 var(--ifm-pre-padding);
|
|
25
|
-
}
|
package/www/src/pages/index.js
DELETED
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
/* eslint-disable no-unused-vars */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import clsx from 'clsx';
|
|
4
|
-
import Layout from '@theme/Layout';
|
|
5
|
-
import Link from '@docusaurus/Link';
|
|
6
|
-
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
|
7
|
-
import CodeBlock from '@theme/CodeBlock';
|
|
8
|
-
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
9
|
-
import styles from './styles.module.css';
|
|
10
|
-
|
|
11
|
-
const features = [
|
|
12
|
-
{
|
|
13
|
-
title: <>Why?</>,
|
|
14
|
-
imageUrl: 'img/undraw_proud_coder.svg',
|
|
15
|
-
description: (
|
|
16
|
-
<>
|
|
17
|
-
Most transit agencies have schedule data in GTFS format but need to show
|
|
18
|
-
each route's schedule to users on a website.
|
|
19
|
-
</>
|
|
20
|
-
),
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
title: <>What?</>,
|
|
24
|
-
imageUrl: 'img/undraw_spreadsheets.svg',
|
|
25
|
-
description: (
|
|
26
|
-
<>
|
|
27
|
-
This tool automates the process of creating nicely formatted HTML
|
|
28
|
-
timetables for inclusion on a transit agency website.
|
|
29
|
-
</>
|
|
30
|
-
),
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
title: <>Automate schedule changes</>,
|
|
34
|
-
imageUrl: 'img/undraw_happy_music.svg',
|
|
35
|
-
description: (
|
|
36
|
-
<>
|
|
37
|
-
Automating timetable creation means that timetables can be kept up to
|
|
38
|
-
date and accurate when schedule changes happen and the likelihood of
|
|
39
|
-
errors is reduced.
|
|
40
|
-
</>
|
|
41
|
-
),
|
|
42
|
-
},
|
|
43
|
-
];
|
|
44
|
-
|
|
45
|
-
function Feature({ imageUrl, title, description }) {
|
|
46
|
-
const imgUrl = useBaseUrl(imageUrl);
|
|
47
|
-
return (
|
|
48
|
-
<div className={clsx('col col--4', styles.feature)}>
|
|
49
|
-
{imgUrl && (
|
|
50
|
-
<div className="text--center">
|
|
51
|
-
<img className={styles['feature-image']} src={imgUrl} alt="" />
|
|
52
|
-
</div>
|
|
53
|
-
)}
|
|
54
|
-
<h3>{title}</h3>
|
|
55
|
-
<p>{description}</p>
|
|
56
|
-
</div>
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
function Home() {
|
|
61
|
-
const context = useDocusaurusContext();
|
|
62
|
-
const { siteConfig = {} } = context;
|
|
63
|
-
return (
|
|
64
|
-
<Layout
|
|
65
|
-
title="GTFS-to-HTML"
|
|
66
|
-
description="GTFS-to-HTML creates human-readable, user-friendly transit timetables in HTML format directly from GTFS transit data."
|
|
67
|
-
>
|
|
68
|
-
<header className={clsx('hero hero--dark', styles['hero-banner'])}>
|
|
69
|
-
<div className="container">
|
|
70
|
-
<div className="row">
|
|
71
|
-
<div className="col col--4">
|
|
72
|
-
<img
|
|
73
|
-
src="/img/gtfs-to-html-logo.svg"
|
|
74
|
-
style={{ maxWidth: '150px' }}
|
|
75
|
-
alt=""
|
|
76
|
-
/>
|
|
77
|
-
</div>
|
|
78
|
-
|
|
79
|
-
<div className="col col--8">
|
|
80
|
-
<h1 className="hero__title">{siteConfig.title}</h1>
|
|
81
|
-
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
|
82
|
-
<img
|
|
83
|
-
alt="npm"
|
|
84
|
-
src="https://img.shields.io/npm/v/gtfs-to-html?color=%2325c2a0&label=stable&style=for-the-badge"
|
|
85
|
-
className="margin-bottom--sm"
|
|
86
|
-
/>
|
|
87
|
-
<div className={styles.buttons}>
|
|
88
|
-
<Link
|
|
89
|
-
className={clsx(
|
|
90
|
-
'button button--outline button--secondary button--lg',
|
|
91
|
-
styles['hero-button']
|
|
92
|
-
)}
|
|
93
|
-
to={useBaseUrl('docs/')}
|
|
94
|
-
>
|
|
95
|
-
Get Started
|
|
96
|
-
</Link>
|
|
97
|
-
</div>
|
|
98
|
-
</div>
|
|
99
|
-
</div>
|
|
100
|
-
</div>
|
|
101
|
-
</header>
|
|
102
|
-
<main>
|
|
103
|
-
{features && features.length > 0 && (
|
|
104
|
-
<section className={styles.features}>
|
|
105
|
-
<div className="container">
|
|
106
|
-
<div className="row">
|
|
107
|
-
{features.map((props, idx) => (
|
|
108
|
-
<Feature key={idx} {...props} />
|
|
109
|
-
))}
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
</section>
|
|
113
|
-
)}
|
|
114
|
-
|
|
115
|
-
<section className={clsx('padding--lg', styles['gray-section'])}>
|
|
116
|
-
<div className="container">
|
|
117
|
-
<div className="row">
|
|
118
|
-
<div className="col"></div>
|
|
119
|
-
<div className="col">
|
|
120
|
-
<div className="avatar avatar--vertical margin-bottom--sm">
|
|
121
|
-
<div className="avatar__photo avatar__photo--xl">
|
|
122
|
-
<img
|
|
123
|
-
src="https://avatars.githubusercontent.com/u/46612183?v=4"
|
|
124
|
-
alt="Brody"
|
|
125
|
-
width="200"
|
|
126
|
-
height="200"
|
|
127
|
-
style={{
|
|
128
|
-
width: '100%',
|
|
129
|
-
height: 'auto',
|
|
130
|
-
maxWidth: '100%',
|
|
131
|
-
marginBottom: '-4px',
|
|
132
|
-
}}
|
|
133
|
-
/>
|
|
134
|
-
</div>
|
|
135
|
-
<div className="avatar__intro padding-top--sm">
|
|
136
|
-
<div className="avatar__name">Brody</div>
|
|
137
|
-
<small className="avatar__subtitle">
|
|
138
|
-
<a href="https://github.com/transcollines">
|
|
139
|
-
Transcollines
|
|
140
|
-
</a>
|
|
141
|
-
</small>
|
|
142
|
-
</div>
|
|
143
|
-
</div>
|
|
144
|
-
<p className="text--center text--italic padding-horiz--md">
|
|
145
|
-
It's been a huge success. Not only do the timetables look
|
|
146
|
-
fantastic, but I've had customer service agents tell me the
|
|
147
|
-
interactive timetables are a total game changer and they make
|
|
148
|
-
their jobs way easier.
|
|
149
|
-
</p>
|
|
150
|
-
</div>
|
|
151
|
-
<div className="col"></div>
|
|
152
|
-
</div>
|
|
153
|
-
</div>
|
|
154
|
-
</section>
|
|
155
|
-
|
|
156
|
-
<div className={clsx(styles.buttons, 'margin-top--lg')}>
|
|
157
|
-
<a
|
|
158
|
-
className="button button--primary button--lg"
|
|
159
|
-
href="https://www.npmjs.com/package/gtfs-to-html"
|
|
160
|
-
>
|
|
161
|
-
npm install -g gtfs-to-html
|
|
162
|
-
</a>
|
|
163
|
-
</div>
|
|
164
|
-
|
|
165
|
-
<div className={clsx(styles.buttons, 'margin-top--md')}>
|
|
166
|
-
<strong>OR</strong>
|
|
167
|
-
</div>
|
|
168
|
-
|
|
169
|
-
<div className={clsx(styles.buttons, 'margin-top--md')}>
|
|
170
|
-
<a
|
|
171
|
-
className="button button--primary button--lg"
|
|
172
|
-
href="https://run.gtfstohtml.com"
|
|
173
|
-
>
|
|
174
|
-
Use the web-based version
|
|
175
|
-
</a>
|
|
176
|
-
</div>
|
|
177
|
-
|
|
178
|
-
<div className={clsx(styles.buttons)}>
|
|
179
|
-
<div>(For smaller GTFS files only)</div>
|
|
180
|
-
</div>
|
|
181
|
-
|
|
182
|
-
<div className={clsx(styles.buttons, 'margin-top--md')}>
|
|
183
|
-
<strong>OR</strong>
|
|
184
|
-
</div>
|
|
185
|
-
|
|
186
|
-
<div className={clsx(styles.buttons, 'margin-top--md')}>
|
|
187
|
-
<a
|
|
188
|
-
className="button button--primary button--lg"
|
|
189
|
-
href="/docs/quick-start#docker-usage"
|
|
190
|
-
>
|
|
191
|
-
Use Docker
|
|
192
|
-
</a>
|
|
193
|
-
</div>
|
|
194
|
-
|
|
195
|
-
<section>
|
|
196
|
-
<div className="container margin-top--xl margin-bottom--lg">
|
|
197
|
-
<div className="row">
|
|
198
|
-
<div className="col col--8 col--offset-2">
|
|
199
|
-
<h2>Example Usage</h2>
|
|
200
|
-
<CodeBlock language="bash">{gtfsToHtmlCodeBlock}</CodeBlock>
|
|
201
|
-
</div>
|
|
202
|
-
</div>
|
|
203
|
-
</div>
|
|
204
|
-
</section>
|
|
205
|
-
|
|
206
|
-
<section>
|
|
207
|
-
<div className="container margin-top--lg margin-bottom--lg">
|
|
208
|
-
<div className="row">
|
|
209
|
-
<div className="col col--12">
|
|
210
|
-
<h2>Example Output</h2>
|
|
211
|
-
</div>
|
|
212
|
-
</div>
|
|
213
|
-
<div className="row">
|
|
214
|
-
<div className="col col--6">
|
|
215
|
-
<img src="/img/timetable-example.jpg" alt="Timetable Example" />
|
|
216
|
-
</div>
|
|
217
|
-
<div className="col col--6">
|
|
218
|
-
<img src="/img/overview-example.jpg" alt="Overview Example" />
|
|
219
|
-
</div>
|
|
220
|
-
</div>
|
|
221
|
-
</div>
|
|
222
|
-
</section>
|
|
223
|
-
</main>
|
|
224
|
-
</Layout>
|
|
225
|
-
);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
const gtfsToHtmlCodeBlock = `
|
|
229
|
-
❯ gtfs-to-html
|
|
230
|
-
|
|
231
|
-
Starting GTFS import for 1 file
|
|
232
|
-
caltrain: Importing GTFS from http://data.trilliumtransit.com/gtfs/caltrain-ca-us/caltrain-ca-us.zip
|
|
233
|
-
caltrain: Importing - agency.txt - 1 lines imported
|
|
234
|
-
caltrain: Importing - calendar_dates.txt - 8 lines imported
|
|
235
|
-
caltrain: Importing - calendar.txt - 3 lines imported
|
|
236
|
-
caltrain: Importing - fare_attributes.txt - 6 lines imported
|
|
237
|
-
caltrain: Importing - fare_rules.txt - 144 lines imported
|
|
238
|
-
caltrain: Importing - feed_info.txt - No file found
|
|
239
|
-
caltrain: Importing - frequencies.txt - No file found
|
|
240
|
-
caltrain: Importing - routes.txt - 4 lines imported
|
|
241
|
-
caltrain: Importing - shapes.txt - 3008 lines imported
|
|
242
|
-
caltrain: Importing - stop_times.txt - 3103 lines imported
|
|
243
|
-
caltrain: Importing - stops.txt - 95 lines imported
|
|
244
|
-
caltrain: Importing - transfers.txt - No file found
|
|
245
|
-
caltrain: Importing - trips.txt - 218 lines imported
|
|
246
|
-
caltrain: Post Processing data
|
|
247
|
-
caltrain: Completed GTFS import
|
|
248
|
-
Completed GTFS import for 1 file
|
|
249
|
-
caltrain: Generating HTML timetables [====================] 20/20
|
|
250
|
-
|
|
251
|
-
caltrain: HTML timetables created at html/caltrain
|
|
252
|
-
┌────────────────────────────────────────┬────────────────────┐
|
|
253
|
-
│ Item │ Count │
|
|
254
|
-
├────────────────────────────────────────┼────────────────────┤
|
|
255
|
-
│ 📄 Timetable Pages │ 20 │
|
|
256
|
-
├────────────────────────────────────────┼────────────────────┤
|
|
257
|
-
│ 🕑 Timetables │ 20 │
|
|
258
|
-
├────────────────────────────────────────┼────────────────────┤
|
|
259
|
-
│ 📅 Calendar Service IDs │ 20 │
|
|
260
|
-
├────────────────────────────────────────┼────────────────────┤
|
|
261
|
-
│ 🔄 Routes │ 20 │
|
|
262
|
-
├────────────────────────────────────────┼────────────────────┤
|
|
263
|
-
│ 🚍 Trips │ 260 │
|
|
264
|
-
├────────────────────────────────────────┼────────────────────┤
|
|
265
|
-
│ 🛑 Stops │ 308 │
|
|
266
|
-
└────────────────────────────────────────┴────────────────────┘
|
|
267
|
-
caltrain: HTML timetable generation required 12 seconds
|
|
268
|
-
`;
|
|
269
|
-
|
|
270
|
-
export default Home;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable docusaurus/copyright-header */
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* CSS files with the .module.css suffix will be treated as CSS modules
|
|
5
|
-
* and scoped locally.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
.hero-banner {
|
|
9
|
-
padding: 4rem 0;
|
|
10
|
-
text-align: center;
|
|
11
|
-
position: relative;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@media screen and (max-width: 966px) {
|
|
16
|
-
.hero-banner {
|
|
17
|
-
padding: 2rem;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.buttons {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.hero-button {
|
|
28
|
-
color: #ffffff !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.hero-button:hover {
|
|
32
|
-
color: #333 !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.gray-section {
|
|
36
|
-
background-color: hsl(0, 0%, 85%);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
[data-theme='dark'] .gray-section {
|
|
40
|
-
background-color: rgb(94, 94, 94);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.features {
|
|
44
|
-
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
|
-
padding: 2rem 0;
|
|
47
|
-
width: 100%;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.feature-image {
|
|
51
|
-
height: 200px;
|
|
52
|
-
width: 200px;
|
|
53
|
-
}
|
package/www/static/.nojekyll
DELETED
|
File without changes
|
|
Binary file
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="280" height="311" viewBox="0 0 280 311" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M279.142 216.458V95.0263C279.142 82.9559 272.684 71.822 262.162 65.7868L156.951 5.01874C146.43 -1.01645 133.617 -1.01645 123.096 5.01874L17.8843 65.6828C7.36319 71.718 0.904663 82.8518 0.904663 95.0263V216.458C0.904663 228.529 7.36319 239.663 17.8843 245.698L123.096 306.362C133.617 312.397 146.43 312.397 156.951 306.362L262.267 245.594C272.684 239.663 279.142 228.529 279.142 216.458Z" fill="#3074B4"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.076 292.21C137.471 292.21 134.867 291.482 132.471 290.233L27.2597 229.465C22.572 226.76 19.6553 221.765 19.6553 216.354V95.0263C19.6553 89.6154 22.572 84.6208 27.1555 81.9154L132.471 21.1473C134.763 19.7945 137.367 19.1702 140.076 19.1702C142.784 19.1702 145.284 19.8986 147.68 21.1473L252.996 81.9154C257.683 84.6208 260.6 89.6154 260.6 95.0263V216.458C260.6 221.869 257.683 226.864 252.996 229.569L147.68 290.337C145.284 291.482 142.68 292.21 140.076 292.21Z" fill="#FC9061"/>
|
|
4
|
-
<mask id="mask0_4_50" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="10" y="133" width="259" height="61">
|
|
5
|
-
<path d="M10.6458 133.301H268.646V193.301H10.6458V133.301Z" fill="white"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_4_50)">
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6458 34.2317H268.646V292.232H10.6458V34.2317Z" fill="#3074B4"/>
|
|
9
|
-
</g>
|
|
10
|
-
<mask id="mask1_4_50" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="122" y="244" width="36" height="35">
|
|
11
|
-
<path d="M122 244H157.139V278.037H122V244Z" fill="white"/>
|
|
12
|
-
</mask>
|
|
13
|
-
<g mask="url(#mask1_4_50)">
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.917 255.167L157.139 256.912L148.335 265.657L150.471 277.948L139.523 272.186L128.621 278.037L130.658 265.73L121.785 257.056L133.993 255.212L139.41 244L144.917 255.167Z" fill="white"/>
|
|
15
|
-
</g>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M178.87 65.8803C178.87 64.6713 178.312 63.7413 177.289 63.0903C177.103 62.9973 176.824 62.8113 176.638 62.7183C176.638 59.6494 176.545 56.4875 176.359 53.3256C175.987 46.0718 172.174 42.5378 165.013 42.4448C158.782 42.4448 152.551 42.4448 146.32 42.4448C136.183 42.4448 126.139 42.3518 116.002 42.5378C106.702 42.7238 102.982 46.6297 102.982 55.9295C102.982 58.1614 102.982 60.3934 102.982 62.7183C102.424 62.9043 101.959 63.3693 101.587 63.8343C100.936 64.3923 100.75 65.2293 100.75 66.1592C100.75 70.4371 100.75 74.715 100.75 79.0859C100.75 80.3879 101.215 81.4109 102.331 82.0618C102.61 82.2478 102.796 82.3408 103.075 82.4338C103.075 91.6406 103.075 100.754 103.075 109.961C103.075 111.263 102.889 112.751 103.54 113.867C104.935 116.099 104.656 118.517 104.749 120.935C104.842 123.911 106.795 125.957 109.771 126.05C111.91 126.143 114.049 126.143 116.188 126.05C119.257 125.957 121.21 124.19 121.303 121.121C121.396 119.819 121.582 119.354 123.07 119.354C134.23 119.447 145.483 119.447 156.643 119.354C158.038 119.354 158.41 119.726 158.41 121.121C158.503 124.376 160.456 126.05 163.711 126.05C165.571 126.05 167.431 126.05 169.291 126.05C173.104 126.05 174.964 124.097 175.057 120.284C175.057 118.796 174.592 117.122 175.429 115.727C176.452 113.867 176.731 112.007 176.731 109.961C176.731 101.312 176.731 92.6636 176.731 82.4338C177.382 82.3408 177.94 81.7829 178.312 81.2249C178.777 80.6669 178.963 79.9229 178.963 79.1789C178.87 74.808 178.87 70.3441 178.87 65.8803ZM124.279 49.1407C129.859 49.1407 135.439 49.1407 140.926 49.1407C146.32 49.1407 151.714 49.1407 157.201 49.1407C159.619 49.1407 159.898 49.5127 159.991 52.3026C159.991 55.3715 159.712 55.8365 157.387 55.8365C146.32 55.8365 135.253 55.8365 124.279 55.8365C121.861 55.8365 121.396 55.2785 121.396 52.4886C121.303 49.6987 121.768 49.1407 124.279 49.1407ZM117.304 111.077C114.049 111.077 111.352 108.38 111.352 105.125C111.445 101.963 114.142 99.3594 117.211 99.3594C120.466 99.3594 122.884 101.87 122.884 105.218C122.977 108.473 120.466 111.077 117.304 111.077ZM116.467 90.9896C112.933 90.9896 111.352 89.3157 111.352 85.6888C111.352 79.1789 111.352 72.6691 111.352 66.1592C111.352 62.5323 112.84 61.0444 116.467 61.0444C124.279 61.0444 131.998 61.0444 139.81 61.0444C147.436 61.0444 155.062 61.0444 162.688 61.0444C166.78 61.0444 168.175 62.4393 168.175 66.4382C168.175 72.6691 168.175 78.8999 168.175 85.1308C168.175 88.8507 166.129 90.8966 162.409 90.9896C147.157 90.9896 131.812 90.9896 116.467 90.9896ZM162.409 111.077C159.247 111.077 156.736 108.566 156.643 105.311C156.643 101.963 159.061 99.4524 162.316 99.4524C165.571 99.4524 168.268 102.149 168.268 105.404C168.175 108.38 165.571 111.077 162.409 111.077Z" fill="white"/>
|
|
17
|
-
<path d="M51.2791 179.45C48.8791 179.45 47.0491 178.775 45.7891 177.425C44.5291 176.045 43.8991 174.08 43.8991 171.53V154.97C43.8991 152.42 44.5291 150.47 45.7891 149.12C47.0491 147.74 48.8791 147.05 51.2791 147.05C53.6791 147.05 55.5091 147.74 56.7691 149.12C58.0291 150.47 58.6591 152.42 58.6591 154.97V157.67H53.9791V154.655C53.9791 152.585 53.1241 151.55 51.4141 151.55C49.7041 151.55 48.8491 152.585 48.8491 154.655V171.89C48.8491 173.93 49.7041 174.95 51.4141 174.95C53.1241 174.95 53.9791 173.93 53.9791 171.89V165.725H51.5041V161.225H58.6591V171.53C58.6591 174.08 58.0291 176.045 56.7691 177.425C55.5091 178.775 53.6791 179.45 51.2791 179.45ZM65.7072 152H60.5322V147.5H75.8322V152H70.6572V179H65.7072V152ZM78.2288 147.5H91.3238V152H83.1788V160.775H89.5688V165.275H83.1788V179H78.2288V147.5ZM100.133 179.45C97.7325 179.45 95.9175 178.775 94.6875 177.425C93.4575 176.045 92.8425 174.08 92.8425 171.53V169.73H97.5225V171.89C97.5225 173.93 98.3775 174.95 100.088 174.95C100.928 174.95 101.558 174.71 101.978 174.23C102.428 173.72 102.653 172.91 102.653 171.8C102.653 170.48 102.353 169.325 101.753 168.335C101.153 167.315 100.043 166.1 98.4225 164.69C96.3825 162.89 94.9575 161.27 94.1475 159.83C93.3375 158.36 92.9325 156.71 92.9325 154.88C92.9325 152.39 93.5625 150.47 94.8225 149.12C96.0825 147.74 97.9125 147.05 100.313 147.05C102.683 147.05 104.468 147.74 105.668 149.12C106.898 150.47 107.513 152.42 107.513 154.97V156.275H102.833V154.655C102.833 153.575 102.623 152.795 102.203 152.315C101.783 151.805 101.168 151.55 100.358 151.55C98.7075 151.55 97.8825 152.555 97.8825 154.565C97.8825 155.705 98.1825 156.77 98.7825 157.76C99.4125 158.75 100.538 159.95 102.158 161.36C104.228 163.16 105.653 164.795 106.433 166.265C107.213 167.735 107.603 169.46 107.603 171.44C107.603 174.02 106.958 176 105.668 177.38C104.408 178.76 102.563 179.45 100.133 179.45ZM109.545 161H119.445V165.5H109.545V161ZM122.968 152H117.793V147.5H133.093V152H127.918V179H122.968V152ZM142.469 179.45C140.039 179.45 138.179 178.76 136.889 177.38C135.599 176 134.954 174.05 134.954 171.53V154.97C134.954 152.45 135.599 150.5 136.889 149.12C138.179 147.74 140.039 147.05 142.469 147.05C144.899 147.05 146.759 147.74 148.049 149.12C149.339 150.5 149.984 152.45 149.984 154.97V171.53C149.984 174.05 149.339 176 148.049 177.38C146.759 178.76 144.899 179.45 142.469 179.45ZM142.469 174.95C144.179 174.95 145.034 173.915 145.034 171.845V154.655C145.034 152.585 144.179 151.55 142.469 151.55C140.759 151.55 139.904 152.585 139.904 154.655V171.845C139.904 173.915 140.759 174.95 142.469 174.95ZM152.611 161H162.511V165.5H152.611V161ZM165.46 147.5H170.41V160.325H175.72V147.5H180.67V179H175.72V164.825H170.41V179H165.46V147.5ZM188.227 152H183.052V147.5H198.352V152H193.177V179H188.227V152ZM200.748 147.5H207.813L210.963 170.045H211.053L214.203 147.5H221.268V179H216.588V155.15H216.498L212.898 179H208.758L205.158 155.15H205.068V179H200.748V147.5ZM224.962 147.5H229.912V174.5H238.057V179H224.962V147.5Z" fill="white"/>
|
|
18
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg height="772.83071" viewBox="0 0 887.77227 772.83071" width="887.77227" xmlns="http://www.w3.org/2000/svg"><path d="m887.772 763.25-635.509 9.581-252.263-44.71h393.817z" fill="#e6e6e6"/><circle cx="731.82227" cy="101.66024" fill="#ff6584" r="101.66024"/><path d="m335.9542 797.01953s1.487-31.15875 31.97119-27.537" fill="#3f3d56" transform="translate(-156.11386 -63.58465)"/><circle cx="171.2269" cy="688.52637" fill="#6c63ff" r="15.25711"/><path d="m168.74434 714.21843h4.30672v30.14703h-4.30672z" fill="#3f3d56"/><path d="m838.40061 802.34205s1.487-31.15874 31.97119-27.537" fill="#3f3d56" transform="translate(-156.11386 -63.58465)"/><circle cx="673.67331" cy="693.8489" fill="#6c63ff" r="15.25711"/><path d="m671.19075 719.54095h4.30672v30.14703h-4.30672z" fill="#3f3d56"/><path d="m911.85146 807.66458s1.487-31.15874 31.9712-27.537" fill="#3f3d56" transform="translate(-156.11386 -63.58465)"/><circle cx="747.12416" cy="699.17142" fill="#6c63ff" r="15.25711"/><path d="m744.64161 724.86348h4.30672v30.14703h-4.30672z" fill="#3f3d56"/><path d="m456.24328 782.11645s1.487-31.15874 31.97119-27.53695" fill="#3f3d56" transform="translate(-156.11386 -63.58465)"/><circle cx="291.51598" cy="673.6233" fill="#6c63ff" r="15.25711"/><path d="m289.03342 699.31536h4.30672v30.14703h-4.30672z" fill="#3f3d56"/><path d="m229.50369 787.439s1.487-31.15874 31.97119-27.537" fill="#3f3d56" transform="translate(-156.11386 -63.58465)"/><circle cx="64.77639" cy="678.94583" fill="#6c63ff" r="15.25711"/><path d="m62.29383 704.63788h4.30672v30.14703h-4.30672z" fill="#3f3d56"/><circle cx="442.27688" cy="503.48191" fill="#3f3d56" r="166.22823"/><path d="m493.73979 580.41025a43.98767 43.98767 0 0 1 67.51907 0 48.89067 48.89067 0 1 0 -67.51907 0z" fill="#fff" transform="translate(-156.11386 -63.58465)"/><path d="m625.74457 580.41025a43.98759 43.98759 0 0 1 67.519 0 48.89064 48.89064 0 1 0 -67.519 0z" fill="#fff" transform="translate(-156.11386 -63.58465)"/><circle cx="354.70738" cy="464.81392" fill="#3f3d56" r="16.81788"/><circle cx="486.70738" cy="464.81392" fill="#3f3d56" r="16.81788"/><circle cx="322.49478" cy="545.03897" fill="#ff6584" r="19.55626"/><circle cx="547.39179" cy="545.03897" fill="#ff6584" r="19.55626"/><path d="m434.943 505.926-14.667 63.558 24.445-24.445z" fill="#ff6584"/><path d="m510.307 750.38-16.652-13.976.388 13.976h-5.172l-.413-14.778-22.483 14.778h-9.412l31.727-20.854-1.229-43.789-.918-33.071 5.159-.142.931 33.213 1.228 43.75 24.887 20.893z" fill="#3f3d56"/><path d="m432.076 750.38-16.652-13.976.388 13.976h-5.158l-.414-14.778-22.483 14.778h-9.412l31.714-20.854-1.228-43.789-.918-33.071 5.171-.142.931 33.213 1.215 43.75 24.888 20.893z" fill="#3f3d56"/><path d="m600.83528 388.61566c-4.56112 0-8.58481 3.543-11.27493 8.985-2.37112-8.18315-7.3527-13.874-13.1704-13.874a8.84714 8.84714 0 0 0 -1.17422.19724c-2.23625-8.737-7.43356-14.86444-13.493-14.86444-8.1005 0-14.6672 10.9446-14.6672 24.44533s6.5667 24.44533 14.6672 24.44533a8.84716 8.84716 0 0 0 1.17422-.19725c2.23625 8.737 7.43356 14.86444 13.493 14.86444 4.56112 0 8.58481-3.543 11.27493-8.985 2.37113 8.18316 7.3527 13.874 13.1704 13.874 8.1005 0 14.6672-10.9446 14.6672-24.44533s-6.5667-24.44532-14.6672-24.44532z" fill="#3f3d56" transform="translate(-156.11386 -63.58465)"/><path d="m393.47351 507.83307a48.89061 48.89061 0 0 1 48.89061 48.89061v24.44543a48.89061 48.89061 0 0 1 -48.89061 48.89061 0 0 0 0 1 0 0v-122.22665a0 0 0 0 1 0 0z" fill="#6c63ff" transform="matrix(-1 0 0 -1 679.72382 1074.30814)"/><path d="m598.30346 444.24843a48.89061 48.89061 0 0 1 48.89066 48.89057v24.44543a48.89061 48.89061 0 0 1 -48.89061 48.89061 0 0 0 0 1 0 0v-122.22661a0 0 0 0 1 -.00005 0z" fill="#6c63ff"/><g transform="translate(-156.11386 -63.58465)"><path d="m780.03662 560.56514h-7.75712c0-98.37742-80.03569-178.41374-178.41374-178.41374-98.37742 0-178.41374 80.03632-178.41374 178.41374h-7.75712c0-102.655 83.51592-186.17086 186.17086-186.17086 102.65558 0 186.17086 83.51591 186.17086 186.17086z" fill="#6c63ff"/><path d="m327.66117 411.058.00139-.0029-3.64431-1.51771-15.37654-6.50027-5.51164-2.32988-.423 1.06789-7.40381 18.694 20.83674 8.81923.1094.09906-1.40416 3.31082a5.86169 5.86169 0 0 0 -.4899.95547c-.98358 2.48353.87418 4.95394 2.63035 5.6494s3.9773-.75381 4.96087-3.23734c.97022-2.44974.02206-5.5618-1.68937-6.31373l.00151-.0029-3.64431-1.51771-12.46676-4.84631 7.12325-17.98534-1.0558-.41806-7.12577 17.992-1.54154-.59929 7.15363-18.06223.18843.07978 14.6541 6.20232.10928.09906-1.404 3.31082a5.85137 5.85137 0 0 0 -.48989.95547c-.98371 2.48353.87405 4.95394 2.63022 5.6494s3.9773-.75381 4.96087-3.23734c.97023-2.44971.02207-5.56178-1.68924-6.31371z" fill="#3f3d56"/><path d="m399.78108 456.95208c-7.564-4.32464-6.05044-13.815-6.05044-13.815-.19032-6.16526-5.284-5.29259-5.284-5.29259l-1.85385.4231a5.62911 5.62911 0 0 0 -2.75664-.50981l-2.82.47452c6.42137 1.50877 5.89378 6.88051 5.89378 6.88051l.89964 6.281-16.82582-6.78775 1.93187-4.555a8.12868 8.12868 0 0 0 .68046-1.32715c1.3661-3.44946-1.21409-6.88051-3.65325-7.84645-2.43916-.96618-5.524 1.0471-6.89022 4.49643-1.34744 3.40232-.0305 7.7247 2.3464 8.769l-.002.00415 5.06157 2.10782.03769-.11936zm-8.54443-11.036.53956 6.012a13.8665 13.8665 0 0 1 -2.52575-9.20675 5.82316 5.82316 0 0 0 -1.12688-3.22524 6.83065 6.83065 0 0 1 3.11307 6.41997z" fill="#3f3d56"/><path d="m271.4328 368.0405.002-.004-5.06157-2.10794-21.1545-8.22341 5.33923-4.75027a6.74419 6.74419 0 0 1 9.21683-1.5099l-1.65686-2.46248s-3.11483-4.12374-7.475.23935c0 0-5.39481 7.95307-13.86878 5.92579l28.94032 12.249.15187.13763-1.95014 4.59827a8.12429 8.12429 0 0 0 -.68047 1.32715c-1.36609 3.44933 1.2141 6.88038 3.65326 7.84644s5.524-1.0471 6.89022-4.49643c1.34743-3.40237.03049-7.7247-2.34641-8.7692z" fill="#3f3d56"/><path d="m348.87976 341.126-1.95027 4.59826a8.13218 8.13218 0 0 0 -.68034 1.32715c-1.36622 3.44933 1.214 6.88039 3.65313 7.84645s5.52412-1.0471 6.89022-4.49643c1.34756-3.40232.03062-7.7247-2.34627-8.76915l.002-.004-5.06157-2.10794-17.31509-6.73091 9.89338-24.97992-1.46629-.58077-9.89716 24.98925-2.141-.83221 9.9356-25.0868.26178.11078 20.353 8.61438.152.13763-1.95018 4.59823a8.13743 8.13743 0 0 0 -.68034 1.32715c-1.36622 3.44946 1.214 6.88051 3.65313 7.84657s5.52412-1.0471 6.89022-4.49656c1.34756-3.40231.03062-7.72469-2.34628-8.769l.002-.00416-5.06157-2.10781-20.68475-8.74419-.00088-.00038-.67088-.28358-7.65513-3.23608-10.87066 27.44744 28.9402 12.249z" fill="#3f3d56"/><path d="m257.16744 200.55646.00353-.00706-8.71319-3.62856-36.41622-14.15627 9.19111-8.17728s6.11371-8.4828 15.86619-2.5991l-2.852-4.23907s-5.36217-7.09893-12.86781.41189c0 0-9.2869 13.69082-23.87434 10.201l49.81893 21.08581.26152.237-3.35707 7.91563a14.00544 14.00544 0 0 0 -1.17137 2.28464c-2.35169 5.9379 2.08991 11.84429 6.28877 13.50732s9.50936-1.80256 11.86117-7.74045c2.31951-5.85696.05251-13.29761-4.03922-15.0955z" fill="#3f3d56"/><path d="m283.90741 319.4701c-18.08491-10.33993-14.46594-33.03029-14.46594-33.03029-.455-14.7407-12.63376-12.65406-12.63376-12.65406l-4.43241 1.01143a13.4583 13.4583 0 0 0 -6.59088-1.219l-6.7425 1.13469c15.353 3.60738 14.09161 16.45074 14.09161 16.45074l2.15092 15.0171-40.229-16.2288 4.61893-10.89082a19.45075 19.45075 0 0 0 1.627-3.17306c3.26633-8.24724-2.90271-16.45062-8.73461-18.76034s-13.20748 2.50356-16.47381 10.75068c-3.22184 8.13468-.07322 18.46919 5.60983 20.96607l-.00479.00983 12.10177 5.03977.09011-.28534zm-20.429-26.3861 1.29451 14.42385c-7.59564-10.08294-6.04314-22.06233-6.04314-22.06233a13.925 13.925 0 0 0 -2.69425-7.71121c8.72525 5.22138 7.44284 15.34969 7.44284 15.34969z" fill="#3f3d56"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg height="569.68008" viewBox="0 0 887.87284 569.68008" width="887.87284" xmlns="http://www.w3.org/2000/svg"><path d="m276.41138.34664h611.46146v391.60712h-611.46146z" fill="#e6e6e6"/><path d="m293.89598 49.46394h576.49225v319.32231h-576.49225z" fill="#fff"/><path d="m276.1503 0h611.46146v25.97712h-611.46146z" fill="#6c63ff"/><circle cx="295.45441" cy="13.28088" fill="#fff" r="4.81466"/><circle cx="313.72965" cy="13.28088" fill="#fff" r="4.81466"/><circle cx="332.00489" cy="13.28088" fill="#fff" r="4.81466"/><g transform="translate(-156.06358 -165.15996)"><path d="m863.33045 244.53256h-187.68714a1.66587 1.66587 0 0 1 0-3.30318h187.68714a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m733.2818 262.7h-119.33194a1.66587 1.66587 0 0 1 0-3.30317h119.33194a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m863.33045 263.03033h-119.33195a1.66587 1.66587 0 0 1 0-3.30317h119.332a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m733.57144 280.86747h-119.33194a1.66587 1.66587 0 0 1 0-3.30317h119.33194a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m733.86108 299.03493h-119.33194a1.66587 1.66587 0 0 1 0-3.30317h119.33194a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m788.02388 280.86747h-34.17759a1.66587 1.66587 0 0 1 0-3.30317h34.17759a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m788.02388 298.70461h-34.17759a1.66587 1.66587 0 0 1 0-3.30317h34.17759a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m845.37273 298.70461h-34.1776a1.66587 1.66587 0 0 1 0-3.30317h34.1776a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m647.25853 244.53256h-34.1776a1.66587 1.66587 0 0 1 0-3.30318h34.1776a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m732.84734 452.83835h-119.33195a1.66587 1.66587 0 0 1 0-3.30317h119.332a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m732.26806 489.17327h-119.33195a1.66587 1.66587 0 0 1 0-3.30318h119.332a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m732.5577 507.34073h-119.33195a1.66587 1.66587 0 0 1 0-3.30318h119.332a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m783.53445 489.50359h-34.17759a1.66587 1.66587 0 0 1 0-3.30318h34.17759a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m783.53445 507.34073h-34.17759a1.66587 1.66587 0 0 1 0-3.30318h34.17759a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m840.8833 489.50359h-34.1776a1.66587 1.66587 0 0 1 0-3.30318h34.1776a1.66587 1.66587 0 0 1 0 3.30318z" fill="#ccc"/><path d="m863.47527 471.00581h-187.68714a1.66587 1.66587 0 0 1 0-3.30317h187.68714a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/><path d="m647.40335 471.00581h-34.1776a1.66587 1.66587 0 0 1 0-3.30317h34.1776a1.66587 1.66587 0 0 1 0 3.30317z" fill="#ccc"/></g><path d="m547.965 163.221-46.343 45.764 46.343 45.763 10.427-10.427-35.047-35.047 35.336-35.336z" fill="#e6e6e6"/><path d="m616.32 163.221 46.342 45.764-46.342 45.763-10.427-10.427 35.046-35.047-35.336-35.336z" fill="#e6e6e6"/><path d="m547.965 163.221-46.343 45.764 46.343 45.763 10.427-10.427-35.047-35.047 35.336-35.336z" fill="#6c63ff"/><path d="m616.32 163.221 46.342 45.764-46.342 45.763-10.427-10.427 35.046-35.047-35.336-35.336z" fill="#6c63ff"/><path d="m626.6665 711.1954c14.41965 19.311 44.352 21.34353 44.352 21.34353s6.55352-29.2768-7.86613-48.5878-44.352-21.34353-44.352-21.34353-6.55352 29.27679 7.86613 48.5878z" fill="#e6e6e6" transform="translate(-156.06358 -165.15996)"/><path d="m700.12323 718.455c-9.5151 12.74275-29.26658 14.08395-29.26658 14.08395s-4.32447-19.31887 5.19062-32.06162 29.26658-14.084 29.26658-14.084 4.32447 19.31889-5.19062 32.06167z" fill="#e6e6e6" transform="translate(-156.06358 -165.15996)"/><path d="m149.825 460.994v50.126h-14.322l-9.547-52.513z" fill="#ffb9b9"/><path d="m36.445 460.994v50.126h-14.321l-9.548-52.513z" fill="#ffb9b9"/><path d="m268.06126 256.64223s-23.014-16.54132-25.89076-8.63026 17.2605 22.29483 17.2605 22.29483z" fill="#ffb9b9" transform="translate(-156.06358 -165.15996)"/><path d="m186.43344 277.85827c0 28.59815 12.31285 29.4867 32.37127 29.4867s40.2667-.88855 40.2667-29.4867-16.26056-51.78152-36.319-51.78152-36.31897 23.18337-36.31897 51.78152z" fill="#2f2e41" transform="translate(-156.06358 -165.15996)"/><path d="m235.69781 277.49868s-2.87676 21.57563 10.78781 23.014-44.58964 5.7535-44.58964 5.7535 15.10294-13.66457 7.19188-24.45239 26.60995-4.31511 26.60995-4.31511z" fill="#ffb9b9" transform="translate(-156.06358 -165.15996)"/><path d="m308.33578 662.98336 5.03431 42.43208s25.17158 30.92508 9.34944 28.76751-25.89076.45876-25.89076-2.418-.372-13.155-2.52959-13.155-3.9431 16.23013-3.9431 16.23013-6.47269-.48981-7.19188-1.209-1.43837-41.88017-1.43837-41.88017-2.15757-12.22619 2.15756-17.9797 3.59594-10.78781 3.59594-10.78781z" fill="#2f2e41" transform="translate(-156.06358 -165.15996)"/><path d="m193.76255 662.51677 5.03431 42.43208s25.17158 30.92508 9.34945 28.76751-25.89077.45876-25.89077-2.418-.372-13.155-2.52958-13.155-3.94311 16.23013-3.94311 16.23013-6.47269-.48981-7.19188-1.209-1.43837-41.88017-1.43837-41.88017-2.15756-12.22619 2.15756-17.9797 3.59594-10.78781 3.59594-10.78781z" fill="#2f2e41" transform="translate(-156.06358 -165.15996)"/><path d="m270.938 410.54843s23.014 65.44609 24.45239 79.82985-1.43838 63.28853-1.43838 63.28853 20.85645 84.49856 16.54132 85.21775-28.3456 4.12889-29.06478.533-3.28315-9.16321-2.564-11.32077-2.15755-10.06868-2.15755-14.38379-10.08416-26.96353-9.365-30.55947-12.22619-56.81584-14.38376-61.131-7.91106-34.521-7.91106-34.521-32.36346 88.46011-33.08264 90.61767-3.59594 5.75351-2.15757 6.47269-2.15756 5.75351-2.15756 5.75351-7.45231 29.84028-7.45231 31.27866 1.43838 17.71926-1.43837 18.43845-32.26142.67328-33.6998-4.361 15.26134-63.33577 15.26134-63.33577 12.2262-36.67858 8.63026-46.028 3.59594-65.4461 6.47269-69.76122 3.59594-30.20589 3.59594-30.20589z" fill="#2f2e41" transform="translate(-156.06358 -165.15996)"/><circle cx="67.04844" cy="101.1913" fill="#ffb9b9" r="23.01401"/><path d="m235.69781 295.47837s-25.89077.71919-27.32914-1.43837-37.39777 5.03431-37.39777 19.41807 20.85645 70.48041 20.85645 70.48041 7.91106 40.27451 5.7535 44.58964 79.82985-9.34944 77.67229-16.54132-14.38376-23.014 1.43837-36.67858 22.29483-28.04832 22.29483-28.04832l-18.69889-49.624s-18.69888-2.87676-23.014 0-21.57564-2.15753-21.57564-2.15753z" fill="#6c63ff" transform="translate(-156.06358 -165.15996)"/><path d="m293.952 350.85584 5.03432-3.59594s46.7472-48.90478 34.521-58.25422-30.20586-17.97968-38.83611-18.69888-15.82213-7.19188-15.82213-7.19188-9.34945-16.54132-16.54132-5.7535-15.10295 14.38375-5.03432 17.97969 16.54132 2.15757 21.57564 5.75351 24.45238 9.34944 15.82213 11.507a77.19464 77.19464 0 0 0 -14.38376 5.03432l-9.34945 16.54132z" fill="#6c63ff" transform="translate(-156.06358 -165.15996)"/><path d="m212.68379 472.39858s18.69889 27.32914 5.03432 25.89076-20.13726-20.13726-20.13726-20.13726z" fill="#ffb9b9" transform="translate(-156.06358 -165.15996)"/><path d="m176.00521 309.86213-5.03431 3.59594s-16.54132 90.61767 0 114.35086 17.9797 22.29483 17.9797 22.29483 2.87675-2.15757 4.31512 12.22619-.71918 20.13726 3.59594 20.13726 23.7332-4.31513 22.29483-7.91107-10.78782-24.45238-11.507-29.4867-4.31513-16.54132-5.7535-23.014 6.47269-10.06863 2.87675-23.7332-8.63026-38.11695-8.63026-43.15127-20.13727-45.30884-20.13727-45.30884z" fill="#6c63ff" transform="translate(-156.06358 -165.15996)"/><path d="m200.8172 245.85441c0 7.74533 10.62571 14.02416 23.73319 14.02416s25.17158 4.1494 25.17158-3.59594-12.06409-24.45238-25.17158-24.45238-23.73319 6.27883-23.73319 14.02416z" fill="#2f2e41" transform="translate(-156.06358 -165.15996)"/><path d="m258.85586 282.712s.96872 26.07138-24.939 24.633 3.50113-22.2854 3.50113-22.2854z" fill="#2f2e41" transform="translate(-156.06358 -165.15996)"/><path d="m0 567.37896h702.90551v2.24072h-702.90551z" fill="#3f3d56"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="efc17a0a-3253-4ddc-ab04-f1266939853b" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="908.72" height="593.16" viewBox="0 0 908.72 593.16"><defs><linearGradient id="9524657f-a5be-401f-9afa-21595579ad39" x1="623.41" y1="835.81" x2="623.41" y2="62.24" gradientTransform="translate(1039.26 -172.82) rotate(90)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity="0.12"/><stop offset="0.55" stop-opacity="0.09"/><stop offset="1" stop-opacity="0.02"/></linearGradient><linearGradient id="48b6f8c1-7ad6-4b23-961c-36b9d10d8c20" x1="600" y1="746.58" x2="600" y2="153.42" gradientTransform="translate(0.61 -0.81) rotate(0.08)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient></defs><title>spreadsheets</title><rect x="203.45" y="183.42" width="773.57" height="534.35" transform="translate(-146.25 -152.63) rotate(-0.08)" fill="url(#9524657f-a5be-401f-9afa-21595579ad39)"/><g opacity="0.7"><rect x="146" y="153.99" width="908" height="592.01" rx="28.33" ry="28.33" transform="translate(-146.25 -152.61) rotate(-0.08)" fill="url(#48b6f8c1-7ad6-4b23-961c-36b9d10d8c20)"/></g><rect x="154.11" y="158.92" width="893.37" height="581.1" rx="28.33" ry="28.33" transform="translate(-146.24 -152.61) rotate(-0.08)" fill="#535461"/><circle cx="192.71" cy="452.44" r="20.68" transform="translate(-146.25 -153.16) rotate(-0.08)" fill="#535461"/><g opacity="0.1"><circle cx="192.71" cy="452.44" r="20.68" transform="translate(-146.25 -153.16) rotate(-0.08)"/></g><circle cx="1011.51" cy="363.1" r="6.89" transform="translate(-146.13 -152.06) rotate(-0.08)" fill="#535461"/><rect x="1008.86" y="397.57" width="6.89" height="89.61" rx="1.43" ry="1.43" transform="translate(-146.24 -152.06) rotate(-0.08)" fill="#535461"/><g opacity="0.1"><rect x="1008.86" y="397.57" width="6.89" height="89.61" rx="1.43" ry="1.43" transform="translate(-146.24 -152.06) rotate(-0.08)"/></g><g opacity="0.1"><circle cx="1011.51" cy="363.1" r="6.89" transform="translate(-146.13 -152.06) rotate(-0.08)"/></g><polygon points="725 547.58 84.37 547.58 84.37 49.58 832.06 49.58 832.06 479.74 831.63 546.86 725 547.58" fill="#fff"/><g opacity="0.7"><rect x="84.37" y="221.97" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="184.97" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="147.97" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="110.97" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="73.97" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="258.98" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="296" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="333.02" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="370.04" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="407.05" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="444.07" width="747.69" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.36" y="481.09" width="747.57" height="6.86" fill="#e0e0e0"/></g><g opacity="0.7"><rect x="84.37" y="518.11" width="746.99" height="6.86" fill="#e0e0e0"/></g><rect x="174.16" y="80.8" width="5.18" height="466.78" fill="#e0e0e0"/><rect x="288.56" y="80.8" width="5.18" height="466.78" fill="#e0e0e0"/><rect x="402.96" y="80.8" width="5.18" height="466.78" fill="#e0e0e0"/><rect x="517.36" y="80.8" width="5.18" height="466.78" fill="#e0e0e0"/><rect x="631.76" y="80.8" width="5.18" height="466.78" fill="#e0e0e0"/><polygon points="751.34 547.58 746.16 547.58 746.16 80.8 751.34 80.58 751.34 547.58" fill="#e0e0e0"/><circle cx="101.09" cy="61.08" r="6.73" fill="#ff5252"/><circle cx="120.36" cy="61.08" r="6.73" fill="#ff0"/><circle cx="139.63" cy="61.08" r="6.73" fill="#69f0ae"/><rect x="293.36" y="339.58" width="110" height="30" fill="#6c63ff"/><rect x="408.36" y="487.58" width="110" height="30" fill="#6c63ff"/><rect x="522.36" y="447.58" width="110" height="30" fill="#6c63ff"/><rect x="522.36" y="228.58" width="110" height="30" fill="#6c63ff"/><rect x="637.36" y="376.58" width="110" height="30" fill="#6c63ff"/><rect x="178.36" y="117.58" width="110" height="30" fill="#6c63ff"/><rect x="408.36" y="192.58" width="110" height="30" fill="#6c63ff"/><rect x="178.36" y="265.58" width="110" height="30" fill="#6c63ff"/></svg>
|