adding simple hero with Bootstrap Jumbotron

This commit is contained in:
Holger Koenemann 2014-12-11 18:06:34 +01:00
parent 5bb0d0473a
commit c39fc756a4
3 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<nav class="site-navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">

5
hero.php Normal file
View File

@ -0,0 +1,5 @@
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
</div>

View File

@ -13,6 +13,8 @@
get_header(); ?>
<?php get_template_part('hero'); ?>
<div class="wrapper" id="index-wrapper">
<div class="container">