diff --git a/lib/tasks/vendor_files.rake b/lib/tasks/vendor_files.rake index 236c91ba09..6f63f8725e 100644 --- a/lib/tasks/vendor_files.rake +++ b/lib/tasks/vendor_files.rake @@ -30,8 +30,12 @@ end def write_file(file, to) content = File.read(file) + + file = file.sub("doc/bundler/", "doc/").downcase + to = to.sub("doc/bundler/", "doc/").downcase + content.gsub!(RELATIVE_LINK_REGEX) do |match_data| - new_link = new_link(file.downcase, Regexp.last_match[:link].downcase) + new_link = new_link(file, Regexp.last_match[:link].downcase) "[#{Regexp.last_match[:title]}](#{new_link})" end @@ -55,18 +59,18 @@ end desc "Pulls in pages maintained in the bundler repo." task repo_pages: :update_vendor do - Dir.chdir "vendor/rubygems/bundler" do + Dir.chdir "vendor/rubygems" do sh "git reset --hard HEAD" sh "git checkout origin/master" source_dir = File.expand_path("../source/", File.dirname(__dir__)) - Dir["doc/**/*.md"].each do |file| + Dir["doc/bundler/**/*.md"].each do |file| file_name = file[0..-4] # Removes .md suffix - to = File.expand_path("./#{file_name}.html.md", source_dir).downcase + to = File.expand_path("./#{file_name}.html.md", source_dir) write_file(file, to) end - write_file("../CODE_OF_CONDUCT.md", File.expand_path("./conduct.html.md", source_dir)) - write_file("../CHANGELOG.md", File.expand_path("./changelog.html.md", source_dir)) + write_file("CODE_OF_CONDUCT.md", File.expand_path("./conduct.html.md", source_dir)) + write_file("CHANGELOG.md", File.expand_path("./changelog.html.md", source_dir)) end end diff --git a/source/blog/2018-03-09-february-bundler-update.html.markdown b/source/blog/2018-03-09-february-bundler-update.html.markdown index f5a6fc9b6d..6699b7794c 100644 --- a/source/blog/2018-03-09-february-bundler-update.html.markdown +++ b/source/blog/2018-03-09-february-bundler-update.html.markdown @@ -13,4 +13,4 @@ Bundler saw some fixes in February thanks to contributors [@nholden](https://git This month, Bundler gained 23 new commits, contributed by 8 authors. There were 291 additions and 59 deletions across 50 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. \ No newline at end of file +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. \ No newline at end of file diff --git a/source/blog/2018-04-09-march-bundler-update.html.markdown b/source/blog/2018-04-09-march-bundler-update.html.markdown index 2c2f47b874..6fb233848e 100644 --- a/source/blog/2018-04-09-march-bundler-update.html.markdown +++ b/source/blog/2018-04-09-march-bundler-update.html.markdown @@ -12,4 +12,4 @@ Bundler saw a variety of bug fixes in March thanks to our contributors, includin Coming up next, we expect to ship bug fixes, push out a small feature release, and begin public testing on Bundler 2.0. In total, Bundler gained 60 new commits, contributed by 13 authors. There were 353 additions and 97 deletions across 47 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown b/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown index c63beb0d72..50b76fd1e0 100644 --- a/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown +++ b/source/blog/2018-05-07-april-bundler-monthly-update.html.markdown @@ -10,4 +10,4 @@ Welcome to the Bundler monthly update! This month, we fixed various bugs, worked towards releasing 1.16.2 with more bug fixes, and improved the way we hide Git URL usernames and passwords for the future. Bundler gained 28 new commits, contributed by 15 authors. There were 204 additions and 35 deletions across 22 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-06-07-may-bundler-update.html.markdown b/source/blog/2018-06-07-may-bundler-update.html.markdown index c10936e054..5dca344a22 100644 --- a/source/blog/2018-06-07-may-bundler-update.html.markdown +++ b/source/blog/2018-06-07-may-bundler-update.html.markdown @@ -12,4 +12,4 @@ Last month, Bundler saw some bug fixes, [a new `--skip-install` flag](https://gi Bundler gained 9 new commits, contributed by 3 authors. There were 66 additions and 48 deletions across 17 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file diff --git a/source/blog/2018-07-12-june-bundler-update.html.markdown b/source/blog/2018-07-12-june-bundler-update.html.markdown index 59e709c5c3..2f1f9febda 100644 --- a/source/blog/2018-07-12-june-bundler-update.html.markdown +++ b/source/blog/2018-07-12-june-bundler-update.html.markdown @@ -16,4 +16,4 @@ We published a new zine called ["The Evolution of Bundler"](https://shop.rubytog This month, Bundler gained 63 new commits, contributed by 12 authors. There were 738 additions and 102 deletions across 48 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-08-10-july-bundler-update.html.markdown b/source/blog/2018-08-10-july-bundler-update.html.markdown index 5a651647d9..c86e0d4c1a 100644 --- a/source/blog/2018-08-10-july-bundler-update.html.markdown +++ b/source/blog/2018-08-10-july-bundler-update.html.markdown @@ -16,4 +16,4 @@ In other exciting news, we added a new contributor to the core team. Welcome [Da This month, Bundler gained 63 new commits, contributed by 8 authors. There were 1,442 additions and 72 deletions across 33 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-09-10-august-bundler-update.html.markdown b/source/blog/2018-09-10-august-bundler-update.html.markdown index dfb3f3077f..589f4b7219 100644 --- a/source/blog/2018-09-10-august-bundler-update.html.markdown +++ b/source/blog/2018-09-10-august-bundler-update.html.markdown @@ -17,4 +17,4 @@ Grey is the author of [Dependabot](https://dependabot.com), and has regularly co In total this month, Bundler gained 58 new commits, contributed by 10 authors. There were 334 additions and 54 deletions across 30 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. \ No newline at end of file diff --git a/source/blog/2018-10-15-september-monthly-update.html.markdown b/source/blog/2018-10-15-september-monthly-update.html.markdown index 71af40352a..2a29b12f88 100644 --- a/source/blog/2018-10-15-september-monthly-update.html.markdown +++ b/source/blog/2018-10-15-september-monthly-update.html.markdown @@ -13,4 +13,4 @@ We also decided how to drop backwards compatibility with old Ruby versions, allo In September, Bundler gained 73 new commits, contributed by 12 authors. There were 419 additions and 151 deletions across 40 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don't have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-11-05-october-monthly-update.html.markdown b/source/blog/2018-11-05-october-monthly-update.html.markdown index ec2275fb98..8011686afe 100644 --- a/source/blog/2018-11-05-october-monthly-update.html.markdown +++ b/source/blog/2018-11-05-october-monthly-update.html.markdown @@ -13,4 +13,4 @@ We also announced our [new plan for Bundler 2.0](https://bundler.io/blog/2018/11 This month, Bundler gained 107 new commits, contributed by 10 authors. There were 473 additions and 156 deletions across 35 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2018-12-08-november-monthly-update.html.markdown b/source/blog/2018-12-08-november-monthly-update.html.markdown index 9bbe250dd6..01746c4d57 100644 --- a/source/blog/2018-12-08-november-monthly-update.html.markdown +++ b/source/blog/2018-12-08-november-monthly-update.html.markdown @@ -14,4 +14,4 @@ For the less adventurous, we’re writing documentation furiously, and we will p This month, Bundler gained 44 new commits, contributed by 10 authors. There were 331 additions and 150 deletions across 51 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2019-02-02-december-monthly-update.html.markdown b/source/blog/2019-02-02-december-monthly-update.html.markdown index c04e44910c..6e4b7e86fe 100644 --- a/source/blog/2019-02-02-december-monthly-update.html.markdown +++ b/source/blog/2019-02-02-december-monthly-update.html.markdown @@ -12,4 +12,4 @@ Second, Bundler [shipped version 2.0](https://bundler.io/blog/2019/01/03/announc Bundler gained 55 new commits, contributed by 7 authors. There were 225 additions and 63 deletions across 21 files. -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown b/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown index 47323699a9..475d6df126 100644 --- a/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown +++ b/source/blog/2019-03-12-january-february-bimonthly-update.html.markdown @@ -47,4 +47,4 @@ In January and February, Bundler gained 110 new commits, contributed by 11 autho --- -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/blog/2020-04-27-march-monthly-update.html.markdown b/source/blog/2020-04-27-march-monthly-update.html.markdown index bb3ab66fad..8b3e77dbf0 100644 --- a/source/blog/2020-04-27-march-monthly-update.html.markdown +++ b/source/blog/2020-04-27-march-monthly-update.html.markdown @@ -13,5 +13,5 @@ Not just the repositories have changed, either: the Bundler and RubyGems teams h From this point forward, Bundler news will be reported together with RubyGems news. Hooray! 🎉 --- -Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. +Interested in contributing to Bundler? We always welcome contributions in the forms of triaging bugs, adding new features, writing docs, and engaging with the wider community. Visit the [Bundler Contributor Guidelines](/doc/readme.html) on GitHub to get started. Don’t have time to contribute, but want to support our work? Sign up as a member of [Ruby Together](https://rubytogether.org/) to help fund our work to keep Bundler working for everyone. diff --git a/source/guides/getting_started.html.md b/source/guides/getting_started.html.md index e0fcac4e84..85975db790 100644 --- a/source/guides/getting_started.html.md +++ b/source/guides/getting_started.html.md @@ -126,7 +126,7 @@ Bundler has a lot of contributors and users, and they all talk to each other qui If you have questions, try [the IRC channel](http://webchat.freenode.net/?channels=bundler) or [mailing list](http://groups.google.com/group/ruby-bundler). If you're interested in contributing to the project (no programming skills needed), -read [the contributing guide](https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md) +read [the contributing guide](/doc/readme.html) or [the development guide](https://github.com/rubygems/rubygems/blob/master/bundler/doc/development/README.md). While participating in the Bundler project, please keep the [code of conduct](/conduct.html) in mind, and be inclusive and friendly towards everyone. If you have sponsorship or security questions, please contact the core team directly. @@ -134,5 +134,5 @@ in mind, and be inclusive and friendly towards everyone. If you have sponsorship Code of Conduct #bundler on IRC Mailing list -Contributing +Contributing Email core team diff --git a/source/localizable/index.html.haml b/source/localizable/index.html.haml index 801f0ece59..47b565de28 100644 --- a/source/localizable/index.html.haml +++ b/source/localizable/index.html.haml @@ -68,7 +68,7 @@ Bundler has a lot of contributors and users, and we would love to have your help! If you have questions, join #{link_to 'the Bundler Slack', 'https://join.slack.com/t/bundler/shared_invite/zt-1rrsuuv3m-OmXKWQf8K6iSla4~F1DBjQ'} and we'll try to answer them. If you're interested in contributing (no programming skills needed), start with - #{link_to 'the contributing guide', 'https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md'}. + #{link_to 'the contributing guide', '/doc/readme.html'}. While participating in the Bundler project, please keep the #{link_to 'code of conduct', '/conduct.html'} in mind, and be inclusive and friendly towards everyone. If you think you've found a security issue, please report it via #{link_to 'HackerOne', 'https://hackerone.com/rubygems'}. @@ -76,5 +76,5 @@ .d-grid.d-md-flex.gap-2.mx-auto.my-md-4.justify-content-md-center = link_to 'Code of Conduct', '/conduct.html', class: 'btn btn-primary btn-lg' = link_to 'Join the Bundler Slack', 'https://join.slack.com/t/bundler/shared_invite/zt-1rrsuuv3m-OmXKWQf8K6iSla4~F1DBjQ', class: 'btn btn-primary btn-lg' - = link_to 'Contributing guide', 'https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md', class: 'btn btn-primary btn-lg' + = link_to 'Contributing guide', '/doc/readme.html', class: 'btn btn-primary btn-lg' = link_to 'Report security issue', 'https://hackerone.com/rubygems', class: 'btn btn-primary btn-lg' diff --git a/source/v2.3/docs.html.haml b/source/v2.3/docs.html.haml index bc7913f7d9..a38d6c5bb1 100644 --- a/source/v2.3/docs.html.haml +++ b/source/v2.3/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" + %li= link_to "Contributing to Bundler", "/doc/readme.html" .col-md-5.offset-md-1.col-12 %h3 diff --git a/source/v2.4/docs.html.haml b/source/v2.4/docs.html.haml index bc7913f7d9..a38d6c5bb1 100644 --- a/source/v2.4/docs.html.haml +++ b/source/v2.4/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" + %li= link_to "Contributing to Bundler", "/doc/readme.html" .col-md-5.offset-md-1.col-12 %h3 diff --git a/source/v2.5/docs.html.haml b/source/v2.5/docs.html.haml index bc7913f7d9..a38d6c5bb1 100644 --- a/source/v2.5/docs.html.haml +++ b/source/v2.5/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" + %li= link_to "Contributing to Bundler", "/doc/readme.html" .col-md-5.offset-md-1.col-12 %h3 diff --git a/source/v2.6/docs.html.haml b/source/v2.6/docs.html.haml index bc7913f7d9..a38d6c5bb1 100644 --- a/source/v2.6/docs.html.haml +++ b/source/v2.6/docs.html.haml @@ -16,7 +16,7 @@ %ul.ul-padding - guides.each do |guide| %li= link_to_guide guide - %li= link_to "Contributing to Bundler", "https://github.com/rubygems/rubygems/blob/master/doc/bundler/contributing/README.md" + %li= link_to "Contributing to Bundler", "/doc/readme.html" .col-md-5.offset-md-1.col-12 %h3