Skip to content

Commit

Permalink
remvoing the ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgerbrandt committed Dec 13, 2024
1 parent babb71a commit 334a494
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
6 changes: 3 additions & 3 deletions bio-rocket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed bio-rocket/src/lib/assets/mitacs.png
Binary file not shown.
31 changes: 8 additions & 23 deletions bio-rocket/src/routes/sponsors/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import Automation from '$lib/assets/automation.png';
import Solvest from '$lib/assets/solvest.png';
import Protospace from '$lib/assets/protospace.png';
import Mitacs from '$lib/assets/mitacs.png';
import Whatif from '$lib/assets/whatif.png';
import Omega from '$lib/assets/omega.png';
import Outfrnt from '$lib/assets/outfrnt.png';
Expand Down Expand Up @@ -73,9 +72,9 @@
<a href="https://www.yukon3dsolutions.com/" target="_blank">
<img src={Yukon3d} alt="Yukon3d" class="foreground yukon" />
</a>
<a href="https://www.avnet.com/wps/portal/us" target="_blank">
<!-- <a href="https://www.avnet.com/wps/portal/us" target="_blank">
<img src={Avnet} alt="Avnet" class="foreground avnet" />
</a>
</a> -->
<a href="https://www.ifm.com/ca/en" target="_blank">
<img src={Ifm} alt="Ifm" class="foreground ifm" />
</a>
Expand Down Expand Up @@ -107,10 +106,6 @@
<img src={Protospace} alt="Protospace" class="foreground
protospace" />
</a>
<a href="https://www.mitacs.ca/" target="_blank">
<img src={Mitacs} alt="Mitacs" class="foreground
mitacs" />
</a>
<a href="https://whatif-labs.ca/" target="_blank">
<img src={Whatif} alt="Whatif" class="foreground
whatif" />
Expand Down Expand Up @@ -171,14 +166,14 @@
}
.yukon {
top: calc(var(--container-width) * 0.85);
left: 30%;
left: 50%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 2400));
}
.avnet {
/* .avnet {
top: calc(var(--container-width) * 0.85);
left: 70%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 4500));
}
} */
.ifm {
top: calc(var(--container-width) * 1.36);
left: 50%;
Expand Down Expand Up @@ -219,11 +214,6 @@
left: 65%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 9000));
}
.mitacs {
top: calc(var(--container-width) * 2.18);
left: 50%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 5000));
}
.whatif {
top: calc(var(--container-width) * 2.33);
left: 50%;
Expand Down Expand Up @@ -268,14 +258,14 @@
}
.yukon {
top: calc(var(--container-width) * 0.85);
left: 30%;
left: 50%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 1200));
}
.avnet {
/* .avnet {
top: calc(var(--container-width) * 0.85);
left: 70%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 1200));
}
} */
.ifm {
top: calc(var(--container-width) * 1.36);
left: 50%;
Expand Down Expand Up @@ -316,11 +306,6 @@
left: 65%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 2000));
}
.mitacs {
top: calc(var(--container-width) * 2.18);
left: 50%;
transform: translate(-50%, -50%) scale(calc(var(--container-width-unitless) / 1000));
}
.whatif {
top: calc(var(--container-width) * 2.33);
left: 50%;
Expand Down

0 comments on commit 334a494

Please sign in to comment.