Newer
Older
Import / research / reflection / vue / my-project / src / components / about / about.html
@John John on 29 Dec 2020 483 bytes bulk import from macbookpro checkouts
<b-container class="content">
  <b-row>
    <b-col class="content">
      <h1>
        <strong>This is the about page</strong>
      </h1>
      <p>Make sure to follow the project on
        <a class="repo-link" :href="repo">GitHub</a> to stay up to date with the latest releases, or contribute to the broject by opening an issue or making
        a pull-request!</p>
<button class="btn">
  Blah
</button>
<button class="btn">
  Blah
</button>
    </b-col>
  </b-row>
</b-container>