<!DOCTYPE html>
<html lang="en">
  <head>
  
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="oCy7Kl1az_pJ7ZCWuA9z4NX_53gVRGbaPRoZ69CrsTjowe-pKLWixJxFqodBNnRX7bqdUcwaxqq9FM8J4eMFkg" />
    
    <title>Knowphoto TV</title>
   
    <meta name="google-site-verification" content="a1iQG4askzCs24EOJx4PpQwH-hmFleyGYScvfZ2sLXk" />
    <link rel="stylesheet" href="/assets/tailwind-de2b5546b2b3c997378e00ce1fb3089db3b851320bd1b1098a62b270817d438b.css" data-turbo-track="reload" />
<link rel="stylesheet" href="/assets/inter-font-8c3e82affb176f4bca9616b838d906343d1251adc8408efe02cf2b1e4fcf2bc4.css" data-turbo-track="reload" />

    <link rel="stylesheet" href="/assets/application-ee0adf319df8a3cb3a953b383379eda492a9dc39917d96db80812056509d1418.css" data-turbo-track="reload" />
    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
    <script type="importmap" data-turbo-track="reload">{
  "imports": {
    "application": "/assets/application-4c0177ac13dab5e929611e87e82b2d8c634abc0c71670dafd8e6fb66367f8559.js",
    "@hotwired/turbo-rails": "/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js",
    "@hotwired/stimulus": "/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js",
    "@hotwired/stimulus-loading": "/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js",
    "chartkick": "/assets/chartkick-8eb76e6cbdb540d495739fce84049fd038e59e7fd55c9e08e47b0b5a74b62db4.js",
    "Chart.bundle": "/assets/Chart.bundle-da462cab226b0e58329a592eea44312fee6055d9980be56c5240ff061f748404.js",
    "ahoy": "/assets/ahoy-d491dff1db4cfab8109cffd2f55ede665dbf8e5326c4a305a7508e7277210071.js",
    "controllers/application": "/assets/controllers/application-368d98631bccbf2349e0d4f8269afb3fe9625118341966de054759d96ea86c7e.js",
    "controllers": "/assets/controllers/index-2db729dddcc5b979110e98de4b6720f83f91a123172e87281d5a58410fc43806.js"
  }
}</script>
<link rel="modulepreload" href="/assets/application-4c0177ac13dab5e929611e87e82b2d8c634abc0c71670dafd8e6fb66367f8559.js">
<link rel="modulepreload" href="/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js">
<link rel="modulepreload" href="/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js">
<link rel="modulepreload" href="/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js">
<script src="/assets/es-module-shims.min-4ca9b3dd5e434131e3bb4b0c1d7dff3bfd4035672a5086deec6f73979a49be73.js" async="async" data-turbo-track="reload"></script>
<script type="module">import "application"</script>
  </head>

<body class="flex flex-col h-full bg-gray-200">
<nav class="bg-gray-800"  x-data="{ open: false }">
  <div class="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
    <div class="relative flex items-center justify-between h-16">
      <div class="absolute inset-y-0 left-0 flex items-center sm:hidden" >
        <!-- Mobile menu button-->
        <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white" aria-controls="mobile-menu" aria-expanded="false" @click="open = ! open">
          <span class="sr-only">Open main menu</span>
          <!-- Icon when menu is closed. -->
          <!--
            Heroicon name: outline/menu

            Menu open: "hidden", Menu closed: "block"
          -->
          <svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
          </svg>
          <!-- Icon when menu is open. -->
          <!--
            Heroicon name: outline/x

            Menu open: "block", Menu closed: "hidden"
          -->
          <svg class="hidden h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
          </svg>
        </button>
      </div>
      <div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start">
        <a href="/">
        <div class="flex-shrink-0 flex items-center">
          <img class="block lg:hidden h-8 w-auto" src="/knowphoto_logo.png" alt="Knowphoto">
          <img class="hidden lg:block h-8 w-auto" src="/knowphoto_logo.png" alt="Knowphoto">
        </div>
        </a>
        <div class="hidden sm:block sm:ml-6">
          <div class="flex space-x-4">
            <!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
            <a href="/" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
            <a href="/videos/" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Videos</a>
            <!-- a href="/creators/" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Creators</a -->
            <a href="/courses/" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Courses</a>
          </div>
        </div>
      </div>
    </div>
  </div>

  <!-- Mobile menu, show/hide based on menu state. -->
  <div class="sm:hidden" id="mobile-menu"  x-show="open" @click.outside="open = false">
    <div class="px-2 pt-2 pb-3 space-y-1">
      <!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
      <a href="/" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Home</a>
      <a href="/videos/" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Videos</a>
      <a href="/courses/" class="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium">Courses</a>
    </div>
  </div>
