|
11 | 11 | margin: 0; |
12 | 12 | } |
13 | 13 | /* minor fallback styling for when loaded without an internet connection */ |
14 | | - .panel, .jumbotron, .well { |
| 14 | + .card, .jumbotron { |
15 | 15 | margin-bottom: 20px; |
16 | 16 | } |
17 | 17 | td, th { |
|
315 | 315 | <div class="col-md-12"> |
316 | 316 | <section class="jumbotron text-center"> |
317 | 317 | <a href="https://www.drupalvm.com/"><img src="http://docs.drupalvm.com/en/latest/images/drupal-vm-logo.png" alt="Drupal VM" title="Welcome to Drupal VM" class="img-responsive center-block"></a> |
318 | | - <p><a href="https://github.com/geerlingguy/drupal-vm">Drupal VM</a> is a VM for local Drupal development, built with Vagrant + Ansible.</p> |
| 318 | + <p class="lead"><a href="https://github.com/geerlingguy/drupal-vm">Drupal VM</a> is a VM for local Drupal development, built with Vagrant + Ansible.</p> |
319 | 319 | <p><small>Machine name: <strong>{{ vagrant_machine_name }}</strong></small></p> |
320 | 320 | <p><a class="btn btn-primary btn-lg" href="http://docs.drupalvm.com/en/latest/" role="button">Read the documentation</a></p> |
321 | 321 | </section> |
|
324 | 324 |
|
325 | 325 | <div class="row"> |
326 | 326 | <div class="col-md-9"> |
327 | | - <section class="panel panel-default"> |
328 | | - <div class="panel-heading">Your sites</div> |
329 | | - <div class="panel-body"> |
| 327 | + <section class="card"> |
| 328 | + <div class="card-header">Your sites</div> |
| 329 | + <div class="card-body"> |
330 | 330 | {{ sectionSiteList() }} |
331 | 331 | </div> |
332 | 332 | </section> |
333 | 333 | </div> |
334 | 334 |
|
335 | 335 | <div class="col-md-3"> |
336 | | - <section class="panel panel-default"> |
337 | | - <div class="panel-heading"> {{ SectionDatabaseListLabel() }}</div> |
338 | | - <div class="panel-body"> |
| 336 | + <section class="card"> |
| 337 | + <div class="card-header"> {{ SectionDatabaseListLabel() }}</div> |
| 338 | + <div class="card-body"> |
339 | 339 | {{ sectionDatabaseList() }} |
340 | 340 |
|
341 | 341 | {{ sectionDatabaseUserList() }} |
|
346 | 346 |
|
347 | 347 | <div class="row"> |
348 | 348 | <div class="col-md-3"> |
349 | | - <section class="panel panel-default"> |
350 | | - <div class="panel-heading">PHP information</div> |
351 | | - <div class="panel-body"> |
| 349 | + <section class="card"> |
| 350 | + <div class="card-header">PHP information</div> |
| 351 | + <div class="card-body"> |
352 | 352 | {{ sectionPhpInformation() }} |
353 | 353 | </div> |
354 | 354 | </section> |
355 | 355 | </div> |
356 | 356 |
|
357 | 357 | <div class="col-md-6"> |
358 | | - <section class="panel panel-default"> |
359 | | - <div class="panel-heading">MySQL connection information</div> |
360 | | - <div class="panel-body"> |
| 358 | + <section class="card"> |
| 359 | + <div class="card-header">MySQL connection information</div> |
| 360 | + <div class="card-body"> |
361 | 361 | {{ sectionDatabaseConnection() }} |
362 | 362 | </div> |
363 | 363 | </section> |
364 | 364 | </div> |
365 | 365 |
|
366 | 366 | <div class="col-md-3"> |
367 | | - <section class="panel panel-default"> |
368 | | - <div class="panel-heading">Development tools</div> |
369 | | - <div class="panel-body"> |
| 367 | + <section class="card"> |
| 368 | + <div class="card-header">Development tools</div> |
| 369 | + <div class="card-body"> |
370 | 370 | {{ sectionDevelopmentTools() }} |
371 | 371 | </div> |
372 | 372 | </section> |
373 | | - </div> |
| 373 | + </div> |
374 | 374 | </div> |
375 | 375 |
|
376 | 376 | <div class="row"> |
377 | 377 | <div class="col-md-12"> |
378 | | - <section class="panel panel-default"> |
379 | | - <div class="panel-heading">/etc/hosts</div> |
380 | | - <div class="panel-body"> |
381 | | - <section class="well small"> |
| 378 | + <section class="card"> |
| 379 | + <div class="card-header">/etc/hosts</div> |
| 380 | + <div class="card-body"> |
| 381 | + <section class="card small"> |
382 | 382 | {{ sectionHost() }} |
383 | 383 | </section> |
384 | 384 | <small>Unless you're using the <a href="https://github.com/cogitatio/vagrant-hostsupdater" target="_blank">vagrant-hostsupdater</a> or <a href="https://github.com/smdahlen/vagrant-hostmanager" target="_blank">vagrant-hostmanager</a> plugin, add the lines above to your host machine's hosts file.</small> |
|
388 | 388 | </div> |
389 | 389 | </div> |
390 | 390 |
|
391 | | - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> |
| 391 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
392 | 392 | </body> |
393 | 393 | </html> |
0 commit comments