github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/_layouts/landing.html (about)

     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      <meta name="description" content="{{ page.description }}" />
     8      <title>{{ page.title }} | Micro</title>
     9      <link
    10        rel="stylesheet"
    11        href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
    12        integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
    13        crossorigin="anonymous"
    14      />
    15      <link
    16        rel="stylesheet"
    17        href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
    18      />
    19      <link rel="stylesheet" href="/assets/css/m.css?v=46" />
    20  
    21      <style type="text/css">
    22        .main {
    23          min-height: 100%;
    24          min-height: 100vh;
    25          padding-top: 0;
    26          text-align: justify;
    27        }
    28        .blurb {
    29          margin-top: 25px;
    30        }
    31        h4 {
    32          text-align: center;
    33          margin: 50px 0 25px 0;
    34        }
    35        .quote {
    36          padding: 20px 10% 20px 10%;
    37          background-color: #f5f5f5;
    38          list-style: none;
    39        }
    40      </style>
    41    </head>
    42    <body>
    43      {% include header.html %}
    44      <div class="container-fluid">
    45        <div class="row main">
    46          <div class="col-md-12">
    47            <center>
    48              <h1><b>{{ page.title }}</b></h1>
    49              <p>&nbsp;</p>
    50            </center>
    51            <div>
    52  	    {{ content }}
    53            </div>
    54          </div>
    55        </div>
    56      </div>
    57      {% include footer.html %}
    58      {% include script.html %}
    59    </body>
    60  </html>