calexil/BansheeBot

View on GitHub
public/index.html~

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=UTF-8>
<meta name=description content="App page for the discord bot bansheebot">
<meta name=keywords content="bansheebot discord bot calexil twitch">
<link rel="shortcut icon" href="images/icon.png">
<link rel=canonical href="https://bansheebot.herokuapp.com/"/>
<title>BansheeBot</title>
<style>@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display:400,400i');body,
html{font-family:'Open Sans', sans-serif;position:relative;overflow:hidden;height:100%;margin:0;}
#text{transform:translateY(-50%);text-align:center;position:relative;top:50%;}
h1{font-family:'Playfair Display', serif;font-weight:normal;font-size:200%;}</style>
</head>
<body>
<div id=text>
<h1>Hello, I'm <i>BansheeBot</i>.</h1>
<div id=icon>
<img src="images/icon.png" alt=icon>
</div>
<p>
<a href="https://www.codefactor.io/repository/github/calexil/bansheebot"><img src="https://www.codefactor.io/repository/github/calexil/bansheebot/badge" alt=CodeFactor></a>
<a href="https://bansheebot.herokuapp.com/"><img src="https://img.shields.io/badge/Heroku-Deployed-8460aa.svg" alt=icon></a>
<a href="https://travis-ci.org/calexil/BansheeBot"><img src="https://api.travis-ci.org/calexil/BansheeBot.svg?branch=master" alt="Build Status"></a>
<a href="https://codeclimate.com/github/calexil/BansheeBot/maintainability"><img src="https://api.codeclimate.com/v1/badges/5cea1da12f8d344b472f/maintainability" alt=Maintainability></a>
<a href="https://github.com/calexil/BansheeBot/issues"><img src="https://img.shields.io/github/issues/calexil/BansheeBot.svg" alt="GitHub issues"></a>
</p>
<p>I'm a dumb bot written by <a href="https://github.com/calexil"><b>Calexil</b></a> and <a href="https://github.com/TimboKZ"><b>TimboKZ</b></a>
<br/>I display the song you are currently playing in <a href="https://banshee.fm"><b>Banshee Media Player</b></a> or <a href="https://wiki.gnome.org/Apps/Rhythmbox"><b>Rhythmbox</b></a> in your discord server.
<br/>You can read more about me on <a href="https://github.com/calexil/BansheeBot"><b>my GitHub page</b></a>.</p>
</p>
</div>
</body>
</html>