Skip to content

Commit 48bf9ac

Browse files
committed
Copy edit
1 parent bca05ee commit 48bf9ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>CSS3 Patterns Gallery</h1>
1010
<div id="social">
1111
<div class="topsy_widget_data"><!--
1212
{
13-
"url": "http://leaverou.me/css3patterns/",
13+
"url": "http://lea.verou.me/css3patterns/",
1414
"title": "CSS3 Patterns Gallery",
1515
"nick": "LeaVerou"
1616
}
@@ -331,17 +331,17 @@ <h2 id="browser-support">Browser support</h2>
331331
<p>Also, this gallery won’t work in Firefox 3.6 and IE10, even though they support gradients, due to a JavaScript limitation.</p>
332332

333333
<h2 id="new-submissions">Submission guidelines</h2>
334-
<p>If you have a new pattern to submit, drop me a line at me @ this domain. However, please bear in mind that I can't accept all submissions, sorry for that. For a pattern to be accepted, the following factors are considered (in descending order of importance):</p>
334+
<p>If you have a new pattern to submit, please <a href="https://github.com/LeaVerou/CSS3-Patterns-Gallery">send a pull request</a>. However, please bear in mind that I can't accept all submissions, sorry for that. For a pattern to be accepted, the following factors are considered (in descending order of importance):</p>
335335
<ul>
336336
<li>Does it present a new technique?</li>
337337
<li>Is the number of gradients and color stops worth the effect? The whole point of those patterns is to make page loading faster by reducing file size and HTTP requests without the unreadable gibberish that data URIs add in our stylesheets. If your pattern needs a 2KB code for example (which becomes 10KB when used in production, due to all the prefixes), then it's not very useful, except serving as a proof of concept.</li>
338338
<li>How common is the pattern?</li>
339-
<li>Very aesthetically pleasing patterns might be accepted, even if they don't satisfy the above criteria, since they are useful for authors.</li>
339+
<li>Does it look nice?</li>
340340
</ul>
341341

342342
<p id="footer">
343-
By <a href="http://leaverou.me">Lea Verou</a>
344-
&bull; If no other author is mentioned, the pattern is created by <a href="http://leaverou.me">Lea Verou</a>
343+
By <a href="http://lea.verou.me">Lea Verou</a>
344+
&bull; If no other author is mentioned, the pattern is created by <a href="http://lea.verou.me">Lea Verou</a>
345345
</p>
346346

347347
<script src="http://lea.verou.me/prefixfree/prefixfree.min.js"></script>

0 commit comments

Comments
 (0)