~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
12930e7b
—
pyrossh 1 year ago
remove braces
- src/routes/+page.svelte +7 -10
src/routes/+page.svelte
CHANGED
|
@@ -22,24 +22,21 @@
|
|
|
22
22
|
<div>
|
|
23
23
|
<h1 class="text-3xl font-bold mb-4">Hello!</h1>
|
|
24
24
|
<p>
|
|
25
|
-
I
|
|
25
|
+
I'm
|
|
26
26
|
<a class="underline" href="https://www.linkedin.com/in/pyrossh">
|
|
27
27
|
<strong>Peter John</strong>
|
|
28
|
-
</a>
|
|
29
|
-
, a fullstack developer from Bengaluru, India. I love writing code and I am lucky enough
|
|
28
|
+
</a>, a fullstack developer from Bengaluru, India. I love writing code and I am lucky enough
|
|
30
|
-
this as my job.
|
|
29
|
+
to do this as my job.
|
|
31
30
|
</p>
|
|
32
31
|
<p>
|
|
33
32
|
I currently work for Equal Experts. I have a strong passion for golang but I also work with
|
|
34
|
-
react and nodejs. I
|
|
33
|
+
react and nodejs. I've mostly worked with startups and product based companies. I have gained
|
|
35
|
-
|
|
34
|
+
a lot of domain specific knowledge in healthcare and finance during these startup years.
|
|
36
|
-
years.
|
|
37
35
|
</p>
|
|
38
36
|
<p>
|
|
39
37
|
I like to work on open source and hobby projects. Over the course of
|
|
40
|
-
{' '}
|
|
41
|
-
{new Date().getFullYear() - 2014}
|
|
38
|
+
{new Date().getFullYear() - 2014}
|
|
42
|
-
years I
|
|
39
|
+
years I've accumulated a lot of useful projects used by many people around the world.
|
|
43
40
|
</p>
|
|
44
41
|
<div>
|
|
45
42
|
<div class="flex items-center mt-8 mb-4">
|