feat: Make new homepage design
This commit is contained in:
		
							parent
							
								
									f98712502c
								
							
						
					
					
						commit
						1e8d7d5301
					
				
					 6 changed files with 103 additions and 627 deletions
				
			
		| 
						 | 
				
			
			@ -1,699 +1,170 @@
 | 
			
		|||
<main>
 | 
			
		||||
  <div
 | 
			
		||||
    class="relative pt-16 pb-32 flex content-center items-center justify-center"
 | 
			
		||||
    class="relative pt-16 flex content-center items-center justify-center"
 | 
			
		||||
    style="min-height: 75vh;"
 | 
			
		||||
  >
 | 
			
		||||
    <div
 | 
			
		||||
      class="absolute top-0 w-full h-full bg-center bg-cover bg-gray-700"
 | 
			
		||||
    >
 | 
			
		||||
      <span
 | 
			
		||||
        id="blackOverlay"
 | 
			
		||||
        class="w-full h-full absolute opacity-75 bg-gray-700"
 | 
			
		||||
      ></span>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="relative mx-auto">
 | 
			
		||||
      <div class="items-center flex flex-wrap">
 | 
			
		||||
        <div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
 | 
			
		||||
          <div class="pr-12">
 | 
			
		||||
            <h1 class="text-white font-semibold text-5xl">
 | 
			
		||||
              Your story starts with us.
 | 
			
		||||
        <div class="w-full lg:w-8/12 px-4 ml-auto mr-auto text-center">
 | 
			
		||||
          <div>
 | 
			
		||||
            <h1 class="text-white font-semibold text-4xl">
 | 
			
		||||
              The Stuff of Legend.
 | 
			
		||||
            </h1>
 | 
			
		||||
            <p class="mt-6 text-lg text-gray-300">
 | 
			
		||||
              This is a simple example of a Landing Page you can build using
 | 
			
		||||
              Tailwind Starter Kit. It features multiple CSS components
 | 
			
		||||
              based on the Tailwindcss design system.
 | 
			
		||||
            <p class="mt-6 text-lg text-gray-100">
 | 
			
		||||
              Legendary makes it easy to quickly build Phoenix applications with all the bells and whistles.
 | 
			
		||||
            </p>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full lg:w-8/12 px-4 ml-auto mr-auto text-center my-12">
 | 
			
		||||
          <%= styled_button_link "Log In", to: AuthWeb.Router.Helpers.pow_session_path(%URI{path: "/auth"}, :new) %>
 | 
			
		||||
          <%= styled_button_link "Sign Up", to: AuthWeb.Router.Helpers.pow_registration_path(%URI{path: "/auth"}, :new) %>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div
 | 
			
		||||
      class="top-auto bottom-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden"
 | 
			
		||||
      style="height: 70px; transform: translateZ(0px);"
 | 
			
		||||
    >
 | 
			
		||||
      <svg
 | 
			
		||||
        class="absolute bottom-0 overflow-hidden"
 | 
			
		||||
        xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
        preserveAspectRatio="none"
 | 
			
		||||
        version="1.1"
 | 
			
		||||
        viewBox="0 0 2560 100"
 | 
			
		||||
        x="0"
 | 
			
		||||
        y="0"
 | 
			
		||||
      >
 | 
			
		||||
        <polygon
 | 
			
		||||
          class="text-gray-300 fill-current"
 | 
			
		||||
          points="2560 0 2560 100 0 100"
 | 
			
		||||
        ></polygon>
 | 
			
		||||
      </svg>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <section class="pb-20 bg-gray-300 -mt-24">
 | 
			
		||||
    <div class="container mx-auto px-4">
 | 
			
		||||
      <div class="flex flex-wrap">
 | 
			
		||||
        <div class="lg:pt-12 pt-6 w-full md:w-4/12 px-4 text-center">
 | 
			
		||||
        <div class="w-full md:w-4/12 px-4 text-center">
 | 
			
		||||
          <div
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg"
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full h-full mb-6 shadow-lg rounded-lg"
 | 
			
		||||
          >
 | 
			
		||||
            <div class="px-4 py-6 flex-auto">
 | 
			
		||||
              <div
 | 
			
		||||
                class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-6 shadow-lg rounded-full bg-red-400"
 | 
			
		||||
              >
 | 
			
		||||
                <i class="fas fa-award"></i>
 | 
			
		||||
                <i class="fa fa-battery-full"></i>
 | 
			
		||||
              </div>
 | 
			
		||||
              <h6 class="text-xl font-semibold">Awarded Agency</h6>
 | 
			
		||||
              <h6 class="text-xl font-semibold">Batteries Included</h6>
 | 
			
		||||
              <p class="mt-2 mb-6 text-gray-600">
 | 
			
		||||
                Divide details about your product or agency work into parts.
 | 
			
		||||
                A paragraph describing a feature will be enough.
 | 
			
		||||
                We include authentication, content management, administration, Tailwind styles,
 | 
			
		||||
                and fluid email templates so that you can build your app as quickly as possible.
 | 
			
		||||
              </p>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full md:w-4/12 px-4 text-center">
 | 
			
		||||
          <div
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg"
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full h-full mb-6 shadow-lg rounded-lg"
 | 
			
		||||
          >
 | 
			
		||||
            <div class="px-4 py-6 flex-auto">
 | 
			
		||||
              <div
 | 
			
		||||
                class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-6 shadow-lg rounded-full bg-blue-400"
 | 
			
		||||
              >
 | 
			
		||||
                <i class="fas fa-retweet"></i>
 | 
			
		||||
                <i class="fas fa-chart-line"></i>
 | 
			
		||||
              </div>
 | 
			
		||||
              <h6 class="text-xl font-semibold">Free Revisions</h6>
 | 
			
		||||
              <h6 class="text-xl font-semibold">Hyper-scalable</h6>
 | 
			
		||||
              <p class="mt-2 mb-6 text-gray-600">
 | 
			
		||||
                Keep you user engaged by providing meaningful information.
 | 
			
		||||
                Remember that by this time, the user is curious.
 | 
			
		||||
                Legendary is built on top of Phoenix and Elixir, so it can handle millions of connections without a problem.
 | 
			
		||||
              </p>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="pt-6 w-full md:w-4/12 px-4 text-center">
 | 
			
		||||
        <div class="w-full md:w-4/12 px-4 text-center">
 | 
			
		||||
          <div
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg"
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full h-full mb-6 shadow-lg rounded-lg"
 | 
			
		||||
          >
 | 
			
		||||
            <div class="px-4 py-6 flex-auto">
 | 
			
		||||
              <div
 | 
			
		||||
                class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-green-400"
 | 
			
		||||
              >
 | 
			
		||||
                <i class="fas fa-fingerprint"></i>
 | 
			
		||||
                <i class="fas fa-toolbox"></i>
 | 
			
		||||
              </div>
 | 
			
		||||
              <h6 class="text-xl font-semibold">Verified Company</h6>
 | 
			
		||||
              <h6 class="text-xl font-semibold">Flexible Toolbox</h6>
 | 
			
		||||
              <p class="mt-2 mb-6 text-gray-600">
 | 
			
		||||
                Write a few lines about each one. A paragraph describing a
 | 
			
		||||
                feature will be enough. Keep you user engaged!
 | 
			
		||||
                We used our years of experience building Phoenix applications at scale to design Legendary with everything you need.
 | 
			
		||||
                But we stay out of your way while you create your application.
 | 
			
		||||
              </p>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="flex flex-wrap items-center mt-32">
 | 
			
		||||
        <div class="w-full md:w-5/12 px-4 mr-auto ml-auto">
 | 
			
		||||
          <div
 | 
			
		||||
            class="text-gray-600 p-3 text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-gray-100"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="fas fa-user-friends text-xl"></i>
 | 
			
		||||
          </div>
 | 
			
		||||
          <h3 class="text-3xl mb-2 font-semibold leading-normal">
 | 
			
		||||
            Working with us is a pleasure
 | 
			
		||||
          </h3>
 | 
			
		||||
          <p
 | 
			
		||||
            class="text-lg font-light leading-relaxed mt-6 mb-6 text-gray-700"
 | 
			
		||||
          >
 | 
			
		||||
            Don't let your uses guess by attaching tooltips and popoves to
 | 
			
		||||
            any element. Just make sure you enable them first via
 | 
			
		||||
            JavaScript.
 | 
			
		||||
          </p>
 | 
			
		||||
          <p
 | 
			
		||||
            class="text-lg font-light leading-relaxed mt-0 mb-6 text-gray-700"
 | 
			
		||||
          >
 | 
			
		||||
            The kit comes with three pre-built pages to help you get started
 | 
			
		||||
            faster. You can change the text and images and you're good to
 | 
			
		||||
            go. Just make sure you enable them first via JavaScript.
 | 
			
		||||
          </p>
 | 
			
		||||
          <a
 | 
			
		||||
            href="https://www.creative-tim.com/learning-lab/tailwind-starter-kit#/presentation"
 | 
			
		||||
            class="font-bold text-gray-800 mt-6"
 | 
			
		||||
            >Check Tailwind Starter Kit!</a
 | 
			
		||||
          >
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full md:w-4/12 px-4 mr-auto ml-auto">
 | 
			
		||||
          <div
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg bg-pink-600"
 | 
			
		||||
          >
 | 
			
		||||
            <img
 | 
			
		||||
              alt="..."
 | 
			
		||||
              src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80"
 | 
			
		||||
              class="w-full align-middle rounded-t-lg"
 | 
			
		||||
            />
 | 
			
		||||
            <blockquote class="relative p-8 mb-6">
 | 
			
		||||
              <svg
 | 
			
		||||
                preserveAspectRatio="none"
 | 
			
		||||
                xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
                viewBox="0 0 583 95"
 | 
			
		||||
                class="absolute left-0 w-full block"
 | 
			
		||||
                style="height: 95px; top: -94px;"
 | 
			
		||||
              >
 | 
			
		||||
                <polygon
 | 
			
		||||
                  points="-30,95 583,95 583,65"
 | 
			
		||||
                  class="text-pink-600 fill-current"
 | 
			
		||||
                ></polygon>
 | 
			
		||||
              </svg>
 | 
			
		||||
              <h4 class="text-xl font-bold text-white">
 | 
			
		||||
                Top Notch Services
 | 
			
		||||
              </h4>
 | 
			
		||||
              <p class="text-md font-light mt-2 text-white">
 | 
			
		||||
                The Arctic Ocean freezes every winter and much of the
 | 
			
		||||
                sea-ice then thaws every summer, and that process will
 | 
			
		||||
                continue whatever happens.
 | 
			
		||||
              </p>
 | 
			
		||||
            </blockquote>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </section>
 | 
			
		||||
  <section class="relative py-20">
 | 
			
		||||
    <div
 | 
			
		||||
      class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
 | 
			
		||||
      style="height: 80px; transform: translateZ(0px);"
 | 
			
		||||
    >
 | 
			
		||||
      <svg
 | 
			
		||||
        class="absolute bottom-0 overflow-hidden"
 | 
			
		||||
        xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
        preserveAspectRatio="none"
 | 
			
		||||
        version="1.1"
 | 
			
		||||
        viewBox="0 0 2560 100"
 | 
			
		||||
        x="0"
 | 
			
		||||
        y="0"
 | 
			
		||||
      >
 | 
			
		||||
        <polygon
 | 
			
		||||
          class="text-white fill-current"
 | 
			
		||||
          points="2560 0 2560 100 0 100"
 | 
			
		||||
        ></polygon>
 | 
			
		||||
      </svg>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="container mx-auto px-4">
 | 
			
		||||
      <div class="items-center flex flex-wrap">
 | 
			
		||||
        <div class="w-full md:w-4/12 ml-auto mr-auto px-4">
 | 
			
		||||
          <img
 | 
			
		||||
            alt="..."
 | 
			
		||||
            class="max-w-full rounded-lg shadow-lg"
 | 
			
		||||
            src="https://images.unsplash.com/photo-1555212697-194d092e3b8f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80"
 | 
			
		||||
          />
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full md:w-5/12 ml-auto mr-auto px-4">
 | 
			
		||||
          <div class="md:pr-12">
 | 
			
		||||
            <div
 | 
			
		||||
              class="text-pink-600 p-3 text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-pink-300"
 | 
			
		||||
            >
 | 
			
		||||
              <i class="fas fa-rocket text-xl"></i>
 | 
			
		||||
            </div>
 | 
			
		||||
            <h3 class="text-3xl font-semibold">A growing company</h3>
 | 
			
		||||
            <p class="mt-6 text-lg leading-relaxed text-gray-600">
 | 
			
		||||
              The extension comes with three pre-built pages to help you get
 | 
			
		||||
              started faster. You can change the text and images and you're
 | 
			
		||||
              good to go.
 | 
			
		||||
        <h2 class="w-full text-3xl text-center">
 | 
			
		||||
          Features
 | 
			
		||||
        </h2>
 | 
			
		||||
        <div class="w-full border-gray-400 border-t-2 border-b-2 py-12 px-4 mt-12 flex">
 | 
			
		||||
          <div class="lg:w-1/2 mr-12">
 | 
			
		||||
            <h1 class="text-2xl">Authentication</h1>
 | 
			
		||||
            <p class="text-xl mt-6">
 | 
			
		||||
              Look, you don't want to build yet another auth system. You want to build an application. Authentication
 | 
			
		||||
              is a solved problem. With Legendary you don't need to reinvent the wheel.
 | 
			
		||||
            </p>
 | 
			
		||||
            <ul class="list-none mt-6">
 | 
			
		||||
              <li class="py-2">
 | 
			
		||||
                <div class="flex items-center">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <span
 | 
			
		||||
                      class="text-xs font-semibold inline-block py-1 px-2 uppercase rounded-full text-pink-600 bg-pink-200 mr-3"
 | 
			
		||||
                      ><i class="fas fa-fingerprint"></i
 | 
			
		||||
                    ></span>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <h4 class="text-gray-600">
 | 
			
		||||
                      Carefully crafted components
 | 
			
		||||
                    </h4>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </div>
 | 
			
		||||
              </li>
 | 
			
		||||
              <li class="py-2">
 | 
			
		||||
                <div class="flex items-center">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <span
 | 
			
		||||
                      class="text-xs font-semibold inline-block py-1 px-2 uppercase rounded-full text-pink-600 bg-pink-200 mr-3"
 | 
			
		||||
                      ><i class="fab fa-html5"></i
 | 
			
		||||
                    ></span>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <h4 class="text-gray-600">Amazing page examples</h4>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </div>
 | 
			
		||||
              </li>
 | 
			
		||||
              <li class="py-2">
 | 
			
		||||
                <div class="flex items-center">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <span
 | 
			
		||||
                      class="text-xs font-semibold inline-block py-1 px-2 uppercase rounded-full text-pink-600 bg-pink-200 mr-3"
 | 
			
		||||
                      ><i class="far fa-paper-plane"></i
 | 
			
		||||
                    ></span>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <h4 class="text-gray-600">Dynamic components</h4>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </div>
 | 
			
		||||
              </li>
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="lg:w-1/2">
 | 
			
		||||
            <img src="/images/auth.svg" />
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full border-gray-400  border-b-2 py-12 px-4 flex">
 | 
			
		||||
          <div class="lg:w-1/2">
 | 
			
		||||
            <img src="/images/content.svg" />
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="lg:w-1/2 ml-12">
 | 
			
		||||
            <h1 class="text-2xl">Content Management</h1>
 | 
			
		||||
            <p class="text-xl mt-6">
 | 
			
		||||
              Legendary comes with a simple content management system for building custom pages and blog posts. Don't
 | 
			
		||||
              get stuck building simple content pages when your development talent is better spent elsewhere.
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full border-gray-400 border-b-2 py-12 px-4 flex">
 | 
			
		||||
          <div class="lg:w-1/2 mr-12">
 | 
			
		||||
            <h1 class="text-2xl">Admin Dashboard</h1>
 | 
			
		||||
            <p class="text-xl mt-6">
 | 
			
		||||
              There are plenty of tasks that don't require custom code. Legendary integrates the Kaffy admin dashboard 
 | 
			
		||||
              so that you can focus on what is unique to your application instead of churning out CRUD or editing database
 | 
			
		||||
              rows by hand.
 | 
			
		||||
            </p>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="lg:w-1/2">
 | 
			
		||||
            <img src="/images/dashboard.svg" />
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full border-gray-400 border-b-2 py-12 px-4 flex">
 | 
			
		||||
          <div class="lg:w-1/2">
 | 
			
		||||
            <img src="/images/tailwind.svg" />
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="lg:w-1/2 ml-12">
 | 
			
		||||
            <h1 class="text-2xl">Tailwind CSS</h1>
 | 
			
		||||
            <p class="text-xl mt-6">
 | 
			
		||||
            Tailwind is a rad CSS framework that gives you the building blocks you need to implement
 | 
			
		||||
            any design, without fighting a super-opinionated CSS framework.
 | 
			
		||||
            </p>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full border-gray-400 py-12 px-4 pb-24 flex">
 | 
			
		||||
          <div class="lg:w-1/2">
 | 
			
		||||
            <h1 class="text-2xl">Battle-tested Fluid Email Templates</h1>
 | 
			
		||||
            <p class="text-xl mt-6">
 | 
			
		||||
            HTML email is hard. But it's also a solved problem. We include an HTML email template and toolkit that has been
 | 
			
		||||
            tested across all the major email clients from mobile to desktop. You probably didn't get into this to code yet
 | 
			
		||||
            another email template. So don't. Use ours.
 | 
			
		||||
            </p>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="lg:w-1/2">
 | 
			
		||||
            <img src="/images/email.svg" />
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </section>
 | 
			
		||||
  <section class="pt-20 pb-48">
 | 
			
		||||
    <div class="container mx-auto px-4">
 | 
			
		||||
      <div class="flex flex-wrap justify-center text-center mb-24">
 | 
			
		||||
        <div class="w-full lg:w-6/12 px-4">
 | 
			
		||||
          <h2 class="text-4xl font-semibold">Here are our heroes</h2>
 | 
			
		||||
          <p class="text-lg leading-relaxed mx-4 my-6 text-gray-600">
 | 
			
		||||
            According to the National Oceanic and Atmospheric
 | 
			
		||||
            Administration, Ted, Scambos, NSIDClead scentist, puts the
 | 
			
		||||
            potentially record maximum.
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="flex flex-wrap">
 | 
			
		||||
        <div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
 | 
			
		||||
          <div class="px-4">
 | 
			
		||||
            <img
 | 
			
		||||
              alt="..."
 | 
			
		||||
              src="./assets/img/team-1-800x800.jpg"
 | 
			
		||||
              class="shadow-lg rounded-full max-w-full mx-auto"
 | 
			
		||||
              style="max-width: 120px;"
 | 
			
		||||
            />
 | 
			
		||||
            <div class="pt-6 text-center">
 | 
			
		||||
              <h5 class="text-xl font-bold">Ryan Tompson</h5>
 | 
			
		||||
              <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
 | 
			
		||||
                Web Developer
 | 
			
		||||
              </p>
 | 
			
		||||
              <div class="mt-6">
 | 
			
		||||
                <button
 | 
			
		||||
                  class="bg-blue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-twitter"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-facebook-f"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-pink-500 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-dribbble"></i>
 | 
			
		||||
                </button>
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
  <section class="bg-gray-100 py-12 pb-32">
 | 
			
		||||
      <div class="relative mx-auto">
 | 
			
		||||
        <div class="items-center flex flex-wrap">
 | 
			
		||||
          <div class="w-full lg:w-8/12 px-4 ml-auto mr-auto text-center">
 | 
			
		||||
            <h1 class="text-purple-600 font-semibold text-4xl">
 | 
			
		||||
              What are you waiting for?
 | 
			
		||||
            </h1>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
 | 
			
		||||
          <div class="px-4">
 | 
			
		||||
            <img
 | 
			
		||||
              alt="..."
 | 
			
		||||
              src="./assets/img/team-2-800x800.jpg"
 | 
			
		||||
              class="shadow-lg rounded-full max-w-full mx-auto"
 | 
			
		||||
              style="max-width: 120px;"
 | 
			
		||||
            />
 | 
			
		||||
            <div class="pt-6 text-center">
 | 
			
		||||
              <h5 class="text-xl font-bold">Romina Hadid</h5>
 | 
			
		||||
              <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
 | 
			
		||||
                Marketing Specialist
 | 
			
		||||
              </p>
 | 
			
		||||
              <div class="mt-6">
 | 
			
		||||
                <button
 | 
			
		||||
                  class="bg-red-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-google"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-facebook-f"></i>
 | 
			
		||||
                </button>
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
 | 
			
		||||
          <div class="px-4">
 | 
			
		||||
            <img
 | 
			
		||||
              alt="..."
 | 
			
		||||
              src="./assets/img/team-3-800x800.jpg"
 | 
			
		||||
              class="shadow-lg rounded-full max-w-full mx-auto"
 | 
			
		||||
              style="max-width: 120px;"
 | 
			
		||||
            />
 | 
			
		||||
            <div class="pt-6 text-center">
 | 
			
		||||
              <h5 class="text-xl font-bold">Alexa Smith</h5>
 | 
			
		||||
              <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
 | 
			
		||||
                UI/UX Designer
 | 
			
		||||
              </p>
 | 
			
		||||
              <div class="mt-6">
 | 
			
		||||
                <button
 | 
			
		||||
                  class="bg-red-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-google"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-blue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-twitter"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-gray-800 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-instagram"></i>
 | 
			
		||||
                </button>
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
 | 
			
		||||
          <div class="px-4">
 | 
			
		||||
            <img
 | 
			
		||||
              alt="..."
 | 
			
		||||
              src="./assets/img/team-4-470x470.png"
 | 
			
		||||
              class="shadow-lg rounded-full max-w-full mx-auto"
 | 
			
		||||
              style="max-width: 120px;"
 | 
			
		||||
            />
 | 
			
		||||
            <div class="pt-6 text-center">
 | 
			
		||||
              <h5 class="text-xl font-bold">Jenna Kardi</h5>
 | 
			
		||||
              <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
 | 
			
		||||
                Founder and CEO
 | 
			
		||||
              </p>
 | 
			
		||||
              <div class="mt-6">
 | 
			
		||||
                <button
 | 
			
		||||
                  class="bg-pink-500 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-dribbble"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-red-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-google"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-blue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-twitter"></i></button
 | 
			
		||||
                ><button
 | 
			
		||||
                  class="bg-gray-800 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                >
 | 
			
		||||
                  <i class="fab fa-instagram"></i>
 | 
			
		||||
                </button>
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </section>
 | 
			
		||||
  <section class="pb-20 relative block bg-gray-900">
 | 
			
		||||
    <div
 | 
			
		||||
      class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
 | 
			
		||||
      style="height: 80px; transform: translateZ(0px);"
 | 
			
		||||
    >
 | 
			
		||||
      <svg
 | 
			
		||||
        class="absolute bottom-0 overflow-hidden"
 | 
			
		||||
        xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
        preserveAspectRatio="none"
 | 
			
		||||
        version="1.1"
 | 
			
		||||
        viewBox="0 0 2560 100"
 | 
			
		||||
        x="0"
 | 
			
		||||
        y="0"
 | 
			
		||||
      >
 | 
			
		||||
        <polygon
 | 
			
		||||
          class="text-gray-900 fill-current"
 | 
			
		||||
          points="2560 0 2560 100 0 100"
 | 
			
		||||
        ></polygon>
 | 
			
		||||
      </svg>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="container mx-auto px-4 lg:pt-24 lg:pb-64">
 | 
			
		||||
      <div class="flex flex-wrap text-center justify-center">
 | 
			
		||||
        <div class="w-full lg:w-6/12 px-4">
 | 
			
		||||
          <h2 class="text-4xl font-semibold text-white">Build something</h2>
 | 
			
		||||
          <p class="text-lg leading-relaxed mt-6 mb-6 text-gray-500">
 | 
			
		||||
            Put the potentially record low maximum sea ice extent tihs year
 | 
			
		||||
            down to low ice. According to the National Oceanic and
 | 
			
		||||
            Atmospheric Administration, Ted, Scambos.
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="flex flex-wrap mt-12 justify-center">
 | 
			
		||||
        <div class="w-full lg:w-3/12 px-4 text-center">
 | 
			
		||||
          <div
 | 
			
		||||
            class="text-gray-900 p-3 w-12 h-12 shadow-lg rounded-full bg-white inline-flex items-center justify-center"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="fas fa-medal text-xl"></i>
 | 
			
		||||
          </div>
 | 
			
		||||
          <h6 class="text-xl mt-6 font-semibold text-white">
 | 
			
		||||
            Excelent Services
 | 
			
		||||
          </h6>
 | 
			
		||||
          <p class="mt-2 mb-4 text-gray-500">
 | 
			
		||||
            Some quick example text to build on the card title and make up
 | 
			
		||||
            the bulk of the card's content.
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full lg:w-3/12 px-4 text-center">
 | 
			
		||||
          <div
 | 
			
		||||
            class="text-gray-900 p-3 w-12 h-12 shadow-lg rounded-full bg-white inline-flex items-center justify-center"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="fas fa-poll text-xl"></i>
 | 
			
		||||
          </div>
 | 
			
		||||
          <h5 class="text-xl mt-6 font-semibold text-white">
 | 
			
		||||
            Grow your market
 | 
			
		||||
          </h5>
 | 
			
		||||
          <p class="mt-2 mb-6 text-gray-500">
 | 
			
		||||
            Some quick example text to build on the card title and make up
 | 
			
		||||
            the bulk of the card's content.
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="w-full lg:w-3/12 px-4 text-center">
 | 
			
		||||
          <div
 | 
			
		||||
            class="text-gray-900 p-3 w-12 h-12 shadow-lg rounded-full bg-white inline-flex items-center justify-center"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="fas fa-lightbulb text-xl"></i>
 | 
			
		||||
          </div>
 | 
			
		||||
          <h5 class="text-xl mt-6 font-semibold text-white">Launch time</h5>
 | 
			
		||||
          <p class="mt-2 mb-6 text-gray-500">
 | 
			
		||||
            Some quick example text to build on the card title and make up
 | 
			
		||||
            the bulk of the card's content.
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </section>
 | 
			
		||||
  <section class="relative block py-24 lg:pt-0 bg-gray-900">
 | 
			
		||||
    <div class="container mx-auto px-4">
 | 
			
		||||
      <div class="flex flex-wrap justify-center lg:-mt-64 -mt-48">
 | 
			
		||||
        <div class="w-full lg:w-6/12 px-4">
 | 
			
		||||
          <div
 | 
			
		||||
            class="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-lg bg-gray-300"
 | 
			
		||||
          >
 | 
			
		||||
            <div class="flex-auto p-5 lg:p-10">
 | 
			
		||||
              <h4 class="text-2xl font-semibold">Want to work with us?</h4>
 | 
			
		||||
              <p class="leading-relaxed mt-1 mb-6 text-gray-600">
 | 
			
		||||
                Complete this form and we will get back to you in 24 hours.
 | 
			
		||||
              </p>
 | 
			
		||||
              <div class="relative w-full mb-6 mt-6">
 | 
			
		||||
                <label
 | 
			
		||||
                  class="block uppercase text-gray-700 text-xs font-bold mb-2"
 | 
			
		||||
                  for="full-name"
 | 
			
		||||
                  >Full Name</label
 | 
			
		||||
                ><input
 | 
			
		||||
                  type="text"
 | 
			
		||||
                  class="px-4 py-3 placeholder-gray-400 text-gray-700 bg-white rounded text-sm shadow focus:outline-none focus:shadow-outline w-full"
 | 
			
		||||
                  placeholder="Full Name"
 | 
			
		||||
                  style="transition: all 0.15s ease 0s;"
 | 
			
		||||
                />
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="relative w-full mb-6">
 | 
			
		||||
                <label
 | 
			
		||||
                  class="block uppercase text-gray-700 text-xs font-bold mb-2"
 | 
			
		||||
                  for="email"
 | 
			
		||||
                  >Email</label
 | 
			
		||||
                ><input
 | 
			
		||||
                  type="email"
 | 
			
		||||
                  class="px-4 py-3 placeholder-gray-400 text-gray-700 bg-white rounded text-sm shadow focus:outline-none focus:shadow-outline w-full"
 | 
			
		||||
                  placeholder="Email"
 | 
			
		||||
                  style="transition: all 0.15s ease 0s;"
 | 
			
		||||
                />
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="relative w-full mb-6">
 | 
			
		||||
                <label
 | 
			
		||||
                  class="block uppercase text-gray-700 text-xs font-bold mb-2"
 | 
			
		||||
                  for="message"
 | 
			
		||||
                  >Message</label
 | 
			
		||||
                ><textarea
 | 
			
		||||
                  rows="4"
 | 
			
		||||
                  cols="80"
 | 
			
		||||
                  class="px-4 py-3 placeholder-gray-400 text-gray-700 bg-white rounded text-sm shadow focus:outline-none focus:shadow-outline w-full"
 | 
			
		||||
                  placeholder="Type a message..."
 | 
			
		||||
                ></textarea>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="text-center mt-6">
 | 
			
		||||
                <button
 | 
			
		||||
                  class="bg-gray-900 text-white active:bg-gray-700 text-sm font-bold uppercase px-4 py-3 rounded shadow hover:shadow-lg outline-none focus:outline-none mr-1 mb-1"
 | 
			
		||||
                  type="button"
 | 
			
		||||
                  style="transition: all 0.15s ease 0s;"
 | 
			
		||||
                >
 | 
			
		||||
                  Send Message
 | 
			
		||||
                </button>
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
          <div class="w-full lg:w-8/12 px-4 ml-auto mr-auto text-center my-12">
 | 
			
		||||
            <%= styled_button_link "Log In", to: AuthWeb.Router.Helpers.pow_session_path(%URI{path: "/auth"}, :new) %>
 | 
			
		||||
            <%= styled_button_link "Sign Up", to: AuthWeb.Router.Helpers.pow_registration_path(%URI{path: "/auth"}, :new) %>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </section>
 | 
			
		||||
