Merge pull request #17 from jessebot/develop

removed garbage header, and silly hate list
This commit is contained in:
JesseBot 2016-01-03 23:45:59 -08:00
commit c2f21c407e
3 changed files with 1 additions and 32 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ front_end/images/defcon23.JPG
front_end/images/swag.gif
front_end/images/newhairlolz.png
front_end/images/favicon_jessebot.ico
front_end/html_templates/hate.tpl

View file

@ -1,21 +0,0 @@
<!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/x-icon" href="/images/favicon_jessebot.ico">
<title>JesseBot.com</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap_flatdark.min.css" rel="stylesheet">
</head>
<body>
<div class="container">

View file

@ -1,11 +0,0 @@
% include('alt_header.tpl')
<h3>Definitive List of Hate:</h3>
<ul class="list-unstyled">
<ul>
<li>Poking my sides, hips, or love handles <small>(I have no idea why men do this, but many do, please stop)</small></li><br />
<li>Calling me by my gender, <font color=7CFC00>e.g. girl, girly, girlfriend, lady, woman, etc.</font></li><br />
<li>Calling me a food item or infant, <font color=7CFC00>e.g. babe, baby, bebe, honey, sweetie, sweetheart, cupcake, etc.</font></li><br />
<li>Shortening my name, <font color=7CFC00>e.g. Jess, Jes</font></li><br />
<li>Abbreviating things annoyingly, <font color=7CFC00>e.g. airp, silval</font></li><br />
</ul></ul>
% include('footer.tpl')