Skip to content

Commit

Permalink
projects: update section content
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Aug 30, 2023
1 parent 4cfe8f7 commit 8c90434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const last_posts = posts.slice(0, 3);
title="AWS Lambda at Edge Functions"
img="https://bizkt.imgix.net/projects/lambda-at-edge.png"
desc="Terraform sub-module designed for use with the AWS Static Hosting module."
url="https://github.com/krishanthisera/aws-static-hosting"
url="https://github.com/krishanthisera/aws-edge-functions"
badge="NEW"
/>
<HorizontalCard
Expand Down
37 changes: 1 addition & 36 deletions src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import HorizontalCard from "../components/HorizontalCard.astro";
title="AWS Lambda at Edge Functions"
img="https://bizkt.imgix.net/projects/lambda-at-edge.png"
desc="Terraform sub-module designed for use with the AWS Static Hosting module."
url="https://github.com/krishanthisera/aws-static-hosting"
url="https://github.com/krishanthisera/aws-edge-functions"
/>
<HorizontalCard
title="Repmgr Haproxy Daemon"
Expand All @@ -38,39 +38,4 @@ import HorizontalCard from "../components/HorizontalCard.astro";
desc="This is the source code of my blog. It is built using Astro and hosted in AWS."
url="https://github.com/krishanthisera/blog"
/>



<div class="divider my-0 font-bold mb-5">Community Contribution</div>

<HorizontalCard
title="Articles Published"
img="https://bizkt.imgix.net/projects/articles.png"
desc="Articles Published on dev.to"
url="https://dev.to/krishanthisera"
/>
<HorizontalCard
title="CDK Deploy Pipe"
img="https://bizkt.imgix.net/projects/cdk-deploy-pipe.png"
desc="BitBucket pipe to deploy CDK Stacks"
url="https://github.com/aligent/cdk-deploy-pipe"
/>
<HorizontalCard
title="Serverless Deploy Pipe"
img="https://bizkt.imgix.net/projects/serverless-deploy-pipe.png"
desc="BitBucket pipe to deploy Serverless Framework"
url="https://github.com/aligent/serverless-deploy-pipe"
/>
<HorizontalCard
title="CDK Constructs"
img="https://bizkt.imgix.net/projects/aws-cdk.png"
desc="A set of General Purpose CDK Constructs"
url="https://github.com/aligent/cdk-constructs"
/>
<HorizontalCard
title="CDK Stacks"
img="https://bizkt.imgix.net/projects/cdk-stacks.png"
desc="A set of General Purpose CDK Stacks"
url="https://github.com/aligent/cdk-stacks"
/>
</BaseLayout>

0 comments on commit 8c90434

Please sign in to comment.