CINXE.COM
Cause + Effect
<!DOCTYPE HTML> <!-- Eventually by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Cause + Effect</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!-- Primary Meta Tags --> <meta name="title" content="Cause + Effect"> <meta name="description" content="Brand Identity + Digital Design + Development"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="https://causexeffect.com/"> <meta property="og:title" content="Cause + Effect"> <meta property="og:description" content="Brand Identity + Digital Design + Development"> <meta property="og:image" content=""> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="https://causexeffect.com/"> <meta property="twitter:title" content="Cause + Effect"> <meta property="twitter:description" content="Brand Identity + Digital Design + Development"> <meta property="twitter:image" content=""> <!-- Optional Meta Tags --> <meta name="keywords" content="web design, website design, website development, responsive web design, responsive design, web design company, website design company, website development company, web design agency, wordpress design, wordpress development, digital publishing, digital magazine publishing, online magazine publishing, digital design, digital magazine design, online magazine design"> <meta name="robots" content="index, follow"> <meta http-equiv="Content-Type" content="text/html; charset="> <meta name="language" content="English"> <meta name="revisit-after" content="3 days days"> <meta name="author" content="Cause + Effect"> <link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png"> <link rel="manifest" href="assets/img/favicon/site.webmanifest"> <link rel="stylesheet" href="assets/css/style.css" /> <link rel="stylesheet" href="https://use.typekit.net/qbe4xgm.css"> <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script> </head> <body class="is-preload bg-orange" x-data="{showForm:false}"> <section class="container flex flex-col p-12 mx-auto h-dvh place-content-center"> <header class="flex flex-col text-center grow place-content-center"> <h1><img src="assets/img/logo.svg" alt="Cause + Effect" class="w-full"/></h1> <h2 class="mt-4 font-serif text-lg font-semibold text-black md:mt-6 lg:mt-12 md:text-2xl lg:text-3xl xl:text-4xl">Brand Identity <span class="text-white">+</span> Digital Design <span class="text-white">+</span> Development</h2> <p class="mt-6 text-center lg:mt-16"><button class="btn" @click="showForm=true"><span>Write to Us</span></button></p> </header> <div class="flex flex-col justify-between my-6 sm:flex-row"> <p class="my-1 font-serif text-lg font-semibold text-center sm:text-right md:text-xl xl:text-2xl"><a href="https://arcmag.org" class="transition-colors duration-300 hover:text-white">See our work with <span class="italic">Arc</span></a></p> <p class="my-1 font-serif text-lg font-semibold text-center sm:text-right md:text-xl xl:text-2xl"><a href="https://tricycle.org" class="transition-colors duration-300 hover:text-white">See our work with <span class="italic">Tricycle</span></a></p> </div> </section> <section class="absolute top-0 z-10 w-screen min-h-screen p-6 pt-12 bg-dkgray" x-show="showForm" x-transition:enter="transition ease-out duration-300" x-transition:enter-start="-translate-x-80" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-300" x-transition:leave-start="translate-x-0" x-transition:leave-end="-translate-x-80"> <button class="absolute top-6 right-6" @click="showForm=false"> <svg width="36" height="36" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" class="transition duration-200 fill-white hover:fill-orange"><rect x="16.7" y="2.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.5361 18.1938)" width="3" height="31.4"/><rect x="2.5" y="16.7" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -7.5361 18.1938)" width="31.4" height="3"/></svg> </button> <script src="https://www.cognitoforms.com/f/seamless.js" data-key="1USKvOy4tkmCdCH7W7JXVA" data-form="1"></script> </section> </body> </html>