-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
20,885 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/*! | ||
* Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale) | ||
* Copyright 2013-2016 Start Bootstrap | ||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) | ||
*/ | ||
function collapseNavbar() { | ||
if ($(".navbar").offset().top > 50) { | ||
$(".navbar-fixed-top").addClass("top-nav-collapse"); | ||
} else { | ||
$(".navbar-fixed-top").removeClass("top-nav-collapse"); | ||
} | ||
} | ||
$(window).scroll(collapseNavbar); | ||
$(document).ready(collapseNavbar); | ||
$(function() { | ||
$('a.page-scroll').bind('click', function(event) { | ||
var $anchor = $(this); | ||
$('html, body').stop().animate({ | ||
scrollTop: $($anchor.attr('href')).offset().top | ||
}, 1500, 'easeInOutExpo'); | ||
event.preventDefault(); | ||
}); | ||
}); | ||
$('.navbar-collapse ul li a').click(function() { | ||
$(".navbar-collapse").collapse('hide'); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<!-- <link rel="icon" type="image/png" href="img/temp-logo.png"/> --> | ||
|
||
<title>League Voice</title> | ||
|
||
<link href = "vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href = "vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href = "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | ||
<link href = "https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||
<link rel = "stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link href = "styles.css" rel="stylesheet" type="text/css"> | ||
|
||
</head> | ||
|
||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> | ||
|
||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> | ||
Menu <i class="fa fa-bars"></i> | ||
</button> | ||
</div> | ||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a class="page-scroll" href="#about">About</a></li> | ||
<li><a class="page-scroll" href="#schedule">Demo</a></li> | ||
<li><a class="page-scroll" href="#connect">Connect</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<header class="intro"> | ||
<div class="intro-body"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2"> | ||
|
||
<h2 style="font-size: 50px !important; font-family: 'Raleway', sans-serif;">League Voice</h2> | ||
<p class="" style = "font-family: 'Raleway'; padding-bottom: 20px; padding-top: 10px; font-size: 18px">Improving gameplay through data retrieval and monitoring</p> | ||
|
||
<a class="btn btn-default btn-lg" href="https://discord.gg/WV4Y7Fg" target="_blank"></i><span class="network-name">Discord</span></a> | ||
<a class="btn btn-default btn-lg" href="https://github.com/LeagueVoice/LeagueVoice" target="_blank"></i><span class="network-name"> GitHub </span></a> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<section id="about" class="container content-section text-center"> | ||
<div class="row"> | ||
<h3 style = "padding-bottom: 20px">About</h3> | ||
<div class="col-lg-8 col-lg-offset-2" style = "font-family:'Raleway'"> | ||
<p style = "font-size: 16px">League Voice is a Google Assistant reference tool that would consolidate frequently-referenced info that's both provided by endpoints (ie. champ winrate, build order, runes) and not (ie. champ ability damage per skill rank). We provide support for many utterances with the use case of cutting out navigating to sites like op.gg and the lolwikia before or during a match.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="schedule" class="content-section text-center"> | ||
<div class="download-section"> | ||
<div class = "container"> | ||
<h3 style = "padding-bottom: 40px">Demo</h3> | ||
<div class="row"> | ||
<div class = "col-lg-4 col-lg-offset-2" style = "margin-bottom: 40px"> | ||
<iframe | ||
width="350" | ||
height="430" | ||
src="https://console.dialogflow.com/api-client/demo/embedded/c1807ef5-ad9a-44b9-98c2-c6cb11b76a45"> | ||
</iframe> | ||
</div> | ||
<div class = "col-lg-4"> | ||
<h3>Test Utterances:</h3> | ||
<hr> | ||
<p>“I’m playing mid. Who should I play?”</p> | ||
<p>“What is Annie’s passive?”</p> | ||
<p>“What is the cooldown on Annie’s Q?”</p> | ||
<p>“Tell me about Annie”</p> | ||
<p>“Annie just flashed”</p> | ||
<p>“Give me an item suggestion”</p> | ||
<p>“Give me some advice”</p> | ||
<p>“When is Annie’s flash up?”</p> | ||
<p>“Remind me to not pick into Annie.”</p> | ||
<p>“Enemy team just took dragon, remind me 1 minute before”</p> | ||
<p>“What champion should I play?”</p> | ||
<p>“Who should I ban?”</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="connect" class="container content-section text-center" style = "padding-bottom: 90px"> | ||
<div class="row"> | ||
<h3 style = "padding-bottom: 20px">Connect</h3> | ||
<div class="col-lg-8 col-lg-offset-2" style = "font-family:'Raleway'"> | ||
<a class="btn btn-default btn-lg" href="https://discord.gg/WV4Y7Fg" target="_blank"></i><span class="network-name">Discord</span></a> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer> | ||
<div class="container text-center"> | ||
<p class="" style = "font-family: 'Raleway'; font-size:14px">Copyright 2017 © League Voice</p> | ||
</div> | ||
</footer> | ||
|
||
<script src="vendor/jquery/jquery.js"></script> | ||
<script src = "bootstrap.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.