diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin.html | 0 | ||||
| -rw-r--r-- | templates/footer.html | 16 | ||||
| -rw-r--r-- | templates/header.html | 19 | ||||
| -rw-r--r-- | templates/index.html | 0 | ||||
| -rw-r--r-- | templates/jobs.html | 9 | ||||
| -rw-r--r-- | templates/login.html | 0 | ||||
| -rw-r--r-- | templates/navbar.html | 23 | ||||
| -rw-r--r-- | templates/register.html | 0 |
8 files changed, 0 insertions, 67 deletions
diff --git a/templates/admin.html b/templates/admin.html deleted file mode 100644 index e69de29..0000000 --- a/templates/admin.html +++ /dev/null diff --git a/templates/footer.html b/templates/footer.html deleted file mode 100644 index b62b56f..0000000 --- a/templates/footer.html +++ /dev/null @@ -1,16 +0,0 @@ - {{range .moreScripts}} - <script src="/public/{{.}}" type="text/javascript" charset="utf-8"></script> - {{end}} -<div class="footer"> - <div class="container"> - <div class="row"> - <footer> - <p id="copyright-text" align='right'> Copyright 2015 <a class="footer-a" href="//www.iamfabulous.de" title="Maximilian Möhring">Maximilian Möhring</a></p> - </footer> - </div> - </div> -</div> -<script src="//code.jquery.com/jquery-1.10.1.min.js"></script> -<script src="/static/js/bootstrap.js"></script> - </body> -</html> diff --git a/templates/header.html b/templates/header.html deleted file mode 100644 index 2875487..0000000 --- a/templates/header.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> - -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>{{.title}}</title> - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> - <!--link rel="stylesheet" type="text/css" href="/static/css/bootstrap.css"--> - <link rel="stylesheet" type="text/css" href="/static/css/style.css"> - <link rel="shortcut icon" type="image/png" href="/static/img/favicon.ico"> - {{range .moreStyles}} - <link rel="stylesheet" type="text/css" href="/public/{{.}}"> - {{end}} - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <noscript> - <style>.navbar{margin-bottom:0;}</style> - </noscript> - </head> - <body> diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index e69de29..0000000 --- a/templates/index.html +++ /dev/null diff --git a/templates/jobs.html b/templates/jobs.html deleted file mode 100644 index c0d68ac..0000000 --- a/templates/jobs.html +++ /dev/null @@ -1,9 +0,0 @@ -{{template "header.html"}} -{{template "navbar.html"}} -<form method="post" action="/new"> - <input type="text" name="Url" placeholder="domain"> - <!--input type="text" name="name" placeholder="name"> - <input type="hidden" name="private" value="0"--> - <input type="submit"> -</form> -{{template "footer.html"}} diff --git a/templates/login.html b/templates/login.html deleted file mode 100644 index e69de29..0000000 --- a/templates/login.html +++ /dev/null diff --git a/templates/navbar.html b/templates/navbar.html deleted file mode 100644 index 6cb06b6..0000000 --- a/templates/navbar.html +++ /dev/null @@ -1,23 +0,0 @@ -<nav class="navbar navbar-default navbar-custom" role="navigation"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a class="navbar-brand" href="/"><span class="glyphicon glyphicon-home"></span> Home</a> - </div> - <div class="collapse navbar-collapse" id="navbarCollapse"> - <ul class="nav navbar-nav navbar-bar-left"> - <li> - <a href="#" >About</a> - </li> - <li> - <a href="#" >Something</a> - </li> - </ul> - </div> - </div> -</nav> diff --git a/templates/register.html b/templates/register.html deleted file mode 100644 index e69de29..0000000 --- a/templates/register.html +++ /dev/null |
