Update Tech page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
|
||||
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
|
||||
|
||||
body {
|
||||
background-color: #2a2a2a;
|
||||
@@ -31,7 +32,7 @@ header {
|
||||
|
||||
#logo {
|
||||
width: 100%;
|
||||
max-width: 750px;
|
||||
max-width: 950px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,70 +15,6 @@
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
|
||||
|
||||
<style>
|
||||
#big-gear {
|
||||
animation: big-gear 10s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: stroke-box;
|
||||
}
|
||||
|
||||
#tr-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: stroke-box;
|
||||
}
|
||||
|
||||
#br-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
#tl-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
#bl-gear {
|
||||
animation: gear-left 2s linear infinite;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
@keyframes big-gear {
|
||||
from {
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
to {
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gear-right {
|
||||
from {
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
to {
|
||||
rotate: 180deg;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gear-left {
|
||||
from {
|
||||
rotate: 0deg;
|
||||
}
|
||||
|
||||
to {
|
||||
rotate: -180deg;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#505050"
|
||||
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 39 KiB |
30
res/svg/sessionzero-icon-no-bg.svg
Normal file
30
res/svg/sessionzero-icon-no-bg.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.5 KiB |
Reference in New Issue
Block a user