-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (106 loc) · 5.68 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Berline | Conversational bot</title>
<meta name="description" content="Berline is a conversational bot which discourages you from getting infatuated with 'that' girl.">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="theme-color" content="#9966ff">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="purple">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Berline">
<meta name="twitter:creator" content="@eunit99">
<meta name="twitter:title" content="Berline | Conversational bot">
<meta name="twitter:description" content="Berline is a conversational bot which discourages you from getting infatuated with 'that' girl.">
<meta name="twitter:image" content="/bot-icon-29.jpg">
<link rel="icon" href="/bot-icon-29.jpg" class="js-favicon">
<link rel="apple-touch-icon" sizes="152x152" href="">
<link rel="apple-touch-icon" sizes="120x120" href="/bot-icon-29.jpg">
<link rel="apple-touch-icon" sizes="76x76" href="/bot-icon-29.jpg">
<link rel="apple-touch-icon" sizes="60x60" href="/bot-icon-29.jpg">
<link rel="mask-icon" href="/bot-icon-29.jpg" color="#9966ff">
<!-- Open Graph data -->
<meta property="og:title" content="Berline | Conversational bot">
<meta property="og:url" content="">
<meta property="og:description" content="Berline is a conversational bot which discourages you from getting infatuated over that girl.">
<meta property="og:site_name" content="Berline | Conversational bot">
<meta property="og:image" content="/bot-icon-29.jpg">
<meta name="og:locale" content="en_UK">
<meta name="fb:admins" content="">
<meta name="og:type" content="website">
<!-- Site Verifications -->
<meta name="google-site-verification" content="ACO0tfPVg0Zu470syuhjyqi1xQ8PC7slrsLzioEMrNE" />
<link rel="shortcut icon" href="/bot-icon-29.jpg" type="image/x-icon">
<link rel="icon" href="/bot-icon-29.jpg" type="image/x-icon">
<link rel="shortcut icon" href="bot-icon-29.jpg">
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" media="all" href="/css/reset.css">
<link rel="stylesheet" type="text/css" media="all" href="/css/berlinebot.css">
<link rel="stylesheet" type="text/css" media="all" href="/css/animate.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Scripts -->
<script type="text/javascript" src="/js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="/js/berline_bot_conversations.js"></script>
<script type="text/javascript" src="/js/berline_contact.js"></script>
<script type="text/javascript" src="/js/berline_chat_settings.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'xxxxxx', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="chat-container" class="container spacer animated fadeIn">
<img class="chatImg" src="/bot-icon-29.jpg" alt="Berline image">
</div>
<div id="container" class="container spacer">
<div id="about-container" class="container spacer animated fadeIn displayOff">
<div id="about-container" class="container spacer animated ">
<div class="section">
<img src="/bot-icon-29.jpg" alt="Berline image">
<h1>Berline is a conversational bot which discourages you from getting infatuated with 'that' girl.</h1>
<p>Berline was developed by <a target="_blank" title="Eunit on Github" href="https://github.com/eunit99/">Eunit</a> because he believes that <b>infatuation</b> is a foolish and unreasoned love. </p>
<p class="highlight">Eunit believes that <b>no girl</b> deserves to be <b>infatuated with</b>.</p>
</div>
<h1>About the developer</h1>
<p>Emmanuel Uchenna, popularly known as Eunit is a web developer from Nigeria. He is a programming nerd who loves and savvies everything relating to science and technology.</p>
<p>He is an enthusiastic learner and coder, hence, he can be found coding in his free time.</p>
<p>He currently work under <a href="#" title="Eunit Designs Inc" class="link">Eunit Designs Inc.</a> — where he is the lead developer.</p>
<p>If he is not coding or programming, he will be found reading his anatomical books.</p>
</div>
<div class="section">
<h1>Get in touch with Berline</h1>
<div><a href="https://facebook.com/berline" class="big-link">https://facebook.com/berlinebot</a></div>
<div><a href="https://www.twitter.com/berline_bot" class="big-link">https://www.twitter.com/berline_bot</a></div>
<div><a href="mailto:[email protected]" class="big-link">[email protected]</a></div>
</div>
</div>
<div id="menu">
<ul>
<li id="chat" class="active">
<a href="#chat-container" onclick="chat()">
<i class="fa fa-comments-o"></i>
Chat
</a>
</li>
<li id="about">
<a href="#about-container" onclick="about()">
<i class="fa fa-info-circle"></i>
About
</a>
</li>
<li id="mail">
<a href="#" onclick="mail()">
<i class="fa fa-envelope-o"></i> Mail
</a>
</li>
</ul>
</div>
</body>
</html>