This commit is contained in:
mmacneil
2019-08-16 17:31:26 -03:00
parent 4f8b4810a6
commit 4ba004f350
3 changed files with 21 additions and 14 deletions

19
src/dist/index.html vendored
View File

@@ -10,12 +10,19 @@
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title">
Mark Macneil
</h1>
<h2 class="subtitle">
Primary subtitle
</h2>
<div class="columns is-mobile is-centered is-vcentered">
<div class="column is-half">
<figure class="image is-128x128">
<img class="is-rounded" src="https://bulma.io/images/placeholders/256x256.png">
</figure>
<!-- <h1 class="title">
Mark Macneil
</h1>
<h2 class="subtitle">
Primary subtitle
</h2> -->
</div>
</div>
</div>
</div>
</section>