layout: page
{% include colorpicker.html %}
<div class=“row”>
<div class="col-4"> {% include zone-profile.html %} {% include zone-software.html %} {% include zone-languages.html %} {% include zone-otherskills.html %} </div> <div class="col"> <div class="text-center my-5 name"> <h1 class="text-uppercase">{{ site.profile.name }}</h1> <hr> <h3 class="text-uppercase text-secondary">{{ site.profile.tagline }}</h3> </div> <section class="experience"> {{ content }} </section> </div>
</div>