-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (73 loc) · 3.17 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
<!doctype html>
<html lang="en-US">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Custom Css -->
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- Ionic icons -->
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<title>Cricketinator-1000</title>
</head>
<body>
<!-- N A V B A R -->
<nav class="navbar navbar-default navbar-expand-lg fixed-top custom-navbar">
<img src="images/logo.png" class="img-fluid nav-logo-mobile" alt="Company Logo">
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<div class="container">
<img src="images/logo.png" class="img-fluid nav-logo-desktop" alt="Company Logo">
</div>
</div>
</nav>
<!-- E N D N A V B A R -->
<!-- MAIN -->
<section id="hero">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-5">
<iframe style="border:3px solid lightblue;
allow="microphone;"
width="400"
height="550"
src="https://console.dialogflow.com/api-client/demo/embedded/8648a549-d892-424a-a2f7-d01d459cec7d">
</iframe>
<a class="btn btn-regular" onClick="history.go(0)"><b>Refresh</b></a>
</div>
<div class="col-md-7 content-box hero-content">
<span>Cricketinator-1000 </span>
<h1>Chatbot for Looking Up<b><br>Cricket Knowledge</b></h1>
<p>Ask Cricketinator a question to get started.</p>
</div>
</div>
</div>
</section>
<!-- E N D MAIN -->
<!-- F O O T E R -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>Made By</h5>
<p>Ushira Karunasena</p>
<p>Chamin Kahandawaarachchi</p>
<p>Nadun Kulatunge</p>
<p>Gaya Sri Thamel</p>
</div>
</div>
<div class="divider"></div>
</div>
</footer>
<!-- E N D F O O T E R -->
<!-- External JavaScripts -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>