cloud upload files

This commit is contained in:
2022-03-16 00:34:44 -05:00
parent 5753f7cf26
commit 6c60c6656a
20 changed files with 317 additions and 8 deletions

17
src/public/css/cloud.css Normal file
View File

@@ -0,0 +1,17 @@
body{
background:rgb(10, 10, 10);
color: rgb(255, 255, 255);
}
.files{
background: rgba(100, 100, 100, 0.5);
margin: 10px;
padding: 5px;
}
.info{
font-family: sigma_font;
font-size: 20px;
margin-left: 10px;
}
.upload{
margin: 2px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>Error</h1>
</body>
</html>

View File

@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
body{
background: rgba(0, 0, 0, 0.8);
}
.etiqueta{
background: rgb(255, 255, 255);
width: 34mm;
height: 25mm;
}
.titulo{
text-align: center;
}
.codigo{
align-items: center;
}
.codigo img{
display:block;
margin:auto;
}
.precio{
display: flex;
font-size: 18px;
margin-top: 4px;
}
.p1{
left: 0px;
margin: auto;
font-weight: bold;
}
.p2{
right: 0px;
margin: auto;
}
/*1mm = 3,779 527 559 055 1 Pixel [px]
34mm = 128px
25mm = 94px
*/
</style>
</head>
<body>
<div class="etiqueta">
<div class="titulo">Nombre Producto</div>
<div class="codigo">
<img src="bar_generado.png" alt="Codigo Barra" height="48" width="96"/>
</div>
<div class="precio">
<div class="p1"> $15.23</div>
<div class="p2"> $15.23</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
body{
background: rgba(0, 0, 0, 0.8);
}
.etiqueta{
padding-top: 3px;
background: rgb(255, 255, 255);
width: 34mm;
height: 25mm;
}
.titulo{
text-align: center;
}
.codigo{
}
.p1{
margin-top: 10px;
font-weight: bold;
}
.p2{
margin-top: 10px;
}
.row{
display: flex;
}
</style>
</head>
<body>
<div class="etiqueta">
<div class="titulo">Nombre Producto</div>
<div class="row">
<div class="codigo">
<img src="qr_generado.png" alt="Codigo Barra" height="70" width="70"/>
</div>
<div class="precio">
<div class="p1"> $15.23</div>
<div class="p2"> $15.23</div>
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB