mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-05-05 00:03:47 +03:00
65 lines
2.2 KiB
HTML
65 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>Material Design for Bootstrap</title>
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
|
|
<!-- Google Fonts Roboto -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" href="../css/bootstrap.min.css">
|
|
<!-- Material Design Bootstrap -->
|
|
<link rel="stylesheet" href="../css/mdb.min.css">
|
|
<!-- Your custom styles (optional) -->
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container my-5 z-depth-1">
|
|
|
|
|
|
<!--Section: Content-->
|
|
<section class="dark-grey-text">
|
|
|
|
<div class="row pr-lg-5">
|
|
<div class="col-md-7 mb-2 mt-4">
|
|
|
|
<div class="view">
|
|
<img src="https://github.com/BradleyAPierce/ICW-Videos-Images/blob/main/DM_3_Circles.png?raw=true" class="img-fluid" alt="ICW Icon">
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-md-5 d-flex align-items-center">
|
|
<div>
|
|
|
|
<h3 class="font-weight-bold mb-4">Maturity Level 0</h3>
|
|
|
|
<p>This is a placeholder for an interactive .html embedded web page hosted from GitHub. Please visit the other learning content in this app. Or use the button below to visit the DX Playbook.</p>
|
|
|
|
<button type="button" class="btn btn-primary btn-rounded mx-0">DX Playbook</button>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
<!--Section: Content-->
|
|
|
|
|
|
</div>
|
|
<!-- jQuery -->
|
|
<script type="text/javascript" src="../js/jquery.min.js"></script>
|
|
<!-- Bootstrap tooltips -->
|
|
<script type="text/javascript" src="../js/popper.min.js"></script>
|
|
<!-- Bootstrap core JavaScript -->
|
|
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
|
|
<!-- MDB core JavaScript -->
|
|
<script type="text/javascript" src="../js/mdb.min.js"></script>
|
|
<!-- Your custom scripts -->
|
|
<script type="text/javascript" src="js/script.js"></script>
|
|
</body>
|
|
</html>
|
|
|