|
100 | 100 | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> |
101 | 101 | </body> |
102 | 102 | </html> |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | +<!DOCTYPE html> |
| 108 | +<html lang="en"> |
| 109 | +<head> |
| 110 | + <meta charset="utf-8"> |
| 111 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 112 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 113 | + <meta name="description" content=""> |
| 114 | + <meta name="author" content=""> |
| 115 | + <link rel="icon" href="../../favicon.ico"> |
| 116 | + |
| 117 | + <title>Jumbotron Template for Bootstrap</title> |
| 118 | + |
| 119 | + |
| 120 | + <!-- Custom styles for this template --> |
| 121 | + <link href="jumbotron.css" rel="stylesheet"> |
| 122 | + |
| 123 | + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 124 | + <!--[if lt IE 9]> |
| 125 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 126 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 127 | + <![endif]--> |
| 128 | +</head> |
| 129 | + |
| 130 | +<body> |
| 131 | +<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
| 132 | + <div class="container"> |
| 133 | + <div class="navbar-header"> |
| 134 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
| 135 | + <span class="sr-only">Toggle navigation</span> |
| 136 | + <span class="icon-bar"></span> |
| 137 | + <span class="icon-bar"></span> |
| 138 | + <span class="icon-bar"></span> |
| 139 | + </button> |
| 140 | + <a class="navbar-brand" href="#">Devops-training</a> |
| 141 | + </div> |
| 142 | + <div class="navbar-collapse collapse"> |
| 143 | + <form class="navbar-form navbar-right" role="form"> |
| 144 | + <div class="form-group"> |
| 145 | + <input type="text" placeholder="Email" class="form-control"> |
| 146 | + </div> |
| 147 | + <div class="form-group"> |
| 148 | + <input type="password" placeholder="Password" class="form-control"> |
| 149 | + </div> |
| 150 | + <button type="submit" class="btn btn-success">Sign in</button> |
| 151 | + </form> |
| 152 | + </div><!--/.navbar-collapse --> |
| 153 | + </div> |
| 154 | +</div> |
| 155 | + |
| 156 | +<!-- Main jumbotron for a primary marketing message or call to action --> |
| 157 | +<div class="jumbotron"> |
| 158 | + <div class="container"> |
| 159 | + <h1>Hello</h1> |
| 160 | + <p>This is from Dev Environment </p> |
| 161 | + <p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p> |
| 162 | + </div> |
| 163 | +</div> |
| 164 | + |
| 165 | +<div class="container"> |
| 166 | + <!-- Example row of columns --> |
| 167 | + <div class="row"> |
| 168 | + <div class="col-md-4"> |
| 169 | + <h2>Devops</h2> |
| 170 | + <p>DevOps is the combination of cultural philosophies, practices, and tools that increases an organization's ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.</p> |
| 171 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 172 | + </div> |
| 173 | + </div> |
| 174 | + <div class="row"> |
| 175 | + <div class="col-md-4"> |
| 176 | + <h2>Jenkins</h2> |
| 177 | + <p>Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery</p> |
| 178 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 179 | + </div> |
| 180 | + <div class="col-md-4"> |
| 181 | + <h2>Maven</h2> |
| 182 | + <p>Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.</p> |
| 183 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 184 | + </div> |
| 185 | +<!-- <div class="col-md-4"> |
| 186 | + <h2>Docker</h2> |
| 187 | + <p>Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels</p> |
| 188 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 189 | + </div> --> |
| 190 | + </div> |
| 191 | + |
| 192 | + <hr> |
| 193 | + |
| 194 | + <footer> |
| 195 | + <p>© Company 2014</p> |
| 196 | + </footer> |
| 197 | +</div> <!-- /container --> |
| 198 | + |
| 199 | + |
| 200 | +<!-- Bootstrap core JavaScript |
| 201 | +================================================== --> |
| 202 | +<!-- Placed at the end of the document so the pages load faster --> |
| 203 | +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
| 204 | +<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
| 205 | +<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
| 206 | +<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> |
| 207 | +</body> |
| 208 | +</html> |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | +<!DOCTYPE html> |
| 213 | +<html lang="en"> |
| 214 | +<head> |
| 215 | + <meta charset="utf-8"> |
| 216 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 217 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 218 | + <meta name="description" content=""> |
| 219 | + <meta name="author" content=""> |
| 220 | + <link rel="icon" href="../../favicon.ico"> |
| 221 | + |
| 222 | + <title>Jumbotron Template for Bootstrap</title> |
| 223 | + |
| 224 | + |
| 225 | + <!-- Custom styles for this template --> |
| 226 | + <link href="jumbotron.css" rel="stylesheet"> |
| 227 | + |
| 228 | + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 229 | + <!--[if lt IE 9]> |
| 230 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 231 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 232 | + <![endif]--> |
| 233 | +</head> |
| 234 | + |
| 235 | +<body> |
| 236 | +<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
| 237 | + <div class="container"> |
| 238 | + <div class="navbar-header"> |
| 239 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
| 240 | + <span class="sr-only">Toggle navigation</span> |
| 241 | + <span class="icon-bar"></span> |
| 242 | + <span class="icon-bar"></span> |
| 243 | + <span class="icon-bar"></span> |
| 244 | + </button> |
| 245 | + <a class="navbar-brand" href="#">Devops-training</a> |
| 246 | + </div> |
| 247 | + <div class="navbar-collapse collapse"> |
| 248 | + <form class="navbar-form navbar-right" role="form"> |
| 249 | + <div class="form-group"> |
| 250 | + <input type="text" placeholder="Email" class="form-control"> |
| 251 | + </div> |
| 252 | + <div class="form-group"> |
| 253 | + <input type="password" placeholder="Password" class="form-control"> |
| 254 | + </div> |
| 255 | + <button type="submit" class="btn btn-success">Sign in</button> |
| 256 | + </form> |
| 257 | + </div><!--/.navbar-collapse --> |
| 258 | + </div> |
| 259 | +</div> |
| 260 | + |
| 261 | +<!-- Main jumbotron for a primary marketing message or call to action --> |
| 262 | +<div class="jumbotron"> |
| 263 | + <div class="container"> |
| 264 | + <h1>Hello</h1> |
| 265 | + <p>This is from Dev Environment </p> |
| 266 | + <p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p> |
| 267 | + </div> |
| 268 | +</div> |
| 269 | + |
| 270 | +<div class="container"> |
| 271 | + <!-- Example row of columns --> |
| 272 | + <div class="row"> |
| 273 | + <div class="col-md-4"> |
| 274 | + <h2>Devops</h2> |
| 275 | + <p>DevOps is the combination of cultural philosophies, practices, and tools that increases an organization's ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.</p> |
| 276 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 277 | + </div> |
| 278 | + </div> |
| 279 | + <div class="row"> |
| 280 | + <div class="col-md-4"> |
| 281 | + <h2>Jenkins</h2> |
| 282 | + <p>Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery</p> |
| 283 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 284 | + </div> |
| 285 | + <div class="col-md-4"> |
| 286 | + <h2>Maven</h2> |
| 287 | + <p>Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.</p> |
| 288 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 289 | + </div> |
| 290 | +<!-- <div class="col-md-4"> |
| 291 | + <h2>Docker</h2> |
| 292 | + <p>Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels</p> |
| 293 | + <p><a class="btn btn-default" href="#" role="button">View details »</a></p> |
| 294 | + </div> --> |
| 295 | + </div> |
| 296 | + |
| 297 | + <hr> |
| 298 | + |
| 299 | + <footer> |
| 300 | + <p>© Company 2014</p> |
| 301 | + </footer> |
| 302 | +</div> <!-- /container --> |
| 303 | + |
| 304 | + |
| 305 | +<!-- Bootstrap core JavaScript |
| 306 | +================================================== --> |
| 307 | +<!-- Placed at the end of the document so the pages load faster --> |
| 308 | +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
| 309 | +<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
| 310 | +<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
| 311 | +<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> |
| 312 | +</body> |
| 313 | +</html> |
| 314 | + |
0 commit comments