2013-06-24 02:17:08 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
2013-09-24 18:43:16 +02:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2015-10-06 13:35:39 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
2015-01-23 20:34:52 +01:00
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
2013-06-24 02:17:08 +02:00
< meta name = "description" content = "" >
< meta name = "author" content = "" >
2014-03-25 08:30:04 +01:00
< link rel = "icon" href = "../../favicon.ico" >
2013-06-24 02:17:08 +02:00
2013-07-21 08:17:01 +02:00
< title > Narrow Jumbotron Template for Bootstrap< / title >
2013-06-24 02:17:08 +02:00
<!-- Bootstrap core CSS -->
2014-01-01 15:29:13 +01:00
< link href = "../../dist/css/bootstrap.min.css" rel = "stylesheet" >
2013-06-24 02:17:08 +02:00
<!-- Custom styles for this template -->
2014-12-04 10:05:43 +01:00
< link href = "narrow-jumbotron.css" rel = "stylesheet" >
2013-06-24 02:17:08 +02:00
< / head >
< body >
2013-08-18 05:33:52 +02:00
< div class = "container" >
2015-02-25 01:43:07 +01:00
< div class = "header clearfix" >
2014-10-30 17:45:33 +01:00
< nav >
< ul class = "nav nav-pills pull-right" >
2014-12-04 10:10:26 +01:00
< li class = "nav-item active" >
< a class = "nav-link" 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 >
2014-10-30 17:45:33 +01:00
< / ul >
< / nav >
2013-06-24 02:17:08 +02:00
< h3 class = "text-muted" > Project name< / h3 >
< / div >
< div class = "jumbotron" >
2015-09-07 00:01:41 +02:00
< h1 class = "display-3" > Jumbotron heading< / h1 >
2013-06-24 02:17:08 +02:00
< 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 >
2013-08-24 17:32:23 +02:00
< p > < a class = "btn btn-lg btn-success" href = "#" role = "button" > Sign up today< / a > < / p >
2013-06-24 02:17:08 +02:00
< / div >
< 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 >
< 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 >
< div class = "col-lg-6" >
< h4 > Subheading< / h4 >
< p > Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.< / p >
< 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 >
< / div >
2014-10-29 21:07:13 +01:00
< footer class = "footer" >
2014-01-07 01:05:24 +01:00
< p > © Company 2014< / p >
2014-10-29 21:07:13 +01:00
< / footer >
2013-06-24 02:17:08 +02:00
< / div > <!-- /container -->
2013-07-27 05:42:47 +02:00
2013-08-17 21:32:11 +02:00
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
2015-09-06 11:16:01 +02:00
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
< script src = "../../assets/js/ie10-viewport-bug-workaround.js" > < / script >
2013-06-24 02:17:08 +02:00
< / body >
< / html >