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

25
src/dist/index.html vendored
View File

@ -10,18 +10,22 @@
<section class="hero is-primary"> <section class="hero is-primary">
<div class="hero-body"> <div class="hero-body">
<div class="container"> <div class="container">
<div class="columns is-mobile is-centered is-vcentered"> <div class="level">
<div class="column is-half"> <div class="level-item has-text-centered">
<figure class="image is-128x128"> <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> </figure>
<!-- <h1 class="title"> </div>
Mark Macneil </div>
</h1> <div class="columns has-text-centered">
<h2 class="subtitle"> <div class="column">
Primary subtitle <h1 class="title">
</h2> --> Mark Macneil
</div> </h1>
<h2 class="subtitle">
Primary subtitle
</h2>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -56,5 +60,4 @@
<a class="button is-link">Link</a> <a class="button is-link">Link</a>
</div> --> </div> -->
</body> </body>
</html> </html>