{#
 # 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 overflow-hidden 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">
                    <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 working and getting hands dirty. Chris has spent the past decade rennovating his own houses and doing side projects for family and friends. Through trial and error and lots of learning he decided it was time to take his passion for fixing and building to the next level and that was how Hammer & Nail was born.</p>
                        <p>He originally went to school to be a web developer but after 16 years in the industry and 20+ years of coding experience he couldn't imagine sitting in front of a computer for the rest of his career. After much contemplation and reflection, the idea of helping others with their house repairs was just the tradjectory Chris wanted in his life; The ability to help others who needed help and to do what he loves. </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. In 2023 he spent 9 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>
                        
                        
                        <!-- Carousel Start -->
    <div class="container-fluid p-0 mb-4">
        <div class="owl-carousel header-carousel position-relative">
            <div class="owl-carousel-item position-relative">
                <img class="img-fluid " src="/assets/img/vardo-truck.jpg" alt="Caravan and hammer and nail truck">
              
            </div>
          
        </div>
    </div>
    <!-- Carousel End -->
                        
                        
                        
                        
                        

<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/uploads/images/chris-headshot.jpeg" alt="Chris Divyak owner and operator at Hammer and Nail" class="w-100" />
                        </div>
                        </div>
                    </div>
                </div>
                
            </div>
        </div>
    </div>
    <!-- Feature End -->
    <!--
    <div class="container-xxl py-5 wow fadeInUp" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">
        <div class="container">
            <div class="section-title text-center">
                <h1 class="display-5 mb-5">Our Values &amp; What We Stand For</h1>
            </div>
            
            <div class="row">
	            <div class="col-6 col-md-2 mb-3">
		            <img class="w-100" src="https://www.hammernail.co/assets/img/Intersex-inclusive_pride_flag.webp" alt="LGBTQ+ Owned Business"/>
		            <h6 class="mt-3 text-center">We are a LGBTQ+ Owned Business</h6>
	            </div>
		            
	            <div class="col-6 col-md-2 mb-3">
		            <img src="https://www.hammernail.co/assets/img/snoqualmie-tribe-logo.jpeg" class="w-100" alt="Proud Member of the Snoqualmie Tribe">
		            <h6 class="text-center mt-3">The Owner is a proud member of the Snoqualmie Tribe</h6>
	            </div>
	            <div class="col-6 col-md-2 mb-3">
		            <img class="w-100" src="https://www.hammernail.co/assets/img/blacklivesmatter.jpg" alt="Black Lives Matter"/>
	            </div>
	            
	            <div class="col-6 col-md-2 mb-3">
		             <img class="w-100" src="https://www.hammernail.co/assets/img/planned-parenthood.jpg" alt="Planned Parenthood: Bans Off Our Bodies"/>
	            </div>
	            
	            <div class="col-6 col-md-2 mb-3">
		              <img class="w-100" src="https://www.hammernail.co/assets/img/trans-rights.jpg" alt="Trans Rights are human rights"/>
	            </div>
	            <div class="col-6 col-md-2 mb-3">
		            <img class="w-100" src="https://www.hammernail.co/assets/img/Tricolor Polyamory Pride Flag.png" alt="Poly friendly business"/>
            </div>
            
        </div>
    </div>
    </div>-->
{% endblock %}