Profile Drp-691: Lucerna

Owned by Tatty
<div class="card border-light rounded-0 text-center font-weight-bold pt-3 pb-2">
  <h1>
    NAME
  </h1>
  <p class="font-italic font-weight-light mt-1">
    OCCUPATION
     ∙ 
    PRONOUNS
     ∙ 
    LOCATION
  </p>
</div>

<div class="row no-gutters">
  <div class="col-md">
    <div class="card border-light rounded-0 text-center mt-1 py-2">
      <h3 class="font-weight-bold mb-1">+</h3>
      <p>
        positive trait 
        <br>
        positive trait 
        <br>
        positive trait
      </p>
    </div>
  </div>
  <div class="col-md mx-1">
    <div class="card border-light rounded-0 text-center mt-1 py-2">
      <h3 class="font-weight-bold mb-1">=</h3>
      <p>
        neutral trait 
        <br>
        neutral trait 
        <br>
        neutral trait
      </p>
    </div>
  </div>
  <div class="col-md">
    <div class="card border-light rounded-0 text-center mt-1 py-2">
      <h3 class="font-weight-bold mb-1">-</h3>
      <p>
        negative trait 
        <br>
        negative trait 
        <br>
        negative trait
      </p>
    </div>
  </div>
</div>

<div class="row row-eq-height no-gutters">
  <div class="col-md-5 pr-1">
    <div class="card h-100 border-light rounded-0 mt-1 py-2 px-3">
      <p class="font-weight-bold my-1 text-center">
        PHYSICALITY
      </p>
      <table class="table border-0 table-striped">
        <tbody>
          <tr>
            <td class="font-weight-bold">
              AGE:
            </td>
            <td class="text-right w-100">
              XX yrs
            </td>
          </tr>
          <tr>
            <td class="font-weight-bold">
              BIRTHDAY:
            </td>
            <td class="text-right w-100">
              XX / XX / XX
            </td>
          </tr>
          <tr>
            <td class="font-weight-bold">
              GENDER:
            </td>
            <td class="text-right w-100">
              gender
            </td>
          </tr>
          <tr>
            <td class="font-weight-bold">
              ORIENTATION:
            </td>
            <td class="text-right w-100">
              orientation
            </td>
          </tr>
          <tr>
            <td class="font-weight-bold">
              HEIGHT:
            </td>
            <td class="text-right w-100">
              XX'XX"
            </td>
          </tr>
          <tr>
            <td class="font-weight-bold">
              BUILD:
            </td>
            <td class="text-right w-100">
              thin/strong/fat/etc
            </td>
          </tr>
        </tbody>
      </table>
      <p class="px-3 font-weight-bold">
        NOTABLE FEATURES
      </p>
      <ul>
        <li>Things like scars and injuries, typical body language, demeanor, etc</li>
        <li>Or eye color</li>
        <li>Or fun markings</li>
      </ul> 
    </div>
  </div>
  <div class="col-md-7">
    <div class="card h-100 border-light rounded-0 text-center mt-1 px-4 py-2">
      <h3 class="font-italic font-weight-light mt-1 mb-2">
        " Put a fun character quote here maybe. Or don't! "
      </h3>
      <p class="text-justify my-auto w-100">
        Put a summary of your character's personality here! Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
      </p>
      <p class="font-weight-bold mb-1 mt-2">
        HISTORY
      </p>
      <p class="text-justify my-auto w-100">
        Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
      </p>
      
    </div>
  </div>
</div>