From 761760875fb95b64d701283e66546db17553ff54 Mon Sep 17 00:00:00 2001 From: serr <sc7227484@gmail.com> Date: Thu, 1 May 2025 00:48:39 +0300 Subject: [PATCH] del ul-li structures --- mvc/views/blocks/footer.gohtml | 14 ++++++------- mvc/views/blocks/header.gohtml | 8 ++++---- mvc/views/pages/main.gohtml | 36 +++++++++++++++++----------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/mvc/views/blocks/footer.gohtml b/mvc/views/blocks/footer.gohtml index 7a436bb..6c3a8fb 100644 --- a/mvc/views/blocks/footer.gohtml +++ b/mvc/views/blocks/footer.gohtml @@ -5,19 +5,19 @@ </div> <div> <p> - and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel </a> with pictures! + and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel</a> with pictures! </p> </div> <div> <p> <strong>some system information</strong>: </p> - <ul> - <li>unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code></li> - <li><code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces?</li> - <li>this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a></li> - <li>24-hour server request count (<code>curl -X COUNT https://hikan.ru</code>):</li> - </ul> + <p> + > unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code><br/> + > <code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces<br/> + > this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a><br/> + > 24-hour server request count (<code>curl -X COUNT https://hikan.ru</code>): + </p> <p class="count"> <img src="/assets/pic/0.gif?v={{ .version }}"> <img src="/assets/pic/0.gif?v={{ .version }}"> diff --git a/mvc/views/blocks/header.gohtml b/mvc/views/blocks/header.gohtml index aa0ed4a..91781f0 100644 --- a/mvc/views/blocks/header.gohtml +++ b/mvc/views/blocks/header.gohtml @@ -12,10 +12,10 @@ </p> </div> <div> - <ul> - <li><a href="/">main page</a></li> - <li><a href="/posts/">posts section</a></li> - </ul> + <p> + > <a href="/">main page</a><br/> + > <a href="/posts/">posts section</a> + </p> </div> </header> {{ end }} \ No newline at end of file diff --git a/mvc/views/pages/main.gohtml b/mvc/views/pages/main.gohtml index 66b1a4c..5a71057 100644 --- a/mvc/views/pages/main.gohtml +++ b/mvc/views/pages/main.gohtml @@ -36,34 +36,34 @@ <h1> things i love </h1> - <ul> - <li><strong>coffee</strong>. i REALLY love coffee. almost any. and a lot of</li> - <li><strong>movies and TV series</strong> (especially TV series). i watch something almost every day</li> - <li><strong>true crime</strong>. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff</li> - <li><strong>russian underground rap</strong> like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.</li> - <li><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</li> - </ul> + <p> + <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>> 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>> 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> </div> <div> <h1> projects </h1> - <ul> - <li><a href="https://git.hikan.ru/serr" target="_blank">git.hikan.ru/serr</a> - check my repos</li> - <li><del>telegram bot with schedule for SPBPU - <a href="https://t.me/polysched_bot" target="_blank">polysched_bot</a></del> (transferred to a more proactive owner)</li> - <li><del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)</li> - </ul> + <p> + > <a href="https://git.hikan.ru/serr" target="_blank">git.hikan.ru/serr</a> - check my repos<br/> + > <del>telegram bot with schedule for SPBPU - <a href="https://t.me/polysched_bot" target="_blank">polysched_bot</a></del> (transferred to a more proactive owner)<br/> + > <del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)<br/> + </p> </div> <div> <h1> nice links </h1> - <ul> - <li><a href="https://mo.rijndael.cc/" target="_blank">Mo</a>, thx for design idea!</li> - <li>huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a></li> - <li>i love this website highlighting the Small Web - <a href="https://smallweb.cc/" target="_blank">smallweb</a></li> - <li>very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a></li> - </ul> + <p> + > <a href="https://mo.rijndael.cc/" target="_blank">Mo</a>, thx for design idea!<br/> + > huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a><br/> + > i love this website highlighting the Small Web - <a href="https://smallweb.cc/" target="_blank">smallweb</a><br/> + > very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a><br/> + </p> </div> </main> {{ template "footer" . }}