diff --git a/assets/css/styles.css b/assets/css/styles.css index 27f7276..efc587a 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -109,10 +109,14 @@ pre { details > summary { cursor: pointer; + display: inline-block; + width: auto; } details[open] > summary { cursor: pointer; + display: inline-block; + width: auto; } .rotating-pic-container { diff --git a/mvc/views/blocks/footer.gohtml b/mvc/views/blocks/footer.gohtml index 33ad0c8..f7c3762 100644 --- a/mvc/views/blocks/footer.gohtml +++ b/mvc/views/blocks/footer.gohtml @@ -14,7 +14,7 @@

- click here if you want more system details + click here if you want more system details

> to check the latest changes to the site you can use it (someday i hope to add a cool log page):

curl -s "https://git.hikan.ru/api/v1/repos/serr/hikan.ru/commits?limit=10" | jq -r '.[] | .commit.author.date + " | " + (.commit.message | rtrimstr("\n"))'
diff --git a/mvc/views/pages/main/main_ajax.gohtml b/mvc/views/pages/main/main_ajax.gohtml index 655cd8e..f1f97fe 100644 --- a/mvc/views/pages/main/main_ajax.gohtml +++ b/mvc/views/pages/main/main_ajax.gohtml @@ -40,11 +40,23 @@ things i love

- > coffee. i REALLY love coffee. almost any. and a lot of
- > movies and TV series (especially TV series). i watch something almost every day
- > true crime. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff
- > russian underground rap like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.
- > simple and extensible code. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem + > coffee. i REALLY love coffee. almost any. and a lot of
+ > movies and TV series (especially TV series). i watch something almost every day
+ > true crime. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff
+ > russian underground rap like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.
+ > simple and extensible code. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem +

+

+

+ click here if you want to see the sites i like +

+ > huge collection of Xakep issues - 図書館.きく.コム
+ > i like to surf here - neocities.org/browse
+ > very atmospheric forum about black metal - lycanthropia
+ > animated gif search from internet archive - gifcities.org
+ > very cool design - combatbaby.neocities.org
+

+

@@ -58,15 +70,5 @@ > telegram bot with schedule for SPMI - gornischedule_bot (closed)

-
-

- nice links -

-

- > huge collection of Xakep issues - 図書館.きく.コム
- > i like to surf here - neocities.org/browse
- > very atmospheric forum about black metal - lycanthropia
-

-
{{ end }} \ No newline at end of file