~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
1cd282ba
—
Peter John 11 months ago
update info
- src/routes/+page.svelte +6 -11
src/routes/+page.svelte
CHANGED
|
@@ -26,26 +26,21 @@
|
|
|
26
26
|
<div>
|
|
27
27
|
<h1 class="text-3xl font-bold mb-4">Hello!</h1>
|
|
28
28
|
<p>
|
|
29
|
-
I'm a full-stack engineer from Bengaluru, India named
|
|
30
29
|
<a
|
|
31
30
|
class="underline"
|
|
32
31
|
href="https://www.linkedin.com/in/pyrossh"
|
|
33
32
|
target="_blank"
|
|
34
33
|
rel="noopener noreferrer"
|
|
35
34
|
>
|
|
36
|
-
<strong>
|
|
35
|
+
<strong>I’m</strong>
|
|
37
|
-
</a>. I have the good fortune to write code for a living.
|
|
38
|
-
|
|
36
|
+
</a>
|
|
39
|
-
<p>
|
|
40
|
-
At the moment, Equal Experts employs me. While I've experimented with functional programming
|
|
41
|
-
languages like Haskell, Idris, and Koka, I prefer to use statically typed imperative
|
|
42
|
-
|
|
37
|
+
a full stack developer based out of Bangalore, India and have worked for startups and enterprises
|
|
43
|
-
|
|
38
|
+
that focus on products in the healthcare and finance domains. I like to build frameworks and automate
|
|
44
|
-
|
|
39
|
+
common tasks to make it easier to develop applications.
|
|
45
40
|
</p>
|
|
46
41
|
<p>
|
|
47
42
|
I enjoy working on open-source projects, and during the last decade, I've created a number of
|
|
48
|
-
|
|
43
|
+
projects that are widely used.
|
|
49
44
|
</p>
|
|
50
45
|
<div>
|
|
51
46
|
<section>
|