]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Start moving to ssl for docs.
authorJordan Humphreys <jordan@mailyard.net>
Tue, 29 Aug 2017 16:57:04 +0000 (09:57 -0700)
committerJordan Humphreys <jordan@mailyard.net>
Thu, 31 Aug 2017 17:17:57 +0000 (10:17 -0700)
docs/pages/abide.md
docs/pages/accessibility.md
docs/pages/badge.md
docs/pages/index.md
docs/pages/kitchen-sink.md
docs/pages/orbit.md
docs/pages/prototyping-utilities.md
docs/pages/reveal.md
docs/partials/footer-contact.html

index 4888511e9a0a99cb6a593b8e9bedaf4eb36b8abe..c6db058b9d46634d5034d6c7b76f106a2136b35b 100644 (file)
@@ -58,11 +58,11 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
   <div class="row">
     <div class="large-6 columns">
       <label>URL Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL.
-      <input type="text" placeholder="http://foundation.zurb.com" pattern="url">
+      <input type="text" placeholder="https://foundation.zurb.com" pattern="url">
     </div>
     <div class="large-6 columns">
       <label>Website Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL or a Domain.
-        <input type="text" placeholder="http://zurb.com or zurb.com" pattern="website">
+        <input type="text" placeholder="https://zurb.com or zurb.com" pattern="website">
       </label>
     </div>
   </div>
index 33a6528a2f16f209c7784d33202d792b2d53d87c..47efb6c53d1e3e1ac844bad1f717e811240f8a2e 100644 (file)
@@ -23,7 +23,7 @@ In addition to the accessibility features built into Foundation's components, be
 ### Visual
 
 Visually-impaired users may have low vision or be completely blind. For low vision users, proper typographic contrast is important, both size and color. Foreground colors should stand out from background colors. You can use tools to calculate the contrast ratio of your foreground and background colors. The contrast ratio should at least be 1:4.5 for normal text and 3:1 for large text.
