Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing: 💬 Add codepen as OSS user #2715

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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