Replace bootstrap with Bulma

This commit is contained in:
Oliver Davies 2017-08-06 19:01:22 +01:00
parent 4e851429d8
commit fbec98acaf
20 changed files with 126 additions and 138 deletions

View file

@ -16,7 +16,9 @@ meta:
slug: drupalcamp-bristol-early-bird-tickets-sessions-sponsors
---
{% block excerpt %}
<img src="/assets/images/blog/drupalcamp-bristol-17-logo.jpg" alt="DrupalCamp Bristol 2017 logo" class="is-centered">
<div class="has-text-centered">
<img src="/assets/images/blog/drupalcamp-bristol-17-logo.jpg" alt="DrupalCamp Bristol 2017 logo">
</div>
In less than two months time, [DrupalCamp Bristol][0] will be back for our third year! (July seems to come around quicker each year). This is this years schedule and venues:

View file

@ -25,12 +25,13 @@ This made sense as I already kept the source code in [on GitHub][1], the issue w
{% endblock %}
{% block content %}
<img
src="/assets/images/blog/jackson-octocat.png"
alt=""
class="is-centered"
style="margin-bottom: 20px"
>
<div class="has-text-centered">
<img
src="/assets/images/blog/jackson-octocat.png"
alt=""
style="margin-bottom: 20px"
>
</div>
Earlier this week I moved this site from my personal Linode server to [GitHub Pages][0].