From 23e2e40389d8b48bcb25c4adb4e08e4456329a4f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 21 Nov 2020 14:42:35 +0530 Subject: [PATCH] content: tweak some wording [deploy] Signed-off-by: Harsh Shandilya --- content/about.md | 2 +- content/projects.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/content/about.md b/content/about.md index bad5152..e6eaa1f 100644 --- a/content/about.md +++ b/content/about.md @@ -9,7 +9,7 @@ aliases = [ ] +++ -I am 20 year old Android developer with more than 4 years of experience building apps and library of various sizes. I love working with [Kotlin](https://github.com/msfjarvis?utf8=%E2%9C%93&tab=repositories&q=&type=&language=kotlin) and am learning [Rust](https://github.com/msfjarvis?utf8=%E2%9C%93&tab=repositories&q=&type=&language=rust). Some of my work in open-source is documented on the [projects page](/projects), and the rest of them can be found on my [GitHub](https://github.com/msfjarvis) profile. I am available for hire, and the latest copy of my resume can be found [here](/resume.pdf). +I am 21 year old Android developer with more than 4 years of experience building apps and library of various sizes. I love working with [Kotlin](https://github.com/msfjarvis?utf8=%E2%9C%93&tab=repositories&q=&type=&language=kotlin) and have gotten familiar with [Rust](https://github.com/msfjarvis?utf8=%E2%9C%93&tab=repositories&q=&type=&language=rust) as well. Some of my work in open-source is documented on the [projects page](/projects), and the rest of them can be found on my [GitHub](https://github.com/msfjarvis) profile. The latest copy of my resume can be found [here](/resume.pdf). # Contacting me diff --git a/content/projects.md b/content/projects.md index e0640cc..42990af 100644 --- a/content/projects.md +++ b/content/projects.md @@ -5,14 +5,12 @@ type = "standalone" layout = "standalone" +++ -Over the years I have worked on and contributed to various projects in the Android community. My personal projects can be found on [GitHub](https://github.com/msfjarvis), -some of the prominent ones are: +Over the years I have worked on and contributed to various projects in the Android community. My personal projects can be found on [GitHub](https://github.com/msfjarvis), some of the prominent ones are: -- [Viscerion](https://github.com/msfjarvis/viscerion): Android client for the WireGuard™️ VPN protocol, built with Android Jetpack and Kotlin. It was retired in February of 2020 and work began to upstream its features to the official WireGuard client, more about the decision can be found in [this](/posts/sunsetting-viscerion) post. - [Android Password Store](https://github.com/android-password-store/Android-Password-Store): Full fledged client for [pass](https://passwordstore.org). - [openpgp-ktx](http://github.com/android-password-store/openpgp-ktx): Reimplementation of OpenKeychain's integration API in Kotlin, powered by Android Jetpack. +- [Viscerion](https://github.com/msfjarvis/viscerion): Android client for the WireGuard™️ VPN protocol, built with Android Jetpack and Kotlin. It was retired in February of 2020 and work began to upstream its features to the official WireGuard client, more about the decision can be found in [this](/posts/sunsetting-viscerion) post. - [floating-action-button](https://github.com/msfjarvis/floating-action-button): Android library for drawing expandable Floating Action Buttons that conform to the material spec. Fully written in Kotlin and used in production in [Hyperion launcher](https://play.google.com/store/apps/details?id=projekt.launcher). -- [Caesium Kernel for the Pixel 2/2XL](https://github.com/msfjarvis/wahoo): A custom kernel for the Google Pixel 2/2XL to stay up-to-date with Linux stable releases. I engage in multiple sysadmin and DevOps related activities as well to hone my skills.