Skip to content

Commit

Permalink
chore(solutions): immersion cooling
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jan 18, 2024
1 parent 007e9f8 commit 5d77e38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/routes/solutions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
import BrowserWindow from '$components/BrowserWindow.svelte';
import Price1 from '$lib/assets/media/price-part-1.png';
import Price2 from '$lib/assets/media/price-part-2.png';
import ImmersionCooling from '$lib/assets/media/grc-cold-wars-part-2-single-phase-immersion-cooling-process-graphic.png';
</script>

<svelte:head>
Expand Down Expand Up @@ -284,11 +286,11 @@

<section id="sustainability">
<header>
<center><h1>Sustainable infrastructure</h1> </center>
<center><h1>Sustainable Infrastructure</h1> </center>
</header>

<main>
<div class="grid md:grid-cols-4 gap-4">
<div class="grid md:grid-cols-4 gap-4 justify-items-center content-center">
<div class="md:col-span-3">
<p>
DeepSquare's sustainability strategy revolves around <b
Expand All @@ -306,11 +308,14 @@
directly be reused for heating purposes or industrial processes.
</p>
</div>
<div>
<img src={ImmersionCooling} alt="Immersion Cooling" />
</div>
</div>
<center>
<a
role="button"
class="outline"
class="outline mt-4"
style="text-transform: uppercase;"
href="https://metaverseinsider.tech/2023/01/12/data-scientists-and-artist-heating-up-homes-in-basel/"
><span>Learn more</span></a
Expand Down

0 comments on commit 5d77e38

Please sign in to comment.