Skip to content

Commit a6cb4b0

Browse files
committed
More content; some lorem ipsum to get me thinking about intro copy.
1 parent f0b1b72 commit a6cb4b0

File tree

7 files changed

+70
-62
lines changed

7 files changed

+70
-62
lines changed

_dist/_css/all.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_dist/_css/critical.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_dist/index.php

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<h1 class="logo"><img src="_img/ricg-logo.png" alt="Responsive Issues Community Group"></h1>
3434
</header>
3535

36+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas, magni dolor cumque fugiat aspernatur excepturi explicabo! Perferendis, libero, autem, magni debitis fugit quibusdam assumenda quas minus adipisci maiores nisi numquam.</p>
37+
3638
<div class="issues">
3739

3840
<div class="feat">
@@ -48,24 +50,24 @@
4850
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
4951
<div class="support">
5052

51-
Chrome: true
53+
<img src="_img/icon-chrome.png" alt="chrome" class="full-support">
5254

53-
Firefox:
55+
<img src="_img/icon-firefox.png" alt="firefox" >
5456

55-
Opera: true
57+
<img src="_img/icon-opera.png" alt="opera" class="full-support">
5658

57-
Safari: true
59+
<img src="_img/icon-safari.png" alt="safari" class="full-support">
5860

59-
Internet Explorer:
61+
<img src="_img/icon-ie.png" alt="ie" >
6062

6163
</div>
6264
</div>
6365
<div class="col-a">
64-
<p></p>
66+
<p><p>The <code>srcset</code> attribute allows developers to supply user agents with alternate versions of an image, intended for display at different pixel densities.</p><p>In its most basic and well-supported form, srcset lets developers use <code>x</code> descriptors to specify the intended pixel-density of each source.</p></p>
6567

6668
<h3 class="subhed">Usage</h3>
6769
<div class="usage">
68-
<code><pre>&lt;img src=&quot;small.jpg&quot; srcset=&quot;small.jpg, big.jpg 2x&quot;&gt;</pre></code>
70+
<code><pre>&lt;img src=&quot;standard-definition.jpg&quot; srcset=&quot;high-definition.jpg 2x&quot;&gt;</pre></code>
6971
</div>
7072

7173
<h3 class="subhed">Documentation</h3>
@@ -106,20 +108,20 @@
106108
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
107109
<div class="support">
108110

109-
Chrome: true
111+
<img src="_img/icon-chrome.png" alt="chrome" class="full-support">
110112

111-
Firefox:
113+
<img src="_img/icon-firefox.png" alt="firefox" >
112114

113-
Opera: true
115+
<img src="_img/icon-opera.png" alt="opera" class="full-support">
114116

115-
Safari:
117+
<img src="_img/icon-safari.png" alt="safari" class="full-support">
116118

117-
Internet Explorer:
119+
<img src="_img/icon-ie.png" alt="ie" >
118120

119121
</div>
120122
</div>
121123
<div class="col-a">
122-
<p></p>
124+
<p><p><code>srcset</code>’s <code>w</code> descriptor and the <code>sizes</code> attribute allow developers to supply a range of alternate sources for images whose sizes vary within a responsive layout. Optionally working in conjunction with server-side resizing, these syntaxes allow for a fully automated “responsive images” solution.</p></p>
123125

124126
<h3 class="subhed">Usage</h3>
125127
<div class="usage">
@@ -164,20 +166,20 @@
164166
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
165167
<div class="support">
166168

167-
Chrome: true
169+
<img src="_img/icon-chrome.png" alt="chrome" class="full-support">
168170

169-
Firefox:
171+
<img src="_img/icon-firefox.png" alt="firefox" >
170172

171-
Opera: true
173+
<img src="_img/icon-opera.png" alt="opera" class="full-support">
172174

173-
Safari:
175+
<img src="_img/icon-safari.png" alt="safari" class="full-support">
174176

175-
Internet Explorer:
177+
<img src="_img/icon-ie.png" alt="ie" >
176178

177179
</div>
178180
</div>
179181
<div class="col-a">
180-
<p></p>
182+
<p><p>The <code>picture</code> element contains any number of child <code>source</code> elements and one <code>img</code>.</p><p>When this pattern is used with the <code>media</code> attribute on <code>source</code> elements, it allows developers to mandate that user agents must load specific sources when certain media conditions are met. This allows developers to specify alternate aspect ratios to align with layoutchanges, or alternate framing of image content for optimally highlighting the subject of the image at different sizes.</p><p>When <code>picture</code> and <code>source</code> are used with the <code>type</code> attribute, authors may supply the same image in alternate formats to be requested only by browsers that support said format.</p></p>
181183

182184
<h3 class="subhed">Usage</h3>
183185
<div class="usage">
@@ -225,7 +227,7 @@
225227
</div>
226228
</div>
227229
<div class="col-a">
228-
<p></p>
230+
<p><p>Media queries allow authors to vary the layout of their page based on the dimensions of the viewport. Element queries will allow developers to vary the layout within specific elements on a page (and their children) based on the dimensions of the parent elements themselves, allowing for much more modular approaches to layout.</p><p>Work on element queries has just begun; we are still collecting use cases and working to understand technical constraints. Please contribute!</p></p>
229231

230232
<h3 class="subhed">Usage</h3>
231233
<div class="usage">

_tmpl/_css/all.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,10 @@ p {
209209
display: inline;
210210
margin: 0 1px;
211211
padding: .15em 0;
212-
opacity: .15;
212+
opacity: .3;
213213
max-width: 40px;
214214
width: 12.5%;
215215
}
216-
.support img.partial-support {
217-
opacity: .5;
218-
}
219216
.support img.full-support {
220217
opacity: 1;
221218
}

0 commit comments

Comments
 (0)