From a953a8c89a22ea8dbab2f9d355b7b796052bcf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Glauco=20Cust=C3=B3dio?= Date: Tue, 13 Aug 2024 09:57:06 +0100 Subject: [PATCH] add who is using section --- _config.yml | 3 +++ _includes/footer_custom.html | 1 + _includes/who_is_using_it.html | 17 +++++++++++++++++ _sass/custom/custom.scss | 4 ++-- index.html | 3 ++- 5 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 _includes/footer_custom.html create mode 100644 _includes/who_is_using_it.html diff --git a/_config.yml b/_config.yml index 7e972a4..cc2042d 100644 --- a/_config.yml +++ b/_config.yml @@ -76,3 +76,6 @@ nav_external_links: - title: Create only the data you need url: "#create-only-the-data-you-need" hide_icon: true + - title: Who is using it + url: "#who-is-using-it" + hide_icon: true diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html new file mode 100644 index 0000000..0ce2e41 --- /dev/null +++ b/_includes/footer_custom.html @@ -0,0 +1 @@ +Even Better Specs is brought to you by Glauco Custodio \ No newline at end of file diff --git a/_includes/who_is_using_it.html b/_includes/who_is_using_it.html new file mode 100644 index 0000000..c4f051e --- /dev/null +++ b/_includes/who_is_using_it.html @@ -0,0 +1,17 @@ +
+

+ + Who is using it + +

+ +

Here are a few examples of organizations using Even Better Specs:

+ + + +

Does your team also use it? Let us know!

+
\ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index bb1f4aa..20654de 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -99,7 +99,7 @@ border-left: 4px solid #06a7e7; } - article:not(:last-child) { + article { margin-bottom: 4em; } @@ -110,4 +110,4 @@ margin-bottom: 0.75em; } -} \ No newline at end of file +} diff --git a/index.html b/index.html index a9959eb..eaf2960 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Event Better Specs is an opinionated set of best practices to support the creation of tests that are easy to read and maintain.

-

It focus on the Ruby testing framework RSpec, but some of it could potentially be applied to other frameworks and languages (like sus and Crystal).

+

It focuses on the Ruby testing framework RSpec, but some of it could potentially be applied to other frameworks and languages (like sus and Crystal).

Guiding principles @@ -44,3 +44,4 @@

{% include stub_http_requests.html %} {% include stub_env_vars.html %} {% include create_only_the_data_you_need.html %} +{% include who_is_using_it.html %}