Update Tech page

This commit is contained in:
2025-06-25 11:54:44 -05:00
parent d907488ce3
commit ce767923a7
6 changed files with 102 additions and 83 deletions

View File

@@ -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;
}

View File

@@ -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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 KiB