From 7dc944fd85938f9799a72d5943fd95ce42891180 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Sat, 26 Oct 2019 07:31:11 -0700 Subject: [PATCH] docs: more fixes --- docs/pages/accordion.md | 2 +- docs/pages/orbit.md | 10 ---------- docs/pages/panini.md | 2 +- docs/pages/starter-projects.md | 2 +- docs/pages/tabs.md | 2 +- docs/pages/visibility.md | 2 +- 6 files changed, 5 insertions(+), 15 deletions(-) diff --git a/docs/pages/accordion.md b/docs/pages/accordion.md index ec7136d4e..e24ad7ecf 100644 --- a/docs/pages/accordion.md +++ b/docs/pages/accordion.md @@ -223,7 +223,7 @@ Add the attribute `data-deep-link="true"` to a accordion to: ``` -For example, https://example.com/#deeplink3 will open the third accordion panel at page load. This example will open a new browser tab and scroll you to the open accordion panel. +For example, http://example.com/#deeplink3 will open the third accordion panel at page load. This example will open a new browser tab and scroll you to the open accordion panel. When linking directly to a accordion panel, it might not be obvious that the content appears within a accordion panel. An additional attribute `data-deep-link-smudge` rolls the page up slightly after deep linking (to a horizontal accordion) so that the accordion is at the top of the viewport. diff --git a/docs/pages/orbit.md b/docs/pages/orbit.md index 12b461efe..6ba48375c 100644 --- a/docs/pages/orbit.md +++ b/docs/pages/orbit.md @@ -161,16 +161,6 @@ The bullets serve two purposes: they mark the current slide, and can be clicked ``` - - --- ## Slide Contents diff --git a/docs/pages/panini.md b/docs/pages/panini.md index ae24a1ea3..2682875a7 100644 --- a/docs/pages/panini.md +++ b/docs/pages/panini.md @@ -178,7 +178,7 @@ Converts Markdown into HTML. ```handlebars {{#markdown}} # Heading 1 -Lorem ipsum [dolor sit amet](https://html5zombo.com), consectetur adipisicing elit. Nam dolor, perferendis. Mollitia aut dolorum, est amet libero eos ad facere pariatur, ullam dolorem similique fugit, debitis impedit, eligendi officiis dolores. +Lorem ipsum [dolor sit amet](http://example.com), consectetur adipisicing elit. Nam dolor, perferendis. Mollitia aut dolorum, est amet libero eos ad facere pariatur, ullam dolorem similique fugit, debitis impedit, eligendi officiis dolores. {{/markdown}} ``` diff --git a/docs/pages/starter-projects.md b/docs/pages/starter-projects.md index 19035d64f..e88faa383 100644 --- a/docs/pages/starter-projects.md +++ b/docs/pages/starter-projects.md @@ -67,7 +67,7 @@ npm install npm start ``` -Once compiled, you project is viewable at: //localhost:8000 +Once compiled, you project is viewable at: //localhost:8000 The biggest difference between this and the basic template is the folder structure. In the ZURB Template, your project has a `src/` folder which contains your source files, and a separate `dist/` folder with your finished website. As you work on your project, Gulp continuously updates your `dist/` folder with new versions of files. To compile a production build, run `npm run build`. diff --git a/docs/pages/tabs.md b/docs/pages/tabs.md index ef1ef34d7..0ef14bdb3 100644 --- a/docs/pages/tabs.md +++ b/docs/pages/tabs.md @@ -215,7 +215,7 @@ Add the attribute `data-deep-link="true"` to a tabstrip to: ``` -For example, //example.com/#panel3d will open the third tab panel at page load. This example will open a new browser tab and scroll you to the open tab. +For example, http://example.com/#panel3d will open the third tab panel at page load. This example will open a new browser tab and scroll you to the open tab. When linking directly to a tab panel, it might not be obvious that the content appears within a tab panel. An additional attribute `data-deep-link-smudge` rolls the page up slightly after deep linking (to a horizontal tabset) so that the tabstrip is at the top of the viewport. diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 8bce8bd39..8f07ce23a 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -13,7 +13,7 @@ tags:
-

There are no classes to detect touchscreen devices, as both desktop and mobile browsers inconsistently report touch support. Learn more here: You Can't Detect a Touchscreen

+

There are no classes to detect touchscreen devices, as both desktop and mobile browsers inconsistently report touch support. Learn more here: You Can't Detect a Touchscreen

## Show by Screen Size -- 2.47.2