Skip to content

Commit

Permalink
Landing: 💬 Add codepen as OSS user (#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter authored Apr 12, 2024
1 parent 6c3d68c commit 408e676
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
10 changes: 6 additions & 4 deletions landing/public/users/google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions landing/src/layouts/MainPage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,14 @@ const shepherdIncludeCode = `
<div
class="bg-white border-4 border-navy flex items-center justify-center h-full p-4 w-full z-10 md:p-8"
>
<img
class="h-auto w-full"
src="/users/google.svg"
alt=""
role="presentation"
/>
<a href="https://codepen.io/pen/?welcome=true" target="_blank">
<img
class="h-auto w-full"
src="/users/codepen.svg"
alt=""
role="presentation"
/>
</a>
</div>

<div class="absolute bg-navy h-full -ml-3 mt-3 top-0 w-full z-0">
Expand All @@ -152,10 +154,16 @@ const shepherdIncludeCode = `
>
<img
class="h-auto w-full"
src="/users/bonsai.png"
src="/users/google.svg"
alt=""
role="presentation"
/>
<!-- <img
class="h-auto w-full"
src="/users/bonsai.png"
alt=""
role="presentation"
/> -->
</div>

<div class="absolute bg-navy h-full -ml-3 mt-3 top-0 w-full z-0">
Expand Down

0 comments on commit 408e676

Please sign in to comment.