-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (59 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Frc Bot</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">FRC Bot</h1>
<h2 class="project-tagline">A FIRST Robotics Messenger Chatbot</h2>
<a href="https://github.com/FRC-Bot/FRCBot-ChatBot" class="btn">View on GitHub</a>
<a href="https://m.me/1720100184932287" class="btn">Chat on Messenger</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-the-official-website-of-frc-bot" class="anchor" href="#welcome-to-the-official-website-of-frc-bot" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to the official website of FRC Bot!</h3>
<p>FRC bot is a FIRST Robotics Data Chatbot for Facebook Messenger.</p>
<p>You can ask the bot to give you informations about</p>
<p>A team webiste</p>
<p>The location of a team</p>
<p>The nickname of a team</p>
<p>The next match time for a team</p>
<p>The stats of a team in their current event</p>
<p>Click on this button to talk with FRC Bot on Facebook Messenger:</p>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId: "APP_ID",
xfbml: true,
version: "v2.6"
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) { return; }
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-messengermessageus"
messenger_app_id="869655833140380"
page_id="1720100184932287"
color="blue"
size="standard" >
</div>
<p>If you would like to add commands or change my code, you can visit my github project by clicking <a href="https://github.com/FRC-Bot/FRCBot-ChatBot">here.</a></p>
</section>
</body>
<footer>
<p style="text-align: center;">Made using <a href="http://www.thebluealliance.com/apidocs">The Blue Alliance API</a></p>
</footer>
</html>