diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c70777ceda..0b4dcc8ea1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit bug or feature requests here. For help or questions -│ to the community, see the forum: https://foundation.zurb.com/forum +│ to the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 0af9fa23ec..9776bf98ad 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -9,7 +9,7 @@ about: Something is broken or doesn't work as expected │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit bug reports here. For help or questions to the -│ community, see the forum: https://foundation.zurb.com/forum +│ community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## What should happen? diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md index eda973eb4c..38bb235126 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -9,7 +9,7 @@ about: Something is missing or could be improved │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit feature requests here. For help or questions to -│ the community, see the forum: https://foundation.zurb.com/forum +│ the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## What is missing? diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md index 36535931ad..bd2b4ef6cd 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation.md +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -9,7 +9,7 @@ about: Typo mistakes, gaps or inconsistencies in docs or website │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit documentation issues here. For help or questions to -│ the community, see the forum: https://foundation.zurb.com/forum +│ the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## Description diff --git a/.github/ISSUE_TEMPLATE/4-maintainance.md b/.github/ISSUE_TEMPLATE/4-maintainance.md index 0fcd2b8caa..53fac63b66 100644 --- a/.github/ISSUE_TEMPLATE/4-maintainance.md +++ b/.github/ISSUE_TEMPLATE/4-maintainance.md @@ -9,7 +9,7 @@ about: Tests, dependencies, workflow... │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit maintainance issues here. For help or questions to -│ the community, see the forum: https://foundation.zurb.com/forum +│ the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## Description diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b245adc8d..56d4194f4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Although Foundation was built and maintained by ZURB for years, it is today a co ## Issues -For **bugs**, **feature requests**, **incorrect documentation** or any problem you have with Foundation, you can open a new issue. If you need help to use Foundation, the [Foundation Forum](https://foundation.zurb.com/forum) would be more appropriate. If you aren't sure if your issue is a bug or not, don’t worry! Post your problem on GitHub and the team will help you along. +For **bugs**, **feature requests**, **incorrect documentation** or any problem you have with Foundation, you can open a new issue. If you need help to use Foundation, the [Foundation Forum](https://foundation.discourse.group) would be more appropriate. If you aren't sure if your issue is a bug or not, don’t worry! Post your problem on GitHub and the team will help you along. Every participant is expected to follow the project's [Code of Conduct](code-of-conduct.md) so please be courteous and respectful. @@ -91,7 +91,7 @@ If you aren't sure how a feature should be implemented, we recommend checking ou Want to help us making Foundation the best framework ever? The Core Team is inviting active community members to join it. If you want to become a contributor, engage the community on the Foundation Forum, help us close issues on GitHub, and review pull requests from other contributors. -If you’ve made substantial contributions to a Foundation framework and haven’t heard from us yet, you can reach out at foundation@zurb.com. +If you’ve made substantial contributions to a Foundation framework and haven’t heard from us yet, you can reach out at contact@get.foundation. Contributors are expected to: diff --git a/bower.json b/bower.json index 2c25cab5c7..227018edfa 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "foundation-sites", "version": "6.6.1", "description": "The most advanced responsive front-end framework in the world.", - "homepage": "http://foundation.zurb.com/sites", + "homepage": "https://get.foundation/sites", "license": "MIT", "keywords": [ "css", @@ -15,7 +15,7 @@ "eyeglass-module" ], "authors": [ - "ZURB (http://foundation.zurb.com)" + "Foundation Yetinauts (https://get.foundation)" ], "main": [ "scss/foundation.scss", diff --git a/code-of-conduct.md b/code-of-conduct.md index 4774add3ab..91c3f3c323 100644 --- a/code-of-conduct.md +++ b/code-of-conduct.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at foundation@zurb.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@get.foundation. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Contributors who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/composer.json b/composer.json index fdceb1c860..3ff3a0574c 100644 --- a/composer.json +++ b/composer.json @@ -13,13 +13,13 @@ "homepage": "https://get.foundation", "authors": [ { - "name": "ZURB, Inc.", - "homepage": "http://zurb.com", - "email": "foundation@zurb.com" + "name": "Foundation Yetinauts", + "homepage": "https://get.foundation", + "email": "contact@get.foundation" } ], "support": { - "email": "foundation@zurb.com", + "email": "contact@get.foundation", "issues": "https://github.com/foundation/foundation-sites/issues", "forum": "https://foundation.discourse.group" }, diff --git a/customizer/index.html b/customizer/index.html index 2a41ce72fa..acc018c8c1 100644 --- a/customizer/index.html +++ b/customizer/index.html @@ -24,13 +24,13 @@

We’re stoked you want to try Foundation!

Once you've exhausted the fun in this document, you should check out:

-

Foundation Documentation
Everything you need to know about using the framework.

+

