-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
90 lines (88 loc) · 6.09 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<title>Что это за сайт? - Cyber Ape stories</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.0.0/build.css" />
<link href="/theme/style.css" rel="stylesheet" />
<link href="/theme/slideshow.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/theme/favicon.png"/>
<link href="https://cyberape.space/atom" type="application/atom+xml" rel="alternate" title="Cyber Ape stories Atom Feed" />
<link href="https://cyberape.space/rss" type="application/rss+xml" rel="alternate" title="Cyber Ape stories RSS Feed" />
<script type="text/javascript">
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("backbutton").style.display = "block";
} else {
document.getElementById("backbutton").style.display = "none";
}
}
</script>
</head>
<body id="index" class="archive">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="topnav" id="myTopnav">
<a href="https://cyberape.space" id="mainpage" class="nav">🏠 Блог</a>
<div class="dropdown">
<button class="dropbtn" id="projects">📚 Книги
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://cyberape.space/ce.html">Эффект шимпанзе</a>
</div>
</div>
<a href="https://cyberape.space/translations.html" id="translations" class="nav"><i class="fas fa-language"></i> Переводы</a>
<a href="http://www.youtube.com/c/FunBotan" target="_blank" class="fab fa-youtube"></a>
<a href="https://twitter.com/CyberApeStories" target="_blank" class="fab fa-twitter"></a>
<a href="https://t.me/cyberape" target="_blank" class="fab fa-telegram-plane"></a>
</div>
<div class="motto">
Блог о том, как предсказывать будущее с помощью науки и писать об этом научную фантастику.</a>
<br />
</div>
</div>
</nav>
<div class="container">
<section id="content" class="article content">
<header>
<h2 class="entry-title">
Что это за сайт?
</h2>
<!-- Переводы:
<a href="https://cyberape.space/en/about.html">en</a>
-->
</header>
<!-- .entry-content -->
<div class="entry-content">
<p>Если выделять центральную тему, вокруг которой строится все остальное, то это — предсказание будущего. Не придумывание, а именно поиск наиболее вероятных сценариев его развития. Чтобы просто поднимать эту тему, нужно разбираться в бесчисленном множестве других. Нужно знать естественные науки, потому что они — залог самого существования будущего; историю, потому что она имеет свойство повторяться; <a href="simple-politics.html">политику и экономику</a>, потому что от них зависит, какой путь изберет общество; <a href="simple-math.html">математику</a>, потому что ей подчиняется все остальное. Обо всем этом можно почитать в <a href="index.html">блоге</a>.</p>
<p>«Cyber Ape» — самый многозначный символ, какой я смог придумать. Тут вам и неразрывная связь прошлого с <a href="actual-future.html">будущим</a>, и <a href="dualisms.html">неразрешимый конфликт</a> между природой и цивилизацией, и переход от естественной эволюции к <a href="artificial-evolution.html">искусственной</a>, и черт знает сколько всего еще.</p>
<p><img alt="" src="https://cyberape.space/content/pages/about/logo.png"></p>
<p class="cover-title" style="color:#000;text-align:center;">© Logo by [Nika Pinkice](https://vk.com/nikapinkice)</p>
</div>
<!-- /.entry-content -->
</section>
</div>
<script type="text/javascript" src="/theme/slideshow.js"></script>
<footer class="footer">
<div class="container">
<p class="footer-text">
<a href="https://cyberape.space/en">Switch to English</a>
<br />
© <a href="https://cyberape.space">Cyber Ape stories</a> powered by <a href="http://getpelican.com/">pelican</a> and hosted with ♥ by <a href="https://github.com/">GitHub</a>
</p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>