325 Commits

Author SHA1 Message Date
Sarah Higley
48ebe70b99
🐛 Add headings, label lists, remove aria-labels for a11y (#109)
Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-05-01 19:12:17 -07:00
Conlin Durbin
beb2f5db69
🎨 Enhance :focus style for a11y
* Adding link changes with text-decoration and background

* Update assets/css/base/_a.scss

Co-Authored-By: EJ Mason <eliasjmason@gmail.com>

* Add SCSS variable

Co-authored-by: Conlin Durbin <conlin@lessonly.com>
Co-authored-by: EJ Mason <eliasjmason@gmail.com>
Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-05-01 19:06:27 -07:00
Kevin Garcia
40fd302d4c
Add definitions for Hispanic, Latino and Latinx (#89)
* Add definitions for Hispanic, Latino and Latinx

* Update hispanic, latino and latinx definitions to indicate their pan-ethnic connotations.
2020-04-30 13:33:11 -07:00
tatianamac
86398082f8 Add dumb definition 2020-03-30 11:20:46 -07:00
tatianamac
b268184010 Add dumb definition 2020-03-30 11:11:43 -07:00
EJ Mason
6fa24fa1dc
🖌️ fix order of rule set (#99)
Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-03-19 16:28:22 -07:00
EJ Mason
fa5ce187f0
⚒️ Add a pageStyles block to base template (#98)
* Import typekit fonts as link

* Declare pageStyles block in base template

* Uninstall prism-themes package
2020-03-19 16:20:47 -07:00
Ekaterina Mekhnetsova
c39fbd7af6
Updated "Ways to Help" section (#93)
* Updated Ways to Help section

* Update index.njk

* Update _grid.scss

* Update index.njk

Co-authored-by: Mekhnetsova, Ekaterina <ekaterina.mekhnetsova@intel.com>
2020-03-17 15:12:59 -07:00
Oscar
e559b64e11
🏡 eleventy@0.10.0 (#76)
* Add a Sass function to convert pixels to rems (resolve #67)

* chore(packages): eleventy@0.10.0

* Rename function, replace pixel usage with rem conversions

* typo gaslighting

* Move pxToRem to functions partial

* feat(eslint): install eslint && prettier config

* chore: move findExistingDefinition into own file

* chore: set up ava

# Conflicts:
#	package-lock.json
#	package.json

* feat(filters): move permalink function into file, add test

# Conflicts:
#	.eleventy.js

* feat(permalink): revert cherry-picked changes to structure

* chore: update package-lock with ava

* config(eslint): specify source type

* Issue #51: Updated definition of polyamory.

* ✏️ Typo

* 🌈  Organise colors with vars only

* ⚒️ Restructured Sass organisation (#83)

*  🌈  Organise colors with vars only

*   New file structure

* File restructuring

*  ⚒️ Fix build issue

* Rearranged files

*  Adding "hysterical" to the list (#90)

*  Add definition for hysteria

* ✏️ Crazy: A few alternatives: obnoxious, wild (#91)

* ⚙️ Add linting and CI infrastructure (#85)

* Add husky and lint-staged, run lint and test in precommit hook

* Add CI for test and lint

* Apply eslint fixes in precommit hook

* ⚙️ Add stylelint and base configuration (see #74) (#92)

* tooling: add stylelint and base configuration (see #74)

* Autofix with stylelint on commit

* 🚫  Ignore sass-cache

* 🐛 Fixed red flag splitting across two lines (#79)

* Fix red flag splitting across two lines

Added white-space: nowrap to .flag_red and added new properties to link within toc to compensate for nowrap.

* Reverting back to original state.

* Revisited line wrap issue.

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* 📄 Add Detail Pages for Definitions (#75)

* fix: untrack definitions in dist

* feat(detail pages): update item link

* feat(detail pages): add layout

* feat(detail pages): render whole definition content

* feat(detail pages): remove definitons from homepage

* 🧹 def list component

* feat(layout): render site footer in all pages

* feat(detail pages): rename definition root class && move css into partials

* chore: abstract further css into own files

* feat(detail pages): update headling level of definition content

* feat(styles): set box sizing

* feat(styles): add margin bottom utility

* feat(styles): selection

* feat(components): sub page header own component

* feat(detail pages): add sections

* feat(style): mian headline

* feat(page layout): rename page content grid

* feat(page layout): add wide content class

* feat(detail pages): set document title

* feat(detail pages): set uniform document title for docs and definitions

* feat(page title): add comment

* feat(detail pages): add meta description

* feat(detail pages): wrap def header in article tag

* chore: set up ava

* feat(filters): move permalink function into file, add test

* chore: rename _temp to _util, remove creation script

* feat(detail pages): helper function to find additional definitions

* chore: move helpers to single directory

* feat(detail pages): create shortcode for further definition navigation

* feat(detail pages): fix find defs function

* feat(detail pages): shortcode for browse nav markup

* chore: fix collection mock data

* feat(detail pages): render browse nav

* feat(detail pages): style browse nav, style improvements

* feat(detail pages): test redirect

* feat(detail pages): client side redirect

* feat(homepage): set title

* 💅

* feat(detail pages): incorporate design changes

* feat(detail pages): hide browse headlines

* feat(detail pages): label lists

* feat(footer): add aria label

* feat(detail pages): redice heading level in md

* feat(detail pages): spacing in browse nav

* feat(detail pages): reduce line height

* feat(detail pages): set max width w/o breaking homepage

* feat(detail pages): replace in-definition definition links

* 🧹

* feat(detail pages): recover spacing utility

* 🧹

* chore(packages): update ava

* config: specify nvm version

* 💅

* 💅

* chore: update package-lock

* chore: specify engines

* chore: run lint and test before pushing

Co-authored-by: Ned Zimmerman <ned@bight.dev>
Co-authored-by: Damien Cosset <damcossetfreelance@gmail.com>
Co-authored-by: Tatiana Mac <github@tatianamac.com>
Co-authored-by: Alexis Watson <47117571+alexiswatson@users.noreply.github.com>
Co-authored-by: tatianamac <tatiana.t.mac@gmail.com>
Co-authored-by: Aaron Gustafson <aaron@easy-designs.net>
Co-authored-by: Michael Spellacy (Spell) <spell@spellacy.net>
2020-03-11 11:59:03 -07:00
Oscar
bd88c18fd0
📄 Add Detail Pages for Definitions (#75)
* fix: untrack definitions in dist

* feat(detail pages): update item link

* feat(detail pages): add layout

* feat(detail pages): render whole definition content

* feat(detail pages): remove definitons from homepage

* 🧹 def list component

* feat(layout): render site footer in all pages

* feat(detail pages): rename definition root class && move css into partials

* chore: abstract further css into own files

* feat(detail pages): update headling level of definition content

* feat(styles): set box sizing

* feat(styles): add margin bottom utility

* feat(styles): selection

* feat(components): sub page header own component

* feat(detail pages): add sections

* feat(style): mian headline

* feat(page layout): rename page content grid

* feat(page layout): add wide content class

* feat(detail pages): set document title

* feat(detail pages): set uniform document title for docs and definitions

* feat(page title): add comment

* feat(detail pages): add meta description

* feat(detail pages): wrap def header in article tag

* chore: set up ava

* feat(filters): move permalink function into file, add test

* chore: rename _temp to _util, remove creation script

* feat(detail pages): helper function to find additional definitions

* chore: move helpers to single directory

* feat(detail pages): create shortcode for further definition navigation

* feat(detail pages): fix find defs function

* feat(detail pages): shortcode for browse nav markup

* chore: fix collection mock data

* feat(detail pages): render browse nav

* feat(detail pages): style browse nav, style improvements

* feat(detail pages): test redirect

* feat(detail pages): client side redirect

* feat(homepage): set title

* 💅

* feat(detail pages): incorporate design changes

* feat(detail pages): hide browse headlines

* feat(detail pages): label lists

* feat(footer): add aria label

* feat(detail pages): redice heading level in md

* feat(detail pages): spacing in browse nav

* feat(detail pages): reduce line height

* feat(detail pages): set max width w/o breaking homepage

* feat(detail pages): replace in-definition definition links

* 🧹

* feat(detail pages): recover spacing utility

* 🧹

* chore(packages): update ava

* config: specify nvm version

* 💅

* 💅
2020-03-09 15:47:06 -07:00
Michael Spellacy (Spell)
6050307a78
🐛 Fixed red flag splitting across two lines (#79)
* Fix red flag splitting across two lines

Added white-space: nowrap to .flag_red and added new properties to link within toc to compensate for nowrap.

* Reverting back to original state.

* Revisited line wrap issue.

Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-03-08 12:50:47 -07:00
tatianamac
e2f6cd68fc 🚫 Ignore sass-cache 2020-03-07 10:54:44 -08:00
Ned Zimmerman
86713728a4
⚙️ Add stylelint and base configuration (see #74) (#92)
* tooling: add stylelint and base configuration (see #74)

* Autofix with stylelint on commit
2020-03-07 10:23:05 -08:00
Tatiana Mac
ca07ab31f6
⚙️ Add linting and CI infrastructure (#85)
* Add husky and lint-staged, run lint and test in precommit hook

* Add CI for test and lint

* Apply eslint fixes in precommit hook
2020-03-05 10:17:19 -08:00
Aaron Gustafson
1d3fdfc6e9
✏️ Crazy: A few alternatives: obnoxious, wild (#91) 2020-03-03 12:42:19 -08:00
tatianamac
e8445c8db7 Add definition for hysteria 2020-02-29 14:45:14 -08:00
tatianamac
eed2c96950 Merge conflict 2020-02-29 13:57:24 -08:00
Aaron Gustafson
f1d0f3ab60
Adding "hysterical" to the list (#90) 2020-02-29 13:25:27 -08:00
Tatiana Mac
10843f2909
⚒️ Restructured Sass organisation (#83)
*  🌈  Organise colors with vars only

*   New file structure

* File restructuring

*  ⚒️ Fix build issue

* Rearranged files
2020-02-20 08:38:32 +11:00
tatianamac
228a119b30 🌈 Organise colors with vars only 2020-02-19 18:48:29 +11:00
Tatiana Mac
b78dd4a334
Merge pull request #78 from tatianamac/feature/eslint-ava
🏡 Install ESLint && Ava
2020-02-19 18:34:30 +11:00
Tatiana Mac
b2cba4f1a2
Merge pull request #80 from alexiswatson/update-defn-polyamory
🖍️ Updated definition of polyamory.
2020-02-19 18:06:02 +11:00
Tatiana Mac
f9ba73c8bf
✏️ Typo 2020-02-19 17:15:12 +11:00
Alexis Watson
69c29c837d Issue #51: Updated definition of polyamory. 2020-02-18 14:31:17 -05:00
Tatiana Mac
01b0018aff
Merge pull request #69 from greatislander/add/rem-function
🏗️ Add a Sass function to convert pixels to rems (resolves #67)
2020-02-18 16:24:26 +11:00
Tatiana Mac
32fbe266c4
Merge pull request #77 from Tagada85/fixing/typo
✏️ Fix typo on gaslighting
2020-02-18 16:23:00 +11:00
Oscar
59558640b2 config(eslint): specify source type 2020-02-17 00:13:13 +01:00
Oscar
0ee290136c chore: update package-lock with ava 2020-02-17 00:12:35 +01:00
Oscar
78f7d5b9ce feat(permalink): revert cherry-picked changes to structure 2020-02-17 00:12:18 +01:00
Oscar
aaf3ea3b73 feat(filters): move permalink function into file, add test
# Conflicts:
#	.eleventy.js
2020-02-17 00:07:59 +01:00
Oscar
d2f7547d2d chore: set up ava
# Conflicts:
#	package-lock.json
#	package.json
2020-02-17 00:07:13 +01:00
Oscar
e7002614c1 chore: move findExistingDefinition into own file 2020-02-17 00:05:36 +01:00
Oscar
7a74dc494d feat(eslint): install eslint && prettier config 2020-02-17 00:04:57 +01:00
Ned Zimmerman
7620d29d9d Move pxToRem to functions partial 2020-02-16 14:32:54 -07:00
Damien Cosset
1509ca820b typo gaslighting 2020-02-16 21:28:24 +01:00
Ned Zimmerman
1c1e82bdc6 Rename function, replace pixel usage with rem conversions 2020-02-16 12:14:24 -07:00
Tatiana Mac
ffc47ad046
Merge pull request #54 from outoftardis/master
✍️ Improve Contributing Guidelines
2020-02-15 18:18:01 +08:00
Tatiana Mac
7d8a142f77
Add funding 2020-02-15 20:52:01 +11:00
Tatiana Mac
d160615c2e
Merge pull request #73 from mindsers/patch-1
✏️ Fix typo on Minoritized definition
2020-02-15 17:47:59 +08:00
Nathanael CHERRIER
613e33dbc9
Fix typo on the link text of Minoritized 2020-02-15 04:44:06 +01:00
Tatiana Mac
8d3e4e2730
Merge pull request #71 from gaearon/biromantic
 Add definition: biromantic
2020-02-14 20:30:30 +08:00
Dan
1d8f04f4ff Propose definition: biromantic 2020-02-14 11:10:28 +00:00
Ekaterina Mekhnetsova
ff63f7eb70
Update CONTRIBUTING.md 2020-02-13 13:03:17 +03:00
tatianamac
815989bbe0 ✍️ Edited some spacing issues and misspelling 2020-02-13 17:43:08 +08:00
Ekaterina Mekhnetsova
950925a255
Update CONTRIBUTING.md
Add help info and fix style
2020-02-13 12:29:05 +03:00
Tatiana Mac
61e2e9fde7
Merge pull request #46 from codeAbul/add-def-barbarian
 Add definition for barbarian
2020-02-13 17:22:26 +08:00
tatianamac
9d3871a61f 🔗 Fix link, added header links 2020-02-13 15:25:12 +08:00
Abul Kalam Azad Shaik
94e3802c9c Rename Barbarian to Barbaric 2020-02-13 11:39:34 +09:00
Ekaterina Mekhnetsova
5e54d82ac2
Removed wrong link 2020-02-12 15:54:52 +03:00
Ekaterina Mekhnetsova
2a46152cbd
Update CONTRIBUTING.md
Addressed comments
2020-02-12 15:53:19 +03:00