Compare commits
No commits in common. "576e19e4e903b34751cc7a7126e33a2d48dd6bca" and "d627086025ebd9b8e20e0379a25e66113355eda0" have entirely different histories.
576e19e4e9
...
d627086025
@ -74,48 +74,15 @@
|
|||||||
|
|
||||||
<h3>Mobile</h3>
|
<h3>Mobile</h3>
|
||||||
|
|
||||||
<div class="side-by-side">
|
|
||||||
<article>
|
<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>
|
</article>
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>Computers</h3>
|
<h3>Computers</h3>
|
||||||
|
|
||||||
<p>
|
|
||||||
General category for computer related projects.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="side-by-side">
|
|
||||||
<article>
|
<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>
|
</article>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Hobbies</h2>
|
<h2>Hobbies</h2>
|
||||||
|
@ -24,10 +24,6 @@ a.hidden {
|
|||||||
color: var(--main-ft-color);
|
color: var(--main-ft-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.side-by-side article.center-vert {
|
|
||||||
margin: auto 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 a.hidden {
|
h1 a.hidden {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user