Skip to content

Commit

Permalink
Merge pull request #10 from elijames-codecov/STAT-885-fair-io-how-to-qa
Browse files Browse the repository at this point in the history
STAT-885 fair io how to qa
  • Loading branch information
elijames-codecov authored Aug 1, 2024
2 parents dca515c + 4e2daa7 commit 2c56088
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions public/images/icons/list1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/adopt/adoptHeroImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions src/pages/howto.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Image } from 'astro:assets';
import auditForSecretsImage from '../assets/adopt/auditforsecrets.png';
import publishYourRepoImage from '../assets/adopt/publishyourrepo.png';
import adoptHeroImage from '../assets/adopt/adoptHeroImage.png';
const seoMetaData = {
description: `Here's how to adopt Fair Source for your project.`,
Expand All @@ -19,7 +20,8 @@ const seoMetaData = {
<h1 class="text-balance mb-[1rem]">How to Adopt Fair Source</h1>
<p class="text-[1.75rem] font-[500] leading-[130%] tracking-[0.035rem]">Sold on the <a href="/" class="underline">benefits</a>? Here's how to adopt Fair Source for your project.</p>
</div>
<div class="bg-[url('/images/background-images/adoptHeroImage.svg')] hidden xl:flex lg:w-6/12 lg:absolute xl:7/12 lg:top-0 lg:bottom-0 lg:right-[3rem] xl:bg-[bottom_10%_right_90%] lg:bg-no-repeat xl:bg-[90%] 2xl:bg-[100%]">
<div class="absolute hidden right-0 top-0 w-1/2 xl:block">
<Image src={adoptHeroImage} alt="How to adopt fair source" densities={[1, 2]}/>
</div>
</header>
<main>
Expand All @@ -40,7 +42,7 @@ const seoMetaData = {
<div class="w-full xl:w-5/12">
<div class="list pb-[2.5rem]">
<div class="listItem flex grid-columns-2 gap-[1rem]">
<div class="glyph">
<div class="glyph basis-[2.875rem] shrink-0">
<img src="/images/icons/list1.svg" alt="open source channels"/>
</div>
<div class="text">
Expand All @@ -54,7 +56,7 @@ const seoMetaData = {
</div>
<div class="list pb-[2.5rem]">
<div class="listItem flex grid-columns-2 gap-[1rem]">
<div class="glyph">
<div class="glyph basis-[2.875rem] shrink-0">
<img src="/images/icons/list2.svg" alt="communication"/>
</div>
<div class="text">
Expand All @@ -68,7 +70,7 @@ const seoMetaData = {
</div>
<div class="list pb-[2.5rem]">
<div class="listItem flex grid-columns-2 gap-[1rem]">
<div class="glyph">
<div class="glyph basis-[2.875rem] shrink-0">
<img src="/images/icons/list3.svg" alt="feature requests"/>
</div>
<div class="text">
Expand Down Expand Up @@ -129,8 +131,8 @@ const seoMetaData = {
</Section>
<Section
sectionStyles="p-[1.5rem] items-stretch xl:px-[3.5rem]"
backgroundStyling="bg-[url('/images/background-images/tellTheWorld.svg')] bg-contain bg-no-repeat bg-right w-full top-0 bottom-[60%] right-0 md:bottom-[40%] xl:bottom-0 xl:w-5/15 z-0">
<div class="relative flex items-center mb-[2rem] min-h-[20rem] w-full z-10 xl:w-5/12 xl:order-12"></div>
backgroundStyling="bg-[url('/images/background-images/tellTheWorld.svg')] bg-cover bg-no-repeat bg-center w-full top-0 h-[25rem] right-0 md:bottom-[40%] xl:bg-contain xl:bg-right xl:bottom-0 xl:h-auto xl:w-5/15 z-0">
<div class="relative flex items-center mb-[2rem] min-h-[25rem] w-full z-10 xl:min-h-[20rem] xl:w-5/12 xl:order-12"></div>
<div class="w-12/12 xl:w-7/12 xl:pr-[1rem] xl:pt-[11.62rem] xl:pb-[13.75rem] z-10">
<span class="tag text-rust">5. Tell the World</span>
<h2>Let’s spread the word together!</h2>
Expand Down

0 comments on commit 2c56088

Please sign in to comment.