Compare commits

...

7 commits

105 changed files with 2143 additions and 4903 deletions
.gitignoreREADME.md
assets/css
dist
fonts
open-sans-all-300-italic.woffopen-sans-all-300-normal.woffopen-sans-all-400-italic.woffopen-sans-all-400-normal.woffopen-sans-all-600-italic.woffopen-sans-all-600-normal.woffopen-sans-all-700-italic.woffopen-sans-all-700-normal.woffopen-sans-all-800-italic.woffopen-sans-all-800-normal.woffopen-sans-cyrillic-300-italic.woff2open-sans-cyrillic-300-normal.woff2open-sans-cyrillic-400-italic.woff2open-sans-cyrillic-400-normal.woff2open-sans-cyrillic-600-italic.woff2open-sans-cyrillic-600-normal.woff2open-sans-cyrillic-700-italic.woff2open-sans-cyrillic-700-normal.woff2open-sans-cyrillic-800-italic.woff2open-sans-cyrillic-800-normal.woff2open-sans-cyrillic-ext-300-italic.woff2open-sans-cyrillic-ext-300-normal.woff2open-sans-cyrillic-ext-400-italic.woff2open-sans-cyrillic-ext-400-normal.woff2open-sans-cyrillic-ext-600-italic.woff2open-sans-cyrillic-ext-600-normal.woff2open-sans-cyrillic-ext-700-italic.woff2open-sans-cyrillic-ext-700-normal.woff2open-sans-cyrillic-ext-800-italic.woff2open-sans-cyrillic-ext-800-normal.woff2open-sans-greek-300-italic.woff2open-sans-greek-300-normal.woff2open-sans-greek-400-italic.woff2open-sans-greek-400-normal.woff2open-sans-greek-600-italic.woff2open-sans-greek-600-normal.woff2open-sans-greek-700-italic.woff2open-sans-greek-700-normal.woff2open-sans-greek-800-italic.woff2open-sans-greek-800-normal.woff2open-sans-greek-ext-300-italic.woff2open-sans-greek-ext-300-normal.woff2open-sans-greek-ext-400-italic.woff2open-sans-greek-ext-400-normal.woff2open-sans-greek-ext-600-italic.woff2open-sans-greek-ext-600-normal.woff2open-sans-greek-ext-700-italic.woff2open-sans-greek-ext-700-normal.woff2open-sans-greek-ext-800-italic.woff2open-sans-greek-ext-800-normal.woff2open-sans-hebrew-300-italic.woff2open-sans-hebrew-300-normal.woff2open-sans-hebrew-400-italic.woff2open-sans-hebrew-400-normal.woff2open-sans-hebrew-600-italic.woff2open-sans-hebrew-600-normal.woff2open-sans-hebrew-700-italic.woff2open-sans-hebrew-700-normal.woff2open-sans-hebrew-800-italic.woff2open-sans-hebrew-800-normal.woff2open-sans-latin-300-italic.woff2open-sans-latin-300-normal.woff2open-sans-latin-400-italic.woff2open-sans-latin-400-normal.woff2open-sans-latin-600-italic.woff2open-sans-latin-600-normal.woff2open-sans-latin-700-italic.woff2open-sans-latin-700-normal.woff2open-sans-latin-800-italic.woff2open-sans-latin-800-normal.woff2open-sans-latin-ext-300-italic.woff2open-sans-latin-ext-300-normal.woff2open-sans-latin-ext-400-italic.woff2open-sans-latin-ext-400-normal.woff2open-sans-latin-ext-600-italic.woff2open-sans-latin-ext-600-normal.woff2open-sans-latin-ext-700-italic.woff2open-sans-latin-ext-700-normal.woff2open-sans-latin-ext-800-italic.woff2open-sans-latin-ext-800-normal.woff2open-sans-vietnamese-300-italic.woff2open-sans-vietnamese-300-normal.woff2open-sans-vietnamese-400-italic.woff2open-sans-vietnamese-400-normal.woff2open-sans-vietnamese-600-italic.woff2open-sans-vietnamese-600-normal.woff2open-sans-vietnamese-700-italic.woff2open-sans-vietnamese-700-normal.woff2open-sans-vietnamese-800-italic.woff2open-sans-vietnamese-800-normal.woff2
images
main.min.cssmain.min.jsmain.min.js.LICENSE.txt

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ vendor
dist dist
.DS_Store .DS_Store
NOTES.md NOTES.md
composer.phar

