Skip to content

Commit d48e2e7

Browse files
committed
Less boring about page.
For long time I was planning to add images to about page so that the reader finds it entertaining. Looks like I found some perfect images of myself and items relevant to subsections
1 parent a454cef commit d48e2e7

8 files changed

+31
-17
lines changed

about.md

+25-17
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,33 @@ title: About
44
permalink: /about/
55
---
66

7-
Linux Developer, FOSS enthusiast, & avid GNU Emacs user.
7+
![img]({{ site.baseurl }}/images/about/isitme.png "Is it Me?"){: .center-image}
88

9-
#### More Information
9+
Open source developer, FOSS enthusiast, & avid GNU Emacs user.
1010

11-
I try not be biased with any programming language or technology.
11+
#### More information
12+
13+
![img]({{ site.baseurl }}/images/about/rx_open_source.jpg){: .center-image}
14+
15+
I try not to be biased with any programming language or technology.
1216
GNU/Linux, Free and Open Source Software are the reasons I survived so
1317
far.
1418

1519
#### My work-space
1620

21+
![img]({{ site.baseurl }}/images/about/computers-300px.png){: .center-image}
22+
1723
##### @Home
1824

1925
My current system is Lenovo G505s with AMD A8 Quad-core processor and
2026
8 Gigs of RAM running Slackware 14.1(I always prefer
2127
[latest kernel](https://github.com/psachin/bash_scripts/blob/master/build_my_kernel.sh)).
2228
I usually work on this system.
2329

24-
My other system includes Acer _emachines_ eM350 netbook running
30+
My other system includes Acer _emachines_ eM350 netbook also running
2531
Slackware. I also have an old desktop with AMD Athlon with 2 Gigs of
2632
RAM running Slackware again!. The system's storage is shared via NFS
27-
across my home network, typically this is my NFS server.
33+
across my home network, basically this is my NFS server.
2834

2935
Apart from this I have a very old Intel Pentium II Machine with 350MHz
3036
processor and 64MB of RAM running Vector linux. I wonder how this
@@ -42,14 +48,15 @@ with minimal shell and `opkg` package manager.
4248

4349
#### Tools I use
4450

51+
![img]({{ site.baseurl }}/images/about/tools-server-300px.png){: .center-image}
52+
4553
Emacs and a terminal are the least I need.
4654

4755
I prefer to use latest Emacs version. My Emacs is heavily configured
48-
for all my needs from programming(Python, Django, C, elisp, shell
49-
etc.), blog & note taking(org-mode), eshell, tramp, magit etc.
50-
Recently I fell in love with `M-x emacs-timemachine`.
51-
52-
Terminal is occasionally needed to keep some front-end jobs running.
56+
for all my needs from programming(Python, Django, C, elisp, Ruby,
57+
shell etc.), blog & note taking(org-mode), eshell, tramp, magit etc.
58+
Recently I fell in love with `M-x emacs-timemachine`. Terminal is
59+
occasionally needed to keep some front-end jobs running.
5360

5461
`Git` is something I can't live without. I use Git to keep track of my
5562
personal notes, blogs, and all the projects. `magit` is a savior. It
@@ -66,19 +73,18 @@ elisp. These code snippets are managed and shared on
6673

6774
#### Blogs
6875

76+
![img]({{ site.baseurl }}/images/about/Anonymous-pen-pencil-3-300px.png){: .center-image}
77+
6978
Some of my posts are pushed to
7079
[carlfg.wordpress.com](https://carlfg.wordpress.com/) and I'm planning
71-
to migrate them [here](http://psachin.github.io).
72-
73-
For raw posts please visit
74-
[blog-posts](https://github.com/psachin/blog-posts) written in
80+
to migrate them [here](http://psachin.github.io). For raw posts please
81+
visit [blog-posts](https://github.com/psachin/blog-posts) written in
7582
[org-mode](http://orgmode.org/)
7683

7784
#### Presentations/Slides
7885

7986
All my presentation slides are pushed to
80-
[https://github.com/psachin/slides](https://github.com/psachin/slides)
81-
87+
[https://github.com/psachin/slides](https://github.com/psachin/slides).
8288
With few exceptions:
8389

8490
* [py-starwars](http://psachin.github.io/py-starwars/): Introductory
@@ -96,4 +102,6 @@ With few exceptions:
96102

97103
#### IRC
98104

99-
`/NICK psachin` @ irc.freenode.net
105+
![img]({{ site.baseurl }}/images/about/skogskanten-300px.png){: .center-image}
106+
107+
`psachin@{RedHat, freenode, OFTC}`
13.5 KB
Loading

images/about/computers-300px.png

27.7 KB
Loading

images/about/isitme.png

125 KB
Loading

images/about/rx_open_source.jpg

16.4 KB
Loading

images/about/skogskanten-300px.png

41.1 KB
Loading

images/about/tools-server-300px.png

26.8 KB
Loading

style.scss

+6
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@ footer {
283283
text-align: center;
284284
}
285285

286+
.center-image
287+
{
288+
margin: 0 auto;
289+
display: block;
290+
}
291+
286292
// Settled on moving the import of syntax highlighting to the bottom of the CSS
287293
// ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start
288294
@import "highlights";

0 commit comments

Comments
 (0)