-Blind users consume the web by reading it using a [screen reader](http://en.wikipedia.org/wiki/Screen_reader). Screen readers read the content of a web page out loud, or write it out as Braille, using certain queues from the HTML to infer meaning.
+Blind users consume the web by reading it using a [screen reader](httsp://en.wikipedia.org/wiki/Screen_reader). Screen readers read the content of a web page out loud, or write it out as Braille, using certain queues from the HTML to infer meaning.
 
 ### Motor
 
index ea7f832f9fc6b82d796af830866db7063264018b..7b8186f704e78145ceefd52060d6cdd61f980dc8 100644 (file)
@@ -98,14 +98,14 @@ $badge-palette: (
 The text color for each badge class is determined by either `$badge-color` or `$badge-color-alt`, whichever settings variable has more contrast.
 
 <div class="primary callout">
-  <p>The default settings meet WCAG 2.0 level AA contrast requirements. Be sure to [check the contrast](http://webaim.org/resources/contrastchecker/) when changing color variables. To give all badges the same color text, set `$badge-color` and `$badge-color-alt` to the same value &mdash; but know that doing so may decrease accessibility.</p>
+  <p>The default settings meet WCAG 2.0 level AA contrast requirements. Be sure to [check the contrast](https://webaim.org/resources/contrastchecker/) when changing color variables. To give all badges the same color text, set `$badge-color` and `$badge-color-alt` to the same value &mdash; but know that doing so may decrease accessibility.</p>
 </div>
 
 ---
 
 ## Icons
 
-An icon can be used in place of text. We're using the [Foundation icon font](http://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](https://zurb.com/playground/foundation-icon-fonts-3) here, but any icon fonts or image-based icons will work fine.
 
 <p>
   <a class="" data-open-video="0:39"><img src="{{root}}assets/img/icons/watch-video-icon.svg" class="video-icon" height="30" width="30" alt=""> Watch this part in video</a>
index 7bef14b0e8aea64acd5463595a3e6ba8f6cf9e26..0bcb4e3371d8b36c30ff7eab71e5ecdda719ea4c 100644 (file)
@@ -34,7 +34,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a href="{{root}}starter-projects.html?video=lFrpnk0Oo_8" target="_blank">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://i3.ytimg.com/vi/lFrpnk0Oo_8/maxresdefault.jpg" class="" height="" width="" alt="">
+            <img src="https://i3.ytimg.com/vi/lFrpnk0Oo_8/maxresdefault.jpg" class="" height="" width="" alt="">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation Starter Projects - CSS Download</h5>
@@ -47,7 +47,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a href="{{root}}starter-projects.html?video=3Uj74uJ3GSQ" target="_blank">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://i3.ytimg.com/vi/3Uj74uJ3GSQ/maxresdefault.jpg" class="" height="" width="" alt="">
+            <img src="https://i3.ytimg.com/vi/3Uj74uJ3GSQ/maxresdefault.jpg" class="" height="" width="" alt="">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation Starter Projects - ZURB Stack</h5>
@@ -96,7 +96,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <!-- <div class="row accordion-content-item">
         <div class="medium-4 columns accordion-content-item-thumbnail">
           <div class="responsive-embed widescreen">
-            <img src="http://placehold.it/300x300" class="" height="" width="" alt="">
+            <img src="https://placehold.it/300x300" class="" height="" width="" alt="">
           </div>
         </div>
         <div class="medium-8 columns">
@@ -118,7 +118,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a target="_blank" href="http://foundation.zurb.com/templates.html">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://foundation.zurb.com/assets/img/sites-templates/foundation6-templates-07.svg">
+            <img src="https://foundation.zurb.com/assets/img/sites-templates/foundation6-templates-07.svg">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation Templates</h5>
@@ -131,7 +131,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a target="_blank" href="http://zurb.com/article/1469/foundation-building-blocks-over-100-compo">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://i3.ytimg.com/vi/SmhGUT_N-jw/maxresdefault.jpg" class="" height="" width="" alt="" style="height: 142px;">
+            <img src="https://i3.ytimg.com/vi/SmhGUT_N-jw/maxresdefault.jpg" class="" height="" width="" alt="" style="height: 142px;">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation Building Blocks</h5>
@@ -205,7 +205,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a target="_blank" href="http://zurb.com/blog/foundation-6-4-a-new-grid-javascript-upgrades-and-slick-new-prototyping-mode">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://i3.ytimg.com/vi/vrvt9xMFjIE/maxresdefault.jpg" class="" height="" width="" alt="">
+            <img src="https://i3.ytimg.com/vi/vrvt9xMFjIE/maxresdefault.jpg" class="" height="" width="" alt="">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation 6.4.0 Update: A New Grid, JavaScript Upgrades, and Slick New Prototyping Mode</h5>
@@ -238,7 +238,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a target="_blank" href="http://zurb.com/article/1469/foundation-building-blocks-over-100-compo">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://i3.ytimg.com/vi/SmhGUT_N-jw/maxresdefault.jpg" class="" height="" width="" alt="">
+            <img src="https://i3.ytimg.com/vi/SmhGUT_N-jw/maxresdefault.jpg" class="" height="" width="" alt="">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation Building Blocks Accelerate Your Development</h5>
@@ -251,7 +251,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a target="_blank" href="http://foundation.zurb.com/building-blocks/how-to.html">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://i3.ytimg.com/vi/adLpmsU9v2g/maxresdefault.jpg" class="" height="" width="" alt="">
+            <img src="https://i3.ytimg.com/vi/adLpmsU9v2g/maxresdefault.jpg" class="" height="" width="" alt="">
           </div>
           <div class="medium-8 columns">
             <h5>How to Use ZURB Foundation's Building Blocks</h5>
@@ -355,7 +355,7 @@ With an easy to understand syntax and consistent structure, you'll learn your wa
       <a target="_blank" href="http://foundation.zurb.com/showcase/case-studies.html">
         <div class="row accordion-content-item">
           <div class="medium-4 columns accordion-content-item-thumbnail">
-            <img src="http://foundation.zurb.com/assets/img/learn/case-studies/meundies-mockup1.jpg" class="" height="" width="" alt="">
+            <img src="https://foundation.zurb.com/assets/img/learn/case-studies/meundies-mockup1.jpg" class="" height="" width="" alt="">
           </div>
           <div class="medium-8 columns">
             <h5>Foundation Case Studies</h5>
index 2f21b0278c3cd7aadb4516f72dfbe7eea74d1d2b..f010c1641ccc9462b18cdebaac16d34e0c7b28fc 100644 (file)
@@ -57,7 +57,7 @@ description: Everything but.
   <div class="row">
     <div class="medium-6 columns">
       <label>URL Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL.
-        <input type="text" placeholder="http://foundation.zurb.com" pattern="url">
+        <input type="text" placeholder="https://foundation.zurb.com" pattern="url">
       </label>
     </div>
     <div class="medium-6 columns">
@@ -720,7 +720,7 @@ description: Everything but.
 ```html_example
 <div class="media-object">
   <div class="media-object-section">
-    <img src= "http://placeimg.com/200/200/people">
+    <img src= "https://placeimg.com/200/200/people">
   </div>
   <div class="media-object-section">
     <h4>Dreams feel real while we're in them.</h4>
index 3b33251a81890616891a8b70757cb881b021003f..853ea6cc5411f16c2c143ab21d7efeb65b3e3850 100644 (file)
@@ -36,25 +36,25 @@ Orbit doesn't automatically generate any HTML for you, giving you the flexibilit
     <ul class="orbit-container">
       <li class="is-active orbit-slide">
         <figure class="orbit-figure">
-          <img class="orbit-image" src="http://placehold.it/1200x600/999?text=Slide-1" alt="Space">
+          <img class="orbit-image" src="https://placehold.it/1200x600/999?text=Slide-1" alt="Space">
           <figcaption class="orbit-caption">Space, the final frontier.</figcaption>
         </figure>
       </li>
       <li class="orbit-slide">
         <figure class="orbit-figure">
-          <img class="orbit-image" src="http://placehold.it/1200x600/888?text=Slide-2" alt="Space">
+          <img class="orbit-image" src="https://placehold.it/1200x600/888?text=Slide-2" alt="Space">
           <figcaption class="orbit-caption">Lets Rocket!</figcaption>
         </figure>
       </li>
       <li class="orbit-slide">
         <figure class="orbit-figure">
-          <img class="orbit-image" src="http://placehold.it/1200x600/777?text=Slide-3" alt="Space">
+          <img class="orbit-image" src="https://placehold.it/1200x600/777?text=Slide-3" alt="Space">
           <figcaption class="orbit-caption">Encapsulating</figcaption>
         </figure>
       </li>
       <li class="orbit-slide">
         <figure class="orbit-figure">
-          <img class="orbit-image" src="http://placehold.it/1200x600/666&text=Slide-4" alt="Space">
+          <img class="orbit-image" src="https://placehold.it/1200x600/666&text=Slide-4" alt="Space">
           <figcaption class="orbit-caption">Outta This World</figcaption>
         </figure>
       </li>
index 1b24d2c8305a90535969e8a68f1291f3643f5e24..9982ad46113b15c2cdf7878386ce5929d47f1cf8 100644 (file)
@@ -125,7 +125,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
 
 ```html
 <div class="radius bordered shadow card">
-  <img src="http://placehold.it/500x250">
+  <img src="https://placehold.it/500x250">
   <div class="card-divider">
     Styled Card
   </div>
@@ -227,11 +227,11 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
 #### Images
 
 ```html
-<img src="http://placehold.it/150x150" class="radius">
+<img src="https://placehold.it/150x150" class="radius">
 ```
 
 <div class="docs-code-live margin-bottom-1">
-       <img src="http://placehold.it/150x150" class="radius">
+       <img src="https://placehold.it/150x150" class="radius">
 </div>
 
 ---
@@ -335,7 +335,7 @@ You can include an image with visually hidden helper text for the sake of access
 
 ```html
 <a href="#" class="text-hide">
-  <img src="http://placehold.it/100x30" alt="zurb logo">
+  <img src="https://placehold.it/100x30" alt="zurb logo">
   Zurb <!-- Logo Text  -->
 </a>
 ```
index 3b3876fa81b59c384b597239b39474abe5c0991a..b391ea81c43fad494f6aebc652cc48234dc68f72 100644 (file)
@@ -165,7 +165,7 @@ A full-screen modal is 100% of the width *and* height of the window. Add the `.f
 
 <div class="full reveal" id="exampleModal8" data-reveal>
   <p>OH I'M SO FUUUUL</p>
-  <img src="http://placekitten.com/1920/1280" alt="Introspective Cage">
+  <img src="https://placekitten.com/1920/1280" alt="Introspective Cage">
   <button class="close-button" data-close aria-label="Close reveal" type="button">
     <span aria-hidden="true">&times;</span>
   </button>
index c2d148eea150e2d23d49ae9252ead54c87fdf80d..ab2570d3650d068c2affdf3fe86babe4d7a6f395 100644 (file)
@@ -10,7 +10,7 @@
       <p class="homepage-section-desc hide-me">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.</p>
     </div>
     <div class="small-11 medium-8 large-5 column footer-contact-form small-centered" style="position:relative;">
-      <form class="request-form" action="http://zurb.com/api/mail/zurbmail" id="requestCourseInformation" method="post">
+      <form class="request-form" action="https://zurb.com/api/mail/zurbmail" id="requestCourseInformation" method="post">
         <div class="row">
           <div class="small-12 column">
             <label for="fieldName">Name</label>
@@ -33,7 +33,7 @@
             <p class="text-center">Or if you prefer, contact the Foundation Team at <a class="text-link" href="mailto:foundation@zurb.com">training@zurb.com</a> or (408) 341-0600 x635</p>
           </div>
         </div>
-        <input type="hidden" name="_after" value="http://foundation.zurb.com/get-involved/thanks.html">
+        <input type="hidden" name="_after" value="https://foundation.zurb.com/get-involved/thanks.html">
         <input type="hidden" name="_replyto" value="%email">
         <input type="hidden" name="_subject" value="ZURB | Foundation Training Inquiry">
         <input type="hidden" name="_to" value="foundation@zurb.com">