Skip to content

Commit 9208454

Browse files
committed
adding browser rendering engine link
1 parent f549ef6 commit 9208454

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,6 +2015,12 @@ <h2>Design resources</h2>
20152015
<p><a href="https://kuler.adobe.com/create/color-wheel/">Kuler</a> is a complementary
20162016
color picker by Adobe that helps choose colors for your designs.</p>
20172017
</li>
2018+
<li>
2019+
<p>If you want to learn more about how browsers work behind the scenes,
2020+
here's a
2021+
<a href="http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html">blog post series on building a browser engine</a>
2022+
that will show you how to build a simple rendering engine.</p>
2023+
</li>
20182024
</ul>
20192025
<h1>Cascading Style Sheets (CSS)</h1>
20202026
<p>Cascading Style Sheet (CSS) files contain rules for how to display and

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-09-08T14:16:30Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-09-09T06:34:36Z</updated></feed>

source/content/pages/05-client-side/0501-design.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ width.
5757
* [Kuler](https://kuler.adobe.com/create/color-wheel/) is a complementary
5858
color picker by Adobe that helps choose colors for your designs.
5959

60+
* If you want to learn more about how browsers work behind the scenes,
61+
here's a
62+
[blog post series on building a browser engine](http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
63+
that will show you how to build a simple rendering engine.
6064

web-design.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ <h2>Design resources</h2>
7373
<p><a href="https://kuler.adobe.com/create/color-wheel/">Kuler</a> is a complementary
7474
color picker by Adobe that helps choose colors for your designs.</p>
7575
</li>
76+
<li>
77+
<p>If you want to learn more about how browsers work behind the scenes,
78+
here's a
79+
<a href="http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html">blog post series on building a browser engine</a>
80+
that will show you how to build a simple rendering engine.</p>
81+
</li>
7682
</ul>
7783
<div class="row">
7884
<div class="col-md-4">

0 commit comments

Comments
 (0)