-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathabout.html
52 lines (38 loc) · 3.74 KB
/
about.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
<!DOCTYPE html>
<html lang=pt-br>
<meta charset=utf-8>
<title>Sobre o Livro - Dive Into HTML5</title>
<link rel=alternate type=application/atom+xml href=https://github.com/zenorocha/diveintohtml5/commits/gh-pages.atom>
<link rel=alternate href=http://diveintohtml5.info/about.html hreflang=en>
<link rel=stylesheet href=screen.css>
<style>
body{background-image:none}
h1{display:none}
#belong{margin:0 auto;width:558px;height:738px;background:#fff url(i/openclipart.org_media_files_Selanit_8331.png) no-repeat;border:1px solid #fff}
#belong div{margin:375px 30px 0 40px}
abbr{font-variant:none;text-transform:none;letter-spacing:0}
#belong p{font-size:medium}
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<link rel=prefetch href=index.html>
<a href="https://github.com/zenorocha/diveintohtml5"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<p>Você está aqui: <a href=index.html>Home</a> <span class=u>‣</span> <a href=table-of-contents.html>Dive Into HTML5</a> <span class=u>‣</span>
<h1>Sobre o Livro</h1>
<div id=belong>
<div>
<p><cite>Dive Into HTML5</cite> contém uma prosa original e gráficos licenciados sob os termos da licença <a href=http://creativecommons.org/licenses/by/3.0 rel=license title='Creative Commons Attribution 3.0 Unported'>CC-BY-3.0</a>. Utiliza as fontes <a href=http://www.thibault.org/fonts/essays>Essays</a> (<abbr title="GNU Lesser General Public License">LGPL</abbr> 2.1+, <a href=fonts-original/essays1743-1.203-1-ttf.tar.gz>fonte</a>) e <a href=http://linuxlibertine.sourceforge.net>Linux Libertine</a> (<abbr title="GNU General Public License">GPL</abbr> 2+ com exceção, <a href=fonts-original/LinLibertineFont-4.7.5-2.tgz>fonte</a>), com ilustrações de domínio público da <a href=http://openclipart.org>Open Clip Art Library</a> e <a href=http://www.psymon.com/initials/children.html>outras fontes</a>.
<p>Adicionalmente, inclui códigos de <a href=http://jquery.com>jQuery</a> (MIT), <a href=http://modernizr.com>Modernizr</a> (MIT), <a href=http://code.google.com/p/geo-location-javascript>geo_location_javascript.js</a> (MIT), <a href=http://code.google.com/apis/gears/gears_init.js>gears_init.js</a> (BSD), <a href=http://code.google.com/p/javascript-search-term-highlighter>highlighter.js</a> (<abbr title="Apache License">ASL</abbr> 2.0), <a href=http://code.google.com/p/explorercanvas>excanvas.js</a> (<abbr title="Apache License">ASL</abbr> 2.0), <a href=http://hg.mozilla.org/labs/bespin/>Bespin</a> (<abbr title="Mozilla Public License">MPL</abbr>), e <a href=http://code.google.com/p/canvas-text/>canvas.text.js</a> (MIT). <a href=legal.html>Veja a lista completa de notas legais</a>.
<p>Correções e feedbacks com relação ao conteúdo do livro para <a href=mailto:hi@zenorocha.com>hi@zenorocha.com</a> ou <a href=https://github.com/zenorocha/diveintohtml5/issues>no GitHub</a>.
</div>
</div>
<p class=c>Copyright MMIX–MMXI <!--<a href=colophon.html>-->Mark Pilgrim<!--</a>-->
<form action=https://www.google.com/cse><div><input type=hidden name=cx value=014437924039265546826:2nmoshc8y3y><input type=hidden name=ie value=UTF-8><input type=search name=q size=25 placeholder="powered by Google™"> <input type=submit name=sa value=Search></div></form>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4114546-27', 'auto');
ga('send', 'pageview');
</script>
</html>