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" >
2014-01-19 13:27:17 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
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 -->
2013-07-21 08:30:08 +02:00
< link href = "jumbotron-narrow.css" rel = "stylesheet" >
2013-08-18 08:28:52 +02:00
2014-04-25 00:35:05 +02:00
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
2014-01-01 15:29:13 +01:00
<!-- [if lt IE 9]><script src="../../assets/js/ie8 - responsive - file - warning.js"></script><![endif] -->
2014-04-25 00:35:05 +02:00
< script src = "../../assets/js/ie-emulation-modes-warning.js" > < / script >
2013-10-18 03:39:03 +02:00
2014-10-23 08:11:03 +02:00
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
2013-08-18 08:28:52 +02:00
<!-- [if lt IE 9]>
2014-05-10 08:22:43 +02:00
< script src = "https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" > < / script >
2014-04-21 18:12:43 +02:00
< script src = "https://oss.maxcdn.com/respond/1.4.2/respond.min.js" > < / script >
2013-08-18 08:28:52 +02:00
<![endif]-->
2013-06-24 02:17:08 +02:00
< / head >
< body >
2013-08-18 05:33:52 +02:00
< div class = "container" >
2013-06-24 02:17:08 +02:00
< div class = "header" >
2014-07-08 04:22:00 +02:00
< ul class = "nav nav-pills pull-right" role = "tablist" >
2014-07-08 20:58:33 +02:00
< li role = "presentation" class = "active" > < a href = "#" > Home< / a > < / li >
< li role = "presentation" > < a href = "#" > About< / a > < / li >
< li role = "presentation" > < a href = "#" > Contact< / a > < / li >
2013-06-24 02:17:08 +02:00
< / ul >
< h3 class = "text-muted" > Project name< / h3 >
< / div >
< div class = "jumbotron" >
< h1 > 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 >
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
2014-07-28 02:01:34 +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 >