ourworld content added, landing complete
This commit is contained in:
		@@ -1,13 +1,18 @@
 | 
			
		||||
<!--
 | 
			
		||||
  Tailwind UI components require Tailwind CSS v1.8 and the @tailwindcss/ui plugin.
 | 
			
		||||
  Read the documentation to get started: https://tailwindui.com/documentation
 | 
			
		||||
--><html>
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
{%- set section = get_section(path="header/_index.md") %}
 | 
			
		||||
{%- set logoPath = section.extra.logoPath %}
 | 
			
		||||
 | 
			
		||||
<html>
 | 
			
		||||
    <head /><body>
 | 
			
		||||
        <footer class="bg-white">
 | 
			
		||||
          <div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
 | 
			
		||||
            <div class="xl:grid xl:grid-cols-3 xl:gap-8">
 | 
			
		||||
              <div class="space-y-8 xl:col-span-1">
 | 
			
		||||
                <img class="h-10" src="/https://tailwindui.com/img/logos/v1/workflow-mark-gray-300.svg" alt="Company name" />
 | 
			
		||||
                <img class="h-6" src="{{logoPath}}" alt="Company name" />
 | 
			
		||||
                <p class="text-gray-500 text-base leading-6">
 | 
			
		||||
                  Making the world a better place through constructing elegant hierarchies.
 | 
			
		||||
                </p>
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@
 | 
			
		||||
            <div class="max-w-7xl mx-auto flex justify-between items-center px-4 py-5 sm:px-6 sm:py-4 lg:px-8 md:justify-start md:space-x-10">
 | 
			
		||||
              <div>
 | 
			
		||||
                <a href="/" class="flex">
 | 
			
		||||
                  <img class="w-20 h-auto sm:w-32" src="/images/ourworld_logo.png" alt="Workflow" />
 | 
			
		||||
                  <img class="w-20 h-auto sm:w-32" src="{{section.extra.logoPath}}" alt="Workflow" />
 | 
			
		||||
                </a>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="-mr-2 -my-2 md:hidden">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user