From: Joe Workman Date: Thu, 26 Aug 2021 18:27:38 +0000 (-0700) Subject: docs: remove zurb links X-Git-Tag: v6.7.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e0778938bd1118d65b1c29867d27c4312d06ec;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: remove zurb links closes #12227 --- diff --git a/README.md b/README.md index daedb35a6..6cab6ef59 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Check out [CONTRIBUTING.md](CONTRIBUTING.md) to see how to report an issue or su
[BrowserStack Open-Source Program](https://www.browserstack.com/open-source) -## Training + Copyright © 2020 Foundation Community diff --git a/customizer/index.html b/customizer/index.html index acc018c8c..1651a068d 100644 --- a/customizer/index.html +++ b/customizer/index.html @@ -27,7 +27,6 @@

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.

diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index cdf9f994d..8a9ab24d2 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -53,7 +53,6 @@ a#notice { position: relative; padding: 1rem 0; width:100%; - background-image: url('https://zurb.com/university/assets/zurbwired2016-web-banner-a95e5d17264e3617a2ae4f34e84f973b.gif'); background-position: center; background-size: cover; background-repeat: no-repeat; diff --git a/docs/pages/badge.md b/docs/pages/badge.md index 7b8186f70..b3fda51bd 100644 --- a/docs/pages/badge.md +++ b/docs/pages/badge.md @@ -105,7 +105,7 @@ The text color for each badge class is determined by either `$badge-color` or `$ ## Icons -An icon can be used in place of text. We're using the [Foundation icon font](https://zurb.com/playground/foundation-icon-fonts-3) here, but any icon fonts or image-based icons will work fine. +An icon can be used in place of text. We're using the Foundation icon font here, but any icon fonts or image-based icons will work fine.

Watch this part in video diff --git a/docs/pages/button.md b/docs/pages/button.md index 5e8b72ebb..5d4834cc6 100644 --- a/docs/pages/button.md +++ b/docs/pages/button.md @@ -7,11 +7,6 @@ tags: - dropdown button --- -

-

To help you get the most out of Foundation and create responsive websites and apps like us we’ve put together some unique online webinar training. Learn Foundation’s Grid, how to use and modify Foundation's UI components, Foundation’s JavaScript options and functions, and tons of tips and tricks we learned from major client projects.

- Learn more about Foundation training → -
- ## Basics A basic button can be created with minimal markup. Because buttons can be used for many purposes, it's important to use the right tag. diff --git a/docs/pages/flex-grid.md b/docs/pages/flex-grid.md index 11e95e3dc..d0e815637 100644 --- a/docs/pages/flex-grid.md +++ b/docs/pages/flex-grid.md @@ -5,10 +5,10 @@ sass: scss/grid/_flex-grid.scss video: tpmQcZSPw4Q --- -
+ The flex grid works very similarly to the standard float grid, but includes a number of useful features only possible with flexbox, like horizontal and vertical alignment, automatic sizing, and easier source ordering. diff --git a/docs/pages/forms.md b/docs/pages/forms.md index d5e532641..6f2a197b0 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -13,10 +13,10 @@ tags: flex: true --- -
+ ## Form Basics diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 04cdbe8bc..7c1b3a2d7 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -9,10 +9,10 @@ tags: - block grid --- -
+ ## Importing diff --git a/docs/pages/index.md b/docs/pages/index.md index 802a4189b..08ca33020 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -19,10 +19,10 @@ There are a number of ways to install Foundation for Sites. Our installation pag ## New to Foundation for Sites? -
+ With an easy to understand syntax and consistent structure, you'll learn your way around Foundation in no time! diff --git a/docs/pages/media-queries.md b/docs/pages/media-queries.md index 4450560c7..d615e4606 100644 --- a/docs/pages/media-queries.md +++ b/docs/pages/media-queries.md @@ -8,10 +8,10 @@ tags: - breakpoints --- -
+ ## Default Media Queries diff --git a/docs/pages/menu.md b/docs/pages/menu.md index 9794e6c67..d68854ffb 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -12,10 +12,10 @@ tags: flex: true --- -
+ The menu is a flexible, all-purpose component for navigation. It replaces Foundation 5's inline list, side nav, sub nav, and icon bar, unifying them into one component. diff --git a/docs/pages/off-canvas.md b/docs/pages/off-canvas.md index cf1f3c8c2..00a91fab7 100644 --- a/docs/pages/off-canvas.md +++ b/docs/pages/off-canvas.md @@ -15,10 +15,10 @@ tags: flex: true --- -
+

Good news! We've updated Off-canvas to offer more and better functionality. Another bonus is the markup is simplified. This new version applies to version 6.3+. We work hard to avoid breaking changes, so any markup updates are listed in the migration section of this page.

diff --git a/docs/pages/panini.md b/docs/pages/panini.md index 423e54943..e6b2e1095 100644 --- a/docs/pages/panini.md +++ b/docs/pages/panini.md @@ -49,7 +49,7 @@ A basic page might look like this: Note that there's no `` or `` tags, and no header or footer. This code will be injected into the `{{> body}}` declaration when Panini assembles your pages. -In the prototyping template, these finished files are compiled into a standalone folder called `dist` (short for "distribution"), which also includes your processed CSS, JavaScript, and images. This folder can easily be uploaded to any web server, or Notable's [Hosted Prototypes](https://zurb.com/notable/features/hosted) service. +In the prototyping template, these finished files are compiled into a standalone folder called `dist` (short for "distribution"), which also includes your processed CSS, JavaScript, and images. This folder can easily be uploaded to any web server, or Notable's Hosted Prototypes service. --- diff --git a/docs/pages/reveal.md b/docs/pages/reveal.md index 67e11bda6..b55ee2ff1 100644 --- a/docs/pages/reveal.md +++ b/docs/pages/reveal.md @@ -10,10 +10,10 @@ tags: --- -
+ ## Basics diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 34ee7d29b..485c9252e 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -4,10 +4,10 @@ description: Foundation is written in Sass, which allows us to make the codebase video: mYiyunVQdMY --- -
+

Not familiar with Sass? The [official tutorial](https://sass-lang.com/guide) on sass-lang.com is a great place to start.

diff --git a/docs/pages/top-bar.md b/docs/pages/top-bar.md index 31cf6ba1e..1efe6f750 100644 --- a/docs/pages/top-bar.md +++ b/docs/pages/top-bar.md @@ -6,10 +6,10 @@ sass: ./scss/components/_top-bar.scss flex: true --- -
+ ## Basics diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 90147417b..716c647c3 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -5,10 +5,10 @@ video: tjjVKGeoi3A sass: scss/xy-grid/*.scss --- -
+ ## XY Grid Basics diff --git a/docs/partials/footer-contact.html b/docs/partials/footer-contact.html index 70170c691..1404b7d37 100644 --- a/docs/partials/footer-contact.html +++ b/docs/partials/footer-contact.html @@ -2,12 +2,13 @@
-
Register Today
+ Foundation Classes +

Get all the answers in our
+ Foundation Classes

-->
-

Learn Foundation from the creators in our interactive online webinars which will keep you up to date with the latest trends and skills needed to win your projects.

+
diff --git a/docs/partials/footer.html b/docs/partials/footer.html index 7f0ed84a5..2992ef7ae 100755 --- a/docs/partials/footer.html +++ b/docs/partials/footer.html @@ -4,12 +4,6 @@