Skip to content

Commit 899df14

Browse files
author
mrmrs
committed
Merge branch 'master' of github.com:tachyons-css/tachyons-css.github.io
2 parents 29b3771 + 272a460 commit 899df14

File tree

75 files changed

+6693
-6514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6693
-6514
lines changed

components/articles/title-text-image/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<main>
1919
<article class="pa3 pa5-ns">
2020
<h1 class="f2">Title Text with Image</h1>
21-
<img src="/img/space.jpg" class="w-100 f5 measure">
21+
<img src="/img/space.jpg" class="w-100 f5 measure" alt="outer space">
2222
<p class="measure lh-copy">
2323
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
2424
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
@@ -43,7 +43,7 @@ <h2 class="f5">HTML</h2>
4343
<pre class="pa3 ba br2 b--black-05 h5" id="html">
4444
&lt;article class=&quot;pa3 pa5-ns&quot;&gt;
4545
&lt;h1 class=&quot;f2&quot;&gt;Title Text with Image&lt;/h1&gt;
46-
&lt;img src=&quot;/img/space.jpg&quot; class=&quot;w-100 f5 measure&quot;&gt;
46+
&lt;img src=&quot;/img/space.jpg&quot; class=&quot;w-100 f5 measure&quot; alt=&quot;outer space&quot;&gt;
4747
&lt;p class=&quot;measure lh-copy&quot;&gt;
4848
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
4949
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At

components/collections/product-card/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<body class="w-100 sans-serif bg-white">
1818
<main>
1919
<article class="br2 ba dark-gray b--black-10 mv4 w-100 w-50-m w-25-l mw5 center">
20-
<img src="http://placekitten.com/g/600/300" class="db w-100 br2 br--top">
20+
<img src="http://placekitten.com/g/600/300" class="db w-100 br2 br--top" alt="kitty">
2121
<div class="pa2 ph3-ns pb3-ns">
2222
<div class="dt w-100 mt1">
2323
<div class="dtc">
@@ -43,7 +43,7 @@ <h2 class="f5">HTML</h2>
4343
<p class="f5 black-70"></p>
4444
<pre class="pa3 ba br2 b--black-05 h5" id="html">
4545
&lt;article class=&quot;br2 ba dark-gray b--black-10 mv4 w-100 w-50-m w-25-l mw5 center&quot;&gt;
46-
&lt;img src=&quot;http://placekitten.com/g/600/300&quot; class=&quot;db w-100 br2 br--top&quot;&gt;
46+
&lt;img src=&quot;http://placekitten.com/g/600/300&quot; class=&quot;db w-100 br2 br--top&quot; alt=&quot;kitty&quot;&gt;
4747
&lt;div class=&quot;pa2 ph3-ns pb3-ns&quot;&gt;
4848
&lt;div class=&quot;dt w-100 mt1&quot;&gt;
4949
&lt;div class=&quot;dtc&quot;&gt;

components/headers/circle-avatar-title-subtitle/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<body class="w-100 sans-serif bg-white">
1818
<main>
1919
<header class="tc pv4 pv5-ns">
20-
<img src="/img/logo.jpg" class="br-100 pa1 ba b--black-10 h3 w3">
20+
<img src="/img/logo.jpg" class="br-100 pa1 ba b--black-10 h3 w3" alt="avatar">
2121
<h1 class="f5 f4-ns fw6 mid-gray">Jasper Whitehouse</h1>
2222
<h2 class="f6 gray fw2 ttu tracked">Los Angeles</h2>
2323
</header>
@@ -31,7 +31,7 @@ <h2 class="f5">HTML</h2>
3131
<p class="f5 black-70"></p>
3232
<pre class="pa3 ba br2 b--black-05 h5" id="html">
3333
&lt;header class=&quot;tc pv4 pv5-ns&quot;&gt;
34-
&lt;img src=&quot;/img/logo.jpg&quot; class=&quot;br-100 pa1 ba b--black-10 h3 w3&quot;&gt;
34+
&lt;img src=&quot;/img/logo.jpg&quot; class=&quot;br-100 pa1 ba b--black-10 h3 w3&quot; alt=&quot;avatar&quot;&gt;
3535
&lt;h1 class=&quot;f5 f4-ns fw6 mid-gray&quot;&gt;Jasper Whitehouse&lt;/h1&gt;
3636
&lt;h2 class=&quot;f6 gray fw2 ttu tracked&quot;&gt;Los Angeles&lt;/h2&gt;
3737
&lt;/header&gt;

