-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
37 lines (31 loc) · 2.86 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="keywords" content="Erlang教程,新手入门,学习指南,Learn, Erlang, tutorial, beginner, mononcqc" />
<meta name="description" content="Learn you some Erlang for great good! An Erlang tutorial for beginners and others too." />
<link rel="stylesheet" href="static/css/splash.css%3F.css" type="text/css" media="screen" />
<link href="rss" type="application/rss+xml" rel="alternate" title="LYSE news" />
<link rel="icon" type="image/png" href="favicon.ico" />
<link rel="apple-touch-icon" href="static/img/touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="static/img/touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="static/img/touch-icon-iphone4.png" />
<title>Learn You Some Erlang for Great Good!</title>
</head>
<body id="splash">
<div id="wrap">
<img id="joe" src="static/img/splash-joe.png" width="180" height="122" alt="Joe Armstrong upside down" title="Hello, Joe" />
<img id="book" src="static/img/splash-book.png" width="386" height="559" alt="Learn You Some Erlang book coming out of space with a red panda saying hello" />
<div id="splash-desc">
<p>Hey there! This is <em>Learn You Some Erlang for great good!</em> This book is for you if you’ve got some programming experience and if you’re not too familiar with functional programming. It can still be useful if you’re too good for that, as we progressively go into more and more advanced topics.</p>
<p>The book started as a free online guide, and you can still read it that way. If you prefer the soft touch of paper, the delicious smell of a real book, the possibility to physically hug a document, or just want to boast by padding your bookcase, you can buy a few copies too (and e-books are also available).</p>
<p>If you want to contact me, check out my <a href="http://twitter.com/mononcqc">twitter account</a>, <a href="mailto:mononcqc+lyse@ferd.ca">send me an e-mail</a>, or find me on #erlang (under the nickname MononcQc).</p>
<p>Oh and before you get in, <a href="static/erlang/learn-you-some-erlang.zip">please grab the code</a>, and have a nice day.</p>
<a id="buy" href="http://nostarch.com/erlang"><span>Buy it!</span></a>
<a id="read" href="content.html"><span>Read it online.</span></a>
<a id="code" href="static/erlang/learn-you-some-erlang.zip"><span>Download the code (.zip)</span></a>
</div>
</div>
</body>
</html>