Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / examples / cover / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1">
7     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8     <meta name="description" content="">
9     <meta name="author" content="">
10     <link rel="icon" href="../../favicon.ico">
11
12     <title>Cover Template for Bootstrap</title>
13
14     <!-- Bootstrap core CSS -->
15     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
16
17     <!-- Custom styles for this template -->
18     <link href="cover.css" rel="stylesheet">
19
20     <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
21     <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
22     <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
23
24     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
25     <!--[if lt IE 9]>
26       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
27       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
28     <![endif]-->
29   </head>
30
31   <body>
32
33     <div class="site-wrapper">
34
35       <div class="site-wrapper-inner">
36
37         <div class="cover-container">
38
39           <div class="masthead clearfix">
40             <div class="inner">
41               <h3 class="masthead-brand">Cover</h3>
42               <nav>
43                 <ul class="nav masthead-nav">
44                   <li class="active"><a href="#">Home</a></li>
45                   <li><a href="#">Features</a></li>
46                   <li><a href="#">Contact</a></li>
47                 </ul>
48               </nav>
49             </div>
50           </div>
51
52           <div class="inner cover">
53             <h1 class="cover-heading">Cover your page.</h1>
54             <p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
55             <p class="lead">
56               <a href="#" class="btn btn-lg btn-default">Learn more</a>
57             </p>
58           </div>
59
60           <div class="mastfoot">
61             <div class="inner">
62               <p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
63             </div>
64           </div>
65
66         </div>
67
68       </div>
69
70     </div>
71
72     <!-- Bootstrap core JavaScript
73     ================================================== -->
74     <!-- Placed at the end of the document so the pages load faster -->
75     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
76     <script src="../../dist/js/bootstrap.min.js"></script>
77     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
78     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
79   </body>
80 </html>