diff --git a/about.html b/about.html index 83445cc..1043891 100644 --- a/about.html +++ b/about.html @@ -45,18 +45,17 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG

My name is Evgeniy Alekseev and I'm from Siberia (seriously, I was born in Siberia). In the global Internet I have usually nickname arcan1s, but in the Russian segment it is usually arcanis. I'm a graduate of the Department of Chemistry Moscow State University and now I'm a PhD student and working in my University. My speciality is a theoretical chemistry (like molecular physics and some of quantum chemistry).

-

At leisure I write small applications on C, C++ and Python (and some application scripts on Shell). In order not to seem like a bearded nerd sometimes I listen music and read Robert Jordan's or George R.R. Martin's books (or other similar). (But my friends tell me that I still look like a bearded nerd.) Music that I usually listen may be found on my home server.

+

At leisure I write small applications on C, C++ and Python (and some application scripts on Shell). In order not to seem like a bearded nerd sometimes I listen music and read Robert Jordan's or George R.R. Martin's books (or other similar). (But my friends tell me that I still look like a bearded nerd.) Music that I usually listen may be found on my home server.

The connection information -

+ User is music, password is the same. -

-

+ +

Also I'm an Archlinux user (maybe that's why I look like a bearded nerd). And in October 2013 I became an Archlinux Trusted User:

diff --git a/blog/archive.html b/blog/archive.html index dbc2d6c..528f7a8 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -21,11 +21,11 @@ hastr: true {{ month }} (hide)(show) -

+ {% for post in site.categories.en %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %} -

+
diff --git a/index.html b/index.html index f41ca07..3acba77 100644 --- a/index.html +++ b/index.html @@ -15,11 +15,11 @@ title: arcanis' homepage RSS Blog (hide)(show) -

+ {% for post in site.categories.en limit:3 %} {{ post.title }}
{% endfor %} -

+

Projects
diff --git a/resources/css/styles.css b/resources/css/styles.css index 110abf3..a082640 100644 --- a/resources/css/styles.css +++ b/resources/css/styles.css @@ -82,10 +82,10 @@ figure.img figcaption { } /* spoiler */ -.spoiler > input + .box > p.spoilerbody { +.spoiler > input + .box > span.spoilerbody { display: none; } -.spoiler > input:checked + .box > p.spoilerbody { +.spoiler > input:checked + .box > span.spoilerbody { display: block; } .spoiler > input[type="checkbox"] { @@ -111,7 +111,7 @@ figure.img figcaption { .spoiler > input + .box > span.open { display: inline; } -.spoiler p.spoilerbody, +.spoiler span.spoilerbody, .spoiler { border-radius: 5px; -webkit-border-radius: 5px; @@ -123,7 +123,7 @@ figure.img figcaption { .spoiler { overflow-x: hidden; } -.spoiler p.spoilerbody { +.spoiler span.spoilerbody { min-height: 23px; margin: 0; padding: 4px 4px 4px 10px; diff --git a/ru/about.html b/ru/about.html index bca36a5..b7ca463 100644 --- a/ru/about.html +++ b/ru/about.html @@ -46,18 +46,17 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG

Меня зовут Алексеев Евгений, мне 20 и я бородат. Обычно, мой никнейм в Интернете arcan1s, хотя в русскоязычном сегменте - arcanis. Я выпускник Химического факультета Московского государственного университета. Сейчас я аспирант и работаю в моем Университете. Моя специальность - теоретическая химия (типа молекулярной физики и немного квантовой химии).

-

На досуге я пишу небольшие приложения на C, C++ и Python (и скрипты на Shell). Чтобы не выглядеть, как бородатый нерд, иногда я слушаю музыку и читаю книги Роберта Джордана или Джорджа Мартина (и другие подобные). (Хотя,мои друзья все равно говорят мне, что я выгляжу, как бородатый нерд.) Музыка, которую я обычно слушаю, может быть найдена на моем домашнем сервере.

+

На досуге я пишу небольшие приложения на C, C++ и Python (и скрипты на Shell). Чтобы не выглядеть, как бородатый нерд, иногда я слушаю музыку и читаю книги Роберта Джордана или Джорджа Мартина (и другие подобные). (Хотя,мои друзья все равно говорят мне, что я выгляжу, как бородатый нерд.) Музыка, которую я обычно слушаю, может быть найдена на моем домашнем сервере.

Информация по подключению -

+ Пользователь music, пароль такой же. -

-

+ +

Также я являюсь пользователем Archlinux. В октябре 2013 я стал Доверенным пользователем Archlinux:

diff --git a/ru/blog/archive.html b/ru/blog/archive.html index 64d343a..a8c5848 100644 --- a/ru/blog/archive.html +++ b/ru/blog/archive.html @@ -23,11 +23,11 @@ hastr: true {% include longdate_to_ru.html %} (скрыть)(показать) -

+ {% for post in site.categories.ru %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %} -

+
diff --git a/ru/index.html b/ru/index.html index 94d53ca..7101474 100644 --- a/ru/index.html +++ b/ru/index.html @@ -16,11 +16,11 @@ title: arcanis RSS Блог (скрыть)(показать) -

+ {% for post in site.categories.ru limit:3 %} {{ post.title }}
{% endfor %} -

+

Проекты