Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge /careers and /team into /who-we-are #99

Merged
merged 31 commits into from
Jan 19, 2021
Merged

Merge /careers and /team into /who-we-are #99

merged 31 commits into from
Jan 19, 2021

Conversation

ElenaFdR
Copy link
Member

@ElenaFdR ElenaFdR commented Sep 10, 2020

Closes #67.

Since we're only passively recruiting atm and careers are also mentioned in our footer, deprioritizing the careers page makes sense.

Still to do on this PR:

  • tweak the Foundation history so it makes more sense for a general audience (big Q: do Arnout and Pieter want to be credited in this way? So far their contributions are harder to find out about).
  • redirects from all old URLs to new URLs for /careers and /team .md files
  • Q: how do you add a redirect to a .jpg???
  • add /who-we-are to publiccode.net/index, remove /careers and /team
  • update any random links to team or careers across publiccode.net
  • update URL for /careers and /team on the upper footer
  • fix liquid for bio photos rendering (see note below)
  • update URL for /careers on the lower footer (in the Jekyll theme) (PR #43)
  • update about.publiccode.net to update all relevant links to either team or careers (PR #754)

View rendered who-we-are/careers/community.md
View rendered who-we-are/careers/index.md
View rendered who-we-are/careers/intern.md
View rendered who-we-are/careers/product-marketing.md
View rendered who-we-are/careers/quality.md
View rendered who-we-are/careers/support.md
View rendered who-we-are/index.md
View rendered who-we-are/team/alba-roza.md
View rendered who-we-are/team/ben-cerveny.md
View rendered who-we-are/team/boris-van-hoytema.md
View rendered who-we-are/team/claus-mullie.md
View rendered who-we-are/team/deborah-meibergen.md
View rendered who-we-are/team/elena-findley-de-regt.md
View rendered who-we-are/team/eric-herman.md
View rendered who-we-are/team/felix-faassen.md
View rendered who-we-are/team/jan-ainali.md
View rendered who-we-are/team/laura-scheske.md

@ElenaFdR
Copy link
Member Author

I could add the /team .jpg redirects to the person's .md file, since that has frontmatter? It wouldn't completely break the user journey (but might confuse search engines that previously indexed our photos?)

@ElenaFdR ElenaFdR marked this pull request as ready for review September 25, 2020 10:38
@ElenaFdR ElenaFdR changed the title DRAFT PR: Merge /careers and /team into /who-we-are Merge /careers and /team into /who-we-are Sep 25, 2020
@ElenaFdR ElenaFdR requested a review from bvhme September 25, 2020 10:39
@ElenaFdR
Copy link
Member Author

ElenaFdR commented Sep 25, 2020

None of the bio images are currently rendering correctly on either:

  • who-we-are/index.md (fixed by @jlowry's commits below)
  • individual bio pages (like who-we-are/team/alba-roza.md)

Since the person.jpg files are still in the same folder with the person.md files, I'm not sure why they're not rendering. Perhaps some bit of the liquid that doesn't look like a folder structure still resolves as /team and needs to be updated to the equivalent ../team? There are lots of #team references in the list.

@ElenaFdR
Copy link
Member Author

VScode gives me this error:

[2020-09-25 12:42:24] ERROR /who-we-are/alba-roza.jpg' not found. [2020-09-25 12:42:24] ERROR /who-we-are/ben-cerveny.jpg' not found.
[2020-09-25 12:42:24] ERROR /who-we-are/deborah-meibergen.jpg' not found. [2020-09-25 12:42:24] ERROR /who-we-are/claus-mullie.jpg' not found.
[2020-09-25 12:42:24] ERROR /who-we-are/boris-van-hoytema.jpg' not found. [2020-09-25 12:42:24] ERROR /who-we-are/elena-findley-de-regt.jpg' not found.
[2020-09-25 12:42:24] ERROR /who-we-are/eric-herman.jpg' not found. [2020-09-25 12:42:24] ERROR /who-we-are/felix-faassen.jpg' not found.
[2020-09-25 12:42:24] ERROR /who-we-are/laura-scheske.jpg' not found. [2020-09-25 12:42:24] ERROR /who-we-are/jan-ainali.jpg' not found.

So I think I'm right about the liquid looking for photos in the same folder for who-we-are/index.md. Doesn't explain why it's not loading on individual pages.

jlowry and others added 2 commits September 30, 2020 22:15
Add team/ to the URI in img tag src property in who-we-are/index.md.
@ElenaFdR ElenaFdR mentioned this pull request Oct 9, 2020
3 tasks
@ElenaFdR
Copy link
Member Author

ElenaFdR commented Nov 6, 2020

Using dev tools to look at the rendered version, it looks like the bio template isn't being applied to individual bio pages (none of the frontmatter is rendering - so no title and no image).

Logging things I've tried to fix this:

  • removing the image redirect and updating the path (line 23) in _config so that the bio layout is applied to everything in the /team folder (no change)
  • in _config, adding type: "bio" and making path null
  • it doesn't look like there's any reference to the bio layout in the Jekyll theme

@bvhme
Copy link
Member

bvhme commented Nov 16, 2020

I'm saying this because depending on our success this might be the last time we ever want to change those URLs, as it might happen that we want to, for instance, print the URL on leaflets, tell people to go to that URL in podcasts etcetera or something or link it from a whole lot of other places.

I foresee us trying to figure out why we made this decision in the future when we say 'just check public code dot net slash who dash we dash are slash careers' to someone at an event.

(The structure for the end user navigating the site does not need to be equated in the paths and URLs, those can be different and serve different purposes.)

@ElenaFdR
Copy link
Member Author

@bvhme This makes sense, but I wish you had mentioned this earlier.

@bvhme
Copy link
Member

bvhme commented Nov 16, 2020

I'm not trying to block this, just saying that maybe you can update the pull request content to reflect this decision so that it'll be on top in the future and we know. Then I think I can approve this pull request.

@ElenaFdR
Copy link
Member Author

@bvhme Can this need for snappy URLs be met via permalinks, rather than disassembling the file trees?

@bvhme
Copy link
Member

bvhme commented Nov 19, 2020

Of course, it adds complexity that I chose to avoid in order to make it easier to contribute, however you might deem it worth it here.

@ElenaFdR
Copy link
Member Author

@bvhme This is ready for your re-review. I've moved /careers out of of /who-we-are, so we'll still have access to that URL in the future.

@ElenaFdR ElenaFdR merged commit 5b7b163 into develop Jan 19, 2021
@ElenaFdR ElenaFdR deleted the Who-we-are branch January 19, 2021 19:22
ElenaFdR added a commit that referenced this pull request Jan 19, 2021
@ElenaFdR
Copy link
Member Author

Errors found so far in #99 to justify reverting it:

  • duplicate bio pages for @demkodo
  • none of the bio redirects are working
  • @AlbaRoza's bio doesn't have redirects on it

@ElenaFdR ElenaFdR mentioned this pull request Jan 28, 2021
3 tasks
ElenaFdR added a commit that referenced this pull request Jan 28, 2021
ericherman pushed a commit that referenced this pull request Feb 2, 2021
ElenaFdR added a commit that referenced this pull request Feb 2, 2021
* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>
ElenaFdR added a commit that referenced this pull request Feb 3, 2021
* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* remove merge conflict style_codebases.scss

* Remove extra lines added to codebase pages

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>
ElenaFdR added a commit that referenced this pull request Feb 3, 2021
* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Change status on Signalen to incubation

Fixes #138

* Update index.html

Adding back in listing structure divs for proper grid structure

* Finish moving Signalen to Stage 2

Updated CSS classes in maturity indicator from stage 1 to 2 (corresponding with the already-made text update)

* Merge master to develop after #143 (#156)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* remove merge conflict style_codebases.scss

* Remove extra lines added to codebase pages

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>
ElenaFdR added a commit that referenced this pull request Feb 3, 2021
* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* Release 20210203 (#154)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Change status on Signalen to incubation

Fixes #138

* Update index.html

Adding back in listing structure divs for proper grid structure

* Finish moving Signalen to Stage 2

Updated CSS classes in maturity indicator from stage 1 to 2 (corresponding with the already-made text update)

* Merge master to develop after #143 (#156)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* remove merge conflict style_codebases.scss

* Remove extra lines added to codebase pages

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>
ElenaFdR added a commit that referenced this pull request Feb 11, 2021
* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* Release 20210203 (#154)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Change status on Signalen to incubation

Fixes #138

* Update index.html

Adding back in listing structure divs for proper grid structure

* Finish moving Signalen to Stage 2

Updated CSS classes in maturity indicator from stage 1 to 2 (corresponding with the already-made text update)

* Merge master to develop after #143 (#156)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc.

* Revert "Images!"

This reverts commit 665a1e5.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbec.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: #140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d379.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* remove merge conflict style_codebases.scss

* Remove extra lines added to codebase pages

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: Elena FdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
ElenaFdR added a commit that referenced this pull request Feb 11, 2021
* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Change status on Signalen to incubation

Fixes #138

* Update index.html

Adding back in listing structure divs for proper grid structure

* Merge master to develop after #143 (#156)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* remove merge conflict style_codebases.scss

* Remove extra lines added to codebase pages

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* Master to develop after #154 (#157)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* Release 20210203 (#154)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Change status on Signalen to incubation

Fixes #138

* Update index.html

Adding back in listing structure divs for proper grid structure

* Finish moving Signalen to Stage 2

Updated CSS classes in maturity indicator from stage 1 to 2 (corresponding with the already-made text update)

* Merge master to develop after #143 (#156)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* remove merge conflict style_codebases.scss

* Remove extra lines added to codebase pages

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

Co-authored-by: Boris van Hoytema <boris@publiccode.net>
Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* Narrow url-ignore for lightbox links (#147)

After https://github.com/publiccodenet/publiccode.net/pull/132 @angelplasma
proposed setting the lightbox links to href="#_" which they now all are.

In order to not ignore all links containing "#", this commit now regex
matches the complete string by using begin-of-string and end-of-string
anchors.

Additionally, this uses the comma separated list of regular expressions,
as recommended in html-proofer's README.

* ensure everything merged back to develop (#160)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Update style_codebases.scss

Removing internal monologue comments and commented-out code

Co-authored-by: James Lowry <jlowry@users.noreply.github.com>
Co-authored-by: Boris VAN HOYTEMA <boris@publiccode.net>
Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>
Co-authored-by: angelplasma <ryan@angelplasma.net>
Co-authored-by: Deborah Meibergen <deborah@publiccode.net>
Co-authored-by: Martin Dias d'Ullois <martindias@gmail.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>
Co-authored-by: Eric Herman <eric@freesa.org>

* Release 20210203 (#154)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.

* Delete codebases.html

This content file should not have been included in this commit.

* Update style_codebases.scss

Adding "---" x2 at start of file in order to enable Jekyll's SCSS->CSS transpiring.

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>

* Add coffeescript plugin

To enable compiling of .scss files

* Revert "Add coffeescript plugin"

* Pull careers out into its own file

* updated bio

* Update deborah-meibergen.md

added link to LinkedIn

* Update deborah-meibergen.md

* Update deborah-meibergen.md

* Update index.html

A suggestion how to add the mentioning of the standard on the homepage, under ' what we do'

* fix Standard URL

* Remove Matrix configuration

We've tried using Riot for team and community communications
and have decided against using it.
Thus we don't need these identifiers anymore.

* Break out standard section, add illustration

* Move codebase stewardship quote to index

We've identified that we'd like to have a bit more success up front,
perhaps this can help.

* Add link to careers back to footer

* Proofreading Deborah's updated bio (removing hyphens)

* test escaping line with Twitter link from coding standards

* update footer to correct /who-we-are link

* remove // @codingStandardsIgnoreLine

* Remove all links to Twitter from team bios (plus some delinting)

* Remove all links to Twitter from personal bios, plus some delinting

* manually updating this branch with develop

* HTMLproofer ignore all Twitter links

* HTMLproofer ignore #

* Shorten Standard description text

* Change verb on Standard H2

* Remove first / from Standard URL

* fix duplicate @demkodo profiles from #99

* add newline at end of script/test.sh file

* Adding explicit class in place of complex/unused font-size switches

* standardize periods after hyperlinked sentences on index

* Circleizing the testimonial photo (+ class, + border radius)

* Adding testimonial-attribution class, and forcing blockquote font-size

* Publiccode.net codebases content (#111)

Future improvement for lightbox gallery feature: https://github.com/publiccodenet/publiccode.net/issues/140

* Adding the template for individual Codebase pages

* Adding new HTML files for index and individual codebases

* Adding logos and gallery images for new Codebases pages

* Update OpenZaak.org URL

* Fix OpenZaak URL in file deleted from origin?

* Revert "Fix OpenZaak URL in file deleted from origin?"

This reverts commit 246d37978620bcceca1c456fe67fdea50c4d7690.

* Fix broken link to About from codebases/index.html

* fix wrong OZ & Signalen logo links on codebases/index.html

* Update codebase page and project links

* delete openzaak.md

* delete signalen.md

* delete codebases/index.md

* Change layout template

* Change layout to 'codebase'

* Fix image links

* Fixing image URLs

* Add alt tags to gallery images

* Add alt tags to gallery images

* Update codebase.html

refactored to enable nesting into Site template.
attempting new way to include CSS.

* Update index.html

refactored to enable nesting in Site template

* Update openzaak.html

refactored to enable nesting in Site template

* Update signalen.html

refactored to enable nesting in Site template

* Delete old Signalen logo

* Add files via upload

adding Signalen's new logo

* Update index.html

re-updating title to "Codebases we work with"

* Update openzaak.html

re-updating title to "Codebases we work with"

* Update signalen.html

re-updating title to "Codebases we work with"

* Update codebase.html

adding breadcrumb nav (first attempt)

* Update index.html

fixing/adding link URLs

* removing oversized Signalen logo

* resized Signalen logo

* fixing relative URL in gallery

* updating code comment to use proper "Codebases we work with" verbiage

* updating copy and link in top section of page

* Verbiage updates

* Adding img alt tags and attempting to fix Travis error related to lightbox gallery

* adjusting lightbox gallery linkage (#_ to #) in an attempt to satisfy travis error

* proofreading

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* adding content to the hrefs to satisfy travis

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on Signalen product screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* more robust handling of lightbox button content

* Standardize references to VNG on Signalen page

* Update English name of VNG on OpenZaak page

* re-applying css button fixes

* Expand acronym for SaaS

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* remove "logo" from Signalen and OpenZaak logo alt text

* expand 'repo', fix typo

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* Update alt text on OpenZaak screenshot

Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* expand 'the Foundation' to full name everywhere but job ads

* Add OpenZaak governance as an activity we've worked on

* fix for travis rejecting interal hashes, w/out requiring config change

* Revert "fix for travis rejecting interal hashes, w/out requiring config change"

This reverts commit ea2a233fdff4b3733f05f97d5d018871862435ac.

* Updating "#" link to more idiosyncratic "#_", and fixing a gallery link

Co-authored-by: ElenaFdR <ElenaFdR@users.noreply.github.com>
Co-authored-by: Jan Ainali <ainali.jan@gmail.com>

* add redirects for Alba

* Remove extension from redirect

Tested with both the /team/alba-roza.jpg and /team/alba-roza.html

* remove file extensions from bio redirects

* update redirect from former team/index link

* Change status on Signalen to incubation

Fixes #138

* Update index.html

Adding back in listing structure divs for proper grid structure

* Finish moving Signalen to Stage 2

Updated CSS classes in maturity indicator from stage 1 to 2 (corresponding with the already-made text update)

* Merge master to develop after #143 (#156)

* Release 20210128 (#143)

* first folder restructure, added case for support history to who-we-are/index.md

* now with all the files: 1st folder restructure, add case for support intro

* add redirects /careers files

* add redirects to all /team files

* partially update footer.liquid (unfinished!)

* update footer.liquid

* Add redirects from .jpgs

* remove trailing spaces

* fix broken photo links on careers/index.md

* Update homepage

* Proofreading

* update b0rked link

* Fixed team photograghs

Add team/ to the URI in img tag src property in who-we-are/index.md.

* Fix path in default variables

* Blog CTA update, typo fix

* Replace photo of Ben in hopes of a less fuzzy outcome

* Update intro sentence on who-we-are/careers/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Update who-we-are/index.md

Co-authored-by: lboms <61967157+lscheske@users.noreply.github.com>

* Add lightbox.css and style_codebases.scss files

* Add files via upload

* delete codebase overview .md files, add images folder

* dummy content to force images folder to show up

* more folders!

* remove space OpenZaak

* Images!

* Signalen images!

* replace codebases/index.md with index.html

* Remove dummy files

* Create dummy-file.md in /assets

* Adding 2 CSS files for Codebases

* delete dummy file

* Delete codebase_openzaak.html

Accidental inclusion. No HTML should be in this commit.

* Delete codebase_signalen.html

Accidental inclusion. No content should be in this commit.

* Delete index.html

Accidental inclusion. No content should be in this commit.

* Revert "Signalen images!"

This reverts commit ea6afcc8ef0093a2d79be53d5befba572ac364f0.

* Revert "Images!"

This reverts commit 665a1e5ee88de2366bf8a7ffbf237f9874adea6b.

* Revert "delete codebase overview .md files, add images folder"

This reverts commit 53dcbeca514fea4c8a1df85c6f17780795c7af6a.

* Fix merge conflict on openzaak product website URL

* Revert "replace codebases/index.md with index.html"

This reverts commit 1f1ceaa564c86dceaff982b4a9a242f9385233f0.…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add origin story (for example at publiccode.net/history)
5 participants