Skip to content

Commit

Permalink
Merge pull request #57 from kbrdn1/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kbrdn1 authored Jul 19, 2023
2 parents e22e26f + 76918f8 commit bf23839
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ const content = {
<SecondaryBtn url={content.BtnUrl} icon ext>{content.Btn}</SecondaryBtn>
</div>
</header>
<iframe
class='w-[600px] h-[225px] md:w-full md:h-full'
src="https://github.com/sponsors/kbrdn1/card"
title="Sponsor kbrdn1"
height="225"
width="600"
style="border: 0;"
>
</iframe>
<form
class="flex flex-col gap-[14px] md:px-[12px]"
action="https://formsubmit.co/2362a66f2fa464553dc4d99e4cbe0def"
Expand Down
9 changes: 9 additions & 0 deletions src/pages/projects/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ const content = {
ogImageAlt={content.ogImageAlt}
>
<h1 class="text-[48px] font-semibold text-white">{content.htitle}</h1>
<iframe
class='w-[600px] h-[225px] md:w-full md:h-full rounded-md overflow-hidden border border-black-3'
src="https://github.com/sponsors/kbrdn1/card"
title="Sponsor kbrdn1"
height="225"
width="600"
style="border: 0;"
>
</iframe>
<section class="w-full flex flex-col gap-[16px]">
{
projects.map((project, index) => (
Expand Down

1 comment on commit bf23839

@vercel
Copy link

@vercel vercel bot commented on bf23839 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kbrdn-dev – ./

kbrdn.dev
kbrdn-dev-kbrdn1.vercel.app
kbrdn-dev-git-main-kbrdn1.vercel.app

Please sign in to comment.