diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-22 19:11:44 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-22 19:11:44 +0200 |
commit | 065e4e517b43619bdbef55a439eeb4d006581b0d (patch) | |
tree | 60fb896ebc3dee4de1334da4d89cacd3e0da0fdf /assets | |
parent | 66263f822e69e4365c802dd41e58bd7c7052c92e (diff) | |
download | website-065e4e517b43619bdbef55a439eeb4d006581b0d.tar.gz |
Redesign the whole website
Diffstat (limited to 'assets')
-rw-r--r-- | assets/android-chrome-192x192.png | bin | 0 -> 4016 bytes | |||
-rw-r--r-- | assets/android-chrome-512x512.png | bin | 0 -> 13633 bytes | |||
-rw-r--r-- | assets/apple-touch-icon.png | bin | 0 -> 3787 bytes | |||
-rw-r--r-- | assets/favicon-16x16.png | bin | 0 -> 234 bytes | |||
-rw-r--r-- | assets/favicon-32x32.png | bin | 0 -> 412 bytes | |||
-rw-r--r-- | assets/favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | assets/img/background.webp | bin | 80334 -> 0 bytes | |||
-rw-r--r-- | assets/img/planets/Planet-1.webp | bin | 163724 -> 0 bytes | |||
-rw-r--r-- | assets/img/planets/Planet-2.webp | bin | 207696 -> 0 bytes | |||
-rw-r--r-- | assets/img/planets/Planet-3.webp | bin | 182850 -> 0 bytes | |||
-rw-r--r-- | assets/img/planets/Planet-4.webp | bin | 149820 -> 0 bytes | |||
-rw-r--r-- | assets/img/planets/Planet-5.webp | bin | 166390 -> 0 bytes | |||
-rw-r--r-- | assets/img/uc.webp | bin | 32114 -> 0 bytes | |||
-rw-r--r-- | assets/img/wordart.webp | bin | 33250 -> 0 bytes | |||
-rw-r--r-- | assets/index.css | 129 |
15 files changed, 36 insertions, 93 deletions
diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png new file mode 100644 index 0000000..68e2487 --- /dev/null +++ b/assets/android-chrome-192x192.png Binary files differdiff --git a/assets/android-chrome-512x512.png b/assets/android-chrome-512x512.png new file mode 100644 index 0000000..8781a95 --- /dev/null +++ b/assets/android-chrome-512x512.png Binary files differdiff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..0c47f35 --- /dev/null +++ b/assets/apple-touch-icon.png Binary files differdiff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 0000000..e8417a0 --- /dev/null +++ b/assets/favicon-16x16.png Binary files differdiff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 0000000..e04102c --- /dev/null +++ b/assets/favicon-32x32.png Binary files differdiff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..c21fadf --- /dev/null +++ b/assets/favicon.ico Binary files differdiff --git a/assets/img/background.webp b/assets/img/background.webp deleted file mode 100644 index 50938fb..0000000 --- a/assets/img/background.webp +++ /dev/null Binary files differdiff --git a/assets/img/planets/Planet-1.webp b/assets/img/planets/Planet-1.webp deleted file mode 100644 index f2a2af7..0000000 --- a/assets/img/planets/Planet-1.webp +++ /dev/null Binary files differdiff --git a/assets/img/planets/Planet-2.webp b/assets/img/planets/Planet-2.webp deleted file mode 100644 index 60d82af..0000000 --- a/assets/img/planets/Planet-2.webp +++ /dev/null Binary files differdiff --git a/assets/img/planets/Planet-3.webp b/assets/img/planets/Planet-3.webp deleted file mode 100644 index 8429bc7..0000000 --- a/assets/img/planets/Planet-3.webp +++ /dev/null Binary files differdiff --git a/assets/img/planets/Planet-4.webp b/assets/img/planets/Planet-4.webp deleted file mode 100644 index 5ca7a7c..0000000 --- a/assets/img/planets/Planet-4.webp +++ /dev/null Binary files differdiff --git a/assets/img/planets/Planet-5.webp b/assets/img/planets/Planet-5.webp deleted file mode 100644 index 3aa89ff..0000000 --- a/assets/img/planets/Planet-5.webp +++ /dev/null Binary files differdiff --git a/assets/img/uc.webp b/assets/img/uc.webp deleted file mode 100644 index 0a21b42..0000000 --- a/assets/img/uc.webp +++ /dev/null Binary files differdiff --git a/assets/img/wordart.webp b/assets/img/wordart.webp deleted file mode 100644 index ca8e55a..0000000 --- a/assets/img/wordart.webp +++ /dev/null Binary files differdiff --git a/assets/index.css b/assets/index.css index 7d452c8..1aa54ce 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,10 +1,32 @@ @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap"); html { - background-image: url(img/background.webp); - width: 100%; - color: white; + background-color: black; + padding-left: 25%; + padding-right: 25%; + color: lime; } + +@media only screen and (max-width: 900px) { + html { + padding-left: 5%; + padding-right: 5% + } +} + +img { + transition:transform 0.25s ease; +} + +img:hover { + -webkit-transform:scale(3); /* or some other value */ + transform:scale(3); +} + +h2 > a::before { + content: '> '; +} + p, h1, h2, @@ -15,28 +37,16 @@ h6, li { font-family: "JetBrains Mono", monospace; } -.field { - width: 20%; - display: inline-block; - padding-left: 4em; - padding-right: 4em; - text-align: center; -} -.field > img { - width: 5rem; - height: 5rem; -} -a { - color: -webkit-link; - text-decoration: underline wavy -webkit-link; -} -a > :is(p, h1, h2, h3, h4, h5, h6) { - color: -webkit-link; +a { + color: lime; + text-decoration: underline dotted lime; } img { - max-width: 100%; + max-width: 50%; + margin-left: auto; + margin-right: auto; } marquee { @@ -54,73 +64,14 @@ blockquote { margin: auto; } -.logo-container { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 30%; - margin-bottom: 2em; -} - -#container { - margin-left: auto; - margin-right: auto; - width: 90%; - display: flex; - justify-content: center; - flex-wrap: wrap; -} - -.logo { - width: 100%; - margin-left: auto; - margin-right: auto; -} - -.box { - background-color: whitesmoke; - border: 5px solid darkcyan; - width: 80%; - margin: auto; - padding: 10px; - margin-bottom: 50px; -} - -.box > ul { - color: black; - list-style-position: inside; - padding: 0; -} - -.box > ol { - color: black; -} - -.box > :is(p, h1, h2, h3, h4, h5, h6) { - color: black; -} - -.box > * > :is(p, h1, h2, h3, h4, h5, h6) { - color: black; -} - -.box > ul > li > :is(p, h1, h2, h3, h4, h5, h6) { - color: black; -} - -.box > ol > li > :is(p, h1, h2, h3, h4, h5, h6) { - color: black; +.title { + font-weight: 900; } pre, code { - color: limegreen; - background-color: black; -} - -a > h2 { - color: white; - text-decoration: underline wavy white; + color: black; + background-color: lime; } pre { @@ -129,12 +80,4 @@ pre { :not(pre) > code { padding: 5px; -} - -@media screen and (max-width: 1110px) { - .field { - width: 100%; - display: block; - padding: 0; - } -} +} \ No newline at end of file |