admin-dashboard-backend/groupTasks/groups/shx-intern-filament-roll-label/index.html

105 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Intern Filament Roll Label</title>
<style>
:root {
--container-width: 1020px;
--container-height: 400px;
}
@font-face {
font-family: "Outfit";
src: url("../../groupsData/static/Outfit-VariableFont_wght.ttf");
}
body,
html {
margin: 0;
padding: 0;
font-size: 14px;
width: var(--container-width);
height: var(--container-height);
overflow: hidden;
font-family: "Outfit";
}
.container {
width: var(--container-width);
height: var(--container-height);
}
.inner-container {
height: 100%;
display: flex;
}
h1 {
margin: 0;
}
</style>
</head>
<body>
<div class="container">
<div class="inner-container">
<div
style="
width: 620px;
display: flex;
flex-direction: column;
justify-content: space-between;
"
>
<div>
<div style="display: flex; justify-content: space-between">
<div style="display: flex; align-items: center; gap: 20px">
<img
src="../../groupsData/shx-intern-filament-roll-label/filament-roll.png"
style="width: 160px"
/>
<h1 style="font-size: 128px; font-weight: 500">
{{FILAMENT_ID}}
</h1>
</div>
<img
src="../../groupsData/shx-intern-filament-roll-label/logo.svg"
style="width: 120px; padding-right: 10px"
/>
</div>
<div style="padding-top: 10px; padding-left: 20px">
<h1 style="font-size: 48px; font-weight: 600">
{{FILAMENT_NAME_COLOR}}
</h1>
<h1 style="font-size: 48px; font-weight: 400">
{{FILAMENT_MATERIAL}}
</h1>
<h1 style="font-size: 48px; font-weight: 400">
{{FILAMENT_MANUFACTURER}}
</h1>
</div>
</div>
<span
style="
font-size: 20px;
text-align: right;
padding-right: 20px;
padding-bottom: 20px;
"
>{{DATE}}</span
>
</div>
<div style="padding: 20px">
<img src="qrcode.png" style="width: 360px" />
</div>
</div>
</div>
</body>
</html>