Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed Mar 15, 2024
1 parent 6a9abfb commit 4770394
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
11 changes: 3 additions & 8 deletions src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<script>
import SocialLinks from './SocialLinks.svelte';
</script>

<header>
<nav class="flex py-2 w-full flex-1 flex-row justify-center bg-black font-mono sm:py-0">
<nav class="flex w-full flex-1 flex-row justify-center bg-black font-mono text-lg">
<div class="flex flex-row flex-1 items-center p-3 max-w-5xl">
<a class="flex text-#f1fa8c pr-4 hover:no-underline ml-0 pl-0" href="/">
<span class="mr-1 font-logo font-bold">木</span> pyros.sh
Expand All @@ -15,9 +11,8 @@
<a href="/cv" rel="prefetch"> cv </a>
<div>|</div>
<a href="/posts" rel="prefetch"> posts </a>
</div>
<div class="hidden sm:flex">
<SocialLinks />
<div>|</div>
<a href="https://github.com/pyrossh/pyros.sh"> code </a>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
data-code="fynEKPntFh9oUyUcIO76Tmcxzjkmwfjg"
></script>
</svelte:head>
<div class="leading-8 flex flex-1 flex-col font-normal text-lg sm:leading-7 m-0">
<div class="leading-8 flex flex-1 flex-col text-base sm:leading-7 m-0">
<Header />
<main class="w-full h-full block bg-white">
<div class="flex w-full flex-1 flex-row justify-center">
Expand Down
20 changes: 10 additions & 10 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
<div>
<h1 class="text-3xl font-bold mb-4">Hello!</h1>
<p>
I'm
I'm a full-stack engineer from Bengaluru, India named
<a
class="underline"
href="https://www.linkedin.com/in/pyrossh"
target="_blank"
rel="noopener noreferrer"
>
<strong>Peter John</strong>
</a>, a fullstack developer from Bengaluru, India. I love writing code and I am lucky enough
to do this as my job.
</a>. I have the good fortune to write code for a living.
</p>
<p>
I currently work for Equal Experts. I have a strong passion for golang but I also work with
react and nodejs. I've mostly worked with startups and product based companies. I have gained
a lot of domain specific knowledge in healthcare and finance during these startup years.
At the moment, Equal Experts employs me. While I've experimented with functional programming
languages like Haskell, Idris, and Koka, I prefer to use statically typed imperative
programming languages like Rust, Go, and Java. I've generally worked for new businesses and
corporations that focus on products. Throughout these early years of launch, I have learned a
great deal about the healthcare and financial industries.
</p>
<p>
I like to work on open source and hobby projects. Over the course of
{new Date().getFullYear() - 2014}
years I've accumulated a lot of useful projects used by many people around the world.
I enjoy working on open-source projects, and during the last decade, I've created a number of
valuable projects that are extensively utilized by people worldwide.
</p>
<div>
<div class="flex items-center mt-8 mb-4">
Expand Down Expand Up @@ -228,7 +228,7 @@
<h2>Contact</h2>
</div>
<ul
class="grid gap-2 grid-cols-1 text-lg text-left mt-4 children:(bg-slate-100 p-2 flex flex-col sm:flex-row)"
class=" grid gap-2 grid-cols-1 text-left mt-4 children:(bg-slate-100 p-2 flex flex-col items-baseline sm:flex-row)"
>
<li>
<strong class="mr-2">Email:</strong>
Expand Down

0 comments on commit 4770394

Please sign in to comment.