</nav>
  <main class="container mx-auto m-8 flex-1">
    <p id="notice"></p>

<h1>Page Not Found</h1>
<h3>Sorry we could not find the page your looking for but perhaps you'd like one of these videos</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-2 place-items-auto px-16 ">
        
        <a href="https://www.knowphoto.com/watch/2973" target="_top">
        <div class="shadow-lg rounded-lg overflow-hidden">
            <img src="https://i.ytimg.com/vi/_FZrQ071X3o/hqdefault.jpg" class="bd-placeholder-img card-img-top" width="100%" height="80%" alt="FINALLY! Sigma 70-200mm F2.8 for Sony Hands on Preview">
            <div class="p-4">
                FINALLY! Sigma 70-200mm F2.8 for Sony Hands on Preview
            </div> 
        </div>
      </a>
        
        <a href="https://www.knowphoto.com/watch/2972" target="_top">
        <div class="shadow-lg rounded-lg overflow-hidden">
            <img src="https://i.ytimg.com/vi/mMw00QLIqeA/hqdefault.jpg" class="bd-placeholder-img card-img-top" width="100%" height="80%" alt="November 16, 2023">
            <div class="p-4">
                November 16, 2023
            </div> 
        </div>
      </a>
        
        <a href="https://www.knowphoto.com/watch/2970" target="_top">
        <div class="shadow-lg rounded-lg overflow-hidden">
            <img src="https://i.ytimg.com/vi/ynHQ8sgfXTg/hqdefault.jpg" class="bd-placeholder-img card-img-top" width="100%" height="80%" alt="Improve Your Landscape Photography by Caring Less">
            <div class="p-4">
                Improve Your Landscape Photography by Caring Less
            </div> 
        </div>
      </a>
        
        <a href="https://www.knowphoto.com/watch/2971" target="_top">
        <div class="shadow-lg rounded-lg overflow-hidden">
            <img src="https://i.ytimg.com/vi/BZELLkMl96k/hqdefault.jpg" class="bd-placeholder-img card-img-top" width="100%" height="80%" alt="Stuck taking bad photos? EASY Fixes for Common Mistakes">
            <div class="p-4">
                Stuck taking bad photos? EASY Fixes for Common Mistakes
            </div> 
        </div>
      </a>
        
        <a href="https://www.knowphoto.com/watch/2969" target="_top">
        <div class="shadow-lg rounded-lg overflow-hidden">
            <img src="https://i.ytimg.com/vi/MYOyCeCfTro/hqdefault.jpg" class="bd-placeholder-img card-img-top" width="100%" height="80%" alt="Prepare to Get Photography Jealous!">
            <div class="p-4">
                Prepare to Get Photography Jealous!
            </div> 
        </div>
      </a>
        
        <a href="https://www.knowphoto.com/watch/2968" target="_top">
        <div class="shadow-lg rounded-lg overflow-hidden">
            <img src="https://i.ytimg.com/vi/F5zDzVQ43XA/hqdefault.jpg" class="bd-placeholder-img card-img-top" width="100%" height="80%" alt="Lighting Advice I Wish I Knew Sooner">
            <div class="p-4">
                Lighting Advice I Wish I Knew Sooner
            </div> 
        </div>
      </a>
</div>
  </main>
  <script data-goatcounter=https://knowphoto.goatcounter.com/count async src=//gc.zgo.at/count.js></script>
  </body>
</html>
