Header wip.

This commit is contained in:
mmacneil 2019-08-16 21:30:12 -03:00
parent 4ba004f350
commit c94b0a0688
2 changed files with 14 additions and 11 deletions

BIN
src/dist/img/me-big.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

15
src/dist/index.html vendored
View File

@ -10,17 +10,21 @@
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<div class="columns is-mobile is-centered is-vcentered">
<div class="column is-half">
<div class="level">
<div class="level-item has-text-centered">
<figure class="image is-128x128">
<img class="is-rounded" src="https://bulma.io/images/placeholders/256x256.png">
<img class="is-rounded" src="img/me-big.jpg">
</figure>
<!-- <h1 class="title">
</div>
</div>
<div class="columns has-text-centered">
<div class="column">
<h1 class="title">
Mark Macneil
</h1>
<h2 class="subtitle">
Primary subtitle
</h2> -->
</h2>
</div>
</div>
</div>
@ -56,5 +60,4 @@
<a class="button is-link">Link</a>
</div> -->
</body>
</html>