</main>
 | 
			
		||||
<footer class="relative bg-gray-300 pt-8 pb-6">
 | 
			
		||||
  <div
 | 
			
		||||
    class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
 | 
			
		||||
    style="height: 80px; transform: translateZ(0px);"
 | 
			
		||||
  >
 | 
			
		||||
    <svg
 | 
			
		||||
      class="absolute bottom-0 overflow-hidden"
 | 
			
		||||
      xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
      preserveAspectRatio="none"
 | 
			
		||||
      version="1.1"
 | 
			
		||||
      viewBox="0 0 2560 100"
 | 
			
		||||
      x="0"
 | 
			
		||||
      y="0"
 | 
			
		||||
    >
 | 
			
		||||
      <polygon
 | 
			
		||||
        class="text-gray-300 fill-current"
 | 
			
		||||
        points="2560 0 2560 100 0 100"
 | 
			
		||||
      ></polygon>
 | 
			
		||||
    </svg>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="container mx-auto px-4">
 | 
			
		||||
    <div class="flex flex-wrap">
 | 
			
		||||
      <div class="w-full lg:w-6/12 px-4">
 | 
			
		||||
        <h4 class="text-3xl font-semibold">Let's keep in touch!</h4>
 | 
			
		||||
        <h5 class="text-lg mt-0 mb-2 text-gray-700">
 | 
			
		||||
          Find us on any of these platforms, we respond 1-2 business days.
 | 
			
		||||
        </h5>
 | 
			
		||||
        <div class="mt-6">
 | 
			
		||||
          <button
 | 
			
		||||
            class="bg-white text-blue-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
 | 
			
		||||
            type="button"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="flex fab fa-twitter"></i></button
 | 
			
		||||
          ><button
 | 
			
		||||
            class="bg-white text-blue-600 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
 | 
			
		||||
            type="button"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="flex fab fa-facebook-square"></i></button
 | 
			
		||||
          ><button
 | 
			
		||||
            class="bg-white text-pink-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
 | 
			
		||||
            type="button"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="flex fab fa-dribbble"></i></button
 | 
			
		||||
          ><button
 | 
			
		||||
            class="bg-white text-gray-900 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
 | 
			
		||||
            type="button"
 | 
			
		||||
          >
 | 
			
		||||
            <i class="flex fab fa-github"></i>
 | 
			
		||||
          </button>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="w-full lg:w-6/12 px-4">
 | 
			
		||||
        <div class="flex flex-wrap items-top mb-6">
 | 
			
		||||
          <div class="w-full lg:w-4/12 px-4 ml-auto">
 | 
			
		||||
            <span
 | 
			
		||||
              class="block uppercase text-gray-600 text-sm font-semibold mb-2"
 | 
			
		||||
              >Useful Links</span
 | 
			
		||||
            >
 | 
			
		||||
            <ul class="list-unstyled">
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://www.creative-tim.com/presentation"
 | 
			
		||||
                  >About Us</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://blog.creative-tim.com"
 | 
			
		||||
                  >Blog</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://www.github.com/creativetimofficial"
 | 
			
		||||
                  >Github</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://www.creative-tim.com/bootstrap-themes/free"
 | 
			
		||||
                  >Free Products</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="w-full lg:w-4/12 px-4">
 | 
			
		||||
            <span
 | 
			
		||||
              class="block uppercase text-gray-600 text-sm font-semibold mb-2"
 | 
			
		||||
              >Other Resources</span
 | 
			
		||||
            >
 | 
			
		||||
            <ul class="list-unstyled">
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md"
 | 
			
		||||
                  >MIT License</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://creative-tim.com/terms"
 | 
			
		||||
                  >Terms & Conditions</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://creative-tim.com/privacy"
 | 
			
		||||
                  >Privacy Policy</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
              <li>
 | 
			
		||||
                <a
 | 
			
		||||
                  class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
 | 
			
		||||
                  href="https://creative-tim.com/contact-us"
 | 
			
		||||
                  >Contact Us</a
 | 
			
		||||
                >
 | 
			
		||||
              </li>
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <hr class="my-6 border-gray-400" />
 | 
			
		||||
    <div
 | 
			
		||||
      class="flex flex-wrap items-center md:justify-between justify-center"
 | 
			
		||||
    >
 | 
			
		||||
      <div class="w-full md:w-4/12 px-4 mx-auto text-center">
 | 
			
		||||
        <div class="text-sm text-gray-600 font-semibold py-1">
 | 
			
		||||
          Copyright © 2019 Tailwind Starter Kit by
 | 
			
		||||
          <a
 | 
			
		||||
            href="https://www.creative-tim.com"
 | 
			
		||||
            class="text-gray-600 hover:text-gray-900"
 | 
			
		||||
            >Creative Tim</a
 | 
			
		||||
          >.
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</footer>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								apps/core/assets/static/images/auth.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								apps/core/assets/static/images/auth.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 29 KiB  | 
							
								
								
									
										1
									
								
								apps/core/assets/static/images/content.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								apps/core/assets/static/images/content.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 6.4 KiB  | 
							
								
								
									
										1
									
								
								apps/core/assets/static/images/dashboard.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								apps/core/assets/static/images/dashboard.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 20 KiB  | 
							
								
								
									
										1
									
								
								apps/core/assets/static/images/email.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								apps/core/assets/static/images/email.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 8.1 KiB  | 
							
								
								
									
										1
									
								
								apps/core/assets/static/images/tailwind.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								apps/core/assets/static/images/tailwind.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 7.2 KiB  | 
		Loading…
	
		Reference in a new issue