From 2bb30b76c5165e8304a518488d5f5302ceb64d41 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 14 Jun 2018 16:42:04 +0530 Subject: [PATCH] src: Add projects page Signed-off-by: Harsh Shandilya --- config.toml | 4 ++++ content/projects.md | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 content/projects.md diff --git a/config.toml b/config.toml index fd8ce7f..834fdd9 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..8216776 --- /dev/null +++ b/content/projects.md @@ -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. \ No newline at end of file