mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
site appearance
* edited css * removed description from header in layout of projects * moved title from header to body in layout of papers
This commit is contained in:
parent
f46aa85685
commit
8e5bcd6ad2
@ -7,7 +7,6 @@ layout: default
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.category == "ru" %}
|
||||
{% assign post = page %}
|
||||
<p align="justify">{% include shortdate_to_ru.html %}</p>
|
||||
@ -21,7 +20,7 @@ layout: default
|
||||
<!-- do nothing -->
|
||||
{% else %}
|
||||
{% if post.category == "ru" %}
|
||||
<i>{% include shortdate_to_ru.html %}</i> <a href="{{ post.url }}">{{ post.title }}</a><br>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
@ -39,7 +38,7 @@ layout: default
|
||||
<!-- do nothing -->
|
||||
{% else %}
|
||||
{% if post.category != "ru" %}
|
||||
<i>{{ post.date | date_to_string }}</i> <a href="{{ post.url }}">{{ post.title }}</a><br>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
@ -49,7 +48,7 @@ layout: default
|
||||
</header>
|
||||
<section>
|
||||
|
||||
<a name="" class="anchor" href="#"><span class="octicon octicon-link"></span></a>
|
||||
<a name="" class="anchor" href="#"><span class="octicon octicon-link"><h1>{{ page.title }}</h1></span></a>
|
||||
<p align="justify">{{ page.description }}</p>
|
||||
|
||||
{{ content }}
|
||||
|
@ -8,7 +8,6 @@ layout: default
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p class="view">{{ page.description }}</p>
|
||||
<p class="view">
|
||||
{% if page.category == "ru" %}
|
||||
<a href="#info">Общая информация</a><br>
|
||||
|
@ -2,7 +2,6 @@
|
||||
layout: project
|
||||
title: git-etc
|
||||
short: git-etc
|
||||
description: Simple daemon for monitoring changes in files
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -2,7 +2,6 @@
|
||||
layout: project
|
||||
title: Netctl GUI
|
||||
short: netctl-gui
|
||||
description: Graphical interface for netctl
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -2,7 +2,6 @@
|
||||
layout: project
|
||||
title: Oblikue strategies
|
||||
short: oblikuestrategies
|
||||
description: Plasmoid that displays a random draw Oblique Strategies
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -2,7 +2,6 @@
|
||||
layout: project
|
||||
title: py-text-monitor
|
||||
short: pytextmonitor
|
||||
description: Minimalistic Plasmoid script that looks like widgets in Awesome WM
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -2,7 +2,6 @@
|
||||
layout: project
|
||||
title: queued
|
||||
short: queued
|
||||
description: Daemon for starting jobs to queue of calculations
|
||||
hasgui: false
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -160,7 +160,7 @@ img {
|
||||
}
|
||||
|
||||
header {
|
||||
width: 24%;
|
||||
width: 20%;
|
||||
float: left;
|
||||
position: fixed;
|
||||
}
|
||||
@ -173,7 +173,7 @@ header ul {
|
||||
border-radius: 5px;
|
||||
border: 1px solid #d2d2d2;
|
||||
box-shadow: inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
|
||||
width: 24%;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
header li {
|
||||
@ -215,7 +215,7 @@ header ul a strong {
|
||||
}
|
||||
|
||||
section {
|
||||
width: 60%;
|
||||
width: 70%;
|
||||
float: right;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
@ -232,7 +232,7 @@ hr {
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 24%;
|
||||
width: 20%;
|
||||
float: left;
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
|
@ -3,7 +3,6 @@ category: ru
|
||||
layout: project
|
||||
title: git-etc
|
||||
short: git-etc
|
||||
description: Простой демон для контроля изменений в файлах
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -3,7 +3,6 @@ category: ru
|
||||
layout: project
|
||||
title: Netctl GUI
|
||||
short: netctl-gui
|
||||
description: Графическая оболочка для netctl
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -3,7 +3,6 @@ category: ru
|
||||
layout: project
|
||||
title: Oblikue strategies
|
||||
short: oblikuestrategies
|
||||
description: Плазмоид, который показывает случайные карты из Oblique Strategies
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -3,7 +3,6 @@ category: ru
|
||||
layout: project
|
||||
title: py-text-monitor
|
||||
short: pytextmonitor
|
||||
description: Минималистичный плазмоид, который выглядит, как виджеты в Awesome WM
|
||||
hasgui: true
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
@ -3,7 +3,6 @@ category: ru
|
||||
layout: project
|
||||
title: queued
|
||||
short: queued
|
||||
description: Демон для запуска задач в очередь вычислений
|
||||
hasgui: false
|
||||
developers:
|
||||
- Evgeniy Alelseev
|
||||
|
Loading…
Reference in New Issue
Block a user