Files
am-d-model.eu/src/LandingPage/Splash.svelte
T
Cian-H 4deb26a960 Major hand rewrite
Rewrite includes:
- Polish of look
- Responsive design
- Final, correct looking design
2025-01-09 17:32:21 +00:00

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>