diff --git a/.github/ISSUE_TEMPLATE/new-chapter.md b/.github/ISSUE_TEMPLATE/new-chapter.md index ad922e6c..873d388c 100644 --- a/.github/ISSUE_TEMPLATE/new-chapter.md +++ b/.github/ISSUE_TEMPLATE/new-chapter.md @@ -71,7 +71,7 @@ Reference: ### Publish -- [ ] Add contributor(s) to contributor list ([doc](https://docs.google.com/document/d/1rruJsEF8-E3qTVCv0Giw2mK43HcNS4d7233rgGk9wjw/edit#heading=h.c0rl7i1lbum8)/[website](https://proudlyservingbook.com/people/) (M - @lukefretwell) +- [ ] Add contributor(s) to contributor list ([doc](https://docs.google.com/document/d/1rruJsEF8-E3qTVCv0Giw2mK43HcNS4d7233rgGk9wjw/edit#heading=h.c0rl7i1lbum8)/[website](https://proudlyservingbook.com/contributors/) (M - @lukefretwell) - [ ] Add [acknowledgements](https://docs.google.com/document/d/1rruJsEF8-E3qTVCv0Giw2mK43HcNS4d7233rgGk9wjw/edit#heading=h.kg53erhbnr5t) (M - @lukefretwell) - [ ] [Doc](https://docs.google.com/document/d/1rruJsEF8-E3qTVCv0Giw2mK43HcNS4d7233rgGk9wjw/edit?usp=sharing) (M - @lukefretwell) - [ ] Update chapter page on website (M - @lukefretwell) diff --git a/Gemfile b/Gemfile index 1c2948c2..bcc77340 100644 --- a/Gemfile +++ b/Gemfile @@ -1,19 +1,7 @@ source "https://rubygems.org" -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 4.2.2" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -# gem "minima", "~> 2.5" -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins -# If you have any plugins, put them here! +gem "jekyll", "~> 4.3.0" + +# Plugins group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" gem "jekyll-sitemap" @@ -37,6 +25,8 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "kramdown", "~> 2.4.0" + # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 9c2d1241..9d5fa939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,31 +14,35 @@ GEM eventmachine (1.2.7) ffi (1.17.0-x86_64-darwin) forwardable-extended (2.6.0) + google-protobuf (4.28.3-x86_64-darwin) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (2.2.0) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) @@ -55,22 +59,23 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.1) mercenary (0.4.0) - ostruct (0.6.0) + ostruct (0.6.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (6.0.1) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.8) - rouge (3.30.0) + rexml (3.3.9) + rouge (4.5.1) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) - webrick (1.8.2) + sass-embedded (1.81.0-x86_64-darwin) + google-protobuf (~> 4.28) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.6.0) + webrick (1.9.0) PLATFORMS x86_64-darwin @@ -80,12 +85,13 @@ DEPENDENCIES bigdecimal csv http_parser.rb (~> 0.6.0) - jekyll (~> 4.2.2) + jekyll (~> 4.3.0) jekyll-feed (~> 0.12) jekyll-paginate jekyll-redirect-from jekyll-seo-tag jekyll-sitemap + kramdown (~> 2.4.0) logger ostruct tzinfo (~> 1.2) @@ -94,4 +100,4 @@ DEPENDENCIES webrick (~> 1.7) BUNDLED WITH - 2.5.21 + 2.5.23 diff --git a/_config.yml b/_config.yml index 9a3d9212..0faccc2e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,22 @@ # General title: Proudly Serving description: Public service in the digital age -#baseurl: "" url: https://proudlyservingbook.com +#baseurl: "" + +# Sections +quotes-name: What they're saying +quotes-url: /what-theyre-saying +contributors-name: Contributors +contributors-url: /contributors +contents-name: Contents +contents-url: /book +about-name: Purpose +about-url: /about +book-name: book +book-url: /book +author-name: Author +author-url: /author # Organization org-name: Proudly Serving @@ -24,9 +38,9 @@ date: "%B %-d, %Y" timezone: America/Los_Angeles markdown: kramdown -highlighter: rouge kramdown: - syntax_highlighter: rouge + input: GFM + auto_ids: true # Build settings plugins: diff --git a/_includes/author.html b/_includes/author.html index d409197e..4864dbdf 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -1,17 +1,4 @@ {% if page.author %} - {% for author in page.author %} - {% assign -author_data = site.people | where:"title", author | first %} - {% if -author_data.content.size > 1 %} -

- By - - {{ author_data.title }} - {% if page.date %} - · {% include date.html %} - {% endif %} -

- {% endif %} - {% endfor %} -{% endif %} + By + {{ page.author }} +{% endif %} \ No newline at end of file diff --git a/_includes/card-quotes.html b/_includes/card-quotes.html index 89f6838a..04ed4c94 100644 --- a/_includes/card-quotes.html +++ b/_includes/card-quotes.html @@ -24,7 +24,7 @@
{{ item.name }}

"{{ quotes.quote }}"

diff --git a/_includes/footer.html b/_includes/footer.html index 0d325483..23f903ca 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -26,7 +26,11 @@

- {{ "now" | date: "%Y" }} {{ site.title }} + A project by + {{ site.org-name }}

{% endif %} diff --git a/_includes/image.html b/_includes/image.html index 1cbf6e03..b84704da 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1,18 +1,8 @@ -{% if page.parent == "events" or page.parent == "orgs" or page.parent == "pitches" or page.parent == "innovations" %} - {% if page.img %} -
- {{ page.img-alt }} - {% if page.img-caption %} -

{{ page.img-caption }}

- {% endif %} -
- {% endif %} -{% endif %} - -{% if page.parent == == "people" %} - {% if page.img-feat %} -
- {{ page.img-alt }} -
- {% endif %} -{% endif %} +{% if page.parent == == "{{ site.contributors.name }}" %} + {% if page.img-feat %} + {{ page.img-alt }} + {% endif %} +{% endif %} \ No newline at end of file diff --git a/_includes/jumbotron.html b/_includes/jumbotron.html index 01341b8f..d66e2f96 100644 --- a/_includes/jumbotron.html +++ b/_includes/jumbotron.html @@ -63,13 +63,20 @@

{{ page.title }}

-

{{ page.title }}

+

{{ page.title }}

{% assign item = page %} -

{% include date.html %}

+

+ {% if page.author %} + {% include author.html %} + {% endif %} + {% if page.date %} + ·{% include date.html %} + {% endif %} +

