|
| 1 | +<div class="row flex-xl-nowrap"> |
| 2 | + <main class="col-12 col-md-12 col-xl-12 pl-md-12" role="main"> |
| 3 | + <div class="bg-light p-5 rounded"> |
| 4 | + <h1>Solution Architecture Documentation</h1> |
| 5 | + <p class="lead"> |
| 6 | + This Microsite contains the documentation for system X |
| 7 | + </p> |
| 8 | + <p>Insert an introduction here</p> |
| 9 | + <p>This is the landing page of your project documentation. |
| 10 | + It is plain HTML with twitter <a href="https://getbootstrap.com/">bootstrap</a> pre-installed to give you all the flexibility you need to create a nice and appealing landing page for your project.<br /> |
| 11 | + Use ist to describe to your customers the main benefits and features of your project to make them curious and read on. |
| 12 | + </p> |
| 13 | + </div> |
| 14 | + |
| 15 | + <div class="row row-cols-1 row-cols-md-3 mb-3 text-center"> |
| 16 | + <div class="col"> |
| 17 | + <div class="card mb-4 shadow-sm"> |
| 18 | + <div class="card-header"> |
| 19 | + <h4 class="my-0 fw-normal">Feature One</h4> |
| 20 | + </div> |
| 21 | + <div class="card-body"> |
| 22 | + Write a teaser for this feature here. |
| 23 | + </div> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + <div class="col"> |
| 27 | + <div class="card mb-4 shadow-sm"> |
| 28 | + <div class="card-header"> |
| 29 | + <h4 class="my-0 fw-normal">Feature Two</h4> |
| 30 | + </div> |
| 31 | + <div class="card-body"> |
| 32 | + Write a teaser for this feature here. |
| 33 | + </div> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + <div class="col"> |
| 37 | + <div class="card mb-4 shadow-sm"> |
| 38 | + <div class="card-header"> |
| 39 | + <h4 class="my-0 fw-normal">Feature Three</h4> |
| 40 | + </div> |
| 41 | + <div class="card-body"> |
| 42 | + Write a teaser for this feature here. |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + </main> |
| 48 | + |
| 49 | +</div> |
0 commit comments