]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: more fixes
authorJoe Workman <joe@workmanmail.com>
Sat, 26 Oct 2019 14:31:11 +0000 (07:31 -0700)
committerJoe Workman <joe@workmanmail.com>
Sat, 26 Oct 2019 14:31:11 +0000 (07:31 -0700)
docs/pages/accordion.md
docs/pages/orbit.md
docs/pages/panini.md
docs/pages/starter-projects.md
docs/pages/tabs.md
docs/pages/visibility.md

index ec7136d4e94993aae459f8f635b45ba922ee5cf1..e24ad7ecf36043417d902cd413b3f30a4ab76855 100644 (file)
@@ -223,7 +223,7 @@ Add the attribute `data-deep-link="true"` to a accordion to:
   </li>
 </ul>
 ```
-For example, <a target="_blank" href="#deeplink3">https://example.com/#deeplink3</a> 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, <a target="_blank" href="#deeplink3">http://example.com/#deeplink3</a> 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.
 
index 12b461efe47224b09ab59fa6e6cc719033467d38..6ba48375cc6a76cb220e576a052bf86c8e59496f 100644 (file)
@@ -161,16 +161,6 @@ The bullets serve two purposes: they mark the current slide, and can be clicked
 </nav>
 ```
 
-<!-- <div class="callout"><p>
-  The new Orbit slider was designed to be a tool for rapid prototyping. While you are welcome to use it in production, if you want something more robust, we welcome you to try [Owl Carousel](https://owlgraphic.com/owlcarousel/).
-</p>
-<div class="callout alert">
-  <p>
-    If animations are desired with the Orbit slider, such as the example below, [Motion-UI](https://github.com/zurb/motion-ui) is required. If you want a simple slide replacement, set the option `useMUI` to false for animation free slides.
-  </p>
-</div>
-</div> -->
-
 ---
 
 ## Slide Contents
index ae24a1ea309f56e935fd4ba97c22e053528db486..2682875a7fb1b8aa69dc4803b8a2e02adf96cde2 100644 (file)
@@ -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}}
 ```
 
index 19035d64fc86e758aa21afce4a51dede165d83d1..e88faa383e3449344f1d13b775f9b0d1dbcde41a 100644 (file)
@@ -67,7 +67,7 @@ npm install
 npm start
 ```
 
-Once compiled, you project is viewable at: <a class="button primary" href="https://localhost:8000" target="_blank">//localhost:8000</a>
+Once compiled, you project is viewable at: <a class="button primary" href="http://localhost:8000" target="_blank">//localhost:8000</a>
 
 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`.
 
index ef1ef34d7bcc04565d48405f14ecd80564cd5c0a..0ef14bdb3ee959fc4b76df3870aa0ef52e08bc53 100644 (file)
@@ -215,7 +215,7 @@ Add the attribute `data-deep-link="true"` to a tabstrip to:
 </div>
 ```
 
-For example, <a target="_blank" href="#panel3d">//example.com/#panel3d</a> 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, <a target="_blank" href="#panel3d">http://example.com/#panel3d</a> 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.
 
index 8bce8bd390a0a62b596e67460148ef281c6443c2..8f07ce23a7a736d7be5a66a78a2e6a782276f447 100644 (file)
@@ -13,7 +13,7 @@ tags:
 </div>
 
 <div class="callout warning">
-  <p>There are no classes to detect touchscreen devices, as both desktop and mobile browsers inconsistently report touch support. Learn more here: <a href="https://www.stucox.com/blog/you-cant-detect-a-touchscreen/">You Can't Detect a Touchscreen</a></p>
+  <p>There are no classes to detect touchscreen devices, as both desktop and mobile browsers inconsistently report touch support. Learn more here: <a href="http://www.stucox.com/blog/you-cant-detect-a-touchscreen/">You Can't Detect a Touchscreen</a></p>
 </div>
 
 ## Show by Screen Size