diff --git a/_layouts/xcontents.html b/_layouts/contents.html similarity index 99% rename from _layouts/xcontents.html rename to _layouts/contents.html index eb04e67b..c429ea34 100644 --- a/_layouts/xcontents.html +++ b/_layouts/contents.html @@ -14,6 +14,7 @@

Contents

+
{% for section in site.data.contents.docs %}

{{ section.name | capitalize }}

diff --git a/_layouts/home.html b/_layouts/home.html index b271ea0d..4e0d7a8c 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -6,73 +6,81 @@ {% include nav.html %}
{% include jumbotron.html %} -
-
-
-
- -
-
-

Purpose

-
- {{ content }} + {% if site.about-name %} +
+
+
+
+ +
+
+

{{ site.about-name }}

+
+ {{ content }} +
+
-
-
-
-
-
-

What they're saying

+ {% endif %} + {% if site.data.quotes.docs %} +
+
+
+

{{ site.quotes-name }}

+
-
-
-
- {% include card-quotes.html %} +
+
+ {% include card-quotes.html %} +
-
- -
-
-
-

Contents

+ {% endif %} + {% if site.contents %} +
+
+
+

{{ site.contents-name }}

+
+
+
+
+ {% for section in site.data.contents.docs %} +

{{ section.name | capitalize }}

+
+ {% for chapter in section.chapters %} + {% for item in site.contents %} + {% if item.title == chapter %} + {% include card-contents.html %} + {% endif %} + {% endfor %} + {% endfor %} +
+ {% endfor %} +
-
-
- {% for section in site.data.contents.docs %} -

{{ section.name | capitalize }}

+ {% endif %} + {% if site.contributors %} +
+
+
+

{{ site.contributors-name }}

- {% for chapter in section.chapters %} - {% for item in site.contents %} - {% if item.title == chapter %} - {% include card-contents.html %} - {% endif %} - {% endfor %} + {% for item in site.contributors %} + {% include card-contributors.html %} {% endfor %}
- {% endfor %} -
-
-
-
-
-
-

Contributors

-
- {% for item in site.contributors %} - {% include card-contributors.html %} - {% endfor %}
-
+ {% endif %}
{% include analytics.html %} {% include footer.html %} \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index 83a6f840..82d950ad 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -16,40 +16,27 @@
- {% if page.launched %} + {% if page.launched or page.feedback %}
-

Read

-
-
-
-
-

Read this chapter in the - book. -

-
-
-
- {% endif %} - {% if page.feedback %} -
-
-
-

Feedback

-
-
-
-
-
-

- This chapter is open for your feedback. - -

-

- Read it and help make it better. -

-
+ {% if page.launched %} + + {% endif %} + {% if page.feedback %} + + {% endif %}
@@ -58,7 +45,7 @@

Feedback

-

Author

+

{{ site.author-name }}

@@ -71,13 +58,11 @@

Author

