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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>O Teste de Turing e a Tomada de Consciência</title>
<style>
html, body { margin: 0; padding: 0; }
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: black; }
h1 { font-size: 30pt; }
h2 { font-size: 28pt; }
h3 { font-size: 25pt; }
p, li, dt, dd, td, th { font-size: 18pt; }
pre { font-size: 14pt; }
pre.small { font-size: 11pt; }
pre.code {
background-color: azure;
padding: 5px;
}
ul { list-style-type: square; }
.center { text-align: center; }
.slide { page-break-after: always;
min-height: 100mm;
padding: 40px;
border: 1px dotted black;
/*
background: -moz-linear-gradient( top, maroon, red);
*/
}
body {
font-family: monospace;
}
.centered img {
display: block;
margin-left: auto;
margin-right: auto;
}
.centered {
text-align: center;
}
/*
for princexml (CSS3 paged media support)
@page { size: A4 landscape }
*/
</style>
</head>
<body>
<div class="presentation">
<div class='slide centered'>
<!-- _S9SLIDE_ centered -->
<pre><code> _ _ _ _ _
___ | |_ ___ ___| |_ ___ __| | ___ | |_ _ _ _ __(_)_ __ __ _
/ _ \ | __/ _ \/ __| __/ _ \ / _` |/ _ \ | __| | | | '__| | '_ \ / _` |
| (_) | | || __/\__ \ || __/ | (_| | __/ | |_| |_| | | | | | | | (_| |
\___/ \__\___||___/\__\___| \__,_|\___| \__|\__,_|_| |_|_| |_|\__, |
|___/
_ _ _
___ __ _ | |_ ___ _ __ ___ __ _ __| | __ _ __| | ___
/ _ \ / _` | | __/ _ \| '_ ` _ \ / _` |/ _` |/ _` | / _` |/ _ \
| __/ | (_| | | || (_) | | | | | | (_| | (_| | (_| | | (_| | __/
\___| \__,_| \__\___/|_| |_| |_|\__,_|\__,_|\__,_| \__,_|\___|
_ _
___ ___ _ __ ___ ___(_) ___ _ __ ___(_) __ _
/ __/ _ \| '_ \/ __|/ __| |/ _ \ '_ \ / __| |/ _` |
| (_| (_) | | | \__ \ (__| | __/ | | | (__| | (_| |
\___\___/|_| |_|___/\___|_|\___|_| |_|\___|_|\__,_|
_____
/ \
| () () | Todo mundo pronto para pirar o cabeção?
\ ^ /
|||||
|||||
</code></pre>
</div>
</div> <!-- presentation -->
</body>
</html>
|