-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (68 loc) · 3.24 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Leonard bot</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<div class="content">
<h1><a href="#">Leonard bot</a></h1>
<p>Your virtual assistant <br />in <a href='https://telegram.me/leonardbot'>Telegram</a>, <a href='https://vk.com/leonardbot'>VK</a></br>and Facebook Messenger</p>
<ul class="actions">
<li><a href="https://www.patreon.com/sevazhidkov" class="button special icon fa-money">Donate</a></li>
<li><a href="https://medium.com/@sevazhidkov/leonard-bot-open-source-virtual-assistant-in-messengers-by-russian-school-students-e2b5d1aac9a5#.9oem08x03" class="button icon fa-chevron-down scrolly">Learn More</a></li>
</ul>
</div>
<div class="image phone"><div class="inner"><img src="images/screen.gif" alt="" async/></div></div>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/sevazhidkov" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/sevazhidkov/leonard" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:seva@leonardbot.xyz" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">© Seva Zhidkov. Credits: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter36337845 = new Ya.Metrika({
id:36337845,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/36337845" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>