{#
 # Homepage template
 # ---------------
 #
 # When this template gets loaded, it will be because someone has accessed
 # http://yoursite.com/ (without any URI). Craft checks to see if you have
 # a Single section set to be the Homepage (as you do, by default), and
 # loads the section’s Template (this file). A special ‘entry’ variable
 # will already be set for you, assigned to the Homepage entry.
 #
 # It's worth noting that even if you didn't have a Homepage Single section,
 # as long as this template remains at craft/templates/index.html, it
 # would still be the one to get loaded when accessing http://yoursite.com/,
 # albeit without an ‘entry’ variable already set for you.
 #
 # See this page for more details on how Craft routes requests:
 # http://craftcms.com/docs/routing
 #}
{% set metaTitle = "About Hammer & Nail - Chris Divyak" %}


{% set metaDescription = "Chris Divyak is a former web developer turned craftsman. He has over a decade of experience in being a handy person and can help you with your home repair needs." %}

{% extends "_layout" %}

{% block content %}

<!-- Feature Start -->
    <div class="container-fluid bg-light overflow-hidden my-5 px-lg-0">
        <div class="container feature px-lg-0">
            <div class="row g-0 mx-lg-0">
                <div class="col-lg-612 feature-text py-5 wow fadeIn" data-wow-delay="0.5s">
                    <div class="p-lg-5 ps-lg-0">
                        <div class="section-title text-start">
                            <h1 class="display-5 mb-4">Meet the face behind Hammer & Nail</h1>
                        </div>
                        <div class="row">
                        <div class="col-md-8">
                        <p class="mb-4 pb-2">Hammer &amp; Nail was born out of the love of wood and getting hands dirty. Chris has spent the past decade rennovating his own houses and learning tons of skills along the way. He went to school to be a web developer but after 16 years in the industry he couldn't imagine sitting in front of a computer for the rest of his career. After much contemplation about what he wanted to do with his life he decided to open Hammer &amp; Nail.</p>
                        
                        <h3>Personal Passion Project - The Camping Caravan</h3>
                        <p>Chris has wanted to build a tiny home on the back of a utility trailer for 15 years. This year he spent 10 months constructing a camping caravan from scratch with nothing but hand drawn plans, a big idea, and his experience in renovating homes. He completed this project in September of 2023 and is hoping to get many years of use out of his new camping trailer.</p>
                        <figure data-behold-id="cLmekIYxau22HCIeWkmE"></figure>
<script src="https://w.behold.so/widget.js" type="module"></script>

					<p><a href="https://www.instagram.com/offbeat_vagabond/" target="_blank" class="btn btn-primary mt-4">View More Information on Instagram</a></p>
                      
                        </div>
                        <div class="col-md-4">
                        <img src="/assets/img/chris-profile.jpeg" alt="Chris Divyak owner and operator at Hammer and Nail" class="w-100" />
                        </div>
                        </div>
                    </div>
                </div>
                
            </div>
        </div>
    </div>
    <!-- Feature End -->
{% endblock %}