{% if author_data.img %} -
- Photo of {{ author_data.title }} -
+ Photo of {{ author_data.title }} {% endif %}
diff --git a/_pages/book.md b/_pages/book.md index fb2567f5..e6e59157 100644 --- a/_pages/book.md +++ b/_pages/book.md @@ -16,5 +16,4 @@ Proudly Serving is a work in progress, but you can still access the latest versi 1. Go to the [book Google Doc](https://docs.google.com/document/d/1rruJsEF8-E3qTVCv0Giw2mK43HcNS4d7233rgGk9wjw/edit?usp=sharing). 2. Select 'File'. 3. Then 'Download'. -4. Choose your file type and download. - +4. Choose your file type and download. \ No newline at end of file diff --git a/_pages/contributors.md b/_pages/contributors.md index c94d13d9..a1cb7d69 100644 --- a/_pages/contributors.md +++ b/_pages/contributors.md @@ -5,6 +5,5 @@ description: The people who created Proudly Serving. permalink: /contributors/ parent: contributors redirect_from: - - /people/ + - /contributors/ --- - diff --git a/_posts/2021-10-21-welcome-to-proudly-serving.md b/_posts/2021-10-21-welcome-to-proudly-serving.md index 45e5a639..c8f89ef0 100644 --- a/_posts/2021-10-21-welcome-to-proudly-serving.md +++ b/_posts/2021-10-21-welcome-to-proudly-serving.md @@ -16,7 +16,7 @@ It aims to be an approachable, actionable resource with specific, practical advi Proudly Serving is a work in progress. We welcome collaboration from anyone, anywhere, anytime. -Proudly Serving is maintained by [Rebecca Woodbury](/people/rebecca-woodbury/), [Marlena Medford](/people/marlena-medford/) and [Luke Fretwell](/people/luke-fretwell/), but you can [write or co-write a chapter](/contribute/) or just give us feedback. +Proudly Serving is maintained by [Rebecca Woodbury](/contributors/rebecca-woodbury/), [Marlena Medford](/contributors/marlena-medford/) and [Luke Fretwell](/contributors/luke-fretwell/), but you can [write or co-write a chapter](/contribute/) or just give us feedback. ## Themes and structure diff --git a/_posts/2021-10-22-request-for-proudly-serving-feedback-default-to-open.md b/_posts/2021-10-22-request-for-proudly-serving-feedback-default-to-open.md index 0698508b..738b6333 100644 --- a/_posts/2021-10-22-request-for-proudly-serving-feedback-default-to-open.md +++ b/_posts/2021-10-22-request-for-proudly-serving-feedback-default-to-open.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-default-to-open/ --- -A new [Proudly Serving](/) chapter titled **[Default to open](/contents/default-to-open)** is ready for public review and feedback. This chapter was written by **[Luke Fretwell](/people/luke-fretwell)**. +A new [Proudly Serving](/) chapter titled **[Default to open](/contents/default-to-open)** is ready for public review and feedback. This chapter was written by **[Luke Fretwell](/contributors/luke-fretwell)**. We welcome [your suggestions and ideas](/contents/default-to-open). diff --git a/_posts/2021-12-01-request-for-proudly-serving-feedback-think-exponential.md b/_posts/2021-12-01-request-for-proudly-serving-feedback-think-exponential.md index 5d7e861e..89102f6e 100644 --- a/_posts/2021-12-01-request-for-proudly-serving-feedback-think-exponential.md +++ b/_posts/2021-12-01-request-for-proudly-serving-feedback-think-exponential.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-think-exponential/ --- -A new [Proudly Serving](/) chapter titled **[Think exponential](/contents/think-exponential)** is ready for public review and feedback. This chapter was written by **[Jason Schneider](/people/jason-schneider)**. +A new [Proudly Serving](/) chapter titled **[Think exponential](/contents/think-exponential)** is ready for public review and feedback. This chapter was written by **[Jason Schneider](/contributors/jason-schneider)**. We welcome [your suggestions and ideas](/contents/think-exponential). diff --git a/_posts/2021-12-07-new-proudly-serving-chapter-default-to-open.md b/_posts/2021-12-07-new-proudly-serving-chapter-default-to-open.md index e02e7dcf..c0673a0e 100644 --- a/_posts/2021-12-07-new-proudly-serving-chapter-default-to-open.md +++ b/_posts/2021-12-07-new-proudly-serving-chapter-default-to-open.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Luke Fretwell](/people/luke-fretwell)** for contributing your wisdom to this chapter! +Thank you **[Luke Fretwell](/contributors/luke-fretwell)** for contributing your wisdom to this chapter! diff --git a/_posts/2021-12-08-request-for-proudly-serving-feedback-done-doing.md b/_posts/2021-12-08-request-for-proudly-serving-feedback-done-doing.md index 8d9e3353..269310f2 100644 --- a/_posts/2021-12-08-request-for-proudly-serving-feedback-done-doing.md +++ b/_posts/2021-12-08-request-for-proudly-serving-feedback-done-doing.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-done-doing/ --- -A new [Proudly Serving](/) chapter titled **[Done/doing](/contents//share-the-done-doing)** is ready for public review and feedback. This chapter was written by **[Rebecca Woodbury](/people/rebecca-woodbury)**. +A new [Proudly Serving](/) chapter titled **[Done/doing](/contents//share-the-done-doing)** is ready for public review and feedback. This chapter was written by **[Rebecca Woodbury](/contributors/rebecca-woodbury)**. We welcome [your suggestions and ideas](/contents//share-the-done-doing). diff --git a/_posts/2022-01-12-new-proudly-serving-chapter-think-exponential.md b/_posts/2022-01-12-new-proudly-serving-chapter-think-exponential.md index 12a534d3..55e8caef 100644 --- a/_posts/2022-01-12-new-proudly-serving-chapter-think-exponential.md +++ b/_posts/2022-01-12-new-proudly-serving-chapter-think-exponential.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Jason Schneider](/people/jason-schneider)** for contributing your wisdom to this chapter! +Thank you **[Jason Schneider](/contributors/jason-schneider)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-01-19-new-proudly-serving-chapter-done-doing.md b/_posts/2022-01-19-new-proudly-serving-chapter-done-doing.md index 40303ab8..a3c56d2c 100644 --- a/_posts/2022-01-19-new-proudly-serving-chapter-done-doing.md +++ b/_posts/2022-01-19-new-proudly-serving-chapter-done-doing.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Rebecca Woodbury](/people/rebecca-woodbury)** for contributing your wisdom to this chapter! +Thank you **[Rebecca Woodbury](/contributors/rebecca-woodbury)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-01-31-request-for-proudly-serving-feedback-go-dotgov.md b/_posts/2022-01-31-request-for-proudly-serving-feedback-go-dotgov.md index 773c119f..1573845e 100644 --- a/_posts/2022-01-31-request-for-proudly-serving-feedback-go-dotgov.md +++ b/_posts/2022-01-31-request-for-proudly-serving-feedback-go-dotgov.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-go-gov/ --- -A new [Proudly Serving](/) chapter titled **[Go .gov](/contents/go-dotgov)** is ready for public review and feedback. This chapter was written by **[Luke Fretwell](/people/luke-fretwell)**. +A new [Proudly Serving](/) chapter titled **[Go .gov](/contents/go-dotgov)** is ready for public review and feedback. This chapter was written by **[Luke Fretwell](/contributors/luke-fretwell)**. We welcome [your suggestions and ideas](/contents/go-dotgov). diff --git a/_posts/2022-02-18-new-proudly-serving-chapter-go-dotgov.md b/_posts/2022-02-18-new-proudly-serving-chapter-go-dotgov.md index 6dd45ab2..91243b1e 100644 --- a/_posts/2022-02-18-new-proudly-serving-chapter-go-dotgov.md +++ b/_posts/2022-02-18-new-proudly-serving-chapter-go-dotgov.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Luke Fretwell](/people/luke-fretwell)** for contributing your wisdom to this chapter! +Thank you **[Luke Fretwell](/contributors/luke-fretwell)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-02-18-request-for-proudly-serving-feedback-spark-community-joy.md b/_posts/2022-02-18-request-for-proudly-serving-feedback-spark-community-joy.md index 92ce8a70..a148ad28 100644 --- a/_posts/2022-02-18-request-for-proudly-serving-feedback-spark-community-joy.md +++ b/_posts/2022-02-18-request-for-proudly-serving-feedback-spark-community-joy.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-spark-community-joy/ --- -A new [Proudly Serving](/) chapter titled **[Spark community joy](/contents/spark-community-joy)** is ready for public review and feedback. This chapter was written by **[Kirsten Wyatt](/people/kirsten-wyatt)**. +A new [Proudly Serving](/) chapter titled **[Spark community joy](/contents/spark-community-joy)** is ready for public review and feedback. This chapter was written by **[Kirsten Wyatt](/contributors/kirsten-wyatt)**. We welcome [your suggestions and ideas](/contents/spark-community-joy). diff --git a/_posts/2022-03-28-request-for-proudly-serving-feedback-remember-why-you-do-this.md b/_posts/2022-03-28-request-for-proudly-serving-feedback-remember-why-you-do-this.md index aabd0101..cd6c53ea 100644 --- a/_posts/2022-03-28-request-for-proudly-serving-feedback-remember-why-you-do-this.md +++ b/_posts/2022-03-28-request-for-proudly-serving-feedback-remember-why-you-do-this.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-remember-why-you-do-this/ --- -A new [Proudly Serving](/) chapter titled **[Remember why you do this](/contents/remember-why-you-do-this)** is ready for public review and feedback. This chapter was written by **[Marlena Medford](/people/marlena-medford)**. +A new [Proudly Serving](/) chapter titled **[Remember why you do this](/contents/remember-why-you-do-this)** is ready for public review and feedback. This chapter was written by **[Marlena Medford](/contributors/marlena-medford)**. We welcome [your suggestions and ideas](/contents/remember-why-you-do-this). diff --git a/_posts/2022-04-15-new-proudly-serving-chapter-remember-why-you-do-this.md b/_posts/2022-04-15-new-proudly-serving-chapter-remember-why-you-do-this.md index cb7b271c..9434d393 100644 --- a/_posts/2022-04-15-new-proudly-serving-chapter-remember-why-you-do-this.md +++ b/_posts/2022-04-15-new-proudly-serving-chapter-remember-why-you-do-this.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Marlena Medford](/people/marlena-medford)** for contributing your wisdom to this chapter! +Thank you **[Marlena Medford](/contributors/marlena-medford)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-04-21-new-proudly-serving-chapter-spark-community-joy.md b/_posts/2022-04-21-new-proudly-serving-chapter-spark-community-joy.md index d9be748d..fb74dfeb 100644 --- a/_posts/2022-04-21-new-proudly-serving-chapter-spark-community-joy.md +++ b/_posts/2022-04-21-new-proudly-serving-chapter-spark-community-joy.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Kirsten Wyatt](/people/kirsten-wyatt)** for contributing your wisdom to this chapter! +Thank you **[Kirsten Wyatt](/contributors/kirsten-wyatt)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-05-11-request-for-proudly-serving-feedback-innovate-with-purpose.md b/_posts/2022-05-11-request-for-proudly-serving-feedback-innovate-with-purpose.md index 08e69a40..7b2f144f 100644 --- a/_posts/2022-05-11-request-for-proudly-serving-feedback-innovate-with-purpose.md +++ b/_posts/2022-05-11-request-for-proudly-serving-feedback-innovate-with-purpose.md @@ -8,7 +8,7 @@ redirect_from: - /request-for-proudly-serving-feedback-innovate-with-purpose// --- -A new [Proudly Serving](/) chapter titled **[Innovate with purpose](/contents/innovate-with-purpose)** is ready for public review and feedback. This chapter was written by **[Dustin Haisler](/people/dustin-haisler)** and **[Joe Morris](/people/joe-morris)**. +A new [Proudly Serving](/) chapter titled **[Innovate with purpose](/contents/innovate-with-purpose)** is ready for public review and feedback. This chapter was written by **[Dustin Haisler](/contributors/dustin-haisler)** and **[Joe Morris](/contributors/joe-morris)**. We welcome [your suggestions and ideas](/contents/innovate-with-purpose). diff --git a/_posts/2022-05-25-new-proudly-serving-chapter-innovate-with-purpose.md b/_posts/2022-05-25-new-proudly-serving-chapter-innovate-with-purpose.md index 9744f80c..1b445353 100644 --- a/_posts/2022-05-25-new-proudly-serving-chapter-innovate-with-purpose.md +++ b/_posts/2022-05-25-new-proudly-serving-chapter-innovate-with-purpose.md @@ -14,4 +14,4 @@ redirect_from: ## Thank you -Thank you **[Dustin Haisler](/people/dustin-haisler)** and **[Joe Morris](/people/joe-morris)** for contributing your wisdom to this chapter! +Thank you **[Dustin Haisler](/contributors/dustin-haisler)** and **[Joe Morris](/contributors/joe-morris)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-08-10-request-for-proudly-serving-feedback-set-guiding-principles.md b/_posts/2022-08-10-request-for-proudly-serving-feedback-set-guiding-principles.md index 386e5ed7..a71d11f3 100644 --- a/_posts/2022-08-10-request-for-proudly-serving-feedback-set-guiding-principles.md +++ b/_posts/2022-08-10-request-for-proudly-serving-feedback-set-guiding-principles.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled **[Set guiding principles](/contents/set-guiding-principles)** is ready for public review and feedback. This chapter was written by **[Laine Hendricks](/people/laine-hendricks)** and **[Rebecca Woodbury](/people/rebecca-woodbury)**. +A new [Proudly Serving](/) chapter titled **[Set guiding principles](/contents/set-guiding-principles)** is ready for public review and feedback. This chapter was written by **[Laine Hendricks](/contributors/laine-hendricks)** and **[Rebecca Woodbury](/contributors/rebecca-woodbury)**. We welcome [your suggestions and ideas](/contents/set-guiding-principles). diff --git a/_posts/2022-08-31-new-proudly-serving-chapter-set-guiding-principles.md b/_posts/2022-08-31-new-proudly-serving-chapter-set-guiding-principles.md index f582909f..2524f16b 100644 --- a/_posts/2022-08-31-new-proudly-serving-chapter-set-guiding-principles.md +++ b/_posts/2022-08-31-new-proudly-serving-chapter-set-guiding-principles.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you **[Laine Hendricks](/people/laine-hendricks)** and **[Rebecca Woodbury](/people/rebecca-woodbury)** for contributing your wisdom to this chapter! +Thank you **[Laine Hendricks](/contributors/laine-hendricks)** and **[Rebecca Woodbury](/contributors/rebecca-woodbury)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-09-14-speak-plainly.md b/_posts/2022-09-14-speak-plainly.md index 186e92cd..ae838eda 100644 --- a/_posts/2022-09-14-speak-plainly.md +++ b/_posts/2022-09-14-speak-plainly.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled **[Speak plainly](/contents/speak-plainly)** is ready for public review and feedback. This chapter was written by **[Echa Schneider](/people/echa-schneider)**. +A new [Proudly Serving](/) chapter titled **[Speak plainly](/contents/speak-plainly)** is ready for public review and feedback. This chapter was written by **[Echa Schneider](/contributors/echa-schneider)**. We welcome [your suggestions and ideas](/contents/speak-plainly). diff --git a/_posts/2022-09-28-new-proudly-serving-chapter-speak-plainly.md b/_posts/2022-09-28-new-proudly-serving-chapter-speak-plainly.md index a490d016..d3c59292 100644 --- a/_posts/2022-09-28-new-proudly-serving-chapter-speak-plainly.md +++ b/_posts/2022-09-28-new-proudly-serving-chapter-speak-plainly.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you **[Echa Schneider](/people/echa-schneider)** for contributing your wisdom to this chapter! +Thank you **[Echa Schneider](/contributors/echa-schneider)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-09-30-request-for-proudly-serving-feedback-appoint-a-leader.md b/_posts/2022-09-30-request-for-proudly-serving-feedback-appoint-a-leader.md index 310247fe..762c7ab7 100644 --- a/_posts/2022-09-30-request-for-proudly-serving-feedback-appoint-a-leader.md +++ b/_posts/2022-09-30-request-for-proudly-serving-feedback-appoint-a-leader.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new[ Proudly Serving](/) chapter titled **[Appoint a leader](/contents/appoint-a-leader)** is ready for public review and feedback. This chapter was written by **[Daniel Soto](/people/daniel-soto)**. +A new[ Proudly Serving](/) chapter titled **[Appoint a leader](/contents/appoint-a-leader)** is ready for public review and feedback. This chapter was written by **[Daniel Soto](/contributors/daniel-soto)**. We welcome [your suggestions and ideas](/contents/appoint-a-leader). diff --git a/_posts/2022-10-27-welcome-kirsten-wyatt.md b/_posts/2022-10-27-welcome-kirsten-wyatt.md index 1d671db0..f47ed7ef 100644 --- a/_posts/2022-10-27-welcome-kirsten-wyatt.md +++ b/_posts/2022-10-27-welcome-kirsten-wyatt.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-hands-clapping --- -We're honored to have [Kirsten Wyatt](/people/kirsten-wyatt) join us as a [Proudly Serving](/) maintainer! +We're honored to have [Kirsten Wyatt](/contributors/kirsten-wyatt) join us as a [Proudly Serving](/) maintainer! About Kirsten: diff --git a/_posts/2022-12-07-request-for-proudly-serving-feedback-empower-the-team.md b/_posts/2022-12-07-request-for-proudly-serving-feedback-empower-the-team.md index 54d71f17..4bd7fe3a 100644 --- a/_posts/2022-12-07-request-for-proudly-serving-feedback-empower-the-team.md +++ b/_posts/2022-12-07-request-for-proudly-serving-feedback-empower-the-team.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new[ Proudly Serving](/) chapter titled **[Empower the team](/contents/empower-the-team)** is ready for public review and feedback. This chapter was written by **[Karen Daly](/people/karen-daly)**. +A new[ Proudly Serving](/) chapter titled **[Empower the team](/contents/empower-the-team)** is ready for public review and feedback. This chapter was written by **[Karen Daly](/contributors/karen-daly)**. We welcome[ your suggestions and ideas](/contents/empower-the-team). diff --git a/_posts/2022-12-08-new-proudly-serving-chapter-appoint-a-product-leader.md b/_posts/2022-12-08-new-proudly-serving-chapter-appoint-a-product-leader.md index 093e9a19..8e72f52a 100644 --- a/_posts/2022-12-08-new-proudly-serving-chapter-appoint-a-product-leader.md +++ b/_posts/2022-12-08-new-proudly-serving-chapter-appoint-a-product-leader.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you **[Daniel Soto](/people/daniel-soto)** for contributing your wisdom to this chapter! +Thank you **[Daniel Soto](/contributors/daniel-soto)** for contributing your wisdom to this chapter! diff --git a/_posts/2022-12-13-request-for-proudly-serving-feedback-make-space-for-strategy.md b/_posts/2022-12-13-request-for-proudly-serving-feedback-make-space-for-strategy.md index 980da32f..c71650b7 100644 --- a/_posts/2022-12-13-request-for-proudly-serving-feedback-make-space-for-strategy.md +++ b/_posts/2022-12-13-request-for-proudly-serving-feedback-make-space-for-strategy.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new[ Proudly Serving](/) chapter titled [Make space for strategy](/contents/make-space-for-strategy) is ready for public review and feedback. This chapter was written by **[Zach Ratkai](/people/zach-ratkai)**. +A new[ Proudly Serving](/) chapter titled [Make space for strategy](/contents/make-space-for-strategy) is ready for public review and feedback. This chapter was written by **[Zach Ratkai](/contributors/zach-ratkai)**. We welcome[ your suggestions and ideas](/contents/make-space-for-strategy). diff --git a/_posts/2022-12-21-welcome-echa-schneider.md b/_posts/2022-12-21-welcome-echa-schneider.md index 3b144d47..374d08d8 100644 --- a/_posts/2022-12-21-welcome-echa-schneider.md +++ b/_posts/2022-12-21-welcome-echa-schneider.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-hands-clapping --- -We're honored to have [Echa Schneider](/people/echa-schneider) join us as a [Proudly Serving](/) maintainer! +We're honored to have [Echa Schneider](/contributors/echa-schneider) join us as a [Proudly Serving](/) maintainer! About Echa: diff --git a/_posts/2023-01-19-new-proudly-serving-chapter-empower-the-team.md b/_posts/2023-01-19-new-proudly-serving-chapter-empower-the-team.md index 84710647..2b83bb12 100644 --- a/_posts/2023-01-19-new-proudly-serving-chapter-empower-the-team.md +++ b/_posts/2023-01-19-new-proudly-serving-chapter-empower-the-team.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you **[Karen Daly](/people/karen-daly)** for contributing your wisdom to this chapter! +Thank you **[Karen Daly](/contributors/karen-daly)** for contributing your wisdom to this chapter! diff --git a/_posts/2023-03-02-new-proudly-serving-chapter-make-space-for-strategy.md b/_posts/2023-03-02-new-proudly-serving-chapter-make-space-for-strategy.md index 7b579959..8d7263c6 100644 --- a/_posts/2023-03-02-new-proudly-serving-chapter-make-space-for-strategy.md +++ b/_posts/2023-03-02-new-proudly-serving-chapter-make-space-for-strategy.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you **[Zach Ratkai](/people/zach-ratkai)** for contributing your wisdom to this chapter! +Thank you **[Zach Ratkai](/contributors/zach-ratkai)** for contributing your wisdom to this chapter! diff --git a/_posts/2023-03-09-request-for-proudly-serving-feedback-protect-privacy.md b/_posts/2023-03-09-request-for-proudly-serving-feedback-protect-privacy.md index ee7891fb..1042ffef 100644 --- a/_posts/2023-03-09-request-for-proudly-serving-feedback-protect-privacy.md +++ b/_posts/2023-03-09-request-for-proudly-serving-feedback-protect-privacy.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled **[Protect privacy](/contents/protect-privacy)** is ready for public review and feedback. This chapter was written by **[Albert Gehami](/people/albert-gehami)** and **[Rob Lloyd](/people/rob-lloyd)**. +A new [Proudly Serving](/) chapter titled **[Protect privacy](/contents/protect-privacy)** is ready for public review and feedback. This chapter was written by **[Albert Gehami](/contributors/albert-gehami)** and **[Rob Lloyd](/contributors/rob-lloyd)**. We welcome [your suggestions and ideas](/contents/protect-privacy). diff --git a/_posts/2023-03-29-request-for-proudly-serving-feedback-be-participatory.md b/_posts/2023-03-29-request-for-proudly-serving-feedback-be-participatory.md index 33c644ed..eaab7cc8 100644 --- a/_posts/2023-03-29-request-for-proudly-serving-feedback-be-participatory.md +++ b/_posts/2023-03-29-request-for-proudly-serving-feedback-be-participatory.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled **[Be participatory](/contents/be-participatory)** is ready for public review and feedback. This chapter was written by **[Shari Davis](/people/shari-davis)**, **[Rahel Mekdim Teka](/people/rahel-mekdim-teka)**, and **[Robbie Barton](/people/robbie-barton)**. +A new [Proudly Serving](/) chapter titled **[Be participatory](/contents/be-participatory)** is ready for public review and feedback. This chapter was written by **[Shari Davis](/contributors/shari-davis)**, **[Rahel Mekdim Teka](/contributors/rahel-mekdim-teka)**, and **[Robbie Barton](/contributors/robbie-barton)**. We welcome [your suggestions and ideas](/contents/be-participatory). diff --git a/_posts/2023-05-24-request-for-proudly-serving-feedback-upskill-always.md b/_posts/2023-05-24-request-for-proudly-serving-feedback-upskill-always.md index 88175b1b..dcdaacca 100644 --- a/_posts/2023-05-24-request-for-proudly-serving-feedback-upskill-always.md +++ b/_posts/2023-05-24-request-for-proudly-serving-feedback-upskill-always.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled **[Upskill always](/contents/upskill-always)** is ready for public review and feedback. This chapter was written by **[Shira Honig](/people/shira-honig)**. +A new [Proudly Serving](/) chapter titled **[Upskill always](/contents/upskill-always)** is ready for public review and feedback. This chapter was written by **[Shira Honig](/contributors/shira-honig)**. We welcome [your suggestions and ideas](/contents/upskill-always). diff --git a/_posts/2023-06-15-new-proudly-serving-chapter-be-participatory.md b/_posts/2023-06-15-new-proudly-serving-chapter-be-participatory.md index dca01675..72d749a4 100644 --- a/_posts/2023-06-15-new-proudly-serving-chapter-be-participatory.md +++ b/_posts/2023-06-15-new-proudly-serving-chapter-be-participatory.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you **[Shari Davis](/people/shari-davis)**, **[Rahel Mekdim Teka](/people/rahel-mekdim-teka)** and **[Robbie Barton](/people/robbie-barton)** for contributing your wisdom to this chapter! +Thank you **[Shari Davis](/contributors/shari-davis)**, **[Rahel Mekdim Teka](/contributors/rahel-mekdim-teka)** and **[Robbie Barton](/contributors/robbie-barton)** for contributing your wisdom to this chapter! diff --git a/_posts/2023-08-02-request-for-proudly-serving-feedback-secure-yourself.md b/_posts/2023-08-02-request-for-proudly-serving-feedback-secure-yourself.md index d3663c57..9ba9d40f 100644 --- a/_posts/2023-08-02-request-for-proudly-serving-feedback-secure-yourself.md +++ b/_posts/2023-08-02-request-for-proudly-serving-feedback-secure-yourself.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Secure yourself](/contents/secure-yourself) is ready for public review and feedback. This chapter was written by [Shannah Hayley](/people/shannah-hayley) and [Joel Peña](/people/joel-pena). +A new [Proudly Serving](/) chapter titled [Secure yourself](/contents/secure-yourself) is ready for public review and feedback. This chapter was written by [Shannah Hayley](/contributors/shannah-hayley) and [Joel Peña](/contributors/joel-pena). We welcome [your suggestions and ideas](/contents/secure-yourself). diff --git a/_posts/2023-08-09-request-for-proudly-serving-feedback-design-for-everyone.md b/_posts/2023-08-09-request-for-proudly-serving-feedback-design-for-everyone.md index c1f6c70f..e278cd32 100644 --- a/_posts/2023-08-09-request-for-proudly-serving-feedback-design-for-everyone.md +++ b/_posts/2023-08-09-request-for-proudly-serving-feedback-design-for-everyone.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Design for everyone](/contents/design-for-everyone) is ready for public review and feedback. This chapter was written by [Mai-Ling Garcia](/people/mai-ling-garcia). +A new [Proudly Serving](/) chapter titled [Design for everyone](/contents/design-for-everyone) is ready for public review and feedback. This chapter was written by [Mai-Ling Garcia](/contributors/mai-ling-garcia). We welcome [your suggestions and ideas](/contents/design-for-everyone). diff --git a/_posts/2023-08-23-request-for-proudly-serving-feedback-be-accessible.md b/_posts/2023-08-23-request-for-proudly-serving-feedback-be-accessible.md index eb8c50ef..93ff7853 100644 --- a/_posts/2023-08-23-request-for-proudly-serving-feedback-be-accessible.md +++ b/_posts/2023-08-23-request-for-proudly-serving-feedback-be-accessible.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Be accessible](/contents/be-accessible) is ready for public review and feedback. This chapter was written by [Stan Sarber](/people/stan-sarber). +A new [Proudly Serving](/) chapter titled [Be accessible](/contents/be-accessible) is ready for public review and feedback. This chapter was written by [Stan Sarber](/contributors/stan-sarber). We welcome [your suggestions and ideas](/contents/be-accessible). diff --git a/_posts/2023-11-02-request-for-proudly-serving-feedback-buy-better.md b/_posts/2023-11-02-request-for-proudly-serving-feedback-buy-better.md index e20ace9e..d00b2f03 100644 --- a/_posts/2023-11-02-request-for-proudly-serving-feedback-buy-better.md +++ b/_posts/2023-11-02-request-for-proudly-serving-feedback-buy-better.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Buy better](/contents/buy-better) is ready for public review and feedback. This chapter was written by [Rebecca Woodbury](/people/rebecca-woodbury) and [Catherine Geanuracos](/people/catherine-geanuracos). +A new [Proudly Serving](/) chapter titled [Buy better](/contents/buy-better) is ready for public review and feedback. This chapter was written by [Rebecca Woodbury](/contributors/rebecca-woodbury) and [Catherine Geanuracos](/contributors/catherine-geanuracos). We welcome [your suggestions and ideas](/contents/buy-better). diff --git a/_posts/2023-11-15-new-proudly-serving-chapter-protect-privacy.md b/_posts/2023-11-15-new-proudly-serving-chapter-protect-privacy.md index 40fce933..bafc0e0e 100644 --- a/_posts/2023-11-15-new-proudly-serving-chapter-protect-privacy.md +++ b/_posts/2023-11-15-new-proudly-serving-chapter-protect-privacy.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Rob Lloyd](/people/rob-lloyd) and [Albert Gehami](/people/albert-gehami) for contributing your wisdom to this chapter! +Thank you [Rob Lloyd](/contributors/rob-lloyd) and [Albert Gehami](/contributors/albert-gehami) for contributing your wisdom to this chapter! diff --git a/_posts/2023-11-15-new-proudly-serving-chapter-secure-yourself.md b/_posts/2023-11-15-new-proudly-serving-chapter-secure-yourself.md index 6aec88ed..cc423c15 100644 --- a/_posts/2023-11-15-new-proudly-serving-chapter-secure-yourself.md +++ b/_posts/2023-11-15-new-proudly-serving-chapter-secure-yourself.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Shannah Hayley](/people/shannah-hayley) and [Joel Peña](/people/joel-pena) for contributing your wisdom to this chapter! +Thank you [Shannah Hayley](/contributors/shannah-hayley) and [Joel Peña](/contributors/joel-pena) for contributing your wisdom to this chapter! diff --git a/_posts/2024-02-16-new-proudly-serving-chapter-be-accessible.md b/_posts/2024-02-16-new-proudly-serving-chapter-be-accessible.md index 4591f275..8aca816a 100644 --- a/_posts/2024-02-16-new-proudly-serving-chapter-be-accessible.md +++ b/_posts/2024-02-16-new-proudly-serving-chapter-be-accessible.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Stan Sarber](/people/stan-sarber) for contributing your wisdom to this chapter! +Thank you [Stan Sarber](/contributors/stan-sarber) for contributing your wisdom to this chapter! diff --git a/_posts/2024-02-16-new-proudly-serving-chapter-buy-better.md b/_posts/2024-02-16-new-proudly-serving-chapter-buy-better.md index c54a2a43..2e0f2ac7 100644 --- a/_posts/2024-02-16-new-proudly-serving-chapter-buy-better.md +++ b/_posts/2024-02-16-new-proudly-serving-chapter-buy-better.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Rebecca Woodbury](/people/rebecca-woodbury) and [Catherine Geanuracos](/people/catherine-geanuracos) for contributing your wisdom to this chapter! +Thank you [Rebecca Woodbury](/contributors/rebecca-woodbury) and [Catherine Geanuracos](/contributors/catherine-geanuracos) for contributing your wisdom to this chapter! diff --git a/_posts/2024-02-16-new-proudly-serving-chapter-design-for-everyone.md b/_posts/2024-02-16-new-proudly-serving-chapter-design-for-everyone.md index ddb60804..2e1f6d6a 100644 --- a/_posts/2024-02-16-new-proudly-serving-chapter-design-for-everyone.md +++ b/_posts/2024-02-16-new-proudly-serving-chapter-design-for-everyone.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Mai-Ling Garcia](/people/mai-ling-garcia) for contributing your wisdom to this chapter! +Thank you [Mai-Ling Garcia](/contributors/mai-ling-garcia) for contributing your wisdom to this chapter! diff --git a/_posts/2024-03-13-request-for-proudly-serving-feedback-manage-data-rights.md b/_posts/2024-03-13-request-for-proudly-serving-feedback-manage-data-rights.md index fc4d7c7c..7fb2fb3b 100644 --- a/_posts/2024-03-13-request-for-proudly-serving-feedback-manage-data-rights.md +++ b/_posts/2024-03-13-request-for-proudly-serving-feedback-manage-data-rights.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Manage data rights](/contents/manage-data-rights) is ready for public review and feedback. This chapter was written by [Joy Bonaguro](/people/joy-bonaguro). +A new [Proudly Serving](/) chapter titled [Manage data rights](/contents/manage-data-rights) is ready for public review and feedback. This chapter was written by [Joy Bonaguro](/contributors/joy-bonaguro). We welcome [your suggestions and ideas](/contents/manage-data-rights). diff --git a/_posts/2024-04-17-request-for-proudly-serving-feedback-hack-with-the-people.md b/_posts/2024-04-17-request-for-proudly-serving-feedback-hack-with-the-people.md index 10451ed2..55a71ce2 100644 --- a/_posts/2024-04-17-request-for-proudly-serving-feedback-hack-with-the-people.md +++ b/_posts/2024-04-17-request-for-proudly-serving-feedback-hack-with-the-people.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Hack with the people](/contents/hack-with-the-people) is ready for public review and feedback. This chapter was written by [Lori McNeill](/people/lori-mcneill) and [Carlos Moreno](/people/carlos-moreno). +A new [Proudly Serving](/) chapter titled [Hack with the people](/contents/hack-with-the-people) is ready for public review and feedback. This chapter was written by [Lori McNeill](/contributors/lori-mcneill) and [Carlos Moreno](/contributors/carlos-moreno). We welcome [your suggestions and ideas](/contents/hack-with-the-people). diff --git a/_posts/2024-05-01-new-proudly-serving-chapter-manage-data-rights.md b/_posts/2024-05-01-new-proudly-serving-chapter-manage-data-rights.md index 6d384f4d..deb2243e 100644 --- a/_posts/2024-05-01-new-proudly-serving-chapter-manage-data-rights.md +++ b/_posts/2024-05-01-new-proudly-serving-chapter-manage-data-rights.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Joy Bonaguro](/people/joy-bonaguro) for contributing your wisdom to this chapter! +Thank you [Joy Bonaguro](/contributors/joy-bonaguro) for contributing your wisdom to this chapter! diff --git a/_posts/2024-06-20-new-proudly-serving-chapter-hack-with-the-people.md b/_posts/2024-06-20-new-proudly-serving-chapter-hack-with-the-people.md index 8e02cb60..b8e29c56 100644 --- a/_posts/2024-06-20-new-proudly-serving-chapter-hack-with-the-people.md +++ b/_posts/2024-06-20-new-proudly-serving-chapter-hack-with-the-people.md @@ -12,5 +12,5 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Lori McNeill](/people/lori-mcneill) and [Carlos Moreno](/people/carlos-moreno) for contributing your wisdom to this chapter! +Thank you [Lori McNeill](/contributors/lori-mcneill) and [Carlos Moreno](/contributors/carlos-moreno) for contributing your wisdom to this chapter! diff --git a/_posts/2024-06-20-new-proudly-serving-chapter-upskill-always.md b/_posts/2024-06-20-new-proudly-serving-chapter-upskill-always.md index 9ef61839..5776471e 100644 --- a/_posts/2024-06-20-new-proudly-serving-chapter-upskill-always.md +++ b/_posts/2024-06-20-new-proudly-serving-chapter-upskill-always.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Shira Honig](/people/shira-honig) for contributing your wisdom to this chapter! +Thank you [Shira Honig](/contributors/shira-honig) for contributing your wisdom to this chapter! diff --git a/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md b/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md index f431fb57..67cba5b2 100644 --- a/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md +++ b/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Get digital](/contents/get-digital) is ready for public review and feedback. This chapter was written by [Artem Khomishen](/people/artem-khomishen). +A new [Proudly Serving](/) chapter titled [Get digital](/contents/get-digital) is ready for public review and feedback. This chapter was written by [Artem Khomishen](/contributors/artem-khomishen). We welcome [your suggestions and ideas](/contents/get-digital). diff --git a/_posts/2024-10-22-new-proudly-serving-chapter-get-digital.md b/_posts/2024-10-22-new-proudly-serving-chapter-get-digital.md index effeb918..171de12d 100644 --- a/_posts/2024-10-22-new-proudly-serving-chapter-get-digital.md +++ b/_posts/2024-10-22-new-proudly-serving-chapter-get-digital.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Artem Khomishen](/people/artem-khomishen) for contributing your wisdom to this chapter! +Thank you [Artem Khomishen](/contributors/artem-khomishen) for contributing your wisdom to this chapter! diff --git a/_posts/2024-10-22-request-for-proudly-serving-feedback-say-what-matters.md b/_posts/2024-10-22-request-for-proudly-serving-feedback-say-what-matters.md index 13ff11a1..5a7b497a 100644 --- a/_posts/2024-10-22-request-for-proudly-serving-feedback-say-what-matters.md +++ b/_posts/2024-10-22-request-for-proudly-serving-feedback-say-what-matters.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [Say what matters](/contents/say-what-matters) is ready for public review and feedback. This chapter was written by [Morgan Griffin](/people/morgan-griffin). +A new [Proudly Serving](/) chapter titled [Say what matters](/contents/say-what-matters) is ready for public review and feedback. This chapter was written by [Morgan Griffin](/contributors/morgan-griffin). We welcome [your suggestions and ideas](/contents/say-what-matters). diff --git a/_posts/2024-11-08-say-what-matters.md b/_posts/2024-11-08-say-what-matters.md index f97ea9ae..3ac9c571 100644 --- a/_posts/2024-11-08-say-what-matters.md +++ b/_posts/2024-11-08-say-what-matters.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [Morgan Griffin](/people/morgan-griffin) for contributing your wisdom to this chapter! +Thank you [Morgan Griffin](/contributors/morgan-griffin) for contributing your wisdom to this chapter! diff --git a/_posts/_YYYY-MM-DD-new-proudly-serving-chapter-TITLE.md b/_posts/_YYYY-MM-DD-new-proudly-serving-chapter-TITLE.md index d02d9e04..62cb3984 100644 --- a/_posts/_YYYY-MM-DD-new-proudly-serving-chapter-TITLE.md +++ b/_posts/_YYYY-MM-DD-new-proudly-serving-chapter-TITLE.md @@ -12,4 +12,4 @@ icon: fa-solid fa-rocket ## Thank you -Thank you [{AUTHOR}](/people/{AUTHORLINK}) for contributing your wisdom to this chapter! +Thank you [{AUTHOR}](/contributors/{AUTHORLINK}) for contributing your wisdom to this chapter! diff --git a/_posts/_YYYY-MM-DD-request-for-proudly-serving-feedback-TITLE.md b/_posts/_YYYY-MM-DD-request-for-proudly-serving-feedback-TITLE.md index 687de0b7..a3a796cd 100644 --- a/_posts/_YYYY-MM-DD-request-for-proudly-serving-feedback-TITLE.md +++ b/_posts/_YYYY-MM-DD-request-for-proudly-serving-feedback-TITLE.md @@ -6,7 +6,7 @@ author: Proudly Serving icon: fa-solid fa-comments --- -A new [Proudly Serving](/) chapter titled [TITLE](/contents/{LINK}) is ready for public review and feedback. This chapter was written by [AUTHOR](/people/{AUTHORLINK}). +A new [Proudly Serving](/) chapter titled [TITLE](/contents/{LINK}) is ready for public review and feedback. This chapter was written by [AUTHOR](/contributors/{AUTHORLINK}). We welcome [your suggestions and ideas](/contents/{LINK}). diff --git a/assets/img/.DS_Store b/assets/img/.DS_Store index adcecc4f..9eb26d23 100644 Binary files a/assets/img/.DS_Store and b/assets/img/.DS_Store differ diff --git a/css/style.css b/css/style.css index ffb9c96c..cda65f5d 100644 --- a/css/style.css +++ b/css/style.css @@ -74,7 +74,6 @@ /* General */ body { - background-color: var(--color-4); color: var(--color-2); font-family: var(--font-3); } @@ -101,10 +100,6 @@ h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, text-decoration: dotted !important; } -.share h2, .topics h2, .subscribe h2, .license h2, .listen h2 { - padding: var(--size-7) var(--size-1) var(--size-4) var(--size-1); -} - /* Styles with bold */ .navbar-brand, .breadcrumb, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 { @@ -164,16 +159,6 @@ h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, filter: drop-shadow(-8px 8px 0 #adadad); } -/* Main */ - -main a, main a:visited, .alert a, .alert a:visited { - text-decoration: underline; -} - -main a:hover { - text-decoration: none; -} - .footer-connect a, .social a { text-decoration: none !important; } @@ -188,8 +173,7 @@ main a:hover { } .post p, .post ul { - font-family: var(--font-3); - padding-bottom: var(--size-6); + padding-bottom: var(--size-4); } blockquote { @@ -229,12 +213,6 @@ blockquote { padding: var(--size-7) var(--size-6) var(--size-7) var(--size-1); } -/* Feature */ - -.feature { - padding: var(--size-6) var(--size-1) var(--size-6) var(--size-1); -} - /* Images */ img { @@ -334,36 +312,6 @@ img.xl { filter: drop-shadow(-5px 5px 0 #adadad); } -/* Alerts */ - -.alert { - border-radius: var(--size-3); -} - -.alert p { - font-family: var(--font-3) !important; -} - -.alert-success p { - font-size: var(--size-8); - margin: var(--size-1); - padding: var(--size-5); -} - -.alert-light { - background-color: var(--color-6); - border-top: var(--size-2) var(--color-5) solid; - color: var(--color-2); - margin: var(--size-1); - padding: var(--size-10) var(--size-1); -} - -.alert-light p { - font-size: var(--size-8); - margin: var(--size-1); - padding: var(--size-1); -} - /* License / Disclosure */ .license p, .disclosure p {