diff --git a/404.html b/404.html index 4baf1a1..d5ae954 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@
-

404 Not Found ^_^

+

404

Main Page

diff --git a/assets/JetBrainsMono.ttf b/assets/JetBrainsMono.ttf new file mode 100644 index 0000000..8c93043 Binary files /dev/null and b/assets/JetBrainsMono.ttf differ diff --git a/assets/Segoe UI.ttf b/assets/Segoe UI.ttf deleted file mode 100755 index 46b3b99..0000000 Binary files a/assets/Segoe UI.ttf and /dev/null differ diff --git a/assets/favicon.jpg b/assets/favicon.jpg deleted file mode 100644 index fb2b912..0000000 Binary files a/assets/favicon.jpg and /dev/null differ diff --git a/assets/favicon.png b/assets/favicon.png new file mode 100644 index 0000000..b0c2080 Binary files /dev/null and b/assets/favicon.png differ diff --git a/assets/styles.css b/assets/styles.css index 8c2dc5a..6117e98 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,14 +1,28 @@ body { margin: 0; min-height: 100svh; - font: 14px 'SegoeUI',monospace; + font: 14px 'JetBrainsMono',monospace; color: #fff; text-align: center; - background: #111; + background: url("wallhaven-3kkgl6.jpg") center/cover fixed; + /* background-color: rgb(27,27,27); */ display: flex; flex-direction: column; } +body:before { + content: ''; + position: fixed; + inset: 0; + background: rgba(37,37,37,0.5); + pointer-events: none; +} + +body * { + position: relative; + z-index: 1; +} + main { max-width: 1000px; width: calc(100% - 20px); @@ -18,17 +32,23 @@ main { } a { - color: rgb(66,131,252); + color: rgb(0, 162, 255); text-decoration: none; } -.jccenter { +a:hover { + text-decoration: underline; +} + +.info { display: flex; + gap: 50px; justify-content: center; } -.myfriends { - margin-left: 50px; +.h1-404 { + font-size: 6em; + margin: 0 auto; } @media(max-width:600px){ @@ -36,13 +56,12 @@ a { main { padding:15px; } h1 { font-size:1.5rem; } h2,h3 { font-size:1.1rem; margin:12px 0; } - .jccenter { display:block; } - .myfriends { margin-left:0; } + .info { display:block; } } @font-face{ - font-family: 'SegoeUI'; - src: url('Segoe UI.ttf') format('truetype'); - font-weight: normal; + font-family: 'JetBrainsMono'; + src: url('JetBrainsMono.ttf') format('truetype'); + font-weight: bold; font-display: swap; } \ No newline at end of file diff --git a/assets/wallhaven-3kkgl6.jpg b/assets/wallhaven-3kkgl6.jpg new file mode 100644 index 0000000..5383775 Binary files /dev/null and b/assets/wallhaven-3kkgl6.jpg differ diff --git a/index.html b/index.html index 1641db1..1ad61cc 100644 --- a/index.html +++ b/index.html @@ -5,35 +5,36 @@ xelframe page - +

- xelframe home page - + xelframe home page

-
+

Socials:

Discord: xelframe

-

Telegram: xelframe

-

Github: xelframe

-

Steam: xelframe

-

YouTube: @xelframe

+

Telegram: xelframe

+

Github: xelframe

+

Steam: xelframe

+

YouTube: @xelframe

-
+ +

My friends:

-

Cat.: patrickstar8753.github.io

-

Tolya Gosuslugi: tolya1337.ru

+

Cat.: patrickstar8753.github.io

+

Tolya Gosuslugi: tolya1337.ru

-
+

~prev webring next~

+ - + \ No newline at end of file