initial commit
BIN
subsystem/subres/inter.woff2
Normal file
BIN
subsystem/subres/net-icon.png
Normal file
After Width: | Height: | Size: 21 KiB |
31
subsystem/subres/portal.js
Normal file
|
@ -0,0 +1,31 @@
|
|||
function inject() {
|
||||
let terms = [
|
||||
"SUBSTELSEL",
|
||||
"INKQUTYWANA",
|
||||
"TSAMAISOANE",
|
||||
"ПОДСИСТЕМА",
|
||||
"النظام الفرعي",
|
||||
"उपतन्त्रम्",
|
||||
"ระบบย่อย",
|
||||
"PUNAHURU",
|
||||
"UNDIRKERFI",
|
||||
"תת מערכת",
|
||||
"ԵՆԹԱՀԱՄԱԿԱՐԳ",
|
||||
"FO-CHÓRAS",
|
||||
"KĀNĀWAI",
|
||||
"SUBSYSTEM",
|
||||
];
|
||||
|
||||
// "サブシステム", "ΥΠΟΣΥΣΤΕΜΑ",
|
||||
|
||||
document.getElementById("subsystem").innerHTML =
|
||||
terms[Math.floor(Math.random() * terms.length)];
|
||||
}
|
||||
|
||||
function disableInject() {
|
||||
clearInterval(injectedPortal);
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
injectedPortal = setInterval(inject, Math.round(Math.random() * 1000));
|
||||
});
|
BIN
subsystem/subres/ppl-elliot-jaudz-oliver.avif
Executable file
After Width: | Height: | Size: 18 KiB |
BIN
subsystem/subres/ppl-elliot-jaudz-oliver.jpg
Executable file
After Width: | Height: | Size: 112 KiB |
BIN
subsystem/subres/ppl-elliot-jaudz-oliver.jxl
Executable file
BIN
subsystem/subres/ppl-elliot-jaudz-oliver.webp
Executable file
After Width: | Height: | Size: 85 KiB |
BIN
subsystem/subres/ppl-na.avif
Executable file
After Width: | Height: | Size: 22 KiB |
BIN
subsystem/subres/ppl-na.jpg
Executable file
After Width: | Height: | Size: 137 KiB |
BIN
subsystem/subres/ppl-na.jxl
Executable file
BIN
subsystem/subres/ppl-na.webp
Executable file
After Width: | Height: | Size: 35 KiB |
BIN
subsystem/subres/ppl-net-icon.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
subsystem/subres/ppl-raea.avif
Executable file
After Width: | Height: | Size: 9.4 KiB |
BIN
subsystem/subres/ppl-raea.jpg
Executable file
After Width: | Height: | Size: 118 KiB |
BIN
subsystem/subres/ppl-raea.jxl
Executable file
BIN
subsystem/subres/ppl-raea.webp
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
subsystem/subres/ppl-theblazingneptune.avif
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
subsystem/subres/ppl-theblazingneptune.jxl
Executable file
BIN
subsystem/subres/ppl-theblazingneptune.png
Executable file
After Width: | Height: | Size: 249 KiB |
BIN
subsystem/subres/ppl-theblazingneptune.webp
Executable file
After Width: | Height: | Size: 30 KiB |
53
subsystem/subres/sub-aboutstyle.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
#about {
|
||||
columns: 2;
|
||||
}
|
||||
.profile {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 90%;
|
||||
margin: 20px auto;
|
||||
padding: 10px 20px;
|
||||
break-inside: avoid;
|
||||
|
||||
background-color: var(--d-green);
|
||||
}
|
||||
.profile a {
|
||||
background-color: var(--orange);
|
||||
color: var(--black);
|
||||
}
|
||||
.profile a:hover {
|
||||
background-color: var(--black);
|
||||
color: var(--orange);
|
||||
}
|
||||
.profile > hgroup {
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.profile hgroup h1 {
|
||||
margin: 5px;
|
||||
font-size: larger;
|
||||
}
|
||||
.profile hgroup h2 {
|
||||
margin: 5px;
|
||||
font-size: medium;
|
||||
}
|
||||
.profile hgroup h3 {
|
||||
margin: 5px;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.profile p {
|
||||
flex-grow: 1;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.profile img {
|
||||
width: 250px;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
#about {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
45
subsystem/subres/sub-indexstyle.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
main {
|
||||
width: min(95%, 650px);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
hgroup {
|
||||
margin: 20px;
|
||||
}
|
||||
hgroup h1,
|
||||
hgroup h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
hgroup h1 {
|
||||
font-size: xx-large;
|
||||
}
|
||||
hgroup h2 {
|
||||
font-size: large;
|
||||
}
|
||||
article h3 {
|
||||
text-align: center;
|
||||
font-size: medium;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
h3 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
h3:after,
|
||||
h3:before {
|
||||
content: "";
|
||||
flex-grow: 1;
|
||||
height: 1px;
|
||||
margin: auto 10px;
|
||||
background-color: var(--black);
|
||||
}
|
||||
|
||||
.proclaim {
|
||||
text-align: center;
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|