-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (45 loc) · 3.66 KB
/
index.html
File metadata and controls
51 lines (45 loc) · 3.66 KB
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<title>calavera</title>
<meta name="title" content="calavera">
<meta name="description" content="this is my hiding spot, and i'm not moving until the situation has drastically improved.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://calavera.xyz">
<meta property="og:title" content="calavera">
<meta property="og:description" content="this is my hiding spot, and i'm not moving until the situation has drastically improved.">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/staged.css">
<link rel="preload" href="../assets/fonts/cossette.ttf" as="font" crossorigin>
<script src="assets/js/hmpg.js"></script>
<script src="assets/js/loader.js"></script>
</head>
<body>
<div id="loader" class="main">
<span style="text-align: left; font-family: monospace;" id="phrase"></span>
</div>
<div id="main" class="main" style="visibility: hidden;">
<div class="marquee-wrapper">
<div class="marquee">
<span>The most intelligent inhabitants of that future world won't be men or monkeys, they'll be machines. The remote descendants of today's computers. Now, the present day electronic brains are complete morons. But this will not be true in another generation. They will start to think, and eventually they will completely outthink their makers. Is this depressing? I don't see why it should be. We superseded the Cro-Magnon and Neanderthal men, and we presume we're an improvement. I think we should regard it as a privilege to be stepping stones to higher things. I suspect that organic or biological evolution has about come to its end and we're now at the beginning of inorganic or mechanical evolution which will be thousands of times swifter. But even if the future does belong to the robots, our bodies and our brains still have immense untapped potentialities. For example, to cope with the information explosion, we may develop a machine for recording information directly onto the brain, as today we can record a symphony on tape. So we may one day be able to become instant experts, learning Chinese overnight for example. Or we may be able to recall completely memories of past events so that we seem to relive them. In fact, techniques already known for doing this in a rather limited way at the present. Alternatively, we may prefer to totally erase past unpleasant memories.</span>
</div>
</div>
<div class="contentRow">
<img class="slowReveal" style="--i: 1; width: 350px;" alt="screen" id="screen" src="assets/img/screen.gif">
<div class="fRight" style="padding-left: 5px;">
<h3 class="slowReveal" style="--i: 2">Bem-vindo</h3>
<p class="slowReveal" style="--i: 3"><i>"Não em crueldade, não em ira / O <em>ceifador</em> chegou naquele dia. / Um anjo visitou a terra viva / E levou as flores em sua companhia"</i></p>
<ul class="menu">
<li class="slowReveal" style="--i: 4"><a href="./projetos">projetos</a></li>
<li class="slowReveal" style="--i: 5"><a href="./devaneios/times/">devaneios</a></li>
<li class="slowReveal" style="--i: 6"><a href="./contato">contato</a></li>
<!-- <li class="getAttention" style="--i: 7"><a href="">blog</a></li> -->
<!-- <li><a href="#" style="color: var(--back-color);">?</a></li> -->
</ul>
</div>
</div>
</div>
</body>
</html>