{#
 # 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 = "404 Page Not Found" %}


{% 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">404 Page Not Found</h1>
                        </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 %}