{#
 # 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-center">
                            <h1 class="display-5 mb-4 ">Want to learn a new skill?<br/> Need an extra hand with that project?</h1>
                            <hr/>
                        </div>
                        <div class="row">
                         <div class="col-md-5">
						 	<h2>Extra Hands</h2>
						 	<p>Sometimes we get into a project and realize that having an extra hand would be a really nice thing to have. Sometimes two sets of hands are better than one so if you need some help with a project, feel free to contact me and I can help you out where you need me. I can also be available to bounce ideas off of if you're thinking through how you want to complete something.</p>
						 	 <a href="/contact-extras" class="btn btn-primary py-md-3 px-md-5 animated slideInRight">Request An Extra Set Of Hands</a>
                        </div>
                        <div class="col-md-1">
                      
                        </div>
                        
                        <div class="col-md-5">
                      
                        <h2>Learning New Skills can be really fun!</h2>
                        <p>I know that learning a new skill can be really daunting and hard to muster up the courage to do. I want to take the pressure off of being "good" at something and allow the space and the time for you to try something new without the frustration of trying to figure it out on your own and with the knowledge to help you through the process of learning. Whether it's how to use a install a door handle or how to use a circular saw, I want to help you feel confident in your DIY work. Sometimes you just need a cheerleader to help build your confidence.</p>
                        <a href="/contact-extras" class="btn btn-primary py-md-3 px-md-5 animated slideInRight">Request Training</a>
                      
                        </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 %}