some redesign

design
serr 2025-05-17 12:20:48 +03:00
parent 70022c3b78
commit 1aab4ce6e4
9 changed files with 19 additions and 16 deletions

View File

@ -1,12 +1,11 @@
/* Design idea from here https://mo.rijndael.cc/ */
body {
display: flex;
flex-wrap: wrap;
margin: 0;
align-items: flex-start;
padding: 10px;
background-color: #E6E6FA;
background-image: url("/assets/pic/star.gif");
background-color: #000;
}
header, main, footer {
@ -26,8 +25,8 @@ main {
div {
text-align: left;
background-color: white;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
background-color: #b1cfd8;
box-shadow: 0 0 3px 3px rgba(135, 182, 196, 0.95);
box-sizing: border-box;
border: 1px solid;
border-radius: 10px;
@ -60,15 +59,15 @@ h1::after { bottom: 0; }
}
a {
background-color: #cdae98;
background-color: #77abbb;
color: black;
text-decoration: none;
}
pre {
padding: 10px;
background: #E6E6FA;
border: 1px solid #e8e8e8;
background: #77abbb;
border: 1px solid #000;
overflow-x: auto;
white-space: pre;
word-wrap: normal;

BIN
assets/pic/UkkUKhV.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
assets/pic/miffy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
assets/pic/sparkling.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
assets/pic/star.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,7 +1,7 @@
{{ define "footer" }}
<footer>
<div>
<img src="/assets/pic/footer.webp?v={{ .version }}" width="100%" height="100%">
<img src="/assets/pic/UkkUKhV.gif?v={{ .version }}" width="100%" height="100%">
</div>
<div>
<p>

View File

@ -3,7 +3,6 @@
<title>hikan.ru</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/assets/pic/favicon.png?v={{ .version }}" type="image/x-icon">
<link rel="stylesheet" href="/assets/css/styles.css?v={{ .version }}" type="text/css">
</head>
{{ end }}

View File

@ -1,7 +1,7 @@
{{ define "header" }}
<header>
<div>
<img src="/assets/pic/header.webp?v={{ .version }}" width="100%" height="100%">
<img src="/assets/pic/miffy.png?v={{ .version }}" width="100%" height="100%">
</div>
<div>
<h1>

View File

@ -4,6 +4,11 @@
<body>
{{ template "header" . }}
<main>
<div>
<p>
<code>welcome to my little site</code>
</p>
</div>
<div>
<h1>
$whoami
@ -23,10 +28,10 @@
what do i do?
</h1>
<p>
programming is my everything - my job, my hobby, my lifestyle
programming is my lifestyle
</p>
<p>
i love growing in all areas of programming - i am literally interested in everything: cybersecurity (chaotically breaking things, analyzing code, writing automated analyzers, and moving bytes back and forth), concurrency/multithreading, web development, low-level programming, cryptography and a lot more!
i love growing in all areas of programming - i am literally interested in everything: web development, low-level programming, formal grammars and a lot more!
</p>
<p>
i like the idea of <a href="https://en.wikipedia.org/wiki/Symbolic_execution" target="_blank">symbolic</a>/concolic execution and virtual code execution in general
@ -49,7 +54,8 @@
projects
</h1>
<p>
> <a href="https://git.hikan.ru/serr" target="_blank">git.hikan.ru/serr</a> - check my repos<br/>
> <a href="https://git.hikan.ru/serr/candycache" target="_blank">git.hikan.ru/serr/candycache</a> - simple and efficient Go cache<br/>
> <a href="https://git.hikan.ru/serr/eye-hot-reloader" target="_blank">git.hikan.ru/serr/eye-hot-reloader</a> - lightweight directories monitor with automatic rebuild and restart functionality for any project type<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>
@ -59,9 +65,8 @@
nice links
</h1>
<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/>
> 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>