-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Azimjon Ilkhomov
layout: default
---
<div class="container">
<h1 class="text-muted">Hey, I am <em>Azimjon Ilkhomov</em></h1>
<div class="row pt-4">
<div class="col-md-6 pb-4 text-md-left text-center">
<img src="{{ site.portrait }}" width="100%" alt="profile photo" />
</div>
<div class="col-md-6">
<h3>
I wish I can tell you there is something different about me, but I am just another one. Another human being who
is aimlessly wondering around trying to figure it out the reason behind this existence. The reasons might reveal
itself the moment I take my last breath. It might possibly never reveal itself. But it is all fine with me.
Search for meaning has been set as my life goal to prevent me from going insane.
</h3>
<h4>
Technology has been the path for me at the moment. I have made it my focus to use technology to improve if not
save lives. I have taken the
<a href="/projects/">first step</a> (I think).
</h4>
</div>
</div>
</div>