mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-04-30 04:41:43 +01:00
4deb26a960
Rewrite includes: - Polish of look - Responsive design - Final, correct looking design
26 lines
1.0 KiB
Svelte
26 lines
1.0 KiB
Svelte
<script>
|
|
import "./Splash.scss";
|
|
</script>
|
|
|
|
<div class="splash">
|
|
<div class="splash-copy">
|
|
<div class="splash-title">
|
|
Benchmarking the future of metal 3d printing
|
|
</div>
|
|
<div class="splash-body">
|
|
AM-D-Model is an ESAFORM benchmark project aiming to create the data
|
|
that will drive the future of Laser Powder-Bed-Fusion (L-PBF)
|
|
research and innovation. By connecting an international network of
|
|
collaborators AM-D-Model will create a comprehensive, open L-PBF
|
|
benchmark dataset. As part of our commitment to open science, this
|
|
dataset will be openly shared with the research community. Our goal
|
|
is to create a universal benchmark for the L-PBF community, sparking
|
|
the collaboration and innovation that will build the future of this
|
|
technology.
|
|
</div>
|
|
<div class="splash-button">
|
|
<div class="splash-get-involved">Get Involved!</div>
|
|
</div>
|
|
</div>
|
|
</div>
|