Skip to content
Snippets Groups Projects
Commit 98d44f5d authored by Andreas Valder's avatar Andreas Valder
Browse files

included bootstrap; header placeholder

parent 32a3bc62
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
File added
This diff is collapsed.
File added
File added
File added
static/logo.png

8.03 KiB

<!DOCTYPE html>
<html>
<head>
<title>{{ site_title }}</title>
<title>Video AG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="static/jquery.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="static/style.css">
<link rel="icon" type="image/png" href="static/favicon.png">
<meta http-equiv="content-language" content="de-DE">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="static/bootstrap/bootstrap.css" rel="stylesheet">
<script src="static/bootstrap/bootstrap.js"></script>
</head>
<body>
{%include "header.html" %}
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
......
<nav class="navbar navbar-default navbar-static-top">
<div class="container-fluid">
<div class="row">
<div class="col-xs-1">
<a href="#"><img src="/static/logo.png" style="width: 80px; padding: 5px"></a>
</div>
<div class="col-md-11">
<div class="row" style="">
<ul class="list-inline col-xs-12">
<li>
<a href="#">Vampir</a>
</li>
<li>
<a href="#">Youtube</a>
</li>
<li>
<a href="#">Fachschaft</a>
</li>
<li>
<a href="#">Facebook</a>
</li>
<li>
<a href="#">Twitter</a>
</li>
</ul>
</div>
<div class="row">
<div class="col-md-7">
<ul class="nav nav-pills">
<li>
<a href="#"><span class="glyphicon glyphicon-home"></span> Home</a>
</li>
<li>
<a href="#"><span class="glyphicon glyphicon-film"></span> Videos</a>
</li>
<li>
<a href="#">Mitmachen</a>
</li>
</ul>
</div>
<div class="col-md-4">
<span class=""><input class="form-control" type="text" placeholder="Search">
</div>
<div class="col-md-1">
<span class=""><button class="btn btn-default" type="submit">Submit</button>
</div>
</div>
</div>
</div>
</div>
</nav>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment