-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (48 loc) · 2.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Lean-web-code by bbinto</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>"Lean Websites"</h1>by <a href="http://bbinto.me">Barbara Bermes</a>
</header>
<section>
<h2>Additional material for the book <a target="_blank" href="http://www.dpbolvw.net/click-7631729-11260198?url=http%3A%2F%2Fshop.oreilly.com%2Fproduct%2F9780992279462.do%3Fcmp%3Daf-na-books-videos-product_cj_9780992279462_%2525zp&cjsku=9780992279462">"Lean Websites"</a></h2>
<h3>Queries and other material</h3>
<ul>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-7/queries/index.html">Queries</a></li>
</ul>
<h3>Chapter 4</h3>
<ul>
<li><a href="http://bbinto.github.io/lean-web-code/add-ons/waterfall/index.html">Waterfall</a></li>
<li><a href="http://bbinto.github.io/lean-web-code/add-ons/14kb/index.html">14kb</a></li>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-7/data-uri">Image formats</a></li>
<li>Grunt (<a href="http://bbinto.github.io/lean-web-code/chapter-8/grunt/without/magic.html">without</a>, <a href="http://bbinto.github.io/lean-web-code/chapter-8/grunt/without/magic.html">with</a>) Magic</li>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-5/minified/concat.html">Minfied sample</a> & <a href="http://bbinto.github.io/lean-web-code/chapter-5/minified/minfied.html">concat sample</a></li>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-add-ons/sprites/index.html">Sprites</a> and <a href="http://bbinto.github.io/lean-web-code/chapter-4/sprites/index-nosprite.html">No Sprites</a></li>
</ul>
<h3>Chapter 5</h3>
<ul>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-11/rwd/index.html">RWD</a></li>
</ul>
<h3>Resources</h3>
<ul>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-9/cache-headers-stale-jan2015.xlsx">Stale cache-control extensions in the wild</a></li>
<li><a href="http://bbinto.github.io/lean-web-code/chapter-4/rum-bbinto.xlsx">RUM results for bbinto.me</a></li>
</ul>
<p class="view"><a href="https://github.com/bbinto/lean-web-code">View complete project on GitHub</a></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>