Skip to content

Commit

Permalink
More content; some lorem ipsum to get me thinking about intro copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Oct 30, 2014
1 parent f0b1b72 commit a6cb4b0
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 62 deletions.
2 changes: 1 addition & 1 deletion _dist/_css/all.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions _dist/_css/critical.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 22 additions & 20 deletions _dist/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<h1 class="logo"><img src="_img/ricg-logo.png" alt="Responsive Issues Community Group"></h1>
</header>

<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>

<div class="issues">

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

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

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

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

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

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

</div>
</div>
<div class="col-a">
<p></p>
<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>

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

<h3 class="subhed">Documentation</h3>
Expand Down Expand Up @@ -106,20 +108,20 @@
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
<div class="support">

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

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

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

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

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

</div>
</div>
<div class="col-a">
<p></p>
<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>

<h3 class="subhed">Usage</h3>
<div class="usage">
Expand Down Expand Up @@ -164,20 +166,20 @@
<h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
<div class="support">

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

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

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

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

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

</div>
</div>
<div class="col-a">
<p></p>
<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>

<h3 class="subhed">Usage</h3>
<div class="usage">
Expand Down Expand Up @@ -225,7 +227,7 @@
</div>
</div>
<div class="col-a">
<p></p>
<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>

<h3 class="subhed">Usage</h3>
<div class="usage">
Expand Down
5 changes: 1 addition & 4 deletions _tmpl/_css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,10 @@ p {
display: inline;
margin: 0 1px;
padding: .15em 0;
opacity: .15;
opacity: .3;
max-width: 40px;
width: 12.5%;
}
.support img.partial-support {
opacity: .5;
}
.support img.full-support {
opacity: 1;
}
Expand Down
Loading

0 comments on commit a6cb4b0

Please sign in to comment.