mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-08 11:05:47 +00:00
edited patterns and main english pages
This commit is contained in:
25
404.html
25
404.html
@ -3,17 +3,17 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<title>Error 404</title>
|
<title>{{ page.title }}</title>
|
||||||
<meta name="author" content="Evgeniy Alekseev" />
|
<meta name="author" content="Unknown" >
|
||||||
<meta name="description" content="arcanis' homepage" />
|
<meta name="description" content="arcanis' homepage">
|
||||||
<link rel="license" type="text/html" href="/authors" />
|
<link href="/authors" rel="license" type="text/html">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/resources/css/styles.css">
|
<link href="/resources/css/styles.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="stylesheet" href="/resources/css/pygment_trac.css">
|
<link href="/resources/css/syntax.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="shortcut icon" href="/resources/icon.ico">
|
<link href="/resources/icon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
<!-- redirection to russian page -->
|
<!-- redirection to russian page -->
|
||||||
<script>
|
<script type="text/javascript">
|
||||||
var languageinfo=navigator.language? navigator.language : navigator.userLanguage
|
var languageinfo=navigator.language? navigator.language : navigator.userLanguage
|
||||||
function redirectpage(dest) {
|
function redirectpage(dest) {
|
||||||
if (window.location.replace) window.location.replace(dest)
|
if (window.location.replace) window.location.replace(dest)
|
||||||
@ -38,14 +38,13 @@
|
|||||||
|
|
||||||
<img src="/resources/pinkiepie.png" alt="pinkiepie">
|
<img src="/resources/pinkiepie.png" alt="pinkiepie">
|
||||||
|
|
||||||
<p>I'm Pinkie Pie. You are seeing me because you want a page that I could not find. I'm sorry. Seriously. I'll try to work better. But now I may suggest you to return to the <a href="/">Home</a> or <a href="javascript:history.back()">back</a>.</p>
|
<p>I'm Pinkie Pie. You are seeing me because you want a page that I could not find. I'm sorry. Seriously. I'll try to work better. But now I may suggest you to return to the <a href="/" title="Home">Home</a> or <a href="javascript:history.back()" title="Back">back</a>.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<p><small>Hosted on GitHub Pages. <a href="/authors">Authors</a></small></p>
|
<p><small>Hosted on GitHub Pages. <a href="/authors" title="Authors">Authors</a></small></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="/resources/js/scale.fix.js"></script>
|
<script src="/resources/js/scale.fix.js" type="text/javascript"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||||
var disqus_shortname = 'arcan1s'; // required: replace example with your forum shortname
|
var disqus_shortname = 'arcan1s'; // required: replace example with your forum shortname
|
||||||
|
|
||||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
(function() {
|
(function() {
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||||
@ -10,4 +10,4 @@
|
|||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript" title="Disqus page">comments powered by Disqus.</a></noscript>
|
@ -1,4 +1,4 @@
|
|||||||
<script>
|
<script type="text/javascript">
|
||||||
(function() {
|
(function() {
|
||||||
var cx = '000833618047197874644:rilf4jpvgyo';
|
var cx = '000833618047197874644:rilf4jpvgyo';
|
||||||
var gcse = document.createElement('script');
|
var gcse = document.createElement('script');
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
<p class="view"><a href="/ru">Главная</a></p>
|
<p class="view"><a href="/ru" title="Главная">Главная</a></p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="view"><a href="/">Home</a></p>
|
<p class="view"><a href="/" title="Home">Home</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
<p class="view"><a href="javascript:history.back()">Назад</a><br>
|
<p class="view">
|
||||||
<a href="/ru">Главная</a></p>
|
<a href="javascript:history.back()" title="Назад">Назад</a><br>
|
||||||
|
<a href="/ru" title="Главная">Главная</a>
|
||||||
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="view"><a href="javascript:history.back()">Back</a><br>
|
<p class="view">
|
||||||
<a href="/">Home</a></p>
|
<a href="javascript:history.back()" title="Back">Back</a><br>
|
||||||
|
<a href="/" title="Home">Home</a>
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<span class='st_vkontakte'></span>
|
<span class='st_vkontakte'></span>
|
||||||
<span class='st_facebook'></span>
|
<span class='st_facebook'></span>
|
||||||
<span class='st_twitter'></span>
|
<span class='st_twitter'></span>
|
||||||
<span class='st_googleplus'></span>
|
<span class='st_googleplus'></span>
|
||||||
<span class='st_livejournal'></span>
|
<span class='st_livejournal'></span>
|
||||||
</p>
|
</p>
|
||||||
|
@ -2,20 +2,24 @@
|
|||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
{% if page.hasTr == true %}
|
{% if page.hasTr == true %}
|
||||||
{% if page.type == "paper" %}
|
{% if page.type == "paper" %}
|
||||||
<a href="{{ page.url | replace: '/ru/', '/en/' }}"><img src="/resources/en.png"></a>
|
<a href="{{ page.url | replace: '/ru/', '/en/' }}" title="Page in English">
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ page.url | replace: '/ru/', '/' }}"><img src="/resources/en.png"></a>
|
<a href="{{ page.url | replace: '/ru/', '/' }}" title="Page in English">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<img src="/resources/en.png" alt="en">
|
||||||
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<small>Расположено на GitHub Pages. <a href="/ru/authors">Авторы</a></small>
|
<small>Расположено на GitHub Pages. <a href="/ru/authors" title="Авторы">Авторы</a></small>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if page.hasTr == true %}
|
{% if page.hasTr == true %}
|
||||||
{% if page.type == "paper" %}
|
{% if page.type == "paper" %}
|
||||||
<a href="{{ page.url | replace: '/en/', '/ru/' }}"><img src="/resources/ru.png"></a>
|
<a href="{{ page.url | replace: '/en/', '/ru/' }}" title="Page in Russian">
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="/ru{{ page.url }}"><img src="/resources/ru.png"></a>
|
<a href="/ru{{ page.url }}" title="Page in Russian">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<img src="/resources/ru.png" alt="ru">
|
||||||
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<small>Hosted on GitHub Pages. <a href="/authors">Authors</a></small>
|
<small>Hosted on GitHub Pages. <a href="/authors" title="Authors">Authors</a></small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<script>
|
<script type="text/javascript">
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
ga('create', 'UA-49293645-1', 'arcanis.name');
|
ga('create', 'UA-49293645-1', 'arcanis.name');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<script type="text/javascript">var switchTo5x=false;</script>
|
<script type="text/javascript">var switchTo5x=false;</script>
|
||||||
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
|
<script src="http://w.sharethis.com/button/buttons.js" type="text/javascript"></script>
|
||||||
<script type="text/javascript">stLight.options({publisher: "70dd9cde-7276-47af-8de7-9c43883daf2b", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
|
<script type="text/javascript">stLight.options({publisher: "70dd9cde-7276-47af-8de7-9c43883daf2b", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
|
||||||
|
@ -4,23 +4,27 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
<meta name="author" content="Evgeniy Alekseev" />
|
<meta name="author" content="Unknown" >
|
||||||
<meta name="description" content="arcanis' homepage" />
|
<meta name="description" content="arcanis' homepage">
|
||||||
<link rel="license" type="text/html" href="/authors" />
|
<link href="/authors" rel="license" type="text/html">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/resources/css/styles.css">
|
<link href="/resources/css/styles.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="stylesheet" href="/resources/css/syntax.css">
|
<link href="/resources/css/syntax.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="shortcut icon" href="/resources/icon.ico">
|
<link href="/resources/icon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
<link href="/ru/feed.xml" rel="alternate" title="arcanis' blog" type="application/rss+xml">
|
<link href="/ru/feed.xml" title="arcanis' blog" rel="alternate" type="application/rss+xml">
|
||||||
<link href="/ru/feed-short.xml" rel="alternate" title="arcanis' blog (только названия)" type="application/rss+xml">
|
<link href="/ru/feed-short.xml" title="arcanis' blog (только названия)" rel="alternate" type="application/rss+xml">
|
||||||
{% else %}
|
{% else %}
|
||||||
<link href="/feed.xml" rel="alternate" title="arcanis' blog" type="application/rss+xml">
|
<link href="/feed.xml" title="arcanis' blog" rel="alternate" type="application/rss+xml">
|
||||||
<link href="/feed-short.xml" rel="alternate" title="arcanis' blog (title only)" type="application/rss+xml">
|
<link href="/feed-short.xml" title="arcanis' blog (title only)" rel="alternate" type="application/rss+xml">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.createElement('figure');
|
||||||
|
document.createElement('figcaption');
|
||||||
|
</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
{% include google_analytics.html %}
|
{% include google_analytics.html %}
|
||||||
{% if page.share == true %}
|
{% if page.share == true %}
|
||||||
@ -47,7 +51,6 @@
|
|||||||
{% include footer_sign.html %}
|
{% include footer_sign.html %}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="/resources/js/scale.fix.js"></script>
|
<script src="/resources/js/scale.fix.js" type="text/javascript"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -12,15 +12,15 @@ layout: default
|
|||||||
<p>{% include shortdate_to_ru.html %}</p>
|
<p>{% include shortdate_to_ru.html %}</p>
|
||||||
<p><b>Тэги</b>: {{ page.tags }}</p>
|
<p><b>Тэги</b>: {{ page.tags }}</p>
|
||||||
{% if page.tags contains 'offtop' %}
|
{% if page.tags contains 'offtop' %}
|
||||||
<!-- do nothing -->
|
<!-- do nothing -->
|
||||||
{% else %}
|
{% else %}
|
||||||
<p><b>Похожие посты</b>:<br>
|
<p><b>Похожие посты</b>:<br>
|
||||||
{% for post in site.related_posts limit:5 %}
|
{% for post in site.related_posts limit:5 %}
|
||||||
{% if post.tags contains 'offtop' %}
|
{% if post.tags contains 'offtop' %}
|
||||||
<!-- do nothing -->
|
<!-- do nothing -->
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if post.category == "ru" %}
|
{% if post.category == "ru" %}
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -30,15 +30,15 @@ layout: default
|
|||||||
<p>{{ page.date | date_to_string }}<br></p>
|
<p>{{ page.date | date_to_string }}<br></p>
|
||||||
<p><b>Tags</b>: {{ page.tags }}</p>
|
<p><b>Tags</b>: {{ page.tags }}</p>
|
||||||
{% if page.tags contains 'offtop' %}
|
{% if page.tags contains 'offtop' %}
|
||||||
<!-- do nothing -->
|
<!-- do nothing -->
|
||||||
{% else %}
|
{% else %}
|
||||||
<p><b>Related posts</b>:<br>
|
<p><b>Related posts</b>:<br>
|
||||||
{% for post in site.related_posts limit:5 %}
|
{% for post in site.related_posts limit:5 %}
|
||||||
{% if post.tags contains 'offtop' %}
|
{% if post.tags contains 'offtop' %}
|
||||||
<!-- do nothing -->
|
<!-- do nothing -->
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if post.category != "ru" %}
|
{% if post.category != "ru" %}
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -48,7 +48,7 @@ layout: default
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<h1><a name="" class="anchor" href="#"><span class="octicon octicon-link"></span></a>{{ page.title }}</h1>
|
<h1><a href="#" class="anchor" name="title"><span class="octicon octicon-link"></span></a>{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
@ -10,32 +10,32 @@ layout: default
|
|||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<p class="view">
|
<p class="view">
|
||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
<a href="#info">Общая информация</a><br>
|
<a href="#info" title="Информация">Общая информация</a><br>
|
||||||
<a href="#install">Установка</a><br>
|
<a href="#install" title="Установка">Установка</a><br>
|
||||||
<a href="#howto">Использование</a><br>
|
<a href="#howto" title="Использование">Использование</a><br>
|
||||||
<a href="#config">Настройка</a><br>
|
<a href="#config" title="Настройка">Настройка</a><br>
|
||||||
{% if page.hasgui == true %}
|
{% if page.hasgui == true %}
|
||||||
<a href="#gui">Графический интерфейс</a><br>
|
<a href="#gui" title="Графический интерфейс">Графический интерфейс</a><br>
|
||||||
<a href="#screenshots">Скриншоты</a><br>
|
<a href="#screenshots" title="Скриншоты">Скриншоты</a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="#links">Ссылки</a>
|
<a href="#links" title="Ссылки">Ссылки</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="#info">General information</a><br>
|
<a href="#info" title="Information">General information</a><br>
|
||||||
<a href="#install">Installation guide</a><br>
|
<a href="#install" title="Installation">Installation guide</a><br>
|
||||||
<a href="#howto">How to use</a><br>
|
<a href="#howto" title="How-to">How to use</a><br>
|
||||||
<a href="#config">Configuration</a><br>
|
<a href="#config" title="Configuration">Configuration</a><br>
|
||||||
{% if page.hasgui == true %}
|
{% if page.hasgui == true %}
|
||||||
<a href="#gui">GUI</a><br>
|
<a href="#gui" title="Graphical interface">GUI</a><br>
|
||||||
<a href="#screenshots">Screenshots</a><br>
|
<a href="#screenshots" title="Screenshots">Screenshots</a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="#links">Links</a>
|
<a href="#links" title="Links">Links</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<p class="view">
|
<p class="view">
|
||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
<a href="https://github.com/arcan1s/{{ page.short }}/issues">Сообщить о баге</a>
|
<a href="https://github.com/arcan1s/{{ page.short }}/issues" title="Багтрекер">Сообщить о баге</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="https://github.com/arcan1s/{{ page.short }}/issues">Report a bug</a>
|
<a href="https://github.com/arcan1s/{{ page.short }}/issues" title="Bugtracker">Report a bug</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
@ -44,17 +44,17 @@ layout: default
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
{% if page.category == "ru" %}
|
{% if page.category == "ru" %}
|
||||||
<h2><a name="links" class="anchor" href="#links"><span class="octicon octicon-link"></span></a>Ссылки</h2>
|
<h2><a href="#links" class="anchor" name="links"><span class="octicon octicon-link"></span></a>Ссылки</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/arcan1s/{{ page.short }}">Репозиторий на GitHub</a></li>
|
<li><a href="https://github.com/arcan1s/{{ page.short }}">Репозиторий на GitHub</a></li>
|
||||||
<li><a href="https://github.com/arcan1s/{{ page.short }}/releases">Последний релиз</a></li>
|
<li><a href="https://github.com/arcan1s/{{ page.short }}/releases">Последний релиз</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2><a name="links" class="anchor" href="#links"><span class="octicon octicon-link"></span></a>Links</h2>
|
<h2><a href="#links" class="anchor" name="links"><span class="octicon octicon-link"></span></a>Links</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/arcan1s/{{ page.short }}">GitHub repo</a></li>
|
<li><a href="https://github.com/arcan1s/{{ page.short }}">GitHub repo</a></li>
|
||||||
<li><a href="https://github.com/arcan1s/{{ page.short }}/releases">Latest release</a></li>
|
<li><a href="https://github.com/arcan1s/{{ page.short }}/releases">Latest release</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for link in page.links %}
|
{% for link in page.links %}
|
||||||
<li>{{ link }}</li>
|
<li>{{ link }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
60
about.html
60
about.html
@ -10,19 +10,22 @@ title: About me
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
<p class="view">
|
||||||
<p class="view"><a href="https://github.com/arcan1s">GitHub Profile</a><br>
|
<a href="https://github.com/arcan1s" title="GitHub">GitHub Profile</a><br>
|
||||||
<a href="https://www.archlinux.org/trustedusers/#arcanis">TU Profile on archlinux.org</a><br>
|
<a href="https://www.archlinux.org/trustedusers/#arcanis" title="TU profile">TU Profile on archlinux.org</a><br>
|
||||||
<a href="http://istina.msu.ru/profile/arcanis">Some of my publications</a><br>
|
<a href="http://istina.msu.ru/profile/arcanis" title="Publications">Some of my publications</a><br>
|
||||||
PGP signature: <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x779CD2942629B7FA04AB8F172E89012331361F01">0x31361F01</a><br>
|
PGP signature: <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x779CD2942629B7FA04AB8F172E89012331361F01">0x31361F01</a><br>
|
||||||
<a href="ftp://repo.arcanis.name/public">Public keys</a></p>
|
<a href="ftp://repo.arcanis.name/public" title="Keys">Public keys</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Contacts</h2>
|
<h2>Contacts</h2>
|
||||||
<p class="view">Alias: arcanis/arcan1s<br>
|
<p class="view">
|
||||||
IRC: <a href="irc://irc.freenode.net/arcan1s">arcan1s</a><br>
|
Alias: arcanis/arcan1s<br>
|
||||||
ICQ: 407-398-235 <img src="http://www.icq.com/scripts/online.dll?icq=407398235&img=27" border="0"><br>
|
IRC: <a href="irc://irc.freenode.net/arcan1s" title="Freenode">arcan1s</a><br>
|
||||||
Jabber: arcanis (at) jabber (dot) ru<br>
|
ICQ: 407-398-235<br>
|
||||||
E-mail: <a href="mailto:darkarcanis@mail.ru">darkarcanis (at) mail (dot) ru</a></p>
|
Jabber: arcanis (at) jabber (dot) ru<br>
|
||||||
|
E-mail: <a href="mailto:darkarcanis@mail.ru" title="email">darkarcanis (at) mail (dot) ru</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
@ -34,31 +37,42 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG
|
|||||||
------END GEEK CODE BLOCK------
|
------END GEEK CODE BLOCK------
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<p align="center"><a href="/resources/screenshots/photo_siicm.png"><img src="/resources/preview/photo_siicm_prev.jpg"></a></p>
|
<figure class="sign">
|
||||||
<p align="right"><i>Photo by Grineva O.V.</i></p>
|
<a href="/resources/screenshots/photo_siicm.png" title="Full size">
|
||||||
|
<img src="/resources/preview/photo_siicm_prev.jpg" alt="Photo">
|
||||||
|
</a>
|
||||||
|
<figcaption>Photo by Grineva O.V.</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
<p>My name is Evgeniy Alekseev and I'm from Siberia (seriously, I was born in <a href="https://maps.google.com/maps?f=q&source=s_q&hl=ru&geocode=&q=russia,+Krasnoyarskiy+kray,+Sosnovoborsk&aq=&sll=56.133333,93.366667&sspn=0.100635,0.326843&vpsrc=6&g=%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F,+Krasnoyarskiy+kray,+Sosnovoborsk&ie=UTF8&hq=&hnear=%D0%A1%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%BE%D0%B1%D0%BE%D1%80%D1%81%D0%BA,+%D0%B3%D0%BE%D1%80%D0%BE%D0%B4+%D0%A1%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%BE%D0%B1%D0%BE%D1%80%D1%81%D0%BA,+%D0%9A%D1%80%D0%B0%D1%81%D0%BD%D0%BE%D1%8F%D1%80%D1%81%D0%BA%D0%B8%D0%B9+%D0%BA%D1%80%D0%B0%D0%B9,+%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F&ll=56.316537,95.712891&spn=25.891057,83.671875&t=m&z=4&iwloc=A">Siberia</a>). In the global Internet I have usually nickname <code>arcan1s</code>, but in the Russian segment it is usually <code>arcanis</code>. I'm a graduate of <a href="http://www.chem.msu.ru/">the Department of Chemistry</a>, 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).</p>
|
<p>My name is Evgeniy Alekseev and I'm from Siberia (seriously, I was born in <a href="https://maps.google.com/maps?f=q&source=s_q&hl=ru&geocode=&q=russia,+Krasnoyarskiy+kray,+Sosnovoborsk&aq=&sll=56.133333,93.366667&sspn=0.100635,0.326843&vpsrc=6&g=%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F,+Krasnoyarskiy+kray,+Sosnovoborsk&ie=UTF8&hq=&hnear=%D0%A1%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%BE%D0%B1%D0%BE%D1%80%D1%81%D0%BA,+%D0%B3%D0%BE%D1%80%D0%BE%D0%B4+%D0%A1%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%BE%D0%B1%D0%BE%D1%80%D1%81%D0%BA,+%D0%9A%D1%80%D0%B0%D1%81%D0%BD%D0%BE%D1%8F%D1%80%D1%81%D0%BA%D0%B8%D0%B9+%D0%BA%D1%80%D0%B0%D0%B9,+%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F&ll=56.316537,95.712891&spn=25.891057,83.671875&t=m&z=4&iwloc=A" title="Google Maps">Siberia</a>). In the global Internet I have usually nickname <code>arcan1s</code>, but in the Russian segment it is usually <code>arcanis</code>. I'm a graduate of <a href="http://www.chem.msu.ru/" title="Department site">the Department of Chemistry</a> 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).</p>
|
||||||
|
|
||||||
<p>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 <a href="http://en.wikipedia.org/wiki/Robert_Jordan">Robert Jordan's</a> or <a href="http://en.wikipedia.org/wiki/George_R.R._Martin">George R.R. Martin's</a> 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 <a href="ftp://repo.arcanis.name/">my home server</a>.</p>
|
<p>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 <a href="http://en.wikipedia.org/wiki/Robert_Jordan" title="Wiki">Robert Jordan's</a> or <a href="http://en.wikipedia.org/wiki/George_R.R._Martin" title="Wiki">George R.R. Martin's</a> 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 <a href="ftp://repo.arcanis.name/" title="ftp">my home server</a>.</p>
|
||||||
<label class="spoiler">
|
<label class="spoiler">
|
||||||
<input type="checkbox" tabindex="-1">
|
<input type="checkbox" tabindex="-1">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<p>The connection information
|
<p>
|
||||||
<blockquote>
|
The connection information
|
||||||
User is <code>music</code>, password is the same.</p>
|
<blockquote>
|
||||||
</blockquote>
|
User is <code>music</code>, password is the same.
|
||||||
|
</blockquote>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<p>Also I'm an <a href="https://www.archlinux.org/">Archlinux</a> user (maybe that's why I look like a bearded nerd). And in October 2013 I became an Archlinux Trusted User:</p>
|
<p>Also I'm an <a href="https://www.archlinux.org/" title="Archlinux">Archlinux</a> user (maybe that's why I look like a bearded nerd). And in October 2013 I became an Archlinux Trusted User:</p>
|
||||||
<blockquote cite="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines/">
|
<blockquote cite="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines/">
|
||||||
The Trusted User (TU) is a member of the community charged with keeping the AUR in working order. He/she maintains popular packages (communicating with and sending patches upstream as needed), and votes in administrative matters. A TU is elected from active community members by current TUs in a democratic process. TUs are the only members who have a final say in the direction of the AUR.</blockquote>
|
The Trusted User (TU) is a member of the community charged with keeping the AUR in working order. He/she maintains popular packages (communicating with and sending patches upstream as needed), and votes in administrative matters. A TU is elected from active community members by current TUs in a democratic process. TUs are the only members who have a final say in the direction of the AUR.
|
||||||
<p align="right">© <a href="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines/">ArchWiki</a></p>
|
</blockquote>
|
||||||
|
<p align="right">
|
||||||
|
© <a href="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines/" title="ArchWiki">ArchWiki</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>All contact information can be found on the left. Feel free to contact me with any questions. Oh, wait! If you will write me to ICQ or jabber you must correctly answer antispam bot's question first. The question is:</p>
|
<p>All contact information can be found on the left. Feel free to contact me with any questions. Oh, wait! If you will write me to ICQ or jabber you must correctly answer antispam bot's question first. The question is:</p>
|
||||||
|
|
||||||
{% highlight c %}
|
{% highlight c %}
|
||||||
int i = 1;
|
int i = 1;
|
||||||
i = ++i + ++i;
|
i = ++i + ++i;
|
||||||
return i;
|
return i;
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<p>And the correct answer is <code>5</code> (or <code>6</code>, as you wish).</p>
|
<p>And the correct answer is <code>5</code> (or <code>6</code>, as you wish).</p>
|
||||||
|
24
authors.html
24
authors.html
@ -13,22 +13,24 @@ title: Authors
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<p>The code and content of this site is licensed under <a href="http://people.freebsd.org/~phk">Beerware</a> license:</p>
|
<p>The code and content of this site is licensed under <a href="http://people.freebsd.org/~phk" title="Beerware license">Beerware</a> license:</p>
|
||||||
<blockquote><p>"THE BEER-WARE LICENSE" (Revision 42):<br>
|
<blockquote>
|
||||||
Evgeniy Alekseev wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.</p></blockquote>
|
"THE BEER-WARE LICENSE" (Revision 42):<br>
|
||||||
|
Evgeniy Alekseev wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<p>This site uses:
|
<p>This site uses:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jekyllrb.com/">Jekyll</a> that licensed under <a href="http://opensource.org/licenses/MIT">MIT License</a>.</li>
|
<li><a href="http://jekyllrb.com/" title="Jekyll site">Jekyll</a> that licensed under <a href="http://opensource.org/licenses/MIT" title="MIT license">MIT License</a>.</li>
|
||||||
<li>The source theme was created by <a href="https://github.com/orderedlist/minimal">Steve Smith</a> and licensed under <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</li>
|
<li>The source theme was created by <a href="https://github.com/orderedlist/minimal" title="GitHub">Steve Smith</a> and licensed under <a href="http://creativecommons.org/licenses/by/3.0" title="CC BY-SA license">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</li>
|
||||||
<li>Disqus, which is used for comment block, has own <a href="http://help.disqus.com/customer/portal/articles/466260-terms-of-service">custom license</a>.</li>
|
<li>Disqus, which is used for comment block, has own <a href="http://help.disqus.com/customer/portal/articles/466260-terms-of-service" title="Disqus license">custom license</a>.</li>
|
||||||
<li>The spoiler block was created by <a href="http://www.cyberforum.ru/post5368179.html">markeley</a> and <a href="http://habrahabr.ru/post/167151/">Defff</a> and it looks like it has no any license.</li>
|
<li>The spoiler block was created by <a href="http://www.cyberforum.ru/post5368179.html" title="Forum post">markeley</a> and <a href="http://habrahabr.ru/post/167151/" title="Habrahabr post">Defff</a> and it looks like it has no any license.</li>
|
||||||
<li>This site uses RSS template, which was suggested by <a href="https://github.com/snaptortoise/jekyll-rss-feeds">snaptortoise</a>.</li>
|
<li>This site uses RSS template, which was suggested by <a href="https://github.com/snaptortoise/jekyll-rss-feeds" title="GitHub">snaptortoise</a>.</li>
|
||||||
<li>Google Custom Search is licensed under own <a href="https://support.google.com/customsearch/answer/1714300">custom license</a>.</li>
|
<li>Google Custom Search is licensed under own <a href="https://support.google.com/customsearch/answer/1714300" title="Google license">custom license</a>.</li>
|
||||||
<li>Sharethis have own <a href="http://www.sharethis.com/legal/publisher-terms-of-use">custom license</a> too.</li>
|
<li>Sharethis have own <a href="http://www.sharethis.com/legal/publisher-terms-of-use" title="ShareThis license">custom license</a> too.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Special thanks to <a href="http://monztruo.deviantart.com/">Monztruo</a>, I borrowed <a href="http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946">his icon</a>.</p>
|
<p>Special thanks to <a href="http://monztruo.deviantart.com/" title="Devianart">Monztruo</a>, I borrowed <a href="http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946" title="Source image">his icon</a>.</p>
|
||||||
|
|
||||||
<p align="center">© Evgeniy Alekseev, 2014-{{ site.time | date: '%Y' }}</p>
|
<p align="center">© Evgeniy Alekseev, 2014-{{ site.time | date: '%Y' }}</p>
|
||||||
|
@ -3,28 +3,28 @@ layout: none
|
|||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>arcanis' blog</title>
|
<title>arcanis' blog</title>
|
||||||
<description>arcanis' blog (title only)</description>
|
<description>arcanis' blog (title only)</description>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
<image>
|
<image>
|
||||||
<url>{{ site.url }}/resources/icon-35x35.png</url>
|
<url>{{ site.url }}/resources/icon-35x35.png</url>
|
||||||
<title>arcanis' blog</title>
|
<title>arcanis' blog</title>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
</image>
|
</image>
|
||||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
{% for post in site.categories.en limit:10 %}
|
{% for post in site.categories.en limit:10 %}
|
||||||
{% if post.tags contains 'offtop' %}
|
{% if post.tags contains 'offtop' %}
|
||||||
<!-- do nothing -->
|
<!-- do nothing -->
|
||||||
{% else %}
|
{% else %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
<description>{{ post.description | xml_escape }}</description>
|
<description>{{ post.description | xml_escape }}</description>
|
||||||
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
||||||
<link>{{ site.url }}{{ post.url }}</link>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||||
</item>
|
</item>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
50
feed.xml
50
feed.xml
@ -3,29 +3,31 @@ layout: none
|
|||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>arcanis' blog</title>
|
<title>arcanis' blog</title>
|
||||||
<description>arcanis' blog</description>
|
<description>arcanis' blog</description>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
<image>
|
<image>
|
||||||
<url>{{ site.url }}/resources/icon-35x35.png</url>
|
<url>{{ site.url }}/resources/icon-35x35.png</url>
|
||||||
<title>arcanis' blog</title>
|
<title>arcanis' blog</title>
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
</image>
|
</image>
|
||||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
{% for post in site.categories.en limit:10 %}
|
{% for post in site.categories.en limit:10 %}
|
||||||
{% if post.tags contains 'offtop' %}
|
{% if post.tags contains 'offtop' %}
|
||||||
<!-- do nothing -->
|
<!-- do nothing -->
|
||||||
{% else %}
|
{% else %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
<description>{{ post.description | xml_escape }}
|
<description>
|
||||||
{{ post.content | xml_escape}}</description>
|
{{ post.description | xml_escape }}
|
||||||
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
{{ post.content | xml_escape}}
|
||||||
<link>{{ site.url }}{{ post.url }}</link>
|
</description>
|
||||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
|
||||||
</item>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
{% endif %}
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||||
{% endfor %}
|
</item>
|
||||||
</channel>
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
29
index.html
29
index.html
@ -10,26 +10,25 @@ title: arcanis' homepage
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
<label class="spoiler">
|
<label class="spoiler">
|
||||||
<input type="checkbox" tabindex="-1">
|
<input type="checkbox" tabindex="-1">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<a href="/feed.xml"><img src="/resources/feed-icon-14x14.png"></a>
|
<a href="/feed.xml" title="RSS"><img src="/resources/feed-icon-14x14.png" alt="RSS"></a>
|
||||||
<a href="/blog/">Blog</a> <span class="close">(hide)</span><span class="open">(show)</span>
|
<a href="/blog/" title="Blog">Blog</a><span class="close">(hide)</span><span class="open">(show)</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
{% for post in site.categories.en limit:3 %}
|
{% for post in site.categories.en limit:3 %}
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
<p class="view"><a href="/projects/">Projects</a><br>
|
<p class="view"><a href="/projects/" title="Projects">Projects</a><br>
|
||||||
<a href="ftp://repo.arcanis.name/repo">Repository</a></p>
|
<a href="ftp://repo.arcanis.name/repo" title="Repository">Repository</a></p>
|
||||||
<p class="view"><a href="/about">About me</a></p>
|
<p class="view"><a href="/about" title="About">About me</a></p>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<!-- redirection to russian page -->
|
<!-- redirection to russian page -->
|
||||||
<script>
|
<script type="text/javascript">
|
||||||
function redirectpage(dest) {
|
function redirectpage(dest) {
|
||||||
if (window.location.replace) window.location.replace(dest)
|
if (window.location.replace) window.location.replace(dest)
|
||||||
else window.location=dest
|
else window.location=dest
|
||||||
@ -42,11 +41,11 @@ title: arcanis' homepage
|
|||||||
<!-- redirection to russian page -->
|
<!-- redirection to russian page -->
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<h3><a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome</h3>
|
<h3><a href="#welcome" class="anchor" name="welcome"><span class="octicon octicon-link"></span></a>Welcome</h3>
|
||||||
<p>Welcome to my homepage, <code>`echo $USERNAME`</code>. You may read about me on <a href="/about">the link</a>. I'm sorry I don't know html/php/ruby/etc (but I know GoogleFOO! At least, I think so), therefore this page may not look very pretty. But I tried (or may be not). In the blog I will write some papers about science, programming, living in Archlinux system and may be package maintaining. Also I will create pages for some of <a href="https://github.com/arcan1s">my projects</a>.</p>
|
<p>Welcome to my homepage, <code>`echo $USERNAME`</code>. You may read about me on <a href="/about" title="About">the link</a>. I'm sorry I don't know html/php/ruby/etc (but I know GoogleFOO! At least, I think so), therefore this page may not look very pretty. But I tried (or may be not). In the blog I will write some papers about science, programming, living in Archlinux system and may be package maintaining. Also I will create pages for some of <a href="https://github.com/arcan1s" title="GitHub">my projects</a>.</p>
|
||||||
|
|
||||||
<h3><a name="contact" class="anchor" href="#contact"><span class="octicon octicon-link"></span></a>Contact me</h3>
|
<h3><a href="#contact" class="anchor" name="contact"><span class="octicon octicon-link"></span></a>Contact me</h3>
|
||||||
<p>If you have a question or something else you may <a href="/about">contact me</a>. If you want to suggest a pull request or to create a bug report for these pages (or may be for some other projects) feel free to visit <a href="https://github.com/arcan1s">my Github profile</a> and do it.</p>
|
<p>If you have a question or something else you may <a href="/about" title="About">contact me</a>. If you want to suggest a pull request or to create a bug report for these pages feel free to visit <a href="https://github.com/arcan1s/arcan1s.github.io" title="Pages repository">its GitHub repository</a> and do it.</p>
|
||||||
|
|
||||||
<h3><a name="search" class="anchor" href="#search"><span class="octicon octicon-link"></span></a>Site search</h3>
|
<h3><a href="#search" class="anchor" name="search"><span class="octicon octicon-link"></span></a>Site search</h3>
|
||||||
{% include cse.html %}
|
{% include cse.html %}
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
/* in-text images */
|
||||||
|
.sign {
|
||||||
|
float: right;
|
||||||
|
border: 0px solid #333;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 5px 0px 5px 10px;
|
||||||
|
}
|
||||||
|
.sign figcaption {
|
||||||
|
margin: 0px;
|
||||||
|
font-style: italic;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* spoiler */
|
/* spoiler */
|
||||||
.spoiler > input + .box > blockquote {
|
.spoiler > input + .box > blockquote {
|
||||||
display: none;
|
display: none;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user