components/headers/rounded-avatar-title-subtitle/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<body class="w-100 sans-serif bg-white">
1818
<main>
1919
<header class="tc pv4 pv5-ns">
20-
<img src="/img/logo.jpg" class="br3 ba b--black-10 h3 w3">
20+
<img src="/img/logo.jpg" class="br3 ba b--black-10 h3 w3" alt="avatar">
2121
<h1 class="f5 f4-ns fw6 black-70">Jasper Whitehouse</h1>
2222
<h2 class="f6 black-70 fw2 ttu tracked">Los Angeles</h2>
2323
</header>
@@ -31,7 +31,7 @@ <h2 class="f5">HTML</h2>
3131
<p class="f5 black-70"></p>
3232
<pre class="pa3 ba br2 b--black-05 h5" id="html">
3333
&lt;header class=&quot;tc pv4 pv5-ns&quot;&gt;
34-
&lt;img src=&quot;/img/logo.jpg&quot; class=&quot;br3 ba b--black-10 h3 w3&quot;&gt;
34+
&lt;img src=&quot;/img/logo.jpg&quot; class=&quot;br3 ba b--black-10 h3 w3&quot; alt=&quot;avatar&quot;&gt;
3535
&lt;h1 class=&quot;f5 f4-ns fw6 black-70&quot;&gt;Jasper Whitehouse&lt;/h1&gt;
3636
&lt;h2 class=&quot;f6 black-70 fw2 ttu tracked&quot;&gt;Los Angeles&lt;/h2&gt;
3737
&lt;/header&gt;

components/layout/four-column-collapse-two/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<body class="w-100 sans-serif bg-white">
1818
<main>
1919
<section class="cf">
20-
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/1.jpg"></div>
21-
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/2.jpg"></div>
22-
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/3.jpg"></div>
23-
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/4.jpg"></div>
20+
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/1.jpg" alt="night sky over house"></div>
21+
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/2.jpg" alt="night sky over water"></div>
22+
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/3.jpg" alt="bay bridge at night"></div>
23+
<div class="fl w-50 w-25-ns"><img class="db w-100" src="/img/4.jpg" alt="night sky over land"></div>
2424

2525

2626
</section>
@@ -34,10 +34,10 @@ <h2 class="f5">HTML</h2>
3434
<p class="f5 black-70"></p>
3535
<pre class="pa3 ba br2 b--black-05 h5" id="html">
3636
&lt;section class=&quot;cf&quot;&gt;
37-
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/1.jpg&quot;&gt;&lt;/div&gt;
38-
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/2.jpg&quot;&gt;&lt;/div&gt;
39-
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/3.jpg&quot;&gt;&lt;/div&gt;
40-
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/4.jpg&quot;&gt;&lt;/div&gt;
37+
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/1.jpg&quot; alt=&quot;night sky over house&quot;&gt;&lt;/div&gt;
38+
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/2.jpg&quot; alt=&quot;night sky over water&quot;&gt;&lt;/div&gt;
39+
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/3.jpg&quot; alt=&quot;bay bridge at night&quot;&gt;&lt;/div&gt;
40+
&lt;div class=&quot;fl w-50 w-25-ns&quot;&gt;&lt;img class=&quot;db w-100&quot; src=&quot;/img/4.jpg&quot; alt=&quot;night sky over land&quot;&gt;&lt;/div&gt;
4141

4242

4343
&lt;/section&gt;

0 commit comments

Comments
 (0)