View file

@ -12,8 +12,7 @@ Originally forked from [WP 73k](https://github.com/apiontek/wp-73k/), itself for
1. Clone or download the project into your `themes` directory (`./wp-content/themes`) 1. Clone or download the project into your `themes` directory (`./wp-content/themes`)
2. Run `composer install` 2. Run `composer install`
3. Run `npm install` if developing 3. Run `npm install` if developing
4. Set environment variables for BrowserSyncPlugin to the domain/ports you need (see `webpack.config.js` for variables needed). 4. Run `npm run watch` to begin watching & rebuilding for development, `npm run dev` for simple dev build, `npm run prod` for a production build, or `npm run build` to build both dev & prod concurrently.
5. Run `npm run start` to begin development server, `npm run dev` for simple dev build, `npm run prod` for a production build, or `npm run build` to build both dev & prod concurrently.
### SVGs ### SVGs
@ -24,6 +23,7 @@ Images placed in `assets/images` will be copied to `dist/images` -- however, SVG
```js ```js
import '../raw/rdnyc-logo.svg'; import '../raw/rdnyc-logo.svg';
``` ```
This will output an optimized version to `dist/images` with `svg-` prefix; these can be used per below: This will output an optimized version to `dist/images` with `svg-` prefix; these can be used per below:
#### Using optimized SVGs #### Using optimized SVGs

View file

@ -14,6 +14,7 @@
@import "bs-custom-post"; @import "bs-custom-post";
// Required || Configuration -- CONTINUED // Required || Configuration -- CONTINUED
@import "../../node_modules/bootstrap/scss/maps";
@import "../../node_modules/bootstrap/scss/mixins"; @import "../../node_modules/bootstrap/scss/mixins";
@import "../../node_modules/bootstrap/scss/utilities"; @import "../../node_modules/bootstrap/scss/utilities";

View file

@ -91,7 +91,7 @@ $spacers: (
/* body, text, components */ /* body, text, components */
$body-bg: $spaceblue-800; $body-bg: $spaceblue-800;
$body-color: $gray-200; $body-color: $gray-200;
$text-muted: $gray-400; $text-muted: $gray-300;
$component-active-color: $dark; $component-active-color: $dark;
$component-active-bg: $primary; $component-active-bg: $primary;

View file

@ -330,3 +330,6 @@ main#fp-main > div.fp-grid {
} }
} }
} }
#tsml #meetings table tbody tr td.name small {
color: orange;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

(image error) Size: 9.2 KiB

After

(image error) Size: 9.2 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

(image error) Size: 618 KiB

After

(image error) Size: 618 KiB

Before After
Before After

4
dist/main.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/main.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,47 +1,59 @@
/*! /*!
* Bootstrap base-component.js v5.1.3 (https://getbootstrap.com/) * Bootstrap base-component.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap button.js v5.1.3 (https://getbootstrap.com/) * Bootstrap button.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap collapse.js v5.1.3 (https://getbootstrap.com/) * Bootstrap collapse.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap data.js v5.1.3 (https://getbootstrap.com/) * Bootstrap config.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap dropdown.js v5.1.3 (https://getbootstrap.com/) * Bootstrap data.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap event-handler.js v5.1.3 (https://getbootstrap.com/) * Bootstrap dropdown.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap manipulator.js v5.1.3 (https://getbootstrap.com/) * Bootstrap event-handler.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */
/*! /*!
* Bootstrap selector-engine.js v5.1.3 (https://getbootstrap.com/) * Bootstrap index.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap manipulator.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap selector-engine.js v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */

Some files were not shown because too many files have changed in this diff Show more