2017-10-19 21:22:00 +02:00
<!doctype html>
2017-08-11 06:04:59 +02:00
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta name = "description" content = "" >
< meta name = "author" content = "" >
< link rel = "icon" href = "../../../../favicon.ico" >
< title > Narrow Jumbotron Template for Bootstrap< / title >
<!-- Bootstrap core CSS -->
2018-05-01 18:12:26 +02:00
< link href = "../../dist/css/bootstrap.min.css" rel = "stylesheet" >
2017-08-11 06:04:59 +02:00
<!-- Custom styles for this template -->
< link href = "narrow-jumbotron.css" rel = "stylesheet" >
< / head >
< body >
< div class = "container" >
2017-10-19 21:22:00 +02:00
< header class = "header clearfix" >
2017-08-11 06:04:59 +02:00
< nav >
< ul class = "nav nav-pills float-right" >
< li class = "nav-item" >
< a class = "nav-link active" href = "#" > Home < span class = "sr-only" > (current)< / span > < / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" > About< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" > Contact< / a >
< / li >
< / ul >
< / nav >
< h3 class = "text-muted" > Project name< / h3 >
2017-10-19 21:22:00 +02:00
< / header >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< main role = "main" >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< div class = "jumbotron" >
< h1 class = "display-3" > Jumbotron heading< / h1 >
< p class = "lead" > Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.< / p >
< p > < a class = "btn btn-lg btn-success" href = "#" role = "button" > Sign up today< / a > < / p >
< / div >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< div class = "row marketing" >
< div class = "col-lg-6" >
< h4 > Subheading< / h4 >
< p > Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.< / p >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< h4 > Subheading< / h4 >
< p > Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.< / p >
< h4 > Subheading< / h4 >
< p > Maecenas sed diam eget risus varius blandit sit amet non magna.< / p >
< / div >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< div class = "col-lg-6" >
< h4 > Subheading< / h4 >
< p > Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.< / p >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< h4 > Subheading< / h4 >
< p > Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.< / p >
2017-08-11 06:04:59 +02:00
2017-10-19 21:22:00 +02:00
< h4 > Subheading< / h4 >
< p > Maecenas sed diam eget risus varius blandit sit amet non magna.< / p >
< / div >
2017-08-11 06:04:59 +02:00
< / div >
2017-10-19 21:22:00 +02:00
< / main >
2017-08-11 06:04:59 +02:00
< footer class = "footer" >
< p > © Company 2017< / p >
< / footer >
< / div > <!-- /container -->
< / body >
< / html >