This commit is contained in:
mmacneil 2019-08-16 17:31:26 -03:00
parent b17873e292
commit 13ff323eb1
2 changed files with 16 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

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