src: Add projects page

Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
This commit is contained in:
Harsh Shandilya 2018-06-14 16:42:04 +05:30
parent 7e99bf9e4e
commit 2bb30b76c5
2 changed files with 22 additions and 0 deletions

View File

@ -9,6 +9,10 @@ theme = "hugo-theme-vec"
name = "contact"
weight = 0
url = "/contact"
[[menu.main]]
name = "projects"
weight = 1
url = "/projects"
[params]
Username = "MSFJarvis"

18
content/projects.md Normal file
View File

@ -0,0 +1,18 @@
+++
title = "Projects"
id = "projects"
+++
Over the years I have worked on and contributed to various projects in the Android community. I am currently an application
developer at [substratum](https://github.com/substratum). My personal projects can be found on [GitHub](https://github.com/MSF-Jarvis),
notable projects include:
- [AppRate](http://msfjarvis.website/AppRate/): This is an Android library that can be used to show a Play Store rating dialog in apps based on certain
conditions. Details about all the available methods are on the documentation website.
- [floating-action-button](https://github.com/MSF-Jarvis/floating-action-button): Yet another Android library, this time for drawing Material Design promoted
actions.
- [Caesium Kernel for the OnePlus 3/3T](https://kutt.io/caesiumop3): A custom kernel for the OnePlus 3/3T, designed to be lean, quick and efficient while
staying up-to-date with kernel.org linux-stable releases.
I am currently interning for [WireGuard](https://wireguard.com), a next generation kernel-space VPN with a focus on speed and privacy.