-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
85 lines (82 loc) · 4.44 KB
/
authors.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
<!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 - Authors</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">
<ol class="breadcrumb">
<li><a href="https://cyberape.space"><div class="fa fa-lg fa-home"></div><span class="hidden-xs"> Home</span></a></li>
<li class="active"><div class="fa fa-lg fa-pencil"></div><div class="fa fa-pencil"></div> Authors <span class="badge">1</span></li>
</ol>
<ul class="list-inline"> <li>
<button type="button" class="btn btn-default">
<a href="https://cyberape.space/author/funbotan.html">
<div class="fa fa-lg fa-pencil"></div> FunBotan <span class="badge">45</span>
</a>
</button>
</li>
</ul>
</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>