Compare commits

..

No commits in common. "576e19e4e903b34751cc7a7126e33a2d48dd6bca" and "d627086025ebd9b8e20e0379a25e66113355eda0" have entirely different histories.

3 changed files with 1 additions and 42 deletions

View File

@ -74,48 +74,15 @@
<h3>Mobile</h3>
<div class="side-by-side">
<article>
<img src="./placeholder.png">
<header>
Games & Apps
</header>
<p>
I started developing mobile app with <a href="https://appinventor.mit.edu/">MIT App Inventor</a> and used it to create a simple clicker game.
I then experimented with Android Studio before working on it at work.
</p>
</article>
<article class="center-vert">
<p>
I have a few projects that I would like to do as a mobile app.
</p>
<ul>
<li>Running app (like Strava)</li>
<li>Note taking app</li>
<li>Groceries reminder / reporting</li>
</ul>
</article>
</div>
<h3>Computers</h3>
<p>
General category for computer related projects.
</p>
<div class="side-by-side">
<article>
<header>
Programs
</header>
<p>
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.<br>
I find a lot of interest in operating system and would like to write a POC. However this task is also very time comsuming.
</p>
</article>
</div>
<h2>Hobbies</h2>

View File

@ -24,10 +24,6 @@ a.hidden {
color: var(--main-ft-color);
}
div.side-by-side article.center-vert {
margin: auto 32px;
}
h1 a.hidden {
font-weight: bold;
}

View File

@ -43,10 +43,6 @@ h3 {
font-size: x-large;
}
a:not(:visited) {
color: var(--main-a-color);
}
a.button {
font-style: normal ;