изменил стили details блока, добавил любимые сайты в блок things i love под details
parent
e73956733c
commit
ad08bc441e
|
@ -109,10 +109,14 @@ pre {
|
||||||
|
|
||||||
details > summary {
|
details > summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open] > summary {
|
details[open] > summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rotating-pic-container {
|
.rotating-pic-container {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<details>
|
<details>
|
||||||
<summary class="pulse-text">click here if you want more system details</summary>
|
<summary class="pulse-text">click here if you want more system details</summary>
|
||||||
<p>
|
<p>
|
||||||
> to check the latest changes to the site you can use it (someday i hope to add a cool log page):
|
> to check the latest changes to the site you can use it (someday i hope to add a cool log page):
|
||||||
<pre>curl -s "https://git.hikan.ru/api/v1/repos/serr/hikan.ru/commits?limit=10" | jq -r '.[] | .commit.author.date + " | " + (.commit.message | rtrimstr("\n"))'</pre>
|
<pre>curl -s "https://git.hikan.ru/api/v1/repos/serr/hikan.ru/commits?limit=10" | jq -r '.[] | .commit.author.date + " | " + (.commit.message | rtrimstr("\n"))'</pre>
|
||||||
|
|
|
@ -40,11 +40,23 @@
|
||||||
things i love
|
things i love
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
<strong>> coffee</strong>. i REALLY love coffee. almost any. and a lot of<br/>
|
> <strong>coffee</strong>. i REALLY love coffee. almost any. and a lot of<br/>
|
||||||
<strong>> movies and TV series</strong> (especially TV series). i watch something almost every day<br/>
|
> <strong>movies and TV series</strong> (especially TV series). i watch something almost every day<br/>
|
||||||
<strong>> true crime</strong>. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff<br/>
|
> <strong>true crime</strong>. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff<br/>
|
||||||
<strong>> russian underground rap</strong> like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.<br/>
|
> <strong>russian underground rap</strong> like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.<br/>
|
||||||
<strong>> simple and extensible code</strong>. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem
|
> <strong>simple and extensible code</strong>. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<details>
|
||||||
|
<summary class="pulse-text">click here if you want to see the sites i like</summary>
|
||||||
|
<p>
|
||||||
|
> huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a><br/>
|
||||||
|
> i like to surf here - <a href="https://neocities.org/browse" target="_blank">neocities.org/browse</a><br/>
|
||||||
|
> very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a><br/>
|
||||||
|
> animated gif search from internet archive - <a href="https://gifcities.org/" target="_blank">gifcities.org</a><br/>
|
||||||
|
> very cool design - <a href="https://combatbaby.neocities.org/" target="_blank">combatbaby.neocities.org</a><br/>
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -58,15 +70,5 @@
|
||||||
> <del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)<br/>
|
> <del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)<br/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<h1>
|
|
||||||
nice links
|
|
||||||
</h1>
|
|
||||||
<p>
|
|
||||||
> huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a><br/>
|
|
||||||
> i like to surf here - <a href="https://neocities.org/browse" target="_blank">neocities.org/browse</a><br/>
|
|
||||||
> very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a><br/>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in New Issue