Skip to content

Commit

Permalink
chore(home): add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jan 18, 2024
1 parent df0af44 commit 749abf4
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 0 deletions.
70 changes: 70 additions & 0 deletions src/lib/assets/media/container-registry-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions src/lib/assets/media/handshake-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions src/lib/assets/media/yaml-file-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import EcoCloud from '$lib/assets/media/EcoCloud.png';
import HubFranceIA from '$lib/assets/media/HubFranceAI.png';
import ContainerIcon from '$lib/assets/media/container-registry-svgrepo-com.svg';
import HandshakeIcon from '$lib/assets/media/handshake-regular.svg';
import YAMLIcon from '$lib/assets/media/yaml-file-icon.svg';
const builders = [
{
name: 'SquareFactory',
Expand Down Expand Up @@ -157,6 +161,15 @@
<main>
<div class="grid md:grid-cols-3 gap-4 justify-items-center">
<div>
<div class="mb-2">
<img
height="64"
width="64"
style="max-height: 64px; max-width: 64px;"
src={YAMLIcon}
alt="YAML Icon"
/>
</div>
<h3>Easy to Use and Deploy</h3>
<p>
DeepSquare simplifies job submission by abstracting runtimes from specifications,
Expand All @@ -165,6 +178,15 @@
</p>
</div>
<div>
<div class="mb-2">
<img
style="max-height: 64px; max-width: 64px;"
height="64"
width="64"
src={ContainerIcon}
alt="Container Icon"
/>
</div>
<h3>Containers on HPC</h3>
<p>
DeepSquare provides comprehensive HPC and containerization functionalities, granting
Expand All @@ -173,6 +195,15 @@
</p>
</div>
<div>
<div class="mb-2">
<img
style="max-height: 64px; max-width: 64px;"
height="64"
width="64"
src={HandshakeIcon}
alt="Handshake Icon"
/>
</div>
<h3>Transparent, Fair, Accessible to everyone</h3>
<p>
Through its advanced scheduling system, DeepSquare ensures transparent, fair and equitable
Expand Down

0 comments on commit 749abf4

Please sign in to comment.