32 lines
2.3 KiB
HTML
32 lines
2.3 KiB
HTML
{% extends 'base.html' %}
|
|
|
|
{% block htmltitle %}Homepage{% endblock %}
|
|
|
|
{% block content%}
|
|
<div class="container-fluid" style="background: url(https://m2.behance.net/rendition/pm/26810225/disp/cd6290c1a0fd814decf7fbafc0cbca4a.gif) fixed; background-size: cover;">
|
|
<div class="jumbotron container animated zoomInDown" style="margin-top: 0; text-align: center; background-color: transparent; color: white; padding-bottom: 0; margin-bottom: 0;">
|
|
<img src="http://placehold.it/230x230"/>
|
|
<h1 style="margin-bottom: 15px;">Hello, world!</h1>
|
|
<p>Some random subtitle</p>
|
|
<p>V</p>
|
|
</div>
|
|
</div>
|
|
<div class="container-fluid" style="background-color: #232323">
|
|
<div class="container" style="text-align: center; margin-top: 35px; margin-bottom: 35px; color: white; font-size: 17px;">
|
|
<p>Bacon ipsum dolor amet pork chop biltong venison pork belly, pig meatball kevin cow ham pancetta pork fatback doner flank. Flank turducken swine leberkas andouille, tongue ball tip cow chicken ham hock sausage. Ball tip swine tri-tip salami turkey beef ribs doner pancetta shankle pork chop prosciutto. Spare ribs biltong pork loin, flank beef leberkas ribeye t-bone alcatra ball tip. Pork rump sausage capicola, beef ribs pancetta drumstick doner. Kielbasa fatback turducken turkey jowl strip steak. Landjaeger andouille t-bone, bacon cupim prosciutto short ribs.</p>
|
|
<p>Doner turducken bacon tail ham hock. Cow corned beef shankle pork chop frankfurter turducken. Pig ball tip tri-tip, meatloaf filet mignon cow andouille cupim swine pork corned beef sausage spare ribs chuck. Beef jowl bacon shank capicola. Kevin turkey ground round pork loin t-bone. Tri-tip turducken ham, short ribs prosciutto kevin pork loin fatback doner pig kielbasa tenderloin.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid" style="background: url(http://catesmechanical.com/images/blueprint-background1.jpg) fixed;">
|
|
<div class="container" style="text-align: center; margin-top: 35px; margin-bottom: 35px;">
|
|
<div class="panel panel-default">
|
|
<div class="panel-body row" style="font-size: 16px;">
|
|
<div class="col-xs-4">
|
|
<p>things</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|