diff --git a/portfolio/index.html b/portfolio/index.html index 4c1abed..ab5ce5f 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -74,15 +74,48 @@

Mobile

+
- + +
+ Games & Apps +
+

+ I started developing mobile app with MIT App Inventor and used it to create a simple clicker game. + I then experimented with Android Studio before working on it at work. +

+
+

+ I have a few projects that I would like to do as a mobile app. +

+ +
+
+

Computers

-
+

+ General category for computer related projects. +

+
+
+
+ Programs +
+

+ I develop small programs when I find an interesting topic. I am currently working on a small text editor. And would also like + to find time to continue working on my chess AI.
+ I find a lot of interest in operating system and would like to write a POC. However this task is also very time comsuming. +

+

Hobbies

diff --git a/portfolio/portfolio.css b/portfolio/portfolio.css index 07ab5c7..7c9c597 100644 --- a/portfolio/portfolio.css +++ b/portfolio/portfolio.css @@ -24,6 +24,10 @@ a.hidden { color: var(--main-ft-color); } +div.side-by-side article.center-vert { + margin: auto 32px; +} + h1 a.hidden { font-weight: bold; }