commit d3cbb4c5285ec378491e9c82ad6748cda94cc5f8 Author: anthony Date: Fri Jun 13 16:32:18 2025 +0200 new file: FuturaLT-Heavy.ttf new file: Sputnik/index.html new file: Sputnik/style.css new file: index.html new file: style.css diff --git a/FuturaLT-Heavy.ttf b/FuturaLT-Heavy.ttf new file mode 100644 index 0000000..7d08b83 Binary files /dev/null and b/FuturaLT-Heavy.ttf differ diff --git a/Sputnik/index.html b/Sputnik/index.html new file mode 100644 index 0000000..877dac5 --- /dev/null +++ b/Sputnik/index.html @@ -0,0 +1,20 @@ + + + + + SputnikOS + + +
+

SputnikOS

+
+
+

Our objective is to make the Internet a decentralized and surveilance free place for everyone out there. Let's speak out for everybody out there who gets opressed. Otherwise it will be you one day.

+
+ + + \ No newline at end of file diff --git a/Sputnik/style.css b/Sputnik/style.css new file mode 100644 index 0000000..e84fcd5 --- /dev/null +++ b/Sputnik/style.css @@ -0,0 +1,43 @@ +body { + display: flex; + flex-wrap:wrap; + justify-content: center; + align-items: center; + min-height: 100vh; + background: #55052c; + } + .name{ + font-weight: 700; + text-align: center; + font-size: 40px; + font-weight:600; + font-family: Hack, sans-serif; + text-transform: uppercase; + background: linear-gradient(90deg, #55052c, #00d791, #00d791, #55052c); + letter-spacing: 5px; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-repeat: no-repeat; + background-size: 80%; + animation: shine 5s linear infinite; + position: relative; + } + + @keyframes shine { + 0% { + background-position: -500%; + } + 100% { + background-position: 500%; + } + } + + .text{ + color: white; + font-family: sans-serif; + } + + .flag-text{ + color: #00d791; + font-family: sans-serif; + } \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..ddcf2e5 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + Communist Internet Federation + + +

Communist Internet Federation

+

This side is still heavily under construction

+

In the meantime check out our Lemmy Instance

+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..14eadb1 --- /dev/null +++ b/style.css @@ -0,0 +1,32 @@ +@font-face { + font-family: "Futura"; + src: url("./FuturaLT-Heavy.ttf") format("truetype"); +} + +body{ + position:absolute; + margin-top: 10px; + font-family: "Futura"; +} + +footer{ + position: fixed; + bottom: 0px; + width:100%; + height: 75px; + display: flex; + justify-content: space-around; +} + +.slidefadein { + opacity: 0; + transform: translateY(100px); + animation: slideAndFade 0.5s ease-in-out forwards; + } + + @keyframes slideAndFade { + to { + opacity: 1; + transform: translateY(0); + } + } \ No newline at end of file