Skip to content

Commit

Permalink
Merge pull request #17 from krishanthisera/chore/cleanup_and_updates
Browse files Browse the repository at this point in the history
update the about me section
  • Loading branch information
krishanthisera committed Sep 10, 2023
2 parents cbcd139 + 1353163 commit 40a05bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ const last_posts = posts.slice(0, 3);
<div class="text-3xl py-3 font-bold">Platform | DevOps engineer</div>
<div class="py-2">
<text class="text-lg">
I'm Krishan, and I specialize in creating seamless online experiences.
With a passion for solution architecting and development, Through this
blog, I'll provide insights into the world of DevOps, focusing on
optimizing workflows, automating processes, and achieving efficiency.
Along the way, I'll share my experiences in mentoring others and
delivering technical training sessions.
Hello! I'm Krishan, a DevOps Specialist with expertise in
sectors like Telco, Internet, and e-commerce. I excel in microservices transformation and
bespoke system design. This blog will cover DevOps nuances, from workflow optimization to process automation,
interspersed with stories from my mentoring experiences. Join me on this exploration!🚀
</text>
</div>
<div class="mt-8">
Expand Down
7 changes: 7 additions & 0 deletions src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ 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"
/>
<HorizontalCard
title="GitOps for Devs"
img="https://bizkt.imgix.net/projects/GitOps.png"
desc="This repository contains the combined source code for the backend, written in Go, and the frontend, designed using React. The provided code acts as the core basis for my forthcoming article."
url="https://github.com/krishanthisera/gitops-for-devs"
badge="Coming Soon"
/>
</BaseLayout>

0 comments on commit 40a05bb

Please sign in to comment.