Foundation Documentation
Everything you need to know about using the framework.

Foundation Code Skills
These online courses offer you a chance to better understand how Foundation works and how you can master it to create awesome projects.

-

Foundation Forum
Join the Foundation community to ask a question or show off your knowledge.

+

Foundation Forum
Join the Foundation community to ask a question or show off your knowledge.

@@ -157,7 +157,7 @@
Try one of these buttons:
So many components, girl!

A whole kitchen sink of goodies comes with Foundation. Check out the docs to see them all, along with details on making them your own.

- Go to Foundation Docs + Go to Foundation Docs
diff --git a/docs/layout/default.html b/docs/layout/default.html index 2fadc518c3..3368e7a94b 100644 --- a/docs/layout/default.html +++ b/docs/layout/default.html @@ -14,32 +14,18 @@ - -
{{> off-canvi}}
- + --> + {{> navigation}} {{> mobile-navigation}} {{> search-bar}} diff --git a/docs/pages/abide.md b/docs/pages/abide.md index d31239fc17..b47b12a2d4 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -66,7 +66,7 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
diff --git a/docs/partials/footer.html b/docs/partials/footer.html index b2a91e848f..7f0ed84a59 100755 --- a/docs/partials/footer.html +++ b/docs/partials/footer.html @@ -1,6 +1,6 @@
@@ -83,7 +83,7 @@

#foo4

Test 3

I should stick to the top of #foo4 and the top of #foo6.
I'm a child of #foo4

- Go to Sticky Docs + Go to Sticky Docs
@@ -99,7 +99,7 @@

#foo7

Test 4

I should stick to the top of #foo6 and the bottom of #foo8. I'm a child of #foo7.

- Go to Sticky Docs + Go to Sticky Docs
@@ -115,7 +115,7 @@

#foo10

Test 5

I should stick to the top of #foo10 and the bottom of #foo11. I should be stick to the window bottom with a bottom margin of 1em (default bottom margin).

- Go to Sticky Docs + Go to Sticky Docs
@@ -129,7 +129,7 @@

#bar1

Test 6

I should stick to the top of #bar2 and the bottom of #bar3.

Bar containers does not have fixed height, but i should be anchored correctly.

- Go to Sticky Docs + Go to Sticky Docs

Lorem Ipsum

@@ -159,7 +159,7 @@

#foo12

Test 7

I should stick to the top of #foo12. I should be stick until window end because only data-top-anchor is set.

- Go to Sticky Docs + Go to Sticky Docs
@@ -182,7 +182,7 @@

#foo15

Test 8

I should stick to the top and bottom of #foo3.
I'm not the child of any of you #foo's.
When I'm not stuck I jump to the top because I'm not a child of the top anchor, is this my normal behavior?

- Go to Sticky Docs + Go to Sticky Docs
diff --git a/test/visual/sticky/height-transition.html b/test/visual/sticky/height-transition.html index 11e15fffab..19efa811ba 100644 --- a/test/visual/sticky/height-transition.html +++ b/test/visual/sticky/height-transition.html @@ -121,7 +121,7 @@

Sticky navbar height transition

Test 1

I should stick to the top and bottom of #foo1. I'm not a child of any #foo's.

- Go to Sticky Docs + Go to Sticky Docs
diff --git a/test/visual/tabs/tabs-target.html b/test/visual/tabs/tabs-target.html index bf1ce7f710..f9fca1176c 100644 --- a/test/visual/tabs/tabs-target.html +++ b/test/visual/tabs/tabs-target.html @@ -13,10 +13,10 @@
  • - Tab 1 + Tab 1
  • - Tab 2 + Tab 2
  • Tab 3 @@ -28,15 +28,15 @@

    This panel's ID is panel1.

    -

    Its related tab link has a href of https://foundation.zurb.com and a data-tabs-target of panel1.

    +

    Its related tab link has a href of https://get.foundation and a data-tabs-target of panel1.

    When JavaScript is enabled, clicking Tab 1 should show this panel.

    -

    When JavaScript is disabled, clicking Tab 1 should navigate to https://foundation.zurb.com.

    +

    When JavaScript is disabled, clicking Tab 1 should navigate to https://get.foundation.

    This panel's ID is panel2.

    -

    Its related tab link has a href of https://foundation.zurb.com/sites/docs/tabs.html and a data-tabs-target of panel2.

    +

    Its related tab link has a href of https://get.foundation/sites/docs/tabs.html and a data-tabs-target of panel2.

    When JavaScript is enabled, clicking Tab 2 should show this panel.

    -

    When JavaScript is disabled, clicking Tab 2 should navigate to https://foundation.zurb.com/sites/docs/tabs.html.

    +

    When JavaScript is disabled, clicking Tab 2 should navigate to https://get.foundation/sites/docs/tabs.html.

    This panel